Use defalias at the top level
[gnus] / lisp / ChangeLog
1 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-util.el (gnus-format-message):
4         * tls.el (tls-format-message): Use defalias at the top level so as to
5         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
6
7         * gnus-sum.el (gnus-summary-search-article):
8         Ensure that the article where the search word is found is displayed
9         and pointed to in the summary buffer.
10
11 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * tls.el (tls-format-message):
14         Alias to format-message, or format if not available.
15         (open-tls-stream): Use it.
16
17 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18
19         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
20         * gnus-art.el (gnus-article-browse-delete-temp-files):
21         * gnus-eform.el (gnus-edit-form):
22         * gnus-fun.el (gnus-display-x-face-in-from):
23         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
24         * gnus-topic.el (gnus-topic-edit-parameters):
25         * mail-source.el (mail-source-delete-old-incoming):
26         * message.el (message-strip-subject-encoded-words)
27         (message-check-recipients, message-send-form-letter):
28         * mm-decode.el (mm-display-part):
29         * mm-uu.el (mm-uu-pgp-signed-extract-1):
30         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
31         * spam-report.el (spam-report-process-queue):
32         * tls.el (open-tls-stream):
33         Respect ‘text-quoting-style’ in diagnostics.
34         * gnus-art.el (article-display-face):
35         * gnus-fun.el (gnus-display-x-face-in-from):
36         Use straight quoting in email.
37         * rfc2231.el (rfc2231-decode-encoded-string):
38         Escape apostrophes in doc strings.
39
40 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
41
42         Go back to grave quoting in Gnus
43
44         * auth-source.el (auth-source-netrc-parse-entries):
45         * gnus-agent.el (gnus-agent-check-overview-buffer)
46         (gnus-agent-fetch-headers):
47         * gnus-int.el (gnus-start-news-server):
48         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
49         (gnus-registry-post-process-groups):
50         * gnus-score.el (gnus-summary-increase-score):
51         * gnus-start.el (gnus-convert-old-newsrc):
52         * gnus-topic.el (gnus-topic-rename):
53         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
54         * spam.el (spam-check-blackholes):
55         Stick with grave quoting in diagnostics strings.  This is more
56         portable to older Emacs, desirable for Gnus.
57
58 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
59
60         Prefer directed to neutral quotes in docstings and diagnostics.
61         In docstrings, escape apostrophes that would otherwise be translated
62         to curved quotes using the newer, simpler rules.
63
64         * auth-source.el (auth-source-netrc-parse-entries):
65         * gnus-agent.el (gnus-agent-check-overview-buffer)
66         (gnus-agent-fetch-headers):
67         * gnus-int.el (gnus-start-news-server):
68         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
69         * gnus-score.el (gnus-summary-increase-score):
70         * gnus-start.el (gnus-convert-old-newsrc):
71         * gnus-topic.el (gnus-topic-rename):
72         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
73         * nnmairix.el (nnmairix-widget-create-query):
74         * spam.el (spam-check-blackholes):
75         Use directed rather than neutral quotes in diagnostics.
76
77         * gnus-util.el (gnus-format-message):
78         Alias to format-message, or format if not available.
79
80 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
81
82         * auth-source.el (auth-sources):
83         Prefer (substitute-command-keys "`\\[foo-command]'")
84         to "`M-x foo-command'" in docstring.
85
86         * time-date.el (format-seconds):
87         Use curved quotes in diagnostic format strings.
88
89         * nnmairix.el (nnmairix-propagate-marks-upon-close):
90         * pop3.el (pop3-authentication-scheme):
91         Don't quote symbols with apostrophes in doc strings.
92         Use asymmetric quotes instead.
93
94 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         Use overlay functions directly
97
98         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
99         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
100
101         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
102         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
103         (gnus-article-highlight-signature, gnus-article-extend-url-button)
104         (gnus-article-add-button, gnus-insert-prev-page-button)
105         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
106         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
107         * gnus-html.el (gnus-html-wash-tags):
108         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
109         (gnus-highlight-selected-tree):
110         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
111         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
112         * gnus-util.el (gnus-put-overlay-excluding-newlines):
113         * message.el (message-fix-before-sending)
114         (message-toggle-image-thumbnails):
115         * mm-decode.el (mm-convert-shr-links):
116         * sieve.el (sieve-highlight, sieve-insert-scripts):
117         Use overlay functions directly instead of using gnus-overlay-*,
118         message-overlay-*, and sieve-overlay-*.
119
120         * gnus-sum.el (gnus-remove-overlays):
121         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
122         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
123         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
124         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
125         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
126         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
127         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
128         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
129         (gnus-overlays-at, gnus-overlays-in):
130         * message.el (message-delete-overlay, message-make-overlay)
131         (message-overlay-get, message-overlay-put, message-overlays-in):
132         * messagexmas.el (message-delete-overlay, message-make-overlay)
133         (message-overlay-get, message-overlay-put, message-overlays-in):
134         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
135         Remove.
136
137 2015-08-19  Glenn Morris  <rgm@gnu.org>
138
139         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
140
141 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * message.el (message-overlay-put, message-make-overlay)
144         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
145         (message-delete-overlay, message-window-inside-pixel-edges):
146         Declare before using.
147
148 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * message.el (message-overlay-get, message-overlays-in)
151         (message-window-inside-pixel-edges):
152         * messagexmas.el (message-overlay-get, message-overlays-in):
153         XEmacs compatible functions.
154
155 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * message.el (message-toggle-image-thumbnails): New command.
158
159 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
160
161         * message.el (message-send-form-letter): Change (message (format ...))
162         to (message ...).  This lessens the probability of confusion when
163         the output of `format' contains `%'.
164
165 2015-08-04  David Kastrup  <dak@gnu.org>
166
167         * gnus-art.el (gnus-article-describe-key)
168         (gnus-article-describe-key-briefly):
169         Do not overwrite preexisting contents of unread-command-events.
170
171 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
172
173         * nnimap.el (nnimap-request-move-article)
174         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
175         extension if available.
176
177 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
178
179         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
180         capabilities instead of relying on LOGIN response.
181
182 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
183
184         * nnbabyl.el (nnbabyl-retrieve-headers):
185         * nndiary.el (nndiary-retrieve-headers):
186         * nneething.el (nneething-retrieve-headers):
187         * nnmbox.el (nnmbox-retrieve-headers):
188         * nnmh.el (nnmh-retrieve-headers):
189         * nnml.el (nnml-retrieve-headers):
190         * nnspool.el (nnspool-retrieve-headers):
191         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
192         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
193         progress-report percentages and the like.  This avoids problems
194         if (* 100 NUMERATOR) would overflow.
195
196         * gnus-registry.el (gnus-registry-import-eld):
197         * registry.el (registry-reindex):
198         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
199
200 2015-07-17  Julien Danjou  <jd@abydos>
201
202         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
203         command.
204
205 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
206
207         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
208         of function arguments.
209
210 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
211
212         * nnimap.el: Clean up "unused var" warnings.
213         (auth-source-creation-prompts): Declare.
214         (nnimap-retrieve-headers, nnimap-status-message)
215         (nnimap-request-create-group, nnimap-request-delete-group)
216         (nnimap-close-group, nnimap-request-move-article)
217         (nnimap-request-accept-article, nnimap-request-newgroups)
218         (nnimap-request-post, nnimap-dummy-active-number)
219         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
220         (nnimap-parse-flags): Remove unused var `p'.
221         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
222         (nnimap-flags-to-marks): Remove unused var `totalp'.
223
224 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
225
226         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
227         before RFC822.SIZE.
228
229 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
230
231         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
232         so that a 'plain value for the `nnimap-stream' server variable is
233         handled correctly.
234
235 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
236
237         Remove unused let variables
238         * nnimap.el (nnimap-request-group): Variables are not used.
239
240         Check if group names are already strings
241         * gnus-group.el (gnus-group-group-name):
242         The group name may already be a string.
243         Specifically, in the group list reached from the *Server* buffer,
244         the 'gnus-group text property returns a string.  Everywhere else
245         it returns a symbol.
246
247 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
248
249         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
250         (nnmaildir--update-nov): Remove unused var `numdir'.
251         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
252         (nnmaildir-request-group, nnmaildir-request-create-group)
253         (nnmaildir-request-post, nnmaildir-request-move-article)
254         (nnmaildir-request-accept-article, nnmaildir-active-number):
255         Mark unused args.
256         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
257         Declare.
258         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
259         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
260         `mark', `end', `new-mark', and `mark-sym'.
261         (nnmaildir-retrieve-headers):
262         Remove unused args `srv-dir', `dir', `nlist2'.
263         (nnmaildir-request-expire-articles):
264         Remove unused vars `article', `stop' and `nlist2'.
265         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
266         `end'.  Use nnmaildir--article when dyn-binding is needed.
267         Give the value directly in the `let' for `del-mark', `del-action',
268         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
269         (nnmaildir-close-server):
270         Declare those local vars that need to be dyn-bound.
271
272 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
273
274         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
275
276 2015-05-31  David Engster  <deng@randomsample.de>
277
278         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
279         instead of using `sleep-for', as the latter does not seem to reliably
280         wait (see for instance bug 15990).
281
282 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-art.el (gnus-button-alist): Re-revert last change.
285         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
286
287 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
288
289         * gnus-art.el (gnus-button-alist): Revert last change.
290         It wasn't that important, and it caused a Gnus build to fail.  See:
291         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
292
293         * gnus-art.el (gnus-button-alist):
294         Also treat "‘" and "’" as quoting chars.
295
296 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
297
298         * gnus-art.el (gnus-treat-strip-list-identifiers)
299         (gnus-article-mode-syntax-table):
300         * gnus-group.el (gnus-group-nnimap-edit-acl):
301         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
302         e.g., missing quote, ``x'' where `x' was meant, etc.
303
304 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
307         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
308         into just c.
309
310 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
313         Normalize characters into numbers in spec keys.
314
315 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * dgnushack.el (declare-function): Redefine it to use autoload.
318         * lpath.el (gnus-html-prefetch-images): Declare.
319
320 2015-05-04  Glenn Morris  <rgm@gnu.org>
321
322         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
323
324         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
325
326         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
327         (gnus-topic-create-topic, gnus-topic-enter-dribble):
328         Declare rather than autoload.
329
330         * mm-archive.el (gnus-recursive-directory-files)
331         (mailcap-extension-to-mime): Autoload at run-time.
332
333         * mm-util.el (latin-unity-massage-name)
334         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
335         (latin-unity-representations-present-region):
336         Declare rather than autoload.
337
338         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
339         Autoload at run-time.
340         (epg-context-set-signers, epg-context-result-for)
341         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
342         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
343         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
344         (epg-configuration, epg-expand-group, epa-select-keys):
345         Declare rather than autoload.
346
347         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
348         Autoload at run-time.
349         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
350         (gnus-registry-get-id-key, gnus-registry-action):
351         Declare rather than autoload.
352
353         * nnmail.el (mail-send-and-exit): Autoload at run-time.
354
355         * spam.el (spam-stat-buffer-change-to-non-spam)
356         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
357         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
358         (spam-stat-split-fancy): Remove pointless autoloads.
359
360         * mm-view.el (epg-decrypt-string): Autoload.
361         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
362         (epg-sub-key-validity): Fix declarations.
363
364 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
365
366         * gnus.el: Ma Gnus v0.13 is released.
367
368 2015-05-01  Glenn Morris  <rgm@gnu.org>
369
370         * gnus-util.el (iswitchb-read-buffer):
371         * mm-decode.el (libxml-parse-html-region):
372         * mml.el (libxml-parse-html-region):
373         * nnrss.el (libxml-parse-html-region): Update declaration.
374
375 2015-04-27  Glenn Morris  <rgm@gnu.org>
376
377         * message.el (gnus-extract-address-components):
378         Remove bogus declaration that was masking previous problem.
379
380 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
383         altering the buffer.
384         (hashcash-insert-payment-async-2): Revert previous change because it
385         still means that the mark is moving around.
386
387 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * gnus-uu.el (gnus-uu-save-article):
390         Make the save-restriction/widen calls make more sense.
391
392 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * gnus-art.el (gnus-use-idna):
395         * gnus-sum.el (gnus-summary-idna-message):
396         * message.el (message-use-idna):
397         Catch the invalid-operation error that idna.el will issue.
398
399 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
400
401         * gnus-group.el (gnus-group--setup-tool-bar-update):
402         cursor-sensor-functions should be a list of functions.
403
404 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
405
406         * gnus-group.el (gnus-tmp-*): Declare.
407         (gnus-update-group-mark-positions): Remove unused `topic' var.
408         (gnus-group-insert-group-line): Remove unused var `header'.
409         (gnus-group--setup-tool-bar-update): New function.
410         (gnus-group-insert-group-line): Use it.
411         (gnus-group-update-eval-form): Declare local
412         dynamically-bound variables.
413         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
414
415         * gnus-topic.el (gnus-topic-jump-to-topic)
416         (gnus-group-prepare-topics, gnus-topic-update-topic)
417         (gnus-topic-change-level, gnus-topic-catchup-articles)
418         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
419         Use inhibit-read-only.
420         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
421         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
422
423 2015-04-12  João Távora  <joaotavora@gmail.com>
424
425         * message.el (message-mode):
426         Use `set' and `make-local-variable' instead of `setq-local'.
427
428 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
429
430         * gnus-sum.el (gnus-summary-refer-thread):
431         Make sure gnus-newsgroup-unreads remains sorted.
432
433 2015-04-12  João Távora  <joaotavora@gmail.com>
434
435         Improve sexp-based movement in message-mode
436         * message.el (message--syntax-propertize): New function.
437         (message-mode): Set syntax-related vars.d
438         (message-smileys): New variable.
439
440 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
441
442         * gnus-art.el (gnus-hidden-properties): Simplify.
443         (gnus-article-hide-text, gnus-article-unhide-text)
444         (gnus-article-unhide-text-type): Remove special handling of
445         `intangible' since that property is not used any more.
446         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
447
448 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
451         and a runtime function for it, of which the XEmacs version takes only
452         two arguments.
453
454 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
455
456         Use American spelling for 'normalize'
457         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
458         All uses changed.  Add an alias for obsolete usages.
459
460 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * gnus-art.el (gnus-article-browse-html-save-cid-content):
463         Always return relative file name.
464         (gnus-article-browse-html-parts):
465         Make external links absolute and cid file names relative.
466
467 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
468
469         * registry.el (registry-prune): Re-use `registry-full' in
470         `registry-prune'.  It's a bit of redundant work, but safer.
471         Also ensure that target-size is an integer.
472
473 2015-03-31  Daiki Ueno  <ueno@gnu.org>
474
475         * plstore.el (plstore--decrypt): Clear entry in
476         `plstore-passphrase-alist' if decryption failed (bug#20030).
477
478 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
479
480         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
481         to "Display" menu.
482
483 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
484
485         * nnimap.el (nnimap-split-incoming-mail): If a message is already
486         in the group it should be split to, don't re-copy it into the group.
487
488 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
489
490         * nnmh.el (nnmh-request-expire-articles):
491         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
492
493 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
494
495         * registry.el (registry-lookup-secondary, registry-full)
496         (registry-prune, registry-collect-prune-candidates):
497         * gnus-registry.el (gnus-registry-load): Use slot names rather than
498         initarg names in `oref' and `oset'.
499
500 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
501
502         * registry.el (registry-prune): Allow registry to reach full size
503         before pruning.
504
505 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
506
507         * registry.el (registry-collect-prune-candidates): Fix call to
508         cl-subseq.
509
510 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * registry.el (registry-db): Temporary fix old Emacsen compilation.
513
514 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
515
516         * gnus-registry.el (gnus-registry-handle-action)
517         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
518         (gnus-registry-keywords): Make it do something.
519         (gnus-registry-import-eld): Remove unused var `new-entry'.
520         (gnus-registry-action): Remove unused var `to-name'.
521         (gnus-registry-make-db): Prefer `make-instance' to avoid
522         compiler warnings.
523         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
524
525         * registry.el (registry-db): Don't oset-default an instance-allocated
526         slot.
527
528 2015-03-10  Glenn Morris  <rgm@gnu.org>
529
530         * message.el (message-valid-fqdn-regexp): Bump :version for
531         2014-11-17 change.
532
533 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
534
535         * gnus-notifications.el (gnus-notifications-action): Raise window
536         frame.
537         (gnus-notifications-action): Allow mark as read.
538         (gnus-notifications-notify): Show uption to mark as read.
539
540 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
541
542         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
543         (registry-search, registry-delete, registry-size, registry-insert)
544         (registry-reindex, registry-collect-prune-candidates):
545         * gnus-registry.el (gnus-registry-fixup-registry)
546         (gnus-registry-remove-extra-data): Use slot names rather than initarg
547         names in `oref' and `oset'.
548
549 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
550         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
551         in the group it should be split to, don't re-copy it into the group.
552
553 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
554
555         * message.el (message-insert-formatted-citation-line): Change %F to
556         fall back to email address if no first name could be determined.
557
558 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
561         Fix point motion when removing displayed MIME part.
562         (gnus-article-edit-part): Make jumping to the next part really work
563         when deleting or stripping.
564         (gnus-mime-buttonize-attachments-in-header): Make header attachment
565         buttons identical to the ones in the article body so as to work deleting
566         and stripping.
567
568 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * mm-decode.el (mm-shr)
571         * mm-view.el (mm-inline-text-html-render-with-w3m):
572         Revert my bogus change that made the start marker of a part
573         the "moves after insertion" type.
574
575 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
576
577         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
578         Tools: https://github.com/politza/pdf-tools) for viewing PDF
579         attachments in emacs.
580
581 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
582
583         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
584         instead of sasl-scram-sha-1, as the former is the name that can be
585         required.
586
587         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
588         (sasl-scram-sha-1-client-final-message)
589         (sasl-scram-sha-1-authenticate-server): Move to end of file.
590
591 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
594
595 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
598         (sasl-string-prefix-p): New compatibility functions.
599
600 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
601
602         * gnus-compat.el (process-live-p): Added new compat function for Emacs
603         23.
604
605 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
606
607         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
608         from the server LIST response.
609
610 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
611
612         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
613         during header retrieval, error out instead of interpreting the data in
614         the buffer as the only messages there.  This way, we don't mark
615         articles as read on a server hangup (bug#19035).
616
617         * mm-decode.el (mm-head-p): New function.
618         (mm-display-part): Go to a blank line when inserting parts internally.
619
620 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
621
622         * sasl-scram-rfc.el: New file.
623
624         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
625         Add SCRAM-SHA-1 first.
626         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
627         entry (bug#17636).
628
629 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
630
631         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
632         that we don't get a warning when setting the buffer-local variable
633         (bug#19573).
634
635         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
636         `gnus-request-group'.
637
638 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
639
640         * gnus-art.el (gnus-article-browse-html-save-cid-content)
641         (gnus-article-browse-html-parts): Make cid file names relative if and
642         only if html doesn't specify <base> directory.
643
644 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
645
646         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
647         parts, because that breaks filling (since buttons are in a bold face).
648
649 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
652         use gnus-overlays-at and gnus-overlay-put.
653
654 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
655
656         * mm-decode.el (mm-shr): Only pass the fill column when not using
657         fonts, because limiting the width to what's appropriate for followups
658         doesn't really help when not using proportional fonts.
659
660 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
661
662         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
663         shr, beacause that breaks folding.
664         (mm-shr): Don't shorten the width when using fonts.
665
666 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
667
668         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
669         variable; always check the newrc timestamp.
670         (gnus-save-newsrc-file): Always check timestamp.
671
672 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
673
674         * mail-source.el (mail-source-call-script): If scripts exit with an
675         error, pop up an error buffer.
676
677 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
680         as a default.
681
682         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
683         correct server.
684
685 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
686
687         * nnimap.el (nnimap-request-group-scan): Fix the function name.
688
689         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
690
691 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
692
693         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
694         that nnimap works for non-activated backends.
695
696 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
697
698         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
699         message, since we already get an obsolescence message.  Use `declare'.
700
701 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
702
703         * nnir.el: Revert "Enable non-ASCII IMAP searches".
704
705 2015-01-30  Glenn Morris  <rgm@gnu.org>
706
707         * gnus-registry.el (gnus-registry-max-pruned-entries)
708         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
709         Fix :version.
710         (gnus-registry-default-sort-function): Improve :type.
711
712 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
713
714         * nnimap.el (nnimap-request-group): Allow running this function on
715         groups that don't exist in Gnus yet.
716         (nnimap-request-group): Revert previous patch since that made it
717         impossible to enter nnimap groups.
718
719         * message.el (message-smtpmail-send-it): Remove the mail header
720         separator before sending.
721
722 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
723
724         * nnimap.el (nnimap-find-expired-articles): Fix handling of
725         (expiry-wait . never).
726
727 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
728
729         * nnimap.el (nnimap-request-group): Clear the buffer before returning
730         the data.
731
732 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * gnus-compat.el (string-bytes): Work for XEmacs.
735
736 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
737
738         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
739
740         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
741         IMAP.
742
743 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
744
745         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
746
747         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
748
749         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
750         be added to the backlog.
751
752 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
753
754         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
755         target with a recursive make call.
756
757 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
758
759         * nnimap.el (nnimap-header-parameters): Refactor and request
760         X-GM-LABELS if it's been announced.
761         (nnimap-transform-headers): Gather and output GM-LABELS.
762
763 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
764
765         * mm-decode.el (mm-display-part): Make non-string methods work.
766         Non-string methods are funcalled and work just fine, the test was
767         bogus.
768         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
769         whole frame.
770
771 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
772
773         * nnimap.el (nnimap-request-accept-article): Allow respooling using
774         nnimap.
775
776         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
777         request rescans when being run interactively.
778
779         * nnimap.el (nnimap-request-group): Don't rescan the group here,
780         because that can be very slow in large groups.
781
782         * gnus-int.el (gnus-request-group-scan): New backend function.
783
784         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
785
786 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
787
788         * gnus-group.el (gnus-group-suspend): Close all backends.
789
790 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
791
792         * dgnushack.el (dgnushack-compile-file): New function.
793         (dgnushack-compile): Use it (bug#19514).
794
795 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
798
799 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
800
801         * registry.el: Don't use <class> as a variable.
802
803 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
804
805         system-name's returned value can vary
806         Also, the system-name variable is now obsolete.
807         Fixes Bug#19438.
808         * message.el (message-make-fqdn):
809         * nnvirtual.el (nnvirtual-retrieve-headers)
810         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
811         and avoid naming locals 'system-name'.
812
813 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
814
815         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
816         lines don't get overlong when responding.
817
818 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * registry.el (cl-remf, cl-loop, cl-subseq):
821         Alias to remf, loop, and subseq respectively for old Emacsen.
822
823 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
824
825         * gnus-group.el (gnus-read-ephemeral-bug-group):
826         Bind coding-system-for-read and coding-system-for-write only around
827         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
828
829 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
830
831         * registry.el (registry-db): Set default slot later.
832         This is because its value is not a literal integer.
833
834 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
835
836         * registry.el (registry-db): Fix default registry-db max-size.
837
838 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
839
840         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
841         add warning.
842
843         * gnus-art.el: Fix up compiler warnings.
844         (article-display-face, article-display-x-face): Remove unused `face'.
845         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
846         (article-date-ut): Remove unused var `first'.
847         (gnus-article-prepare): Remove unused var `gnus-article'.
848         (gnus-mime-save-part-and-strip): Remove unused var `param'.
849         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
850         `coding-system' along with corresponding dead code.
851         (gnus-mime-view-part-externally): Remove unused var
852         `mm-user-display-methods'.
853         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
854         (gnus-display-mime): Remove unused var `handle'.
855         (gnus-mime-display-alternative): Remove unused var `props'.
856         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
857         (gnus-article-edit-done): Remove unused var `p'.
858         (gnus-url-mailto): Remove unused var `to'.
859         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
860         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
861
862 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
863
864         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
865         slots into a :max-size slot.
866         (registry-db-version): Add new variable for database version number.
867         (registry-prune): Use :max-size slot. Accept and use a sort-function
868         argument.
869         (registry-collect-prune-candidates): Add new function for finding
870         non-precious pruning candidates.
871         (registry-prune-hard-candidates, registry-prune-soft-candidates):
872         Remove obsolete functions.
873         (initialize-instance): Upgrade registry version when starting.
874
875         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
876         (gnus-registry-max-pruned-entries): Remove obsolete variable.
877         (gnus-registry-cache-file): Change default
878         filename extension to "eieio".
879         (gnus-registry-read): Add new function, split out from
880         `gnus-registry-load', that does the actual object reading.
881         (gnus-registry-load): Use it. Add condition case handler to check for
882         old filename extension and rename to the new one.
883         (gnus-registry-default-sort-function): New variable to specify a sort
884         function to use when pruning.
885         (gnus-registry-save, gnus-registry-insert): Use it.
886         (gnus-registry-sort-by-creation-time): Define a default sort function.
887
888         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
889         Adjust test for new object signature.
890         (gnustest-registry-pruning-test): Add new pruning test.
891         (gnustest-registry-sort-function): Default sort function for testing.
892         (gnustest-registry-pruning-sort-test): New test for sorting.
893
894 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
897         function for reuse.
898         (gnus-mime-buttonize-attachments-in-header): Adjust.
899
900 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * message.el (message-change-subject): Really check whether the subject
903         changed.
904
905 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
908         PDFs.
909         (mailcap-view-mime): New function.
910
911 2014-12-01  Glenn Morris  <rgm@gnu.org>
912
913         * gnus-cloud.el (gnus-cloud): Add :version tag.
914
915 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * gnus-art.el (gnus-use-idna):
918         * gnus-sum.el (gnus-summary-idna-message):
919         * message.el (message-use-idna):
920         Protect against nil value for idna-program.
921
922         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
923
924 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
925
926         * auth-source.el (auth-source-macos-keychain-search-items): Return
927         result of `auth-source-macos-keychain-result-append' (bug#19074).
928
929 2014-11-25  Glenn Morris  <rgm@gnu.org>
930
931         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
932         Add :version tag.
933
934 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * pop3.el (pop3-open-server): Warn unless encrypted.
937
938         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
939
940 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
941
942         Port new time stamp handling to Emacs 23.2.
943         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
944         * time-date.el (time-add, time-subtract, time-less-p):
945         Use eval-and-compile, not eval-when-compile.
946
947 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
948
949         * message.el (message-valid-fqdn-regexp): Add non-internaional new
950         TLDs.
951
952 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
953
954         Port new time stamp handling to old Emacs and to XEmacs.
955         This is needed for Gnus, which copies time-date.el and which
956         runs on older Emacs implementations.
957         * time-date.el (with-decoded-time-value):
958         Handle 'nil' and floating-point arg more compatibly with new Emacs.
959         (encode-time-value, with-decoded-time-value):
960         Obsolete only if new Emacs.
961         (time-add, time-subtract, time-less-p): Define if not new Emacs.
962
963         Improve time stamp handling, and be more consistent about it.
964         This implements a suggestion made in:
965         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
966         Among other things, this means timer.el no longer needs to
967         autoload the time-date module.
968         * time-date.el (seconds-to-time, days-to-time, time-since)
969         (with-decoded-time-value):
970         Treat 'nil' as current time.  This is mostly for XEmacs.
971         (encode-time-value, with-decoded-time-value): Obsolete.
972         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
973         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
974
975 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
978         discarding changes in ephemeral groups.
979
980         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
981         things the user isn't interested in.
982
983 2014-11-13  Julien Danjou  <jd@abydos>
984
985         * gnus-notifications.el (gnus-notifications-notify): Provide both
986         app-icon and image-path.
987
988 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
989
990         * mm-url.el (mm-url-encode-multipart-form-data):
991         Restore to handle "multipart/form-data" by eww.
992
993 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
994
995         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
996         Landscheidt.
997
998 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
999
1000         Simplify use of current-time and friends.
1001         * gnus-delay.el (gnus-delay-article):
1002         * gnus-sum.el (gnus-summary-read-document):
1003         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1004         * message.el (message-make-expires-date):
1005         Omit unnecessary call to current-time.
1006         * gnus-util.el (gnus-float-time): Simplify to an alias because
1007         time-to-seconds now behaves like float-time with respect to nil arg.
1008         (gnus-seconds-year): Don't call current-time twice to get the current
1009         time stamp, as this can lead to inconsistent results.
1010         * time-date.el (time-to-seconds) [!float-time]:
1011         Use current time if arg is nil, to be compatible with float-time.
1012         (time-date--day-in-year): New function, with most of the guts of
1013         the old time-to-day-in-year.
1014         (time-to-day-in-year): Use it.
1015         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1016
1017 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * gnus.el (gnus-mode-line-buffer-identification):
1020         Don't add image data for a non-graphic display (bug#18813).
1021
1022 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1025         load-path, it blocks autoloading of find-image (bug#18813).
1026
1027 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1028
1029         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1030         to keep connection open (bug#18728).
1031
1032 2014-10-20  Glenn Morris  <rgm@gnu.org>
1033
1034         * Merge in all changes up to 24.4 release.
1035
1036 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1037
1038         * message.el (message-insert-signature): Use `newline' instead of
1039         inserting explicit "\n".
1040
1041 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1042
1043         * gnus-icalendar.el: Support vcal format timezones.
1044         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1045         compute dates with associated timezone.
1046         (gnus-icalendar-event-from-ical): Compute all timezones.
1047
1048 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1049
1050         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1051         check the newsrc.eld file's timestamp before saving it.
1052         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1053         timestamp has changed to be newer.
1054
1055 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1056
1057         * gnus-icalendar.el (gnus-icalendar-identities):
1058         Include message-alternative-emails.
1059
1060 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1063         New compatibility functions.
1064         (ntlm-build-auth-response): Use them.
1065
1066 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1067
1068         * ntlm.el (ntlm-build-auth-request):
1069         Add NTLM2 Session support.  (Bug#15603)
1070
1071 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1072
1073         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1074         expired messages only when it was built in reverse order.
1075
1076 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1077
1078         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1079         last so it can be used in `message-send-hook'.
1080
1081 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1082
1083         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1084         <#secure> tag (bug#18513).
1085
1086 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * parse-time.el: Require cl when compiling.
1089
1090 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         Use cl-lib as much as possible following the 2014-09-26 change
1093         in the Emacs trunk.
1094         * parse-time.el: Try requiring cl-lib.
1095         (parse-time-incf): Alias to cl-incf or incf.
1096         (digit-char-p): Remove.
1097         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1098         (parse-integer): Rename to parse-time-integer.
1099         (parse-time-tokenize, parse-time-rules, parse-time-string)
1100         Use parse-time-incf and parse-time-integer.
1101
1102 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1103
1104         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1105         of ":delete".
1106
1107 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1110         (gnus-article-browse-html-parts):
1111         Revert last change that breaks links other than cid contents.
1112
1113 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1116         (gnus-article-browse-html-parts): Make cid file names relative.
1117
1118 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1121         temporarily displayed when running a mode function (at least org-mode
1122         requires it).
1123
1124 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1125
1126         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1127         the gnus-summary-article-expire-hook should be told where the function
1128         is going. In particular, the Gnus registry might want to know.
1129
1130 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1131
1132         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1133
1134 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1137
1138 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1139
1140         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1141         the gnus-summary-article-expire-hook should be told where the function
1142         is going. In particular, the Gnus registry might want to know.
1143
1144 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1145
1146         Don't mishandle year-9999 dates (Bug#18176).
1147         * parse-time.el (parse-time-rules):
1148         Allow years up to most-positive-fixnum.
1149         * time-date.el (date-to-time):
1150         Pass "Specified time is not representable" errors through.
1151
1152 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1153
1154         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1155         groups and t.
1156
1157 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * gnus-utils.el (gnus-recursive-directory-files):
1160         Unify hard or symbolic links (bug#18063).
1161
1162 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1163
1164         * gnus-msg.el (gnus-configure-posting-style):
1165         Allow string replacements in values when matching against a header.
1166
1167 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1170         the dribble buffer even when it is shrunk a lot.
1171         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1172
1173 2014-06-26  Glenn Morris  <rgm@gnu.org>
1174
1175         * mm-util.el (help-function-arglist): Remove outdated declaration.
1176
1177 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1178
1179         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1180         attribute values.  (Bug#17834)
1181
1182 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1183
1184         * gnus-sum.el (gnus-summary-edit-article-done):
1185         Prefer point-marker to copy-marker of point.
1186
1187 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * Makefile.in (install-el, install-el-elc): Compress .el files.
1190         (uninstall): Remove compressed .el files.
1191
1192 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1195         (gnus-article-read-summary-keys):
1196         Don't bug out when there is no article in the summary buffer.
1197         (gnus-mime-buttonize-attachments-in-header):
1198         Improve criterion that finds parts to display.
1199
1200         * gnus-art.el (gnus-mm-display-part):
1201         * mm-decode.el (mm-shr):
1202         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1203         (mm-insert-inline): Revert last changes.
1204
1205 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * gnus-art.el (gnus-mm-display-part):
1208         * mm-decode.el (mm-shr):
1209         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1210         (mm-insert-inline): Set insertion type of end-marker, not only
1211         start-marker, of undisplayer so as to stay after inserted text.
1212
1213 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1214
1215         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1216         attribute. (Bug#17613)
1217
1218 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1219
1220         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1221         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1222
1223 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1226         Don't delete next part button; keep spacing between buttons.
1227
1228 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1231         Work for the last MIME part in an article.
1232         (gnus-mime-display-single): Suppress excessive newlines between parts.
1233
1234         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1235         by leading or trailing newline.
1236
1237 2014-05-12  Sam Steingold  <sds@gnu.org>
1238
1239         * time-date.el (seconds-to-string): New function to pretty print time
1240         delay in seconds.
1241
1242 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1245         while prompting a user for a file name, etc.
1246         (gnus-mime-display-single): Display part with a common appearance no
1247         matter whether MIME button is omitted or not; don't add duplicate entry
1248         to gnus-article-mime-handle-alist.
1249         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1250
1251 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1252
1253         * mml2015.el (mml2015-display-key-image): New variable.
1254
1255 2014-05-08  Glenn Morris  <rgm@gnu.org>
1256
1257         * gnus-fun.el (gnus-grab-cam-face):
1258         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1259         This is CVE-2014-3421.
1260
1261 2014-05-04  Glenn Morris  <rgm@gnu.org>
1262
1263         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1264
1265 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1268         the displaying state of a part.
1269         (gnus-mm-display-part): Don't insert a newline in the beginning of
1270         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1271
1272         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1273         (mm-shr): Make undisplayer unbreakable.
1274
1275         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1276         Don't insert excessive newline.
1277         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1278         (mm-insert-inline): Make undisplayer unbreakable.
1279
1280 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1281
1282         * gnus.el: Ma Gnus v0.11 is released.
1283
1284 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * gnus-art.el (gnus-mm-display-part):
1287         Highlight header attachment buttons.
1288
1289 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1292         a part; redisplay a button (enbugged in 2014-02-05).
1293
1294 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1295
1296         * auth-source.el (auth-source-search, auth-source-search-backends):
1297         Treat :max 0 as an indicator that a boolean return is wanted, as
1298         documented. Reported by Joe Bloggs.
1299
1300 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * gnus-icalendar.el: Require gnus-art.
1303
1304 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1305
1306         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1307         (gnus-icalendar--update-org-event): put event timestamp in
1308         the org entry body instead of the drawer.
1309         (gnus-icalendar-event--get-attendee-names): list of participants should
1310         contain even attendees without common name attribute.
1311         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1312         property tags in org drawers.
1313
1314 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gmm-utils.el (gmm-format-time-string): New function.
1317
1318         * message.el (message-insert-formatted-citation-line): Use the original
1319         author's time zone to express a date string.
1320
1321 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1322
1323         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1324         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1325         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1326         Silence compiler warnings.
1327         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1328
1329 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * mml.el: Require url when compiling.
1332
1333         * gnus-cloud.el (gnus-cloud-parse-version-1):
1334         Use plist-get rather than CL's getf.
1335         (gnus-activate-group, gnus-subscribe-group): Declare.
1336
1337         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1338
1339 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1342         buttons when toggling the header off.
1343
1344 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1345
1346         * tls.el (tls-program): Reflow docstring.
1347
1348 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1349
1350         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1351         groups work again.
1352
1353 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1354
1355         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1356         999 correctly (i.e. "1,342").
1357
1358 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1359
1360         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1361         out if the directory doesn't exist.
1362
1363 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1364
1365         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1366         commands here; instead, only check if epg-config.el is available.
1367
1368 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1369
1370         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1371         messages with embedded images.
1372         (mml-generate-mime): Don't bug out if you don't have libxml.
1373
1374 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1375
1376         * message.el (message-make-html-message-with-image-files): New command.
1377
1378 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1379
1380         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1381
1382         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1383
1384 2014-02-23  David Engster  <deng@randomsample.de>
1385
1386         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1387         to stay compatible with older Emacsen, so replace `cl-loop' with
1388         `loop'.
1389
1390 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1391
1392         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1393         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1394         instead, build list of patterns.
1395
1396 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1399         Display header attachment buttons by gnus-article-prepare-display
1400         rather than gnus-article-prepare so as to view in mml-preview as well.
1401
1402 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1403
1404         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1405         in `auth-sources' means and link to EPA docs.
1406
1407 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1408
1409         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1410         (bug#12375).
1411
1412 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1415         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1416
1417 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1418
1419         * message.el (message-tab): Mention what happens on normal tabs
1420         (bug#11297).
1421
1422 2014-02-08  Glenn Morris  <rgm@gnu.org>
1423
1424         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1425
1426 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1429         buttons that are hidden in unselected alternative part as well.
1430         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1431
1432         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1433
1434 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1435
1436         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1437         keystroke.
1438         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1439         types.
1440
1441         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1442         with an empty string.
1443
1444 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1445
1446         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1447         buffer-local in some buffers, so bind it explicitly in the buffer we're
1448         trying to cancel the article in (bug#10808).
1449
1450 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1453         New functions.
1454
1455         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1456         New user option.
1457         (gnus-mime-buttonize-attachments-in-header): New function.
1458         (gnus-article-prepare): Use it.
1459         (gnus-mime-inline-part): Suppress extra newline.
1460         (gnus-mm-display-part): Save excursion;
1461         remove useless deleting and adding of buttons.
1462         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1463
1464         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1465         Add gnus-mime-buttonize-attachments-in-header.
1466
1467 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1468
1469         * nnimap.el (nnimap-request-articles): New command to download several
1470         articles at once.
1471
1472         * gnus.el (gnus-variable-list): Save Cloud variables.
1473
1474         * gnus-int.el (gnus-request-accept-article): Doc fix.
1475
1476 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1477
1478         * parse-time.el (parse-time-iso8601-regexp)
1479         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1480         it more generally.
1481
1482 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus-cloud.el: New file to provide the Emacs Cloud.
1485
1486         * dgnushack.el: Silence XEmacs w3 warning.
1487
1488         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1489         `url-retrieve-synchronously', apparently.
1490
1491         * dgnushack.el: Silence XEmacs dns.el warning.
1492
1493         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1494         instead of in all files.
1495
1496         * dns.el (network-interface-list): Define for XEmacs.
1497
1498         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1499         XEmacs.
1500
1501         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1502
1503 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1504
1505         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1506         `gnus-group-split-fancy'.
1507
1508 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1509
1510         * message.el (message-remove-header): Doc fix.
1511         (message-forward-included-headers): New variable.
1512         (message-remove-ignored-headers): Use it.
1513
1514 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1515
1516         * nnir.el (nnir-request-update-mark): Don't try to update the source
1517         group if we can't find it (bug#16611).
1518
1519 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1520
1521         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1522
1523 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1524
1525         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1526         network interfaces changed.
1527         (dns-query): Use it to flush the data.
1528
1529 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1530
1531         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1532         from random face commands.
1533         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1534         Face.
1535         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1536         (gnus--random-face-with-type): Generic function returning a face-type
1537         as a string.
1538         (gnus--insert-random-face-with-type): Generic function inserting a face
1539         in a message buffer header.
1540         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1541         (gnus-insert-random-x-face-header): Rewritten to use
1542         `gnus--insert-random-face-with-type`.
1543         (gnus-random-face): Return random (png) Face as string.
1544         (nus-insert-random-face-header): Insert random (png) Face in a message
1545         buffer.
1546
1547 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1548
1549         * mm-url.el: Remove all usage of w3.
1550
1551         * nnrss.el: Ditto.
1552
1553         * mm-decode.el: Ditto.
1554
1555         * mm-view.el: Ditto.
1556
1557         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1558         outdated and all Emacsen have url.el built-in.
1559
1560         * gnus-setup.el: Remove outdated file.
1561
1562 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1563
1564         * gnus.el: Ma Gnus v0.9 is released.
1565
1566 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1567
1568         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1569
1570 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1571
1572         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1573         in the summary buffer (bug#13769).
1574
1575 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1576
1577         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1578         name if we're using a single article buffer.  Otherwise, it may point
1579         to a killed buffer (bug#13756).
1580
1581 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1582
1583         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1584         the match data, just save and restore it explicitly (bug#12375).
1585
1586         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1587         that's needed.
1588
1589         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1590         the code once (bug#9069).
1591
1592 2014-01-18  Steinar Bang  <sb@dod.no>
1593
1594         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1595         reading.
1596
1597 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1598
1599         * message.el (message-bury): Call bury-buffer with no argument
1600         in the message-return-action case too.
1601
1602 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1605         (nnimap-split-fancy, nnimap-split-methods): Declare.
1606
1607         * mm-util.el (help-function-arglist): Declare.
1608
1609 2013-12-28  Glenn Morris  <rgm@gnu.org>
1610
1611         * gnus-sieve.el (gnus-sieve-select-method):
1612         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1613         (gravatar-rating, gravatar-size):
1614         * message.el (message-minibuffer-local-map):
1615         * sieve-manage.el (sieve-manage-authenticators)
1616         (sieve-manage-authenticator-alist): Specify custom types.
1617
1618         * hashcash.el (hashcash-program): Rename from hashcash-path.
1619         Update callers.
1620
1621         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1622         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1623         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1624
1625         * auth-source.el (auth-sources):
1626         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1627         Fix custom types.
1628
1629         * tls.el (tls-certtool-program): Fix default value.
1630
1631 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1632
1633         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1634         we get proper traces there, too.
1635
1636 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1637
1638         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1639         value of the parameters if the current article has a Reply-To or From
1640         field.
1641
1642 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1643
1644         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1645
1646 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1647
1648         * gnus-sum.el (gnus-summary-exit): Stop animations.
1649
1650 2013-12-19  Juri Linkov  <juri@jurta.org>
1651
1652         * gnus.el (gnus-suppress-keymap):
1653         * gnus-art.el (gnus-article-mode-map):
1654         * gnus-group.el (gnus-group-mode-map):
1655         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1656         Remove [backspace] key binding because it shadows DEL (bug#16035).
1657
1658         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1659
1660 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1663         Make sure work directory exists.
1664         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1665         rather than tmp directory.
1666         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1667         not necessarily always run, with it.
1668
1669 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1670
1671         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1672         value of gnus-icalendar-additional-identities work without restart.
1673
1674 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * mm-util.el (mm-make-temp-file):
1677         Alias to make-temp-file for modern Emacsen.
1678
1679 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1682         nnir-article-number and nnir-article-group.
1683
1684 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1685
1686         * message.el (message-send-mail-with-sendmail):
1687         Don't kill error buffer if sending fails.
1688
1689 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1690
1691         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1692         (gnus-icalendar-event->org-entry)
1693         (gnus-icalendar--update-org-event)
1694         (gnus-icalendar-event->gnus-calendar): Distinguish between
1695         required/optional/non-participant attendee status.  Fix bug causing
1696         the first required event participant to be omitted.
1697
1698 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-art.el (article-de-quoted-unreadable)
1701         (article-de-base64-unreadable, gnus-mime-copy-part)
1702         * gnus-html.el (gnus-article-html)
1703         * mm-view.el (mm-inline-text-html-render-with-w3)
1704         (mm-inline-text-html-render-with-w3m-standalone)
1705         * rfc2231.el (rfc2231-decode-encoded-string):
1706         Allow overriding charset by mm-charset-override-alist.
1707
1708         * gnus-art.el (gnus-article-browse-html-parts):
1709         Replace LWSPs with `&nbsp;'s in header.
1710
1711         Work for broken Chinese articles.
1712
1713         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1714         Exclude broken handles that gnus-summary-enter-digest-group may create.
1715         (gnus-article-browse-html-parts):
1716         Allow overriding charset by mm-charset-override-alist.
1717
1718 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1719
1720         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1721         (gnus-icalendar-identities): Support additional-identities.
1722
1723 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1724
1725         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1726         org-timestamp for events ending at midnight.
1727
1728 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1729
1730         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1731         .log files.
1732
1733 2013-11-20  David Engster  <deng@randomsample.de>
1734
1735         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1736
1737 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1738
1739         * message.el (message-beginning-of-line):
1740         Use beginning-of-visual-line when visual-line-mode is turned on.
1741
1742 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1743
1744         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1745         (gnus-icalendar-event-from-ical)
1746         (gnus-icalendar-event->org-entry)
1747         (gnus-icalendar--update-org-event): Required/optional participation,
1748         list of attendees synced to org.
1749
1750 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1751
1752         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1753         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1754         cancellations to be synced to org if the original appt has an org
1755         outline.
1756
1757 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1758
1759         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1760         (gnus-icalendar-event->org-entry)
1761         (gnus-icalendar--update-org-event)
1762         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1763
1764 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1765
1766         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1767         Fix timezone handling in gnus-icalendar export to org.
1768
1769 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1772
1773 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1776
1777 2013-10-30  Glenn Morris  <rgm@gnu.org>
1778
1779         * gnus-group.el (gnus-group-browse-foreign-server):
1780         * gnus-int.el (gnus-start-news-server):
1781         Silence compiler obsolescence warning.
1782
1783 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1784
1785         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1786         `nnoo-current-server' first, then for the actual `nnimap-address' to
1787         allow netrc entries for the nnoo server to coexist with netrc entries
1788         for the `nnimap-address'.
1789
1790 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * mm-decode.el (mm-dissect-buffer): Revert last change.
1793         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1794         The problem that motivated those changes was attributed to a broken
1795         mail sender, and has been fixed.
1796
1797 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1800         token is missing in the Content-Type header.
1801
1802         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1803
1804 2013-09-18  Glenn Morris  <rgm@gnu.org>
1805
1806         * gnus-util.el (image-size): Declare.
1807
1808 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1811         (gnus-icalendar-event-from-ical)
1812         (gnus-icalendar-event--build-reply-event-body)
1813         (gnus-icalendar-event-reply-from-buffer)
1814         (gnus-icalendar-find-org-event-file)
1815         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1816         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1817
1818         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1819
1820 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1821
1822         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1823         Use save-current-buffer.
1824         (gnus-tree-mode-map): Initialize in the declaration.
1825         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1826         (scroll-in-place): Defvar it.
1827         (gnus-tmp-*): Defvar them.
1828         (gnus-get-tree-buffer): Use derived-mode-p.
1829         (gnus--let-eval): New macro.
1830         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1831         non-prefixed variables.
1832         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1833
1834         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1835         vars since it doesn't seem to be available.
1836         (gnus-set-global-variables, gnus-summary-read-group-1)
1837         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1838         (gnus-summary-display-article, gnus-summary-select-article)
1839         (gnus-summary-next-article, gnus-offer-save-summaries)
1840         (gnus-summary-generic-mark): Use derived-mode-p.
1841         (gnus-summary-read-group-1, gnus-summary-exit)
1842         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1843         Adjust calls to gnus-tree-close and gnus-tree-open.
1844
1845         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1846
1847         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1848         (gnus-agent-mode): Use derived-mode-p.
1849         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1850         gnus-command-method and *-command-method to nil, but bind
1851         gnus-command-method to *-command-method instead!
1852         (gnus-agent-fetch-articles): Remove unused var `id'.
1853         (gnus-agent-fetch-headers): Remove unused arg `force'.
1854         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1855         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1856         (gnus-agent-short-article, gnus-agent-long-article)
1857         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1858         first use.
1859         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1860         `score-param'.
1861         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1862         (gnus-get-predicate): Push in front of the cache, rather than end.
1863         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1864         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1865         (gnus-agent-expire-unagentized-dirs): Don't rebind
1866         gnus-agent-expire-current-dirs since the defvar silences the warning.
1867         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1868         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1869         (gnus-agent-regenerate): Simplify interactive spec and doc.
1870
1871 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * gnus-int.el (gnus-open-server): Silence compiler.
1874
1875         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1876
1877         * message.el (message-display-completion-list): Abolish.
1878         (message-completion-in-region): Use display-completion-list.
1879
1880 2013-09-17  Glenn Morris  <rgm@gnu.org>
1881
1882         * gnus-util.el (gnus-message-with-timestamp-1):
1883         Use `messages-buffer' function if available.  Ignore read-only.
1884
1885 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * message.el (message-expand-group, message-completion-in-region):
1888         Correct the order of start and end of a region.
1889
1890 2013-09-13  Glenn Morris  <rgm@gnu.org>
1891
1892         * mml2015.el (gnus-create-image): Autoload it.
1893
1894         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1895
1896         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1897         (image-size): Declare.
1898
1899 2013-09-12  Glenn Morris  <rgm@gnu.org>
1900
1901         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1902         Avoid using `find', which i) might not be defined at runtime;
1903         ii) does not work, since its default test is eql, not equal.
1904         (gnus-mime-action-alist): Declare.
1905
1906 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1907
1908         * score-mode.el (gnus-score-mode-map): Move initialization
1909         into declaration.
1910         (gnus-score-mode): Use define-derived-mode.
1911         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1912         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1913         into declaration.
1914         (gnus-kill-file-mode): Use define-derived-mode.
1915         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1916         Use derived-mode-p.
1917         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1918         (gnus-group-setup-buffer, gnus-group-name-at-point)
1919         (gnus-group-make-web-group, gnus-group-enter-directory)
1920         (gnus-group-suspend): Use derived-mode-p.
1921         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1922         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1923         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1924         (gnus-article-setup-buffer, gnus-article-prepare)
1925         (gnus-article-prepare-display, gnus-sticky-article)
1926         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1927         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1928         (gnus-article-read-summary-keys): Use derived-mode-p.
1929
1930 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1933
1934 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1937         shift_jis from the default value set for Japanese users.
1938
1939 2013-08-13  Glenn Morris  <rgm@gnu.org>
1940
1941         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1942
1943         * gnus.el (gnus-valid-select-methods): Fix type.
1944
1945         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1946
1947 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * mm-decode.el (mm-display-external): Run a timer for the temp files
1950         deletion after a viewer exits; add a deletion timer for the needsterm
1951         case, too.
1952
1953         * mm-decode.el (mm-display-external): Try to delete temporary files by
1954         using a 1-min. timer.
1955
1956 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1959         New internal variables.
1960         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1961         (mm-display-external): Use it to delete temporary files instead of
1962         using timers.
1963
1964 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1967
1968 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1969
1970         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1971         with cond for backwards compatability.
1972
1973 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * mm-decode.el (mm-display-external): Bind process-connection-type to
1976         nil; don't delete a temp file immediately even if a viewer finishes,
1977         since it may be a shell script, like xdg-open, that launches a real
1978         viewer program belatedly.
1979
1980 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1981
1982         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1983         that we can create nndoc groups that excerpt other groups.
1984
1985 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * gnus-delay.el (gnus-delay-article): Fix typo.
1988
1989         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1990         articles.
1991
1992         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1993         we can get spell-checking etc.
1994
1995 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1998         a single one used for encoding the whole text in a header.
1999
2000 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2003         doesn't work properly on XEmacs.
2004
2005 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2008         before sending.
2009
2010         * dgnushack.el (dgnushack-compile): Add a temporary check for
2011         gnus-icalendar.
2012
2013         * mm-decode.el (mm-command-output): New face.
2014         (mm-display-external): Use it.
2015
2016 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2017
2018         * nnmbox.el (nnmbox-request-article): Don't change point.
2019
2020 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2023         Include `handle' parameter.
2024
2025 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2026
2027         * gnus-icalendar.el: New file.
2028
2029 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2032
2033         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2034         dummy roots, too.
2035
2036 2013-08-01  David Edmondson  <dme@dme.org>
2037
2038         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2039         out on ttys.
2040
2041 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2044         not empty.
2045
2046         * nnrss.el (nnrss-discover-feed): Indent.
2047
2048 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2051
2052 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2055         dirty to ensure nnimap data being saved.
2056
2057 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2058
2059         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2060         menu entry.
2061
2062         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2063         the current thread's total score instead of the current article's
2064         score.
2065
2066         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2067         (gnus-sort-threads-recursively): Delete defcustom.
2068         (gnus-sort-threads-recursive): Adapt accordingly.
2069
2070 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2071
2072         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2073         (gnus-sort-threads-recursive): Use it.
2074         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2075         again.  Now that determines how to sort subthreads.
2076
2077 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2078
2079         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2080         (gnus-sort-threads): Use it.
2081
2082 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2083
2084         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2085         punctuation characters follow parentheses (bug#14950).
2086
2087 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * gnus.el (gnus-continuum-version):
2090         * gnus-msg.el (gnus-extended-version): Simplify.
2091
2092         * gnus.el (gnus-continuum-version-1): Remove.
2093         * gnus-msg.el (gnus-bug): Revert.
2094
2095         Calculate gnus-version correctly on Cygwin.
2096
2097         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2098         (gnus-continuum-version-1): New function, return a string.
2099
2100         * gnus-msg.el (gnus-extended-version, gnus-bug):
2101         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2102
2103 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2104
2105         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2106         (bug#13384).
2107
2108 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2111         that were only relevant in a development version a long time ago.
2112
2113 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2116         that the old Emacs 24s bundle.
2117
2118 2013-07-10  David Engster  <deng@randomsample.de>
2119
2120         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2121         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2122         fixes a bug in Emacs trunk where the 'unexist' marks were always
2123         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2124         Gnus v0.03".
2125
2126 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2127
2128         * gnus.el (gnus-summary-line-format): Reference
2129         `gnus-user-date-format-alist' for the &user-date; format, not
2130         `gnus-summary-user-date-format-alist'.
2131
2132 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2135         delete files (bug#13481).
2136
2137 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2138
2139         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2140
2141 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2142
2143         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2144         display images.
2145
2146         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2147
2148         * message.el (message-cancel-news): According to
2149         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2150         preferred over "cmsg cancel" in the Subject.
2151
2152         * nnir.el (nnir-engines): Note that the group specs are regexps
2153         (bug#13238).
2154
2155         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2156         gotten read-only text properties, ensure that those aren't heeded when
2157         copying stuff over (bug#13434).
2158
2159         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2160         (bug#13762).
2161
2162 2013-07-05  David Kastrup  <dak@gnu.org>
2163
2164         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2165         authinfo file again (important for blank passwords).  This had been
2166         broken with 2013-06-15 change.
2167
2168 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2171         Revert 2013-01-14 change.
2172
2173 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2174
2175         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2176         of 'create-image' for XEmacs compatibility; check errors when decoding
2177         image.  Reported by Uwe Brauer.
2178
2179 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2182         gnus-button-push revised at 2011-01-19.
2183
2184 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2187         now live in the lisp/net Emacs 24 repository.
2188
2189 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * eww.el (eww-update-header-line-format): Quote % characters.
2192
2193 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * eww.el (eww-process-text-input): Display passwords as asterisks.
2196
2197         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2198
2199 2013-06-19  Tom Tromey  <tromey@redhat.com>
2200
2201         * eww.el (eww-top-url): Remove.
2202         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2203         (eww-render): Set new variables.  Don't set eww-top-url.
2204         (eww-handle-link): Handle "prev", "home", and "contents".
2205         Downcase the rel text.
2206         (eww-top-url): Choose best top URL.
2207
2208 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * eww.el: Rewrite to implement form elements "by hand" instead of
2211         relying in widget.el.  Using widget.el leads to too many
2212         user interface inconsistencies.
2213         (eww-self-insert): Implement entering commands in text fields.
2214         (eww-process-text-input): New function to make text input field editing
2215         work.
2216         (eww-submit): Rewrite to use the new-style form methods.
2217         (eww-select-display): Display the correct selected item.
2218         (eww-change-select): Implement changing the select value.
2219         (eww-toggle-checkbox): Implement radio/checkboxes.
2220         (eww-update-field): Fix compilation error.
2221         (eww-tag-textarea): Implement <textarea>.
2222
2223         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2224         don't shadow mode-specific bindings.
2225
2226         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2227         nothing to push.
2228
2229         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2230
2231 2013-06-19  Glenn Morris  <rgm@gnu.org>
2232
2233         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2234
2235 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2236
2237         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2238
2239 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * shr.el (shr-make-table-1): Implement <td rowspan>.
2242         (shr-table-horizontal-line): Allow nil as a value, and change the
2243         default.
2244         (shr-insert-table-ruler): Respect the nil value.
2245
2246 2013-06-18  Tom Tromey  <tromey@barimba>
2247
2248         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2249         New defvars.
2250         (eww-open-file): New defun.
2251         (eww-render): Initialize new variables.
2252         (eww-display-html): Handle "link" and "a".
2253         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2254         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2255         (eww-back-url): Rename from eww-previous-url.
2256         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2257         defuns.
2258
2259 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * shr.el (shr-tag-table): Insert the images after the table, so that
2262         they're not covered by the table colourisation, which often looked
2263         awkward.
2264         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2265         <dd>.
2266         (shr-make-table-1): Implement <td colspan=> support.
2267         (shr-insert-document): Use one less than window width if `shr-width' is
2268         nil, since otherwise things may get one character too wide.
2269
2270 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * eww.el (eww-detect-charset): Improve regexp; move backward.
2273
2274 2013-06-18  Glenn Morris  <rgm@gnu.org>
2275
2276         * mm-decode.el (widget-convert-button): Autoload.
2277
2278         * sieve-manage.el (mm-enable-multibyte): Autoload.
2279
2280         * shr.el (libxml-parse-html-region): Declare.
2281         (shr-render-buffer): Explicit error if no libxml2 support.
2282
2283 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2284
2285         * auth-source.el (auth-source-current-line): New function.
2286         (auth-source-netrc-parse-entries): When a data token is "machine",
2287         assume we're in the wrong place and abort parsing the current line.
2288
2289 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2292         (eww-convert-widgets): Don't bug out if the first widget starts at the
2293         beginning of the buffer.
2294         (eww-convert-widgets): Fix last patch.
2295         (eww-tag-input): Support <input type=image>.
2296
2297         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2298         (shr-tag-base): Protect against base specs that are degenerate.
2299         (shr-ensure-paragraph): Don't delete empty lines that have text
2300         properties, because these may be input fields.
2301
2302         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2303         we can navigate to them.
2304
2305         * shr.el (shr-colorize-region): Put the colours over the entire region.
2306         (shr-inhibit-decoration): New variable.
2307         (shr-add-font): Use it to inhibit text property decorations while doing
2308         preliminary table renderings.  This speeds up typical Wikipedia page
2309         renderings by 15%.
2310         (shr-tag-span): Don't respect the <title>, because that overwrites the
2311         help-echo from links inside the spans.
2312         (shr-next-link): Use `help-echo' for navigation, so that we can
2313         navigate to form elements, too.
2314
2315         * eww.el (eww-button): New face.
2316         (eww-convert-widgets): Use it to make submit buttons more button-like.
2317
2318         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2319         that Gnus commands work.
2320
2321         * shr.el (shr-render-td): Support horizontal alignment.
2322
2323         * eww.el (eww-put-color): Removed.
2324         (eww-colorize-region): Use `add-face-text-property'.
2325
2326         * shr.el (shr-add-font): Append face data, so that we get the correct
2327         precedence: The innermost value (which is applied first) wins.
2328         (shr-make-overlay): Obsolete function.
2329
2330         * mm-decode.el (mm-convert-shr-links): New function to convert
2331         new-style shr URL links into widgets.
2332         (mm-shr): Use it.
2333
2334         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2335         widget commands, since we're no longer using widgets for links.
2336
2337         * shr.el (shr-next-link): New command.
2338         (shr-previous-link): New command.
2339         (shr-urlify): Don't use `widget-convert', because that's slow.
2340         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2341         because collecting the overlays and reapplying them when generating
2342         tables is slow.
2343         (shr-insert-table): Ditto.
2344
2345 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2346
2347         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2348         * shr.el (browse-url): Require `url'.
2349         * eww.el (url): Require format-spec.
2350
2351 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * eww.el (eww-display-html): Default to using the entire window width.
2354         (eww-browse-url): Don't add a User-Agent header (twice), because that
2355         makes Bing refuse connection.
2356
2357         * shr.el (shr-make-table): Cache the table rendering at the table
2358         level, and not the <td> level.  This is a bit faster.
2359
2360         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2361         #id.
2362
2363         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2364         browsers don't.
2365         (shr-expand-url): Respect #anchor links.
2366         (shr-parse-base): Chop off the anchor before using.
2367         (shr-descend): Respect display: none.
2368         (shr-descend): Allow marking elements that have certain IDs.
2369
2370         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2371
2372         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2373
2374         * eww.el (eww-tag-textarea): Support <textarea>.
2375
2376 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2377
2378         * shr.el (shr-dom-to-xml): Fixed function call.
2379
2380         * eww.el (eww): New group.
2381         (eww-header-line-format): New custom variable.
2382         (eww-current-title): New variable.
2383         (eww-display-html): Update header and handle title tag.
2384         (eww-update-header-line-format): New function.
2385         (eww-tag-title): New function.
2386
2387         * shr.el (shr-dom-to-xml): New function.
2388         (shr-tag-svg): Add support for the SVG tag.
2389         (shr-bullet): New custom variable.
2390         (shr-tag-li): Support custom bullet in unordered lists.
2391
2392 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * shr.el (shr-expand-url): Respect // URLs.
2395
2396         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2397         put a background colour onto the entire buffer.
2398         (eww-render): When being redirected, use the redirect URL as the new
2399         base URL.
2400
2401         * shr.el (shr-parse-base): Fix parsing error.
2402
2403         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2404
2405         * shr.el (shr-parse-base): New function.
2406         (shr-expand-url): Use it to expand relative URLs reliably.
2407
2408 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2409
2410         * auth-source.el (auth-source-search-collection): Fix docstring.
2411         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2412         single-quoted strings and multiline entries.
2413         (auth-source-netrc-parse-next-interesting)
2414         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2415         functions to support parser.
2416
2417 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * eww.el (eww-submit): Get submit button logic right when hitting RET
2420         on non-submit buttons.
2421
2422         * shr.el: Remove shr-preliminary-table-render, since that can't really
2423         be used for anything in practice.
2424
2425 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2426
2427         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2428         (sieve-manage-quit).
2429
2430 2013-06-14  Glenn Morris  <rgm@gnu.org>
2431
2432         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2433
2434 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2435
2436         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2437         control the maximum size of photo ID image.
2438         (mml2015-epg-key-image-to-string): Respect it.
2439
2440 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2443         instead of the final one so that we can more easily distinguish them.
2444
2445         * eww.el (eww-submit): Compute the submission URL correctly.
2446
2447 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2448
2449         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2450         Use plist-get rather than CL's getf.
2451         (sieve-manage-parse-capability): Avoid CL's remove-if.
2452
2453 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2454
2455         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2456         (sieve-manage-quit).
2457
2458 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2461         last slash.
2462
2463         * eww.el (eww-tag-select): Use the first value as the default value.
2464
2465 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2466
2467         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2468         (eww-mode): Use `define-derived-mode'.
2469         (eww-parse-headers): Parse headers from beginning of buffer so that
2470         file:// links work.
2471
2472 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2475
2476 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2479         to handle them at all.
2480
2481 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2484         work, too.
2485         (eww-tag-select): Implement <select>.
2486
2487 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2488
2489         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2490         stream managing functions by using open-protocol-stream to do most of
2491         the work.  Has the nice benefit of enabling STARTTLS.
2492         Wait for capabilities after STARTTLS: following RFC5804, the server
2493         sends new capabilities after successfully establishing a TLS connection
2494         with the client.  The client should update the cached list of
2495         capabilities, but we just ignore the answer for now.
2496         (sieve-manage-network-p, sieve-manage-network-open)
2497         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2498         (sieve-manage-forward, sieve-manage-streams)
2499         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2500         API, nor called by any other function.
2501         Enable Multibyte for SieveManage buffers: The parser won't properly
2502         handle umlauts and line endings unless multibyte is turned on in the
2503         process buffer.
2504
2505 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * eww.el (eww-tag-input): Support password fields.
2508         (eww-submit): Support POST.
2509
2510 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * eww.el (eww-tag-form): Protect against degenerate forms.
2513
2514         * shr.el (shr-expand-url): Expand URLs that start with a slash
2515         correctly.
2516
2517         * eww.el (eww-submit): Get submit button logic right.
2518
2519         * shr.el (shr-final-table-render): New variable to signal when we're
2520         doing the final table rendering so that we can collect more data at
2521         that point.
2522
2523         * eww.el (eww-submit): Make form submission work.
2524         (eww-tag-input): Implement submit buttons.
2525         (eww-click-radio): Implement radio and checkboxes.
2526         (eww-submit): Handle hidden elements.
2527
2528         * shr.el (shr-descend): Allow other packages to override (or provide)
2529         rendering of elements.
2530         (shr-expand-url): Strip query strings from URLs before expanding them.
2531
2532         * eww.el: Don't require cl-lib.
2533         (eww-tag-form): Start form support.
2534
2535         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2536
2537         * eww.el: Start writing a new, tiny web browser.
2538         (eww-previous-url): New command.
2539         (eww-quit): New command.
2540
2541 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2542
2543         * sieve.el: Put point at beginning of buffer when viewing a script.
2544         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2545         number in sieve-buffer's header.  Fixed code to also work with a string
2546         as port specifier.  Properly close the connection on pressing 'q'.  Make
2547         sieve-manage-quit close the connection and process buffer.  Also, remove
2548         duplicate keybinding for 'q'.
2549
2550 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2551
2552         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2553         make it easier to read.
2554         (mm-pkcs7-enveloped-magic): Ditto.
2555
2556 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2557
2558         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2559         before `image-type-available-p' to avoid loading the image libraries
2560         needlessly.
2561
2562 2013-06-05  David Engster  <deng@randomsample.de>
2563
2564         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2565         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2566         to see whether the group was synced before.
2567
2568 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2569
2570         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2571         when opening the connection.
2572         Suggested by João Távora <joaotavora@gmail.com> in
2573         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2574
2575 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2578         assume Date header begins with "Date", that may be customized into
2579         something like "X-Sent" using gnus-article-time-format.
2580         (article-transform-date): Allow multi-line Date header.
2581
2582 2013-06-02  David Engster  <deng@randomsample.de>
2583
2584         * registry.el (initialize-instance, registry-lookup)
2585         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2586         (registry-lookup-secondary-value, registry-search, registry-delete)
2587         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2588         not wrap methods in `eval-and-compile'.  This breaks due to latest
2589         changes in EIEIO (introduction of eieio-core.el).
2590
2591 2013-05-30  Glenn Morris  <rgm@gnu.org>
2592
2593         * nnmail.el (nnmail-fancy-expiry-target):
2594         Also bind mail-dont-reply-to-names.
2595
2596         * spam-stat.el (spam-stat-save):
2597         No need to tweak font-lock in temp buffers.
2598
2599         * shr.el (shr-put-image): Silence compiler.
2600
2601 2013-05-29  Glenn Morris  <rgm@gnu.org>
2602
2603         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2604
2605         * gnus-group.el (gnus-sequence-of-unread-articles)
2606         (gnus-summary-add-mark, gnus-mark-article-as-read)
2607         (gnus-group-make-articles-read): Declare.
2608
2609         * gnus-sum.el (gnus-parameter-list-identifier)
2610         (gnus-article-stop-animations, gnus-stop-downloads)
2611         (gnus-article-only-boring-p, article-goto-body)
2612         (gnus-flush-original-article-buffer, article-narrow-to-head)
2613         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2614         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2615
2616         * gnus.el: No need to eval-and-compile autoloads.
2617
2618         * gravatar.el (help-function-arglist): Autoload.
2619
2620         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2621
2622         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2623
2624         * spam.el: No need to load spam-report when compiling.
2625         No need to eval-and-compile autoloads.
2626         (spam-report-resend-to): Declare.
2627         (spam-report-resend-register-routine): Require 'spam-report.
2628
2629 2013-05-24  Julien Danjou  <julien@danjou.info>
2630
2631         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2632         setup.
2633
2634 2013-05-23  Glenn Morris  <rgm@gnu.org>
2635
2636         * gnus-util.el (rmail-swap-buffers-maybe)
2637         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2638         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2639         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2640
2641         * mm-decode.el: No need to load term when compiling.
2642         (term-mode, term-char-mode): Declare.
2643
2644         * mm-util.el: No need to load jka-compr when compiling.
2645         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2646
2647         * nnmaildir.el: Require is automatically eval-and-compile.
2648         (nnmail): Require at run-time too.
2649
2650         * registry.el (registry-size): Move definition before use.
2651
2652 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2653
2654         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2655         signed data to conform the standard.  (Bug#14232)
2656
2657 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2658
2659         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2660         double angle quotation mark.
2661
2662 2013-05-20  Glenn Morris  <rgm@gnu.org>
2663
2664         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2665
2666 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2667
2668         * message.el (message-insert-formatted-citation-line): handle finding
2669         first/lastname when more than 2 names appear.
2670
2671 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2672
2673         * shr.el (shr-tag-span): New function.
2674
2675 2013-05-18  Glenn Morris  <rgm@gnu.org>
2676
2677         * message.el (message-mode): Use message-mode-abbrev-table,
2678         with text-mode-abbrev-table as parent.  (Bug#14413)
2679
2680 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * message.el (message-expand-group): Decode group names.
2683
2684 2013-05-16  Julien Danjou  <julien@danjou.info>
2685
2686         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2687         app-icon.
2688
2689 2013-05-15  Glenn Morris  <rgm@gnu.org>
2690
2691         * shr-color.el (shr-color-visible-luminance-min)
2692         (shr-color-visible-distance-min): Use shr-color group.
2693
2694 2013-05-11  Glenn Morris  <rgm@gnu.org>
2695
2696         * gnus-vm.el: Make it loadable without VM.
2697         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2698         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2699
2700 2013-05-09  Glenn Morris  <rgm@gnu.org>
2701
2702         * mml1991.el: Make it loadable.  (Bug#13456)
2703
2704         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2705         * gnus-async.el (gnus-async-post-fetch-function):
2706         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2707         * gnus-html.el (gnus-html-image-cache-ttl):
2708         * gnus-notifications.el (gnus-notifications-timeout):
2709         * gnus-picon.el (gnus-picon-properties):
2710         * gnus-util.el (gnus-completion-styles):
2711         * gnus.el (gnus-other-frame-resume-function):
2712         * message.el (message-user-organization-file)
2713         (message-cite-reply-position):
2714         * nnir.el (nnir-summary-line-format)
2715         (nnir-retrieve-headers-override-function):
2716         * shr-color.el (shr-color-visible-luminance-min):
2717         * shr.el (shr-blocked-images):
2718         * spam-report.el (spam-report-resend-to):
2719         * spam.el (spam-summary-exit-behavior): Fix custom types.
2720
2721         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2722
2723 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2726         because of let-binding help-xref-following.  (Bug#14356)
2727
2728 2013-05-06  Glenn Morris  <rgm@gnu.org>
2729
2730         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2731
2732 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2733
2734         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2735         entering into the registry.
2736
2737 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2738
2739         * gnus.el: Ma Gnus v0.7 is released.
2740
2741 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2744         (Bug#14304)
2745
2746 2013-04-27  Glenn Morris  <rgm@gnu.org>
2747
2748         * gnus.el (gnus-list-debbugs):
2749         Use require rather than autoload.  (Bug#14262)
2750
2751 2013-04-27  Julien Danjou  <julien@danjou.info>
2752
2753         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2754         port to "sieve" now that it has an official IANA port assigned.
2755
2756 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2759         Don't set the MAILHOST environment variable permanently (Bug#14271).
2760
2761 2013-04-26  Glenn Morris  <rgm@gnu.org>
2762
2763         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2764
2765 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2766
2767         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2768         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2769
2770 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2771
2772         * nnir.el (nnir-close-group): Make sure we are in the right group.
2773
2774         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2775         dependency table from all newly retrieved headers.
2776
2777 2013-04-16  David Edmondson  <dme@dme.org>
2778
2779         Support <img src="data:...">.
2780
2781         * shr.el (shr-image-from-data): New function.
2782         (shr-tag-img): Use it.
2783
2784 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2785
2786         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2787         group.
2788
2789 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2792         corresponding to any existing group (Bug#14166).
2793
2794 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2795
2796         * nnir.el (number-sequence): No longer used.
2797         (nnir-request-set-mark): New function.
2798         (nnir-request-update-info): Improve marks updating.
2799         (nnir-request-scan): Don't duplicate marks updating.
2800         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2801         Use 'assq rather than 'assoc.  Quote anonymous function.
2802         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2803         Use 'gnus-group-prefixed-p.
2804         (gnus-summary-create-nnir-group): Make sure server for method is open.
2805
2806 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2807
2808         * nnir.el (gnus-nnir-group-p): New function.
2809         (nnir-possibly-change-group): Use it.
2810
2811         * gnus-msg.el (gnus-setup-message): Use it.
2812
2813 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2816         `initial-input' for the argument name.
2817         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2818
2819 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2820
2821         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2822         (used by MH-E).
2823
2824 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2825
2826         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2827         group.
2828
2829         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2830         fix compilation.
2831
2832 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2833
2834         * nnir.el (nnir-method-default-engines): And another typo.
2835
2836 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2837
2838         * nnir.el (nnir-method-default-engines): Fix typo.
2839
2840 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2841
2842         * nnir.el: Define 'number-sequence for xemacs.
2843         (gnus-summary-create-nnir-group): New function to create an nnir group
2844         from an nnir summary buffer based on the current query.
2845         (nnir-request-create-group): Update to allow nnir group creation based
2846         on the current query.
2847
2848 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * nndraft.el (nndraft-request-expire-articles):
2851         Make expiry target always `delete'.
2852
2853 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2854
2855         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2856         buffer use the posting-style and gcc of the original article group.
2857         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2858
2859         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2860         after other deffoos.
2861
2862 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2863
2864         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2865         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2866         support for real (i.e. not ephemeral) nnir groups.
2867         (gnus-summary-make-nnir-group): New function for initiating searches
2868         from a summary buffer.
2869
2870 2013-03-18  Sam Steingold  <sds@gnu.org>
2871
2872         * message.el (message-bury): Minor cleanup.
2873
2874 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2875
2876         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2877
2878 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2881         nnml-request-list.  (Bug#13873)
2882         (nndir-request-newsgroups): Remove, unused.
2883
2884         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2885
2886 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2887
2888         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2889         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2890         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2891
2892 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2893
2894         * shr.el: Make all the overlays set the `evaporate' property so that
2895         they're removed properly.
2896
2897 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2898
2899         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2900         shell-quote-argument.
2901
2902 2013-02-22  David Engster  <deng@randomsample.de>
2903
2904         * gnus-registry.el (gnus-registry-save): Provide class name when
2905         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2906         `condition-case' to stay compatible with older EIEIO versions which
2907         only accept one argument.
2908
2909 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2910
2911         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2912         (epg-user-id-validity): Autoload.
2913         (mml2015-epg-check-user-id): New function.
2914         (mml2015-epg-check-sub-key): New function split from
2915         mml2015-epg-find-usable-key.
2916         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2917         optional name-is-key-id, to handle the case when user-id is unusable.
2918         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2919
2920 2013-02-17  Glenn Morris  <rgm@gnu.org>
2921
2922         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2923
2924 2013-02-16  Glenn Morris  <rgm@gnu.org>
2925
2926         * shr.el (shr-put-image): Only animate images that specify a delay.
2927         This is consistent with the old image-animated-p behavior.
2928
2929 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2932         for XEmacs.
2933
2934 2013-02-13  Juri Linkov  <juri@jurta.org>
2935
2936         * gnus-art.el (gnus-article-mode-map):
2937         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2938         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2939
2940 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2941
2942         * auth-source.el (auth-source-format-prompt): Don't get confused by
2943         any "\" in replacement text.  (Bug#13637)
2944
2945 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2946
2947         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2948         (gnus-backend-trace): Honour gnus-backend-trace.
2949
2950         * mml.el (mml-insert-part): Insert closing tag.
2951
2952         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2953
2954 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2955
2956         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2957         able to find the article, which can happen in debbugs groups,
2958         apparently.
2959
2960 2013-01-16  Glenn Morris  <rgm@gnu.org>
2961
2962         * smiley.el (smiley-style): Make the file loadable in batch mode.
2963
2964 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2965
2966         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2967         imap process running.
2968
2969 2013-01-14  Julien Danjou  <julien@danjou.info>
2970
2971         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2972         Compare addresses against addresses, not against the full From field.
2973
2974 2013-01-13  Richard Stallman  <rms@gnu.org>
2975
2976         * message.el (message-forward-make-body-mime): New args BEG, END
2977         specify what part of FORWARD-BUFFER to use.  Do the work directly
2978         instead of calling `mml-insert-buffer'.
2979
2980 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2981
2982         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2983         cross-reference(s).
2984
2985         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2986         cross-reference(s).
2987
2988 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2989
2990         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2991         and point-max-marker.
2992         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2993
2994 2013-01-11  Julien Danjou  <julien@danjou.info>
2995
2996         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2997         max are almost equal.  Also return the correct value for V which is
2998         already between 0 and 1.
2999
3000 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3001
3002         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3003         to mml2015-encrypt-to-self.
3004         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3005
3006 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3007
3008         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3009         mml-smime-epg-find-usable-secret-key.
3010
3011 2013-01-08  Glenn Morris  <rgm@gnu.org>
3012
3013         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3014
3015 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3016
3017         * mml-smime.el: Support signing by sender.
3018         Requested by Uwe Brauer.
3019         (mml-smime-sign-with-sender): New user option analogous
3020         to mml2015-sign-with-sender.
3021         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3022         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3023         mml2015.el.
3024
3025 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3028         isn't running, because Gnus will probably not know how to handle the
3029         Gcc header (bug#11941).
3030
3031         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3032         articles.
3033
3034 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3037         (nnfolder-generate-active-file): Make this function work with recursive
3038         folder names.
3039
3040 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3041
3042         * nntp.el (nntp-open-connection): Use HELP as the capability command
3043         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3044         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3045
3046 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3047
3048         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3049         place holder since this gives `Invalid face reference: nil' messages.
3050         Use the `default' face instead.  It has the same effect here, even
3051         though it is not no-op.
3052
3053         * gnus-util.el
3054         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3055
3056 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3057
3058         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3059         non-string posting styles (bug#13285).
3060
3061 2012-12-27  Glenn Morris  <rgm@gnu.org>
3062
3063         * plstore.el (plstore-passphrase-callback-function):
3064         Use plstore-get-file.
3065
3066 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3067
3068         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3069         stderr.
3070
3071 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3074
3075         * gnus-compat.el (set-buffer-multibyte): Remove.
3076
3077 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3078
3079         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3080         temporary file to get PGP key image.  Pass no-show-photos when
3081         extracting image to avoid having it pop up twice.
3082
3083 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3084
3085         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3086         eligible for treatment.
3087
3088         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3089         lines.  This makes summary commands with hidden threads work more
3090         reliably.
3091
3092         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3093         button to mark the hidden citations (bug#9395).
3094
3095 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3096
3097         * mml2015.el (mml2015-epg-signature-to-string): New function.
3098         (mml2015-epg-verify-result-to-string): New function.
3099         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3100         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3101         instead of epg-verify-result-to-string.
3102         (epg-signature-key-id, epg-signature-to-string): Autoload.
3103         (epg-verify-result-to-string): Remove autoload.
3104
3105 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3106
3107         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3108         ID image from GPG public key.
3109         (mml2015-epg-key-image-to-string): New function.
3110
3111 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3112
3113         * plstore.el (plstore-passphrase-callback-function): Fix error when
3114         error when plstore-cache-passphrase-for-symmetric-encryption is set
3115         (bug#13264).
3116
3117 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3118
3119         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3120         buffer to the article buffer here, because that clobbers multiple
3121         article buffers.
3122
3123         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3124         buffer always points to the right summary buffer.
3125
3126 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3127
3128         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3129         the password (bug#12097).
3130
3131 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3132
3133         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3134         (bug#13263).
3135
3136         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3137         buffer exists before using it (bug#12475).
3138
3139         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3140         offline groups (bug#11937).
3141
3142         * message.el (message-yank-original): When using customize to set the
3143         value of `message-cite-style', the variable it set to a symbol that's
3144         the name of the variable, which must then be dereferenced (bug#12616).
3145
3146 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3147
3148         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3149         the `face' property with a list whose car is the face specified in the
3150         format string and whose cdr is (nil).
3151         * lisp/gnus-util.el
3152         (gnus-put-text-property-excluding-characters-with-faces):
3153         Change accordingly.
3154         (gnus-get-text-property-excluding-characters-with-faces): New function.
3155         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3156         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3157         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3158
3159 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3160
3161         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3162         login methods.
3163         (nnimap-login): Respect the `nnimap-authenticator' variable.
3164
3165         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3166         mark state when moving articles.  Otherwise unticked articles will get
3167         their ticks back after moving.
3168
3169 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3170
3171         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3172
3173         * message.el (message-ignored-news-headers): Always remove
3174         X-Message-SMTP-Method to avoid information leakage if the user
3175         mistakenly inserts the header into news messages.
3176
3177         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3178
3179         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3180         right than four characters, this command would move point to
3181         `point-max'.  Don't do that.
3182
3183         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3184         to nil to allow re-selecting groups that gain articles.
3185         (gnus-bug-group-download-format-alist): Update the URL.
3186
3187 2012-12-23  Andreas Schwab  <schwab@suse.de>
3188
3189         * shr.el (shr-tag-em): Render em as italic, not bold.
3190
3191 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3192
3193         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3194         for reuse.
3195         (gnus-open-server): Use it to add more tracing.
3196         (gnus-finish-retrieve-group-infos): Add backend tracing.
3197         (gnus-backend-trace): Also note the elapsed seconds.
3198
3199 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3200
3201         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3202         Set epa-file-encrypt-to from variable to avoid querying.
3203
3204 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3205
3206         * sieve-mode.el (sieve-font-lock-keywords):
3207         Keywords should be word delimited.  (Bug#13173)
3208
3209 2012-12-13  Andreas Schwab  <schwab@suse.de>
3210
3211         * tls.el (tls-program): Update customize type.
3212
3213 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3216         instead of <pre> to align message header.
3217
3218 2012-12-12  Sam Steingold  <sds@gnu.org>
3219
3220         * gnus.el (gnus-other-frame-resume-function): Add user option.
3221         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3222
3223 2012-12-06  Sam Steingold  <sds@gnu.org>
3224
3225         * gnus-start.el (gnus-before-resume-hook): Add.
3226         (gnus-1): Run it when Gnus is alive.
3227
3228 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3231         * gnus-art.el (article-unsplit-urls)
3232         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3233         * gnus-registry.el (gnus-registry-get-article-marks)
3234         * message.el (message-goto-body): Use it.
3235         (message-called-interactively-p): Remove.
3236
3237         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3238         (spam-stat-score-buffer): Use it.
3239
3240         * spam.el: Silence the warnings against BBDB functions when compiling.
3241
3242         * gnus-score.el (gnus-score-decode-text-parts):
3243         Use append+mapcar instead of the cl function mapcan.
3244
3245 2012-12-05  Sam Steingold  <sds@gnu.org>
3246
3247         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3248         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3249         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3250
3251 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gmm-utils.el (gmm-called-interactively-p): Revert.
3254         This seems to cause Emacs to get stuck!
3255         * gnus-art.el (article-unsplit-urls)
3256         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3257         * gnus-registry.el (gnus-registry-get-article-marks)
3258         * message.el (message-goto-body)
3259         (message-called-interactively-p): Revert.
3260
3261         * gmm-utils.el (gmm-called-interactively-p): New function.
3262         * gnus-art.el (article-unsplit-urls)
3263         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3264         * gnus-registry.el (gnus-registry-get-article-marks)
3265         * message.el (message-goto-body): Use it.
3266         (message-called-interactively-p): Remove.
3267
3268         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3269         * gnus-sync.el (gnus-sync-lesync-call)
3270         * message.el (message-read-from-minibuffer): Use it.
3271
3272 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * gmm-utils.el (gmm-flet): Remove.
3275         * gnus-sync.el (gnus-sync-lesync-call)
3276         * message.el (message-read-from-minibuffer): Don't use it.
3277
3278 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3281
3282 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3285
3286         * gnus-sync.el (gnus-sync-lesync-call)
3287         * message.el (message-read-from-minibuffer): Use gmm-flet.
3288
3289         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3290
3291         * gnus-util.el (gnus-macroexpand-all): Remove.
3292
3293 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3294
3295         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3296         to TAB, not [tab].
3297         (gnus-summary-article-map): Likewise.
3298
3299         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3300         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3301
3302 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3303
3304         * time-date.el: Commentary fix.
3305
3306 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3307
3308         * color.el: Don't require cl.
3309         (color-complement): `caddr' -> `nth 2'.
3310
3311         * time-date.el (time-to-seconds): De-obsolete.
3312
3313 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * message.el (message-get-reply-headers):
3316         Make sure the reply goes to the author if it is a wide reply.
3317
3318 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3319
3320         * gnus-score.el (gnus-score-body):
3321         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3322         scoring by body.
3323
3324 2012-11-16  Glenn Morris  <rgm@gnu.org>
3325
3326         * gnus-diary.el (nndiary-request-create-group-functions)
3327         (nndiary-request-update-info-functions)
3328         (gnus-subscribe-newsgroup-functions)
3329         (nndiary-request-accept-article-functions):
3330         Use new names for hooks rather than obsolete aliases.
3331
3332 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3335
3336 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3339         in meta tag with the one the part specifies in its header.
3340
3341 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3342
3343         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3344         by default.
3345
3346 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3349         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3350
3351 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3354         and a runtime function for it, of which the XEmacs version takes only
3355         two arguments.
3356
3357 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3358
3359         * nndiary.el (nndiary-request-create-group-functions)
3360         (nndiary-request-update-info-functions)
3361         (nndiary-request-accept-article-functions):
3362         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3363         "-hooks" suffix.
3364
3365 2012-10-19  Julien Danjou  <julien@danjou.info>
3366
3367         * gnus-art.el: Require gnus-util because it uses
3368         `gnus-timer--function'.
3369
3370 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3371
3372         * starttls.el (starttls-extra-arguments): Doc fix.
3373
3374 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3375
3376         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3377         it.
3378
3379 2012-10-06  Glenn Morris  <rgm@gnu.org>
3380
3381         * gnus-notifications.el (gnus-notifications):
3382         Add missing group :version tag.
3383         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3384         (gnus-gcc-post-body-encode-hook):
3385         * gnus-sync.el (gnus-sync-lesync-name)
3386         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3387
3388 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3389
3390         * color.el (color-hsl-to-rgb): Fix incorrect results for
3391         small and large hue values.  (Bug#12559)
3392
3393 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         New UIDL implementation.
3396
3397         * mail-source.el (mail-sources, mail-source-keyword-map):
3398         Add :leave as a pop3 keyword.
3399         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3400
3401         * pop3.el (pop3-leave-mail-on-server): Allow number.
3402         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3403         (pop3-movemail): Add UIDL support.
3404         (pop3-send-streaming-command): Take a list of mail numbers instead of
3405         the number of mails.
3406         (pop3-write-to-file): Add X-UIDL header.
3407         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3408         (pop3-uidl-add-xheader): New functions.
3409
3410         * message.el (message-ignored-resent-headers):
3411         Add X-Content-Length and X-UIDL headers.
3412
3413 2012-10-05  Glenn Morris  <rgm@gnu.org>
3414
3415         * color.el (color-name-to-rgb, color-rgb-to-hex)
3416         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3417         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3418         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3419         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3420
3421 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3424         a user about whether to delete temp files if once a user answered as n.
3425
3426 2012-09-25  Chong Yidong  <cyd@gnu.org>
3427
3428         * password-cache.el (password-read-and-add): Use a declare form to mark
3429         this function obsolete.
3430
3431 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * lpath.el: Bind mail-encode-mml for old Emacsen.
3434
3435 2012-09-17  Richard Stallman  <rms@gnu.org>
3436
3437         * message.el (message-in-body-p): Don't set mark or modify buffer.
3438
3439         * mml.el (mml-attach-file): Doc fix.
3440         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3441         Set mail-encode-mml when in Mail mode.
3442         Simplify code to set HEAD and move back to HEAD.
3443         (mml-insert-multipart, mml-insert-part):
3444         Set mail-encode-mml when in Mail mode.
3445
3446 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-util.el (gnus-timer--function): New function.
3449
3450         * gnus-art.el (gnus-article-stop-animations): Use it.
3451
3452 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3453
3454         Fix glitches caused by addition of psec to timers.
3455         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3456         rather than raw access to timer vector.
3457
3458 2012-09-11  Julien Danjou  <julien@danjou.info>
3459
3460         * gnus-notifications.el (gnus-notifications): Check for nil values in
3461         ignored addresses check.
3462
3463 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3464
3465         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3466
3467 2012-09-07  Chong Yidong  <cyd@gnu.org>
3468
3469         * gnus-util.el
3470         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3471
3472         * gnus-salt.el (gnus-tree-highlight-node):
3473         * gnus-sum.el (gnus-summary-highlight-line):
3474         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3475
3476 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3477
3478         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3479
3480 2012-09-06  Juri Linkov  <juri@jurta.org>
3481
3482         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3483         scheme for buffer names to be more consistent with other group and
3484         article buffer names in Gnus.
3485
3486 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3487
3488         * gnus-util.el
3489         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3490
3491         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3492         Jenkner.
3493
3494         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3495
3496         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3497
3498         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3499
3500 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3503         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3504
3505         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3506         string-prefix-p in Emacs >=23.2.
3507
3508         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3509         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3510         instead of string-match-p.
3511         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3512
3513 2012-09-06  Kenichi Handa  <handa@gnu.org>
3514
3515         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3516         lowercase a..f.
3517
3518 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3519
3520         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3521
3522 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3523
3524         * nnimap.el (nnimap-request-move-article): Decode the group name when
3525         doing internal moves to avoid charset issues.
3526
3527         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3528         TIME is set.
3529
3530 2012-09-05  Juri Linkov  <juri@jurta.org>
3531
3532         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3533         than one group at a time (bug#11961).
3534
3535 2012-09-05  Julien Danjou  <julien@danjou.info>
3536
3537         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3538         this hide the real reason with a message giving absolutely no hint.
3539
3540 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3541
3542         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3543         to the backend (bug#11804).
3544
3545         * message.el (message-insert-newsgroups): Don't insert newsgroup
3546         duplicates (bug#12275).
3547
3548 2012-09-05  John Wiegley  <johnw@newartisans.com>
3549
3550         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3551         sieve rules.
3552
3553 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3554
3555         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3556         function.
3557
3558         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3559
3560         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3561
3562 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3563
3564         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3565         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3566         This should make nnmaildir more usable with offlineimap.
3567
3568 2012-09-05  Julien Danjou  <julien@danjou.info>
3569
3570         * nnimap.el (nnimap-request-list): Revert change that made listing
3571         synchronous.
3572         (nnimap-get-responses): Restore.
3573
3574 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3575
3576         * dgnushack.el: XEmacs 21.5 compilation fix.
3577
3578         * gnus-notifications.el (gnus-notifications-notify): Use it.
3579
3580         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3581         warnings on XEmacs.
3582
3583 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3584
3585         Better seeds for (random).
3586         * gnus-sync.el (gnus-sync-lesync-setup):
3587         * message.el (message-canlock-generate, message-unique-id):
3588         Change (random t) to (random), now that the latter is more random.
3589
3590 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3591
3592         * nnimap.el (nnimap-change-group): Document result value
3593
3594         * auth-source.el (auth-sources): Fix macos keychain access.
3595
3596         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3597         allow the backend `request-head' function to determine the group
3598         name on its own.
3599         (gnus-request-expire-articles): Filter out negative article numbers
3600         during expiry (Bug#11980).
3601
3602         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3603         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3604
3605         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3606         you've found the article when you haven't.
3607
3608         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3609         that nnimap-change-group can return t.
3610
3611 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3612
3613         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3614
3615 2012-08-30  Julien Danjou  <julien@danjou.info>
3616
3617         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3618         `gnus-notifications-timeout'.
3619         (gnus-notifications-timeout): Add.
3620         (gnus-notifications-action): New function.
3621         (gnus-notifications-notify): Add :action using
3622         `gnus-notifications-action'.
3623         (gnus-notifications-id-to-msg): New variable.
3624         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3625         notifications id to messages.
3626
3627 2012-08-30  Kenichi Handa  <handa@gnu.org>
3628
3629         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3630         once.
3631
3632 2012-08-29  Julien Danjou  <julien@danjou.info>
3633
3634         * gnus-notifications.el: New file.
3635         (gnus-notifications-notify): New function.
3636         (gnus-notifications): Use `gnus-notifications-notify'.
3637
3638 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3641         transfer encoding first; bind gnus-newsgroup-charset to the charset
3642         that the article specifies (Bug#12209).
3643
3644 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3647         (gnus-group-customize-done): Encode values posting-style holds.
3648
3649         * gnus-msg.el (gnus-summary-resend-message)
3650         (gnus-configure-posting-styles): Decode values posting-style group
3651         parameter holds.
3652
3653 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3656         `name' and `address' in Resent-From header.
3657
3658 2012-08-14  Chong Yidong  <cyd@gnu.org>
3659
3660         * gnus-art.el (article-display-face): Handle failure in
3661         gnus-create-image (Bug#11802).
3662
3663 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3664
3665         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3666         Use defsetf.
3667
3668 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3669
3670         * auth-source.el (auth-source-plstore-search)
3671         (auth-source-secrets-search): Ignore :require and :type in search spec.
3672
3673 2012-08-06  Julien Danjou  <julien@danjou.info>
3674
3675         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3676         `nnimap-request-move-article'.
3677
3678         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3679         Remove autoload, already handled by gnus.el.
3680
3681         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3682
3683         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3684         supported by nnimap actually.  Reverts previous change.
3685
3686         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3687         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3688         to-buffer argument that is already supported.
3689
3690 2012-08-05  Julien Danjou  <julien@danjou.info>
3691
3692         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3693         Add autoload.
3694
3695 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * gnus.el (gnus-valid-select-methods): Fix custom type.
3698
3699 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3700
3701         * auth-source.el (auth-sources, auth-source-backend-parse)
3702         (auth-source-macos-keychain-search)
3703         (auth-source-macos-keychain-search-items)
3704         (auth-source-macos-keychain-result-append)
3705         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3706         auth-source.el through the /usr/bin/security utility.
3707         (auth-sources): Fix syntax error.
3708         (auth-source-macos-keychain-result-append): Fix variable name.
3709         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3710
3711 2012-07-27  Julien Danjou  <julien@danjou.info>
3712
3713         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3714         Emacs < 24.1
3715
3716 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * message.el (message-kill-address): Don't kill last newline.
3719         (message-skip-to-next-address): Don't move to the next header.
3720         (message-fill-field-address): Work properly.
3721
3722 2012-07-25  Julien Danjou  <julien@danjou.info>
3723
3724         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3725
3726 2012-07-24  Julien Danjou  <julien@danjou.info>
3727
3728         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3729
3730         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3731         (nntp-async-timer-handler): Remove, unused.
3732
3733         * nnimap.el (nnimap-get-responses): Remove, unused.
3734
3735         * nnheader.el (mail-header-set-extra): Remove, unused.
3736
3737         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3738         unused.
3739
3740         * mm-view.el (mm-view-sound-file): Remove, unused.
3741
3742         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3743         (mm-url-encode-multipart-form-data): Remove, unused.
3744
3745         * message.el (message-remove-signature, message-make-host-name)
3746         (message-fill-address): Remove, unused.
3747
3748         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3749         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3750         unused.
3751
3752         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3753         (gnus-xmas-call-region): Remove, unused.
3754
3755         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3756
3757         * gnus-util.el (gnus-extract-address-component-name)
3758         (gnus-extract-address-component-email, gnus-sortable-date)
3759         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3760         (gnus-process-live-p): Remove, unused.
3761
3762         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3763
3764         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3765         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3766         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3767         function.
3768
3769         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3770
3771         * gnus-score.el (gnus-summary-score-crossposting)
3772         (gnus-score-regexp-bad-p): Remove, unused.
3773
3774         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3775
3776         * gnus-range.el (gnus-sublist-p): Remove, unused.
3777
3778         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3779         unused.
3780
3781         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3782
3783         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3784         (gnus-request-associate-buffer): Remove, unused.
3785
3786         * gnus-group.el (gnus-group-set-method-info)
3787         (gnus-group-set-params-info): Remove, unused.
3788
3789         * gnus-fun.el (gnus-shell-command-to-string)
3790         (gnus-shell-command-on-region): Remove, unused.
3791
3792         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3793
3794         * gnus-art.el (gnus-article-text-type-exists-p)
3795         (article-translate-characters, gnus-article-hide-text-of-type)
3796         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3797         Remove, unused.
3798
3799 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3800
3801         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3802
3803 2012-07-21  Julien Danjou  <julien@danjou.info>
3804
3805         * message.el (message-dont-reply-to-names): Replace deprecated
3806         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3807         (message-get-reply-headers): Ditto.
3808
3809 2012-07-18  Julien Danjou  <julien@danjou.info>
3810
3811         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3812         `sieve-upload-and-kill'.
3813
3814         * sieve.el (sieve-bury-buffer): Remove function.
3815         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3816         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3817
3818 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3819
3820         * shr.el (shr-expand-url): Handle URL starting with `//'.
3821
3822 2012-07-13  Chong Yidong  <cyd@gnu.org>
3823
3824         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3825         instead of calling toggle-read-only with a (bogus) argument.
3826
3827 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3828
3829         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3830         of initial input when reading the author to restrict the summary to.
3831
3832 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * mm-decode.el (mm-shr):
3835         Allow overriding charset by mm-charset-override-alist.
3836
3837 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * gnus-art.el (gnus-article-view-part):
3840         Toggle subparts of multipart/alternative part.
3841
3842 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3843
3844         * shr.el (shr-render-buffer): New command.
3845         (shr-visit-file): Use it.
3846
3847 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3850         Set no-byte-compile and no-update-autoloads.
3851
3852 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3855
3856 2012-06-25  Julien Danjou  <julien@danjou.info>
3857
3858         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3859         `nnimap-request-move-articles-find-limit' since we do not use it only
3860         for move operations.
3861         (nnimap-request-accept-article): Use
3862         `nnimap-request-articles-find-limit' to limit search by message-id.
3863
3864 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3865
3866         Support higher-resolution time stamps (Bug#9000).
3867
3868         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3869         VARLIST.  It's optional, for backward compatibility.
3870         (encode-time-value): New optional arg PICO.  New type 3.
3871         (time-to-seconds) [!float-time]: Support the new picoseconds
3872         component if it's used.
3873         (seconds-to-time, time-subtract, time-add):
3874         Support ps-resolution time stamps as well.
3875
3876 2012-06-19  Julien Danjou  <julien@danjou.info>
3877
3878         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3879
3880         * nnimap.el (nnimap-log-buffer): Check that
3881         `window-point-insertion-type' is boundp, since it's not available in
3882         XEmacs.
3883
3884 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3885
3886         * nnimap.el (nnimap-log-buffer): Add this, setting
3887         `window-point-insertion-type' in the buffer to t.
3888         (nnimap-log-command): Use nnimap-log-buffer.
3889
3890 2012-06-19  Julien Danjou  <julien@danjou.info>
3891
3892         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3893         argument to be able to limit the search.
3894         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3895         (nnimap-request-move-articles-find-limit): Add this to limit the search
3896         by Message-Id after a message move.
3897         (nnimap): Add defgroup.
3898
3899 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3900
3901         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3902
3903 2012-06-15  Julien Danjou  <julien@danjou.info>
3904
3905         * nnimap.el (nnimap-find-article-by-message-id): Use
3906         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3907         (nnimap-possibly-change-group): Add read-only argument.
3908         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3909         issuing EXAMINE manually.
3910         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3911         with read-only argument.
3912         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3913         cannot possibly change because we need to be sure that it's either
3914         read-write or read-only.
3915
3916 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3919         being bound to a lambda form.
3920
3921 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3922
3923         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3924         articles when fetch-old is non-nil (bug#11370).
3925
3926 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3927
3928         * gnus-picon.el (gnus-picon-properties): New defcustom.
3929         (gnus-picon-create-glyph): Use it.
3930
3931 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * gnus-group.el (gnus-group-get-new-news): Respect
3934         `gnus-group-use-permanent-levels', as documented (bug#11638).
3935
3936 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3937
3938         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3939         groups (bug#11641).
3940
3941 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3942
3943         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3944         is an integer to avoid later problems.
3945
3946 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3949         locales.
3950
3951         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3952         on a handle.
3953
3954         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3955         address as the default.
3956         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3957
3958         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3959         makes no sense to query the user about internal files.
3960
3961         * gnus-spec.el: Remove all the byte-compilation stuff, since
3962         benchmarking shows that it doesn't help when entering large summary
3963         buffers.
3964
3965         * gnus-xmas.el (gnus-xmas-define): Remove.
3966
3967         * gnus-util.el (gnus-byte-code): Remove.
3968
3969         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3970         grouplens stuff.
3971
3972 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3975         (bug#11514).
3976
3977 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3978
3979         * message.el (message-buffers): Return all buffers derived from Message
3980         to make `gnus-dired-attach' work with mu4e.
3981
3982 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3983
3984         * nntp.el: Stop the `letf' madness.
3985         (nntp--report-1): New var.
3986         (nntp-report): Merge nntp-report-1 into it.
3987         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3988         the nntp-report function.
3989
3990         * auth-source.el: Fix comment-style to follow the convention.
3991
3992 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3993
3994         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3995         (mm-dissect-singlepart): Don't guess the MIME type of
3996         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3997         set.
3998         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3999         toplevel MIME type is multipart/encrypted.
4000
4001 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4004         a string so that Gcc works (bug#11514).
4005
4006 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4007
4008         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4009         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4010
4011 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4012
4013         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4014         jumping to *Server* from a dedicated *Group* window.
4015         (gnus-configure-frame): CSE.
4016
4017         * gnus-registry.el: Minor style cleanup.
4018         (gnus-registry--set/remove-mark): New function, extracted from
4019         gnus-registry-install-shortcuts.
4020         (gnus-registry-install-shortcuts): Use it.
4021
4022 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * nnspool.el (news-path): Use eval-and-compile.
4025
4026 2012-05-24  Glenn Morris  <rgm@gnu.org>
4027
4028         * nnspool.el (news-directory, news-path, news-inews-program):
4029         Move here from paths.el.  Don't see a need for these to be autoloaded.
4030
4031         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4032         Merge in doc from paths.el version.  Don't see any need for this to be
4033         autoloaded, or for the warning about users not setting it.
4034
4035 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4036
4037         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4038         format.  In particular, add an optional argument and a docstring.
4039
4040         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4041
4042         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4043         current before calling `gnus-groups-to-gnus-format'.
4044         Note that this was already the case for `gnus-active-to-gnus-format'.
4045
4046 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4047
4048         Fix minor Y10k bug.
4049         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4050
4051 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4052
4053         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4054         message once it's actually open.
4055
4056 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4057
4058         * gnus.el: Ma Gnus v0.5 is released.
4059
4060 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4061
4062         * auth-source.el (auth-source--aput-1, auth-source--aput)
4063         (auth-source--aget): New functions and macros.
4064         Use them instead of aput/aget.
4065
4066 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4067
4068         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4069
4070 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4071
4072         * plstore.el (plstore-called-interactively-p): New compat macro copied
4073         from message.el.
4074         (plstore-mode): Use it.
4075
4076 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4077
4078         * plstore.el: Revive the editing feature.
4079         (plstore-mode): New mode to edit plstore file.
4080         (plstore-mode-toggle-display, plstore-mode-original)
4081         (plstore-mode-decoded): New command.
4082         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4083         (plstore--insert-buffer, plstore--make): New function.
4084         (plstore-open, plstore-save): Simplify by using them.
4085
4086 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4089
4090 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4091
4092         * tls.el (open-tls-stream): Remove unused binding.
4093
4094 2012-04-16  Glenn Morris  <rgm@gnu.org>
4095
4096         * nndraft.el (nndraft-request-list): Fix declaration.
4097
4098 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * mm-decode.el (mm-dissect-buffer): Doc fix.
4101
4102         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4103         don't have a current group.
4104
4105         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4106         buffer if it doesn't exist.
4107
4108         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4109         given, mark the group as ephemeral with the current window conf.
4110
4111         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4112         buffer exists, which it doesn't if we haven't started Gnus.
4113         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4114
4115 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4116
4117         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4118         type is.
4119
4120         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4121         `unexists' entries.
4122         (gnus-clean-old-newsrc): Fix last checkin.
4123
4124         * nnimap.el (nnimap-update-info): None of the articles below the active
4125         low-water mark exist.
4126
4127         * dgnushack.el: Get rid of XEmacs compilation warning.
4128
4129         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4130         would have gotten if we posted to the group, and use that to compare
4131         against the message we want to cancel (bug#10808).
4132
4133         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4134         on XEmacs.
4135
4136 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4137
4138         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4139         `scroll-margin'.
4140
4141 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4142
4143         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4144         citation prefix within a block of cited text should be considered part
4145         of that block *only* if it is a blank line.
4146
4147 2012-04-09  Chong Yidong  <cyd@gnu.org>
4148
4149         * binhex.el, hashcash.el, uudecode.el:
4150         Remove * characters from the front of variable docstrings.
4151
4152 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4155         before kinsoku-bol characters nor within kinsoku-eol characters.
4156
4157 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4160         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4161         (gnus-sync-read): Use mapc instead of mapcar.
4162
4163         * mm-archive.el: Require mm-decode for some macros.
4164         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4165         the byte compiler.
4166         (mm-archive-decoders): New function that returns the value of
4167         the mm-archive-decoders variable.
4168
4169         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4170         instead.
4171         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4172
4173         * nnimap.el (gnus-refer-thread-use-nnir):
4174         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4175
4176 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4179
4180 2012-03-12  Peter Münster  <pmrb@free.fr>
4181
4182         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4183         (gnus-demon-cancel): Ditto.
4184         (gnus-demon-run-callback): When function cannot be called due to low
4185         idleness, call it when idleness reaches the expected value, instead of
4186         waiting another timer period.
4187         (gnus-demon-init): Add `time' to arguments of call-back.
4188
4189 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4192
4193         * gnus.el: Register gnus-registry functions.
4194
4195         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4196         indent.
4197
4198         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4199         enabled before warping.
4200
4201 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4202
4203         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4204         registry about each article retrieved.
4205
4206         * gnus-int.el (gnus-select-group-with-message-id): New function.
4207         (gnus-try-warping-via-registry): Ditto.
4208         (gnus-warp-to-article): Fall back on the registry.
4209
4210 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4211
4212         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4213         inboxes.
4214
4215 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4218
4219 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4222         gnus-gcc-self-resent-messages may be a group parameter.
4223         (gnus-summary-resend-message): Don't encode encoded words in header
4224         when Gcc'ing resent message.
4225
4226 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * shr.el (shr-insert): Treat non-breaking space just like normal
4229         space.  This seems to produce more pleasing results.
4230         (shr-insert): Only insert a blank line if we're starting from an image.
4231         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4232         (shr-ensure-paragraph): Consider lines with white space to be blank.
4233
4234 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4235
4236         * Makefile.in: Respect DESTDIR.
4237
4238 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4239
4240         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4241         and gnus-gcc-post-body-encode-hook.
4242
4243 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4246         messages that don't exist.
4247
4248         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4249
4250 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4253         Remove.
4254
4255         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4256
4257         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4258
4259 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4262         have a group name.
4263
4264         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4265         a multibyte buffer (bug#7410).
4266         (article-wash-html): Parse the original article buffer to get the
4267         unencoded data (bug#7410).
4268
4269         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4270         .newsrc.el files.
4271
4272 2012-04-05  Bastien Guerry  <bzg@altern.org>
4273
4274         * color.el (color-lighten-name): Fix typo.
4275
4276 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4279         "#" to avoid having them interpreted as comments.
4280
4281 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4282
4283         * shr.el (shr-insert): Update the text state properly to avoid
4284         inserting spurious paragraph starts.
4285
4286 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * shr.el (shr-table-widths): Divide the extra width more fairly over
4289         the TDs (bug#10973).
4290         (shr-render-td): Don't delete too much padding.
4291         (shr-natural-width): Compute the natural width more correctly.
4292         (shr-insert): Allow the natural width to be computed for tables again.
4293         (shr-tag-table-1): Rework how the natural widths are computed by
4294         rendering the table a third time.
4295         (shr-natural-width): Removed.
4296         (shr-buffer-width): New function.
4297         (shr-expand-newlines): Use it.
4298
4299         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4300         using a `gnus-use-full-window' setup (bug#11013).
4301
4302 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4305         24.1 release.
4306
4307 2012-03-10  David Edmondson  <dme@dme.org>
4308
4309         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4310         'Forwarded Message' header and the start of the message.
4311
4312 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4313
4314         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4315         isn't running (bug#10897).
4316
4317 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4320         This is inconsistent with all the other stream functions, which leave
4321         the setting up to the higher levels (if so wanted) (bug#10931).
4322
4323 2012-02-28  Glenn Morris  <rgm@gnu.org>
4324
4325         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4326         mm-decode.el: Standardize possessive apostrophe usage.
4327
4328 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4331
4332 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4333
4334         * parse-time.el (parse-time-string): Allow extractor to return nil.
4335
4336 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4339
4340 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4341
4342         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4343
4344 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4345
4346         * mm-decode.el (mm-shr): Remove "soft hyphens".
4347
4348         * nnimap.el (nnimap-request-list): Return the group names encoded as
4349         utf8.  Otherwise non-European group names don't work.
4350         (nnimap-request-newgroups): Ditto.
4351
4352         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4353         the default in `read-string' (bug#10757).
4354
4355         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4356         topics (bug#10843).
4357
4358         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4359         buffer.  Suggested by Herbert Valerio Riedel.
4360         (nnimap-request-move-article): Delete the message from the correct IMAP
4361         server.
4362
4363 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4364
4365         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4366         Reported by Peter Münster.
4367
4368 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4369
4370         * shr.el (shr-image-fetched): Make sure we really kill the right
4371         buffer.
4372
4373 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4374
4375         * gnus-start.el (gnus-1): Avoid duplicate entries.
4376
4377 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4378
4379         * imap.el: Remove.
4380
4381         * nntp.el (nntp-coding-system-for-read): Remove.
4382         (nntp-coding-system-for-write): Ditto.
4383         (nntp-open-connection): Just use `binary' directly.
4384
4385         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4386         Gnus 0.3.
4387
4388 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4389
4390         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4391         application/octet-stream parts really is.
4392
4393         * gnus-sum.el (gnus-propagate-marks): Remove.
4394
4395 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4396
4397         * shr.el (shr-rescale-image): Undo previous change; see
4398         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4399
4400 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4401
4402         * gnus.el: Ma Gnus v0.3 is released.
4403
4404 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4405
4406         * gnus-sum.el (gnus-summary-local-variables): Make
4407         `gnus-newsgroup-unexist' into a local variable.
4408
4409 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4410
4411         * registry.el (registry-usage-test, registry-persistence-test): Move to
4412         tests/gnustest-registry.el.
4413         (registry-make-testable-db, registry-match-test)
4414         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4415
4416         * gnus-registry.el (gnus-registry-misc-test)
4417         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4418
4419         * tests/gnustest-registry.el: New file with the registry and
4420         gnus-registry ERT tests.
4421
4422 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-msg.el (gnus-summary-resend-message): Make
4425         gnus-summary-resend-message-insert-gcc be last item in
4426         message-header-setup-hook.
4427
4428 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4429
4430         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4431         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4432         Remove.
4433         (nnfolder-open-server): Don't use marks.
4434         (nnfolder-request-delete-group): Ditto.
4435         (nnfolder-request-rename-group): Ditto.
4436         (nnfolder-request-set-mark, nnfolder-request-marks)
4437         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4438         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4439
4440         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4441         (nnml-marks-modtime): Remove.
4442         (nnml-request-delete-group): Don't use marks.
4443         (nnml-request-rename-group): Ditto.
4444         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4445         (nnml-save-marks, nnml-open-marks): Remove.
4446
4447         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4448         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4449         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4450         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4451         (nntp-server-to-method-cache): Remove.
4452
4453         * shr.el (shr-rescale-image): Fix wrong merge.
4454
4455 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4456
4457         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4458         too-wide lines.
4459
4460 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4461
4462         * nnimap.el (nnimap-record-commands): New variable.
4463         (nnimap-log-command): Use it.
4464         (nnimap-make-process-buffer): Add a space to the process buffer.
4465         (nnimap-transform-headers): Don't bug out on header lines containing
4466         stuff that look like IMAP length encodings.
4467
4468         * shr.el (shr-rescale-image): Allow viewing large images.
4469
4470 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4471
4472         * nnml.el (nnml-request-compact-group): Delete the marks file after
4473         compaction (bug#10800).
4474
4475         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4476         group exit.
4477
4478         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4479         QRESYNC/FETCH output.
4480
4481 2012-02-11  Glenn Morris  <rgm@gnu.org>
4482
4483         * sieve-manage.el (sieve-manage-default-stream):
4484         * shr.el (shr):
4485         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4486         (nnir-retrieve-headers-override-function)
4487         (nnir-imap-default-search-key, nnir-notmuch-program)
4488         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4489         (nnir-method-default-engines):
4490         * message.el (message-cite-reply-position):
4491         * gssapi.el (gssapi-program):
4492         * gravatar.el (gravatar):
4493         * gnus-sum.el (gnus-refer-thread-use-nnir):
4494         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4495         (gnus-registry-max-pruned-entries):
4496         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4497         * gnus-int.el (gnus-after-set-mark-hook)
4498         (gnus-before-update-mark-hook):
4499         * gnus-async.el (gnus-async-post-fetch-function):
4500         * auth-source.el (auth-source-cache-expiry):
4501         Add missing :version tags to new defcustoms and defgroups.
4502
4503 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4504
4505         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4506         `gnus-newsgroup-unexist'.
4507
4508         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4509         marks.
4510         (gnus-article-special-mark-lists): Put the `unexist' in the special
4511         marks list instead.
4512
4513         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4514         articles in the list of articles to be selected.
4515
4516         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4517         articles.
4518         (nnimap-update-info): Keep track of unexisting articles.
4519         (nnimap-update-qresync-info): Ditto.
4520
4521 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4522
4523         * message.el (message-default-send-mail-function): Made into own
4524         function for reuse by emacsbug.el.
4525
4526 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4527
4528         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4529         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4530
4531 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4532
4533         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4534         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4535
4536         * gnus-compat.el: Define `timer-set-function'.
4537
4538         * mm-decode.el (mm-display-external): Output the text from the command
4539         in the buffer after the command finished.  This makes text-based
4540         commands behave better.
4541
4542 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4543
4544         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4545
4546 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4547
4548         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4549         23.1.
4550
4551 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4554
4555 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4556
4557         * message.el (smtpmail-smtp-user): Silence compiler warning.
4558
4559 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4560
4561         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4562         SMTP user name.
4563
4564 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-sum.el (gnus-summary-show-thread):
4567         next-single-char-property-change may return nil in XEmacs.
4568         (gnus-summary-article-map): Fix typo.
4569
4570 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4571
4572         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4573         running.
4574
4575         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4576
4577         * gnus.el (gnus-server-extend-method): Don't add an -address component
4578         if the method already has one (bug#9676).
4579
4580 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4581
4582         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4583         of an initial-input for consistency (bug#10757).
4584
4585         * dgnushack.el: Fix XEmacs compilation warning.
4586
4587         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4588
4589         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4590
4591 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4592
4593         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4594         lines that are narrower than the window width.  Otherwise background
4595         "blocks" will look less readable.
4596
4597 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4598
4599         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4600         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4601         have newlines within the strings, and where the UID comes after the
4602         BODYSTRUCTURE element (bug#10537).
4603
4604         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4605         (bug#10732).
4606
4607         * shr.el (shr-insert-document): Add doc string.
4608         (shr-visit-file): Ditto.
4609         (shr-remove-trailing-whitespace): New function.
4610         (shr-insert-document): Use it to clean up trailing whitespace as the
4611         final step (bug#10714).
4612
4613 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4614
4615         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4616         buffer if `gnus-kill-summary-on-exit' is nil.
4617
4618 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4619
4620         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4621         when just reading a single group from "without" Gnus.
4622
4623 2012-02-06  Chong Yidong  <cyd@gnu.org>
4624
4625         * gnus-sum.el (gnus-summary-show-thread):
4626         next-single-char-property-change never returns nil (Bug#8657).
4627
4628 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4629
4630         * message.el (message-multi-smtp-send-mail): New function.
4631         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4632         header to implement multi-SMTP functionality.
4633
4634         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4635         (gnus-agentize): Don't set it.
4636         (gnus-agent-send-mail): Don't use it.
4637
4638         * gnus-sum.el (gnus-summary-widget-backward): New function and
4639         keystroke.
4640
4641         * gnus-compat.el: More the compat functions more compatible.
4642
4643         * shr.el (shr-put-image): Remove underlines from sliced images.
4644         (shr-zoom-image): Compute the region to be replaced more correctly.
4645
4646 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4649         (gnus-summary-resend-message-insert-gcc): New function.
4650         (gnus-summary-resend-message): Modify message-header-setup-hook and
4651         message-sent-hook to make it work for Gcc.
4652         (gnus-inews-do-gcc): Update the number of unread articles of groups
4653         that messages are Gcc'd to.
4654
4655         * message.el (message-resend): Run message-sent-hook to do Gcc.
4656
4657 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4658
4659         * lpath.el: Fix an XEmacs compilation warning.
4660
4661         * gnus-compat.el: Require `help-fns' to fix compilation error.
4662
4663         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4664         a higher level to silence compilation.
4665
4666         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4667         parameter to allow controlling the scaling.
4668
4669         * shr.el (shr-zoom-image): New command and keystroke.
4670         (shr-put-image): Take a `size' flag to say how to scale the image.
4671
4672         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4673         deletion unless already defined.
4674
4675         * gnus.el (gnus-compat): Require it.
4676
4677         * gnus-compat.el: New file.
4678
4679         * gnus-start.el (gnus-clean-old-newsrc): New function.
4680         (gnus-read-newsrc-file): Use it.
4681
4682         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4683         Use recursive deletion.
4684         (mm-dissect-archive): Add support for zip files.
4685
4686         * gnus-util.el (gnus-recursive-directory-files): New function.
4687
4688         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4689         (mm-archive-decoders): Add tgz support.
4690
4691         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4692         Otherwise inserting text into the Gnus buffer can look odd.
4693
4694         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4695
4696         * mm-archive.el (mm-archive-decoders): Add support for tar.
4697
4698         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4699
4700         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4701
4702 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4703
4704         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4705
4706         * mm-archive.el: New file.
4707
4708         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4709
4710         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4711
4712         * message.el (message-goto-*): Make all the `message-goto-*' commands
4713         push the mark before moving point.  This makes it easier to go back to
4714         where you came from after editing whatever you jumped to.
4715
4716 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4717
4718         * gnus.el: Ma Gnus v0.1 is released.
4719
4720 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4721
4722         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4723         without reconnecting.
4724         (nnimap-possibly-change-group): Ditto.
4725         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4726         connection has died before being called.
4727
4728 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4729
4730         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4731         an initial sync unless we're really doing one.
4732
4733         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4734         address parameter if one already exists (bug#9676).
4735
4736         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4737         not the prefix, as documented (bug#10689).
4738
4739 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4740
4741         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4742         the "server".
4743
4744         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4745         the real error message with the useless "previously known to be down".
4746         Which isn't even correct.
4747
4748         * nntp.el (nntp-open-connection): Report the error message if the nntp
4749         server can't be reached.
4750
4751         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4752         groups we do a total scan for.
4753         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4754         doing that.
4755
4756 2012-01-31  Jim Meyering  <jim@meyering.net>
4757
4758         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4759         Correct a comment (insert "not") and hide nominally-doubled "to".
4760
4761 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus.el (gnus-version): Change name to "Ma Gnus".
4764
4765 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4766
4767         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4768         section in the manual.
4769
4770 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4771
4772         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4773         words.
4774         (rfc2047-encode-string): Ditto.
4775         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4776         understand folded filename="..." parameters, for instance.
4777
4778         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4779         the message for greater debuggability.
4780
4781 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4782
4783         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4784         instead of setting it locally, since the latter doesn't seem to have
4785         any effect (most of the time).
4786
4787 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4788
4789         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4790         function call.
4791
4792 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4793
4794         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4795         seconds, and make the repeat clause with HH:MM specs work as
4796         documented.
4797
4798 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4799
4800         * proto-stream.el (proto-stream-capability-open): Fall back on
4801         :end-of-command if :end-of-capability doesn't exist.
4802
4803 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4806         bound globally in old Emacsen and XEmacsen.
4807
4808 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4809
4810         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4811         so that previous errors don't prohibit getting new news.
4812
4813         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4814
4815         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4816
4817 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4818
4819         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4820         buffer, not of the string which is its name.
4821
4822 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4823
4824         * proto-stream.el (proto-stream-capability-open): Wait for
4825         :end-of-capability, not :end-of-command.
4826
4827         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4828         non-server-marks groups.
4829         (gnus-group-make-articles-read): Ditto.
4830
4831         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4832         methods (bug#9676).
4833
4834         * gnus.el (gnus-method-ephemeral-p): New function.
4835
4836 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4839         left-to-right.
4840
4841 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4842
4843         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4844         warning.
4845
4846 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4847
4848         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4849         macroexpand the nnir things, since they haven't been defined yet, and
4850         nnir requires gnus-sum.
4851
4852 2012-01-24  Julien Danjou  <julien@danjou.info>
4853
4854         * color.el (color-rgb-to-hsl): Fix value computing.
4855         (color-hue-to-rgb): New function.
4856         (color-hsl-to-rgb): New function.
4857         (color-clamp, color-saturate-hsl, color-saturate-name)
4858         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4859         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4860
4861 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862
4863         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4864
4865 2012-01-19  Julien Danjou  <julien@danjou.info>
4866
4867         * color.el (color-name-to-rgb): Use the white color to find the max
4868         color component value and return correctly computed values.
4869         (color-name-to-rgb): Add missing float conversion for max value.
4870
4871 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4874         logical server name in addition to the actual machine address.
4875
4876         * auth-source.el (auth-source-user-and-password): Add convenience
4877         wrapper to search by just host and optionally user.
4878
4879 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4882         after rendering.
4883
4884 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4885
4886         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4887         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4888         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4889
4890 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4893         (bug#9693).
4894         (gnus-summary-setup-buffer): Document return value (bug#9697).
4895
4896         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4897         since ido doesn't work on symbols (bug#9632).
4898
4899         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4900         when getting a single value as when getting all the values.  This means
4901         that atoms like `gcc-self' work cumulatively, like variable settings,
4902         instead of getting the value from the last matching clause.
4903         (gnus-group-find-parameter): Protect against the group buffer not
4904         existing (bug#9585).
4905
4906 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * gnus-start.el (gnus-activate-group): Document more parameters
4909         (bug#9694).
4910
4911         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4912         (bug#9692).
4913
4914         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4915         article was fetched, so that it can be expired later (bug#9958).
4916         (gnus-agent-summary-fetch-series): Add doc string.
4917         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4918         (bug#9517).
4919
4920         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4921         retrieval is happening.
4922
4923         * gnus.el (gnus-parameters): Doc fix.
4924
4925 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4926
4927         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4928         show the thread after expansion.
4929
4930 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * gnus-art.el (article-narrow-to-head): If the head is completely
4933         empty, narrow to the empty region (bug#9764).
4934
4935         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4936         read, and then mark them as unread only when the unread mark is used.
4937         This makes `C-- T k' actually work, even though it's confusing.
4938
4939         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4940         alive before we try to find its window.
4941
4942 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4943
4944         * mm-decode.el (mm-display-external): Use a longer timeout for the
4945         deletion to allow slow programs to display the file.
4946
4947 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4950         prompt to be less confusing.
4951
4952         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4953         argument to `message-reply'.  This broke `special-display-*' frame
4954         pop-uping (bug#10238).
4955
4956 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4957
4958         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4959         systems, since these allegedly don't work there.
4960
4961 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4962
4963         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4964         live buffer.
4965
4966 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * nnir.el (nnir-retrieve-headers): Protect against the article not
4969         existing on the server (bug#10335).
4970
4971 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4972
4973         * gnus-agent.el (gnus-agent-load-local): Recompute
4974         gnus-agent-article-local on changing method.
4975
4976 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * gnus.el (gnus-parameters): Note precedence.
4979
4980 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4981
4982         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4983         in the group buffer.
4984
4985 2012-01-04  Julien Danjou  <julien@danjou.info>
4986
4987         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4988         change.
4989
4990 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4993         too.
4994
4995         * nntp.el (nntp-retrieve-group-data-early): Use it.
4996
4997 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * nntp.el (nntp-retrieval-in-progress): New variable.
5000         (nntp-make-process-buffer): Make it buffer-local.
5001
5002         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5003         2010.
5004         (gnus-demon-init): Use it to compute the time if time is on the form
5005         "04:23".
5006
5007         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5008
5009         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5010         status in the correct buffer.
5011
5012 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5013
5014         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5015         when opening topics (bug#10407).
5016
5017 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5018
5019         * gnus-cus.el (gnus-score-customize):
5020         * gnus-sum.el (gnus-sort-gathered-threads):
5021         * message.el (message-shorten-references):
5022         * nnmairix.el (nnmairix-request-group):
5023         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5024
5025 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5026
5027         * gnus-agent.el (gnus-agent-regenerate-group):
5028         * gnus-int.el (gnus-retrieve-group-data-early):
5029         * mm-util.el (mm-codepage-ibm-list):
5030         * nndiary.el (Commentary, nndiary-get-new-mail):
5031         * nnir.el (nnir):
5032         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5033
5034 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * mm-view.el (mm-display-inline-fontify): Add comment.
5037
5038 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5039
5040         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5041         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5042
5043 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5044
5045         * gnus-art.el (gnus-split-methods):
5046         * gnus-msg.el (gnus-configure-posting-styles):
5047         * gnus-spec.el (gnus-parse-simple-format):
5048         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5049         * message.el (message-do-actions): Spelling fix.
5050
5051 2011-12-15  Juri Linkov  <juri@jurta.org>
5052
5053         * mm-decode.el (mm-inline-media-tests): Add missing
5054         `mm-handle-media-subtype'.
5055
5056 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5057
5058         * gnus-group.el (gnus-group-tool-bar):
5059         * gnus-sum.el (gnus-summary-tool-bar):
5060         * message.el (message-tool-bar):
5061         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5062
5063 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5064
5065         * plstore.el (plstore--insert-buffer): Spelling fix.
5066
5067 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5068
5069         * message.el (message-valid-fqdn-regexp): Update with newly approved
5070         top-level domain names ".tel" and ".asia".
5071
5072 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5075         unconditionally.
5076
5077 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5080         pop-to-buffer-same-window for old Emacsen.
5081
5082 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5083
5084         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5085
5086 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5087
5088         * netrc.el (netrc-credentials): Spelling fix.
5089
5090 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5091
5092         * gnus-fun.el (gnus-fun-ppm-change-string):
5093         * gnus-msg.el (gnus-inews-do-gcc):
5094         * gnus-sum.el (gnus-summary-find-for-reselect):
5095         * gnus.el (gnus-summary-cancelled):
5096         * message.el (message-cancel-hook, message-send-news):
5097         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5098         * nnir.el (nnir-run-hyrex):
5099         * nntp.el (nntp-with-open-group-function):
5100         * pgg.el (pgg-pending-timers): Spelling fix.
5101
5102 2011-12-04  Chong Yidong  <cyd@gnu.org>
5103
5104         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5105         change (Bug#10200).
5106
5107 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * compface.el (uncompface):
5110         * gnus-art.el (gnus-article-x-face-command): Update the header format
5111         of icon data for the most recent icontopbm program.
5112
5113 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-msg.el (gnus-inews-do-gcc):
5116         * message.el (message-send-mail):
5117         * mml.el (mml-generate-mime): Share the value of the buffer-local
5118         `message-options' variable between a draft buffer and temprary working
5119         buffers.
5120
5121 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5122
5123         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5124
5125 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5128         for Cygwin.
5129
5130 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5131
5132         * gnus-group.el (gnus-group-prepare-flat):
5133         * mm-bodies.el (mm-encode-body):
5134         * mml.el (mml-preview):
5135         * nnml.el (nnml-request-compact-group):
5136         * pop3.el (pop3-stream-type): Spelling fix.
5137
5138 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5139
5140         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5141
5142 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5143
5144         * color.el (color-rgb-to-hsl):
5145         * gmm-utils.el (gmm-tool-bar-style):
5146         * gnus-group.el (gnus-group-prepare-flat):
5147         * gnus-topic.el (gnus-topic-prepare-topic):
5148         * mm-decode.el (mm-discouraged-alternatives):
5149         * rfc2047.el (rfc2047-encode-1):
5150         * starttls.el: Spelling fix.
5151
5152 2011-11-24  Glenn Morris  <rgm@gnu.org>
5153
5154         * binhex.el (binhex-begin-line): Give it basic doc-string.
5155
5156         * starttls.el, tls.el: Fix case of "GnuTLS".
5157
5158 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5159
5160         * gnus-group.el (gnus-group-highlight): Fix typo.
5161
5162 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5163
5164         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5165         value of `delete-file', that returns nil for a local file but returns t
5166         for a remote file using ssh.
5167
5168 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5169
5170         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5171
5172 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5175         avoid later breakage.
5176
5177 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5180         article buffers' name.
5181
5182 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5183
5184         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5185         by Paul Eggert's spellfixes two days ago.
5186
5187 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5190         doesn't have it.
5191
5192         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5193         buffer-local instead of binding them to avoid warnings.  Also demote
5194         errors (bug#10063).
5195         (font-lock-mode-hook): Shut up byte compiler.
5196
5197 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5198
5199         * mm-util.el (mm-charset-after):
5200         * nnir.el (nnir-run-hyrex):
5201         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5202         (ntlm-get-password-hashes, ntlm-md4hash):
5203         * smime.el: Fix typo.
5204
5205 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5206
5207         * gnus-agent.el (gnus-agent-expire-group-1):
5208         * nndiary.el (nndiary-last-occurence):
5209         * nnimap.el (nnimap-request-set-mark):
5210         * nnmairix.el (nnmairix-only-use-registry):
5211         * gnus-group.el (gnus-group-prepare-flat):
5212         * gnus-sum.el (gnus-decode-encoded-word-methods):
5213         * message.el (message-wash-subject):
5214         * nntp.el (nntp-retrieve-headers-with-xover):
5215         * smime.el (smime-certificate-directory): Spelling fix.
5216
5217 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5218
5219         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5220
5221         * color.el:
5222         * gnus-agent.el (gnus-agent-possibly-alter-active):
5223         * gnus-dired.el (gnus-dired-print):
5224         * mail-parse.el:
5225         * nnmairix.el (nnmairix-request-group):
5226         * shr.el (shr-image-displayer):
5227         * sieve-manage.el:
5228         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5229
5230 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5231
5232         * gnus-sum.el (gnus-auto-select-subject):
5233         * spam-report.el (spam-report-resend): Spelling fix.
5234
5235 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5236
5237         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5238         * gnus-art.el (gnus-default-article-saver):
5239         * gnus-srvr.el (gnus-server-copy-server):
5240         * gnus.el (gnus-sloppily-equal-method-parameters):
5241         * html2text.el (html2text-format-tag-list):
5242         * message.el (message-narrow-to-head):
5243         * nndiary.el:
5244         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5245         * sieve.el: Spelling fix.
5246
5247 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5248
5249         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5250         * gnus-sum.el (gnus-summary-make-menu-bar):
5251         * gnus-uu.el (gnus-uu-decode-postscript)
5252         (gnus-uu-decode-postscript-and-save):
5253         * mailcap.el (mailcap-print-command):
5254         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5255         Fix typos.
5256
5257 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5258
5259         * gnus-art.el (gnus-article-part-wrapper):
5260         * html2text.el (html2text-fix-paragraphs):
5261         * mm-decode.el (mm-image-fit-p):
5262         * rfc2047.el (rfc2047-encode-message-header):
5263         * shr-color.el (shr-color-visible-distance-min)
5264         (shr-color-relative-to-absolute, set-minimum-interval)
5265         (shr-color-visible): Fix typos.
5266
5267 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5268
5269         * gmm-utils.el (gmm-tool-bar-item):
5270         * gnus-art.el (gnus-treat-body-boundary):
5271         * gnus-diary.el (gnus-user-format-function-d):
5272         * gnus-start.el (gnus-get-unread-articles):
5273         * pgg-gpg.el (pgg-gpg-update-agent):
5274         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5275
5276 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5277
5278         * gnus-topic.el (gnus-group-prepare-topics):
5279         * gnus-uu.el (gnus-extract-view):
5280         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5281
5282 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5283
5284         * spam.el: Move BBDB autoloads.
5285         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5286         BBDB 2 and 3.
5287         (spam-check-BBDB): Use it.
5288         (spam-enter-ham-BBDB): Use it.
5289
5290 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5291
5292         * smime.el (smime-draw-buffer): Spelling fix.
5293
5294 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5295
5296         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5297         for scanning exactly one level.
5298         * gnus-start.el (gnus-get-unread-articles): Ditto.
5299
5300 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5301
5302         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5303         slightly clearer.
5304
5305 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5306
5307         * gnus-sync.el: More commentary about setup.
5308
5309 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5310
5311         * message.el (message-send-and-exit): Document `arg'.
5312
5313 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5314
5315         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5316
5317 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5318
5319         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5320
5321         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5322         we don't use `bound-and-true-p'.
5323
5324 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5325
5326         * gnus-util.el (gnus-bound-and-true-p): Remove.
5327         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5328         * nnir.el: Use it.
5329         * nnmairix.el: Use it.
5330
5331 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5332
5333         * gnus-sync.el: Improve docs about CouchDB admins.
5334
5335         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5336         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5337         for reasons unknown.
5338         * nnir.el: Use it.
5339         * nnmairix.el: Use it.
5340
5341         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5342         * nnir.el: Ditto.
5343         * nnmairix.el: Ditto.
5344
5345         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5346
5347 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5348
5349         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5350         not needed.  Provide xmlplistread list function to produce XML plist
5351         output for non-Gnus LeSync clients.
5352
5353 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5354
5355         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5356
5357         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5358         and save against it.  Group subscriptions, read marks, other marks,
5359         subscription levels, topic names, and topic offsets (the group's
5360         position within the topic) are saved.  This is an experimental backend
5361         and may change significantly.  Load json.el from the gnus-fallback-lib
5362         if it's not available otherwise.
5363         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5364
5365 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5366
5367         * message.el (message-completion-function): Make sure
5368         message-tab-body-function is not attempted if one of
5369         message-completion-alist fails to find a completion (bug#9158).
5370
5371 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5372
5373         * mml.el (mml-quote-region): Quote <#secure> tag.
5374         (mml-generate-mime-1): Unquote <#secure> tag.
5375
5376 2011-10-20  Chong Yidong  <cyd@gnu.org>
5377
5378         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5379         calling a minor mode from Lisp with nil arg enables it, so we have to
5380         make the wording a bit ambiguous here).
5381
5382 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5383
5384         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5385         * nnir.el (nnir-mode): Use it.
5386         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5387         Use it.
5388
5389         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5390         * nnmairix.el (gnus-registry-enabled): Ditto.
5391
5392 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5393
5394         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5395         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5396         only while we need to find out if it should be t or nil.
5397         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5398         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5399         the registry is installed.  Set it to nil when it's unloaded.
5400         (gnus-registry-install-p): Provide user guidance for the initial value
5401         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5402         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5403         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5404         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5405         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5406         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5407         `gnus-registry-install'.
5408
5409 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5410
5411         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5412         previous change.
5413         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5414         primary key is marked as disabled.
5415
5416 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5417
5418         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5419         primary key is marked as disabled.
5420
5421 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5422
5423         * html2text.el (html2text-clean-anchor): Check for quotes around
5424         `href' value.
5425
5426 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5427
5428         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5429         searching.  Drop `bbdb-cache'.
5430
5431 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * message.el (message-signed-or-encrypted-p): Exclude header when
5434         checking if there is signed or encrypted body in text/plain message.
5435
5436 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5437
5438         * html2text.el (html2text-get-attr): Correctly handle attribute values
5439         containing "=".
5440
5441 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5442
5443         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5444         handle bindings.
5445
5446 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447
5448         * gnus-win.el (gnus-configure-windows): Protect against reading
5449         ephemeral groups outside of Gnus.
5450
5451 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * shr.el (shr-tag-img): Don't get images displayed in tables.
5454
5455 2011-10-03  Glenn Morris  <rgm@gnu.org>
5456
5457         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5458         the "maintainer" version of debbugs.gnu.org reports.
5459
5460 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5463         make asynchronous adjacent image insertion work better.
5464
5465 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5466
5467         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5468         documentation.
5469
5470 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5473         `gnus-asynchronous' isn't shadowed.
5474
5475 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5476
5477         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5478
5479         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5480         (nnimap-insert-partial-structure): The charset parameter isn't
5481         case-sensitive.
5482
5483         * nnheader.el (nnheader-message-maybe): New function.
5484
5485         * shr.el (shr-tag-table): Render totally broken tables better.
5486
5487         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5488         computing the boundary.
5489
5490 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * pop3.el (pop3-number-of-responses): Remove.
5493         (pop3-wait-for-messages): Rewrite to take linear time instead of
5494         exponential time.
5495
5496 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5497
5498         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5499         re-fetch images.
5500
5501         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5502         re-fetch images when hitting `g' in Gnus.
5503
5504 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5507         (mml-compute-boundary): Don't check collision if it is non-nil.
5508         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5509         before checking collision.
5510
5511 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5512
5513         * message.el (message-indent-citation): Really make sure there's a
5514         newline at the end.
5515
5516         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5517         Fix suggested by John Wiegley.
5518
5519         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5520
5521         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5522
5523         * message.el (message-default-send-rename-function): Break out into its
5524         own function.
5525
5526         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5527         doesn't work under XEmacs.
5528
5529         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5530         of "imaps" to word around Windows problems.
5531         (nnimap-open-connection-1): Use it.
5532
5533         * message.el (message-indent-citation): Revert last change which made
5534         `F' not work.
5535
5536 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5537
5538         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5539         terminal as well.
5540
5541 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5544         because it displays images using overlays that aren't easy to copy to
5545         the article buffer.
5546
5547 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5548
5549         * message.el (message-indent-citation): Fix empty line removal at the
5550         end of the citation.
5551
5552 2011-09-20  Julien Danjou  <julien@danjou.info>
5553
5554         * auth-source.el (auth-source-netrc-create): Use default value for
5555         password if specified.  Evaluate default.
5556         (auth-source-plstore-create): Ditto.
5557         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5558         value evaluation.
5559         (auth-source-netrc-create): Typo fix.
5560         (auth-source-plstore-create): Ditto.
5561
5562         * password-cache.el (password-cache-remove): Remove entries even if the
5563         value is nil, so that password with a nil value (negative caching) is
5564         possible to invalidate.
5565
5566         * auth-source.el (auth-source-format-cache-entry): New function.
5567
5568 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5571
5572 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5575
5576 2011-09-19  Julien Danjou  <julien@danjou.info>
5577
5578         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5579         which work with things that are not ASCII.
5580
5581 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5582
5583         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5584
5585 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5588         message level.
5589
5590 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5593
5594 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5597
5598 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5599
5600         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5601         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5602
5603 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5604
5605         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5606         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5607         articles.
5608
5609 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5610
5611         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5612         (message-mail-other-window, message-mail-other-frame)
5613         (message-news-other-window, message-news-other-frame):
5614         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5615         instead of setting buffer display varibles.
5616
5617 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5620
5621         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5622
5623 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5626         duplicates" to a higher level.
5627
5628         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5629         most egregious messages.
5630
5631 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5634
5635 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5636
5637         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5638         up the file (bug#9351).
5639
5640 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5641
5642         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5643         it does with all other backends, but decode the names immediately after
5644         getting them.
5645
5646         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5647         decoding nnimap groups.
5648
5649         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5650         newsrc file.  It doesn't seem like an important optimization any more.
5651
5652 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5653
5654         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5655         overflows.
5656
5657 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5660         (gnus-interactive-exit): Extend to `quiet'.
5661
5662         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5663
5664         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5665         string.
5666
5667         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5668         renaming function arguments from `this'.
5669
5670         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5671
5672         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5673         has been renamed.
5674         (gnus-lrm-string-p): Include RLM and PDF, too.
5675
5676         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5677         (bug#9225).
5678
5679 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5680
5681         Add autoload cookies for functions used by sendmail.el.
5682         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5683
5684         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5685
5686 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-art.el (article-date-ut): Work properly even when there are
5689         things like Date header in the body; work for forwarded parts.
5690
5691 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5692
5693         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5694         original-article-buffer.
5695
5696 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5697
5698         * nnir.el (nnir-compose-result): Fix matching of server type.
5699         (nnir-run-swish++): Ditto.
5700         (nnir-run-namazu): Ditto.
5701         (nnir-run-notmuch): Ditto.
5702
5703 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5704
5705         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5706         (bug#9405).
5707
5708         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5709         (bug#9421).
5710
5711         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5712         (bug#9425).
5713
5714         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5715         thing (bug#9426).
5716
5717 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5718
5719         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5720         the error message.
5721
5722 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5723
5724         * message.el (message-setup-1): Return t (Bug#9392).
5725
5726 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5727
5728         * gnus-sum.el: When adding article headers to a summary buffer also
5729         update gnus-newsgroup-articles (bug#9386).
5730
5731 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * auth-source.el: Autoload help-mode.
5734
5735 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5736
5737         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5738         names.
5739
5740 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5741
5742         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5743         mm-replace-in-string for compatibility issues.
5744         * mml2015.el (mml2015-epg-verify): Ditto.
5745
5746 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5749
5750         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5751
5752 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5755         continue on and do the clean-up phase (bug#9188).
5756
5757         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5758         just ignore groups that can't be opened instead of erroring out
5759         (bug#9225).
5760
5761         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5762         nil since some many people are fuddy-duddies.
5763
5764         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5765         images.
5766
5767         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5768         instead.
5769
5770         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5771
5772         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5773
5774         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5775         processing.
5776
5777         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5778         buffer to avoid warnings.
5779
5780 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5781
5782         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5783         specified to reduce precision.
5784
5785 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5786
5787         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5788         bodystructures (bug#9314).
5789
5790 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5793         Make button keymap non-sticky after buttons.
5794
5795 2011-08-18  David Engster  <dengste@eml.cc>
5796
5797         * nnmairix.el (nnmairix-request-set-mark)
5798         (nnmairix-goto-original-article): Remove adding of article to registry,
5799         since `gnus-registry-add-group' isn't available anymore.
5800         (nnmairix-determine-original-group-from-registry):
5801         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5802         available anymore.
5803
5804 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5805
5806         * starttls.el (starttls-any-program-available): Define as obsolete
5807         function.
5808
5809 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5810
5811         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5812         versions which Gnus use when appropriate.
5813
5814         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5815         a pretty destructive command.
5816
5817         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5818
5819 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5820
5821         * message.el (message-fix-before-sending): Make a different warning
5822         about NUL characters (bug#9270).
5823
5824         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5825         from custom (bug#9260).
5826
5827         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5828         things work in Emacs 22 and XEmacs, too.
5829
5830         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5831         default From.
5832
5833         * gnus-spec.el (gnus-lrm-string-p): New macro.
5834         (gnus-lrm-string): New constant.
5835         (gnus-summary-line-format-spec): LRM-ify the from.
5836         (gnus-tilde-max-form): LRM-ify string chopping.
5837
5838         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5839
5840         * message.el (message-is-yours-p): Allow disabling canlock checking
5841         (bug#9295).
5842         (message-shoot-gnksa-feet): Add `canlock-verify'.
5843         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5844         message directory isn't writable (bug#9304).
5845
5846         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5847         non-world-readable.
5848
5849 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5852         articles.
5853
5854 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5855
5856         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5857         copy-list.
5858
5859 2011-08-12  Sam Steingold  <sds@gnu.org>
5860
5861         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5862         in the reverse order to avoid modifying the cache with `nreverse'.
5863         (gnus-all-score-files): Do not modify the value returned by
5864         `gnus-score-find-alist' because it lives in a cache variable.
5865         (gnus-current-home-score-file): No need to `nreverse' the return value
5866         of `gnus-score-find-alist', it is already in the correct order.
5867
5868 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5869
5870         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5871         type MESSAGE and subtype RFC822 is slightly different from those of
5872         type TEXT.
5873
5874 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5875
5876         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5877         This allows article-referral to work from an nnir group.
5878
5879 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5880
5881         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5882
5883 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5884
5885         * mml1991.el (mml1991-epg-find-usable-key)
5886         (mml1991-epg-find-usable-secret-key): New function.
5887         (mml1991-epg-sign): Check if signing key is usable.
5888         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5889
5890 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5891
5892         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5893         server-variables only.  This should fix a bug introduced with commit
5894         e1889675b7f4adf057833c5513c9374134c4e053.
5895         (nnir-run-query): 'nnir-search-engine should not be set from the global
5896         environment.
5897
5898 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5899
5900         * nnir.el (nnir-search-thread): Position point on referring article
5901         line.
5902         (nnir-warp-to-article): Clean up summary buffers.
5903
5904         * nnimap.el (nnimap-request-thread): Whitespace fix.
5905
5906 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5907
5908         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5909
5910 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * starttls.el (starttls-available-p): Rename from
5913         `starttls-any-program-available' and changed return convention.
5914
5915 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5916
5917         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5918         `unix-sync' unless it's defined.
5919
5920 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5921
5922         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5923         `aref' for XEmacs compatibiltiy.
5924
5925 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5926
5927         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5928
5929 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5930
5931         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5932         closures, quote the form properly (bug#9194).
5933
5934 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935
5936         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5937         (gnus-summary-insert-new-articles): Protect against servers that are
5938         down.
5939
5940 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5941
5942         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5943         in mm handle if none is specified.
5944
5945 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5946
5947         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5948
5949 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5950
5951         * nnir.el (nnir-search-thread): New function to make an nnir group
5952         based on a thread query.
5953
5954         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5955         of nnir in thread referral.
5956         (gnus-summary-refer-thread): Use it.
5957
5958         * nnimap.el (nnimap-request-thread): Use it.
5959
5960 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5961
5962         * shr.el (shr-tag-comment): Ignore HTML comments.
5963
5964 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5965
5966         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5967         argument.
5968         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5969         Use `nnir-address' to handle server info rather than passing an arg.
5970
5971         * nnimap.el (nnimap-make-thread-query): New utility function to format
5972         an imap thread search query.
5973         (nnimap-request-thread): Use it.
5974
5975         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5976         right select-method if we are not going back to the group buffer.
5977
5978 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5979
5980         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5981         enter invalid buffer configurations into the quit form (bug#9107).
5982         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5983         unplugged/plugged.
5984
5985         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5986         keep track of which ones are unread (bug#9061).
5987
5988         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5989         (bug#9055).
5990
5991         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5992         (bug#9041).
5993
5994         * gnus-html.el (mm-util): Require (bug#9073).
5995
5996         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5997         (gnus-summary-refer-thread): Use it to remove duplicates in the
5998         un-threaded view (bug#9053).
5999         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6000
6001 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6002
6003         * nnir.el (nnir-read-server-parm): Use default value from global
6004         variable.  Without this the default search engine parameters aren't
6005         used at all.
6006
6007 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6008
6009         * message.el (message-unique-id): Don't use the undocumented return
6010         value from (random t) (bug#9118).
6011
6012 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6013
6014         * message.el (message-auto-save-directory): If the ~/Mail directory
6015         doesn't exist, use ~ as the auto-save directory (bug#4432).
6016
6017         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6018         hasn't already been started.
6019
6020 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6023
6024         * message.el (message-reply): Work around mysterious bug where
6025         `message-mode' seems to overwrite the locally bound `subject' variable.
6026
6027 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6028
6029         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6030         correct group.
6031
6032         * gnus-int.el (gnus-request-thread): Add group argument.
6033
6034         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6035
6036 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6039
6040         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6041         renamed to `debbugs-gnu-*'.
6042
6043 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6044
6045         * plstore.el: Revert the editing feature since it is not urgent.
6046         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6047         (plstore-mode-decoded): Remove.
6048
6049 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6050
6051         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6052         isn't very interesting any more, and it leaks potentially secret data.
6053         (gnus-debug): Remove.
6054
6055         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6056         use of :custom-show.
6057
6058 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6059
6060         * plstore.el: Add documentation.
6061         (plstore-mode): New mode to edit plstore file.
6062         (plstore-mode-toggle-display, plstore-mode-original)
6063         (plstore-mode-decoded): New command.
6064         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6065         (plstore--insert-buffer, plstore--make): New function.
6066         (plstore-open, plstore-save): Simplify by using them.
6067
6068 2011-07-06  Glenn Morris  <rgm@gnu.org>
6069
6070         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6071
6072 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6075         no longer is much used.
6076         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6077         Articles".
6078
6079 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6080
6081         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6082         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6083         `notmuch' backend.
6084
6085 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6086
6087         * mm-decode.el (mm-text-html-renderer): Doc fix.
6088
6089         * gnus-msg.el (gnus-bug): Fix the MML tag.
6090
6091         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6092
6093 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6094
6095         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6096         secondary methods if started with `gnus-no-server'.
6097
6098 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6099
6100         * message.el (message-return-action): Fix typo in docstring.
6101
6102 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103
6104         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6105         bug reports at once.
6106
6107         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6108
6109 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * nndraft.el: Require gnus-group.
6112         (nndraft-request-list): Declare.
6113
6114         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6115         no unread article unless it matches gnus-permanently-visible-groups.
6116
6117         * nndraft.el (nndraft-update-unread-articles): New function.
6118         (nndraft-request-associate-buffer): Use it to update the number of
6119         unread articles for the nndraft groups in the group buffer when saving
6120         or killing a draft message.
6121
6122 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6123
6124         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6125         systems to binary before writing and reading the mbox files.
6126
6127         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6128         instead of trying to list them all (bug#8978).
6129
6130 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6131
6132         * pop3.el (pop3-open-server): Use :end-of-capability.
6133
6134 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6137         the id is always a number.
6138
6139         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6140
6141         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6142         debbugs mode, if possible.
6143
6144 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6145
6146         * auth-source.el (auth-source-token-passphrase-callback-function):
6147         Reindent.
6148         (epg-context-operation): Remove unnecessary autoload.
6149
6150 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151
6152         * gnus.el (gnus-list-debbugs): New command.
6153
6154         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6155         mboxstat instead of the maintbox, since the stat seems to be fuller.
6156
6157         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6158         summary buffers.
6159
6160         * message.el (message-get-reply-headers): Delete all duplicates,
6161         instead of the first.
6162         (message-get-reply-headers): Ensure that we have progress while
6163         deleting duplicates.
6164
6165         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6166         gnus-posting-style value from the summary buffer to make it easier to
6167         make that a per-buffer conf.
6168
6169 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6170
6171         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6172         found by setting `shortcut' in 'query.
6173         (nnir-request-article): Use `shortcut' setting when requesting article
6174         by Message-ID.
6175
6176 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6177
6178         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6179         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6180         Bring the pseudo-headers back too.
6181
6182 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6183
6184         * auth-source.el (auth-source-token-passphrase-callback-function):
6185         Simplify and remove EPA dependency.
6186
6187 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6188
6189         * nnir.el (nnir-request-article): Fix error message text.
6190
6191 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6192
6193         * auth-source.el (plstore-delete): Autoload.
6194         (auth-source-plstore-search): Support delete operation.
6195         * plstore.el (plstore-delete): New function.
6196
6197 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6200         mark actually existing articles as unread rather than the ones that
6201         active asserts.
6202
6203 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6204
6205         * nntp.el (nntp-record-command):
6206         * gnus-util.el (gnus-message-with-timestamp-1):
6207         Use format-time-string rather than decoding time stamps by hand.
6208         This is simpler and insulates the code from potential changes to
6209         current-time format.
6210
6211 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6214
6215 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6216
6217         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6218         (plstore-save): Support public key encryption.
6219         (plstore--init-from-buffer): New function.
6220         (plstore-open): Use it; fix error when opening a non-existent file.
6221         (plstore-revert): Use plstore--init-from-buffer.
6222
6223 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6224
6225         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6226
6227 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6230         for old Emacsen.
6231
6232 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6233
6234         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6235         is not fully working.
6236
6237 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6238
6239         * dgnushack.el: Autoload sha1 on XEmacs.
6240
6241         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6242         quit window configuration.
6243
6244         * auth-source.el (epg-context-set-passphrase-callback):
6245         Remove duplicate autoload.
6246
6247 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6248
6249         * nnir.el (nnir-request-article): Allow requesting articles by
6250         Message-ID with nnimap.
6251
6252         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6253         current server.
6254
6255 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6256
6257         * auth-source.el: Autoload EPA/EPG functions.
6258         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6259         changed when EPA/EPG is not available.
6260         (auth-source-backend): Rename "arg" member to "data".
6261         (auth-source-backend-parse, auth-source-plstore-search)
6262         (auth-source-plstore-create): Use it.
6263
6264 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6265
6266         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6267         `gnus-refer-article-methods'.
6268
6269 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6270
6271         * auth-source.el: Require EPA and EPG.
6272         (auth-source-passphrase-alist): New variable.
6273         (auth-source-passphrase-callback-function)
6274         (auth-source-token-passphrase-callback-function): Callbacks for the
6275         netrc field encryption (GPG tokens).
6276         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6277         Symmetric encryption and decryption of the netrc GPG tokens.
6278         (auth-source-netrc-normalize): Use them, simplifying the closure.
6279
6280 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6283         is available.
6284
6285 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6286
6287         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6288         non-nil, and `nnimap-split-methods' is nil, use the former.
6289
6290 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6291
6292         * plstore.el (plstore-revert): New function.
6293         (plstore-open): Use it; hide the buffer from user.
6294
6295 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6296
6297         * auth-source.el (auth-source-backend): New member "arg".
6298         (auth-source-backend-parse): Handle new backend 'plstore.
6299         * plstore.el: New file.
6300
6301 2011-06-30  Glenn Morris  <rgm@gnu.org>
6302
6303         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6304
6305 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6306
6307         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6308         expiring articles to.
6309
6310         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6311         variations as ASCII (bug#5458).
6312
6313 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6316
6317 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6318
6319         * message.el (message-point-in-header-p): Tweak the function to default
6320         to saying that we're not in the headers if there is no separator at
6321         all.  This makes it possible to use the Message version of `M-q' in
6322         buffers with no headers (bug#7987).
6323         (message-point-in-header-p): Fix last checkin to work with an empty
6324         mail-header-separator, too.
6325
6326         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6327         again, save the choice via customize.
6328
6329 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6330
6331         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6332
6333         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6334         ended the connection, bail out before waiting infinitely on a new
6335         connection.
6336
6337 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6338
6339         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6340         reports.
6341
6342         * gnus.el (gnus-bug-package): Use "gnus."
6343         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6344
6345 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6346
6347         * dgnushack.el: Make the timer warning go away on XEmacs.
6348
6349         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6350         animations going on at article exit time.
6351
6352         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6353         since removing it breaks people upgrading.
6354
6355         * shr.el (shr-put-image): Use the new interface for animating images.
6356         (shr-put-image): Animate for 60 seconds.
6357
6358         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6359         avoid compiler warnings.
6360
6361         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6362         error with `find-file-hooks' on Emacs 22.
6363         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6364         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6365         on all architectures.
6366
6367         * spam.el (spam-stat): Require in a normal fashion without binding
6368         `spam-stat-install-hooks' to avoid compilation warnings.
6369
6370         * spam-stat.el (spam-stat-install-hooks): Remove.
6371         (spam-stat-install-hooks): Don't run automatically.
6372
6373 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6374
6375         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6376         and keystroke.
6377
6378 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * auth-source.el (auth-source-netrc-cache): Move forward.
6381
6382 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383
6384         * proto-stream.el (proto-stream-open-starttls): Use
6385         `gnutls-available-p' to see whether we have built-in support.
6386
6387         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6388         we already know.
6389         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6390         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6391
6392 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6393
6394         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6395         %S format, since that looks odd.
6396         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6397         file, especially when saving.
6398
6399 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6400
6401         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6402         article found.
6403
6404 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6405
6406         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6407         `auth-source-save-secrets' with a more sensitive alist that can be
6408         configured per file.  Experimental, so defaults to 'never.
6409         (auth-source-netrc-create): Use it.  Still experimental code.
6410         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6411         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6412
6413 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6414
6415         * auth-source.el (auth-source-save-secrets): New variable to control if
6416         secret tokens should be saved encrypted.
6417         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6418         to `auth-source-netrc-normalize'.
6419         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6420         on the EPA variables being defined.
6421         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6422         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6423         the lexical-let closure.
6424         (auth-source-netrc-create): Create "gpg:" tokens according to
6425         `auth-source-save-secrets'.
6426
6427 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * gnus-group.el (gnus-group-update-group): Add new argument
6430         `info-unchanged' that stops updating dribble buffer.
6431
6432         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6433         deletes lines matching to it in dribble buffer.
6434
6435         * gnus-agent.el (gnus-agent-fetch-group-1):
6436         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6437         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6438         * gnus-start.el (gnus-group-change-level):
6439         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6440
6441         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6442         if newsgroup info is not changed.
6443
6444         * gnus-group.el (gnus-group-get-new-news-this-group):
6445         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6446         Don't update dribble buffer.
6447
6448 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6449
6450         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6451         remove entries with groups we ignore.
6452
6453 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6454
6455         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6456         the underline comes at the bottom.
6457
6458 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6459
6460         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6461         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6462         (gnus-registry-article-marks-to-names): Rename from
6463         `gnus-registry-user-format-function-M2'.
6464
6465 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6468         ephemeral group.
6469
6470 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * shr.el (shr-browse-image): Copy the URL if called interactively.
6473
6474 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6475
6476         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6477         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6478         done, then unselected articles may be marked as read.
6479
6480         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6481         since not doing this seems to lead to a race condition in pop3-logon.
6482
6483         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6484         so that the call chain it correct when we call "upwards".
6485
6486         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6487         in read-only groups.
6488
6489         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6490
6491         * message.el (message-cite-reply-position): Doc string fix.
6492
6493         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6494         avoid regexp overflow.
6495         (nnimap-transform-split-mail): Ditto.
6496
6497         * pop3.el (pop3-retr): Error out if the server closes the connection.
6498
6499 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6500
6501         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6502         mm-with-unibyte-current-buffer.  The buffer should not contain any
6503         multibyte chars anyway at this stage.
6504
6505 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6506
6507         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6508         at the end of lines.
6509
6510 2011-05-29  Julien Danjou  <julien@danjou.info>
6511
6512         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6513
6514 2011-05-27  Glenn Morris  <rgm@gnu.org>
6515
6516         * gnus-group.el (gnus-bug-group-download-format-alist):
6517         Use the "maintainer" version of debian reports as well.
6518
6519 2011-05-26  Glenn Morris  <rgm@gnu.org>
6520
6521         * gnus-group.el (gnus-bug-group-download-format-alist):
6522         Use the "maintainer" version of debbugs.gnu.org reports.
6523
6524 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6527
6528 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6529
6530         * gnus-cus.el (gnus-agent-customize-category):
6531         * gnus-delay.el (gnus-delay-send-queue):
6532         * gnus.el (gnus-other-frame):
6533         Don't quote lambda expressions with `quote'.
6534
6535 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6536
6537         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6538         the thread moves us backwards and so we loop forever.
6539
6540 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6543         whitespace in base64 data lines.
6544
6545 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6546
6547         * gnus-registry.el (gnus-registry-user-format-function-M):
6548         Use `mapconcat'.
6549         (gnus-registry-user-format-function-M2): Use to see the full text of
6550         the marks.  Make "," the mark text separator.
6551
6552         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6553         authentication with auth-source.
6554
6555 2011-05-17  Glenn Morris  <rgm@gnu.org>
6556
6557         * gnus-group.el (gnus-import-other-newsrc-file):
6558         Use insert-file-contents.
6559
6560 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6561
6562         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6563         1000 iterations.
6564
6565 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * nntp.el (nntp-open-connection): Check if process-type is available.
6568
6569 2011-05-16  Julien Danjou  <julien@danjou.info>
6570
6571         * shr.el (shr-tag-del): Add support for del tag.
6572
6573 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * gnus-html.el (gnus-html-put-image): Register a displayer.
6576
6577         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6578
6579 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6580
6581         * registry.el (prune-factor): New initialization parameter defaulting
6582         to 0.1.
6583         (registry-prune-hard): Use it.
6584
6585         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6586         0.1 expicitly.
6587
6588 2011-05-13  Glenn Morris  <rgm@gnu.org>
6589
6590         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6591         is bound, since this function requires sendmail.
6592
6593 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6594
6595         * registry.el (registry-usage-test): Disable pruning test.
6596
6597 2011-05-11  David Engster  <dengste@eml.cc>
6598
6599         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6600         Bind set-network-process-option for XEmacs.
6601
6602 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6603
6604         * registry.el (registry-prune-hard-candidates)
6605         (registry-prune-soft-candidates): Helper methods for registry pruning.
6606         (registry-prune): Use them.  Make the sort function optional.
6607
6608 2011-05-10  Jim Meyering  <meyering@redhat.com>
6609
6610         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6611
6612 2011-05-10  Julien Danjou  <julien@danjou.info>
6613
6614         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6615         symbol and not a list.
6616
6617 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * gnus-art.el (gnus-article-mode): Move binding of
6620         shr-put-image-function here from gnus-article-prepare-display.
6621
6622         * shr.el (shr-put-image-function): New variable.
6623         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6624         (shr-put-image): Return scaled image.
6625
6626         * gnus-art.el (gnus-shr-put-image): New function.
6627         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6628
6629         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6630         original ones, as deletable.
6631
6632 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6633
6634         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6635
6636 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6637
6638         * registry.el (registry-full): Add convenience method.  Fix logic.
6639         (registry-insert): Use it.  Fix logic here too.
6640
6641         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6642         `registry-prune' if `registry-full' returns t.
6643         (gnus-registry-handle-action)
6644         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6645         (gnus-registry-usage-test): Use it.
6646
6647 2011-05-07  Julien Danjou  <julien@danjou.info>
6648
6649         * shr.el (shr-link): Make shr-link inherit from link by default.
6650
6651 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6652
6653         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6654
6655 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6656
6657         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6658         error out because the face is not a list.
6659
6660 2011-05-05  Glenn Morris  <rgm@gnu.org>
6661
6662         * proto-stream.el (gnutls-negotiate): Fix declarations.
6663
6664         * gnus-start.el (gnus-propagate-marks): Declare.
6665
6666 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6667
6668         * registry.el (registry-reindex): Fix percentage message.
6669
6670         * proto-stream.el (network-stream-open-starttls): Adjust to call
6671         `gnutls-negotiate' with :process and :hostname arguments.
6672
6673 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6674
6675         * shr.el: Add shr-link face for links.
6676         (shr-urlify): Use it.
6677
6678         * registry.el (registry-insert): Make error message more helpful.
6679
6680 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6681
6682         * gnus-html.el (gnus-html-schedule-image-fetching):
6683         Use url-queue-retrieve, if it exists.
6684
6685         * shr.el (shr-tag-img): Ditto.
6686
6687         * gnus.el: Autoload more gnus-agent functions.
6688
6689         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6690         agent if we haven't already (bug#8502).
6691
6692         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6693         into the Agent, too.
6694
6695         * gnus-agent.el (gnus-agent-store-article): New function.
6696
6697         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6698         and moved from that file for reuse.
6699
6700         * pop3.el (pop3-open-server): Error messages are "-ERR".
6701
6702 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6705         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6706
6707 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6708
6709         * gnus.el: No Gnus v0.17 is released.
6710
6711 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6712
6713         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6714         buffer has moved to a different frame.
6715
6716 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6717
6718         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6719         to get the conversion from unibyte to multibyte buffers to work on
6720         Emacs 22.
6721
6722         * nntp.el (nntp-request-article): Slight clean-up.
6723
6724 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6725
6726         * shr.el (shr-strike-through): New face.
6727         (shr-tag-s): Use it to provide <s> support.
6728         (shr-tag-s): Remove duplicate definition.
6729
6730 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6733         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6734
6735 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6736
6737         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6738         `gnutls-negotiate'.
6739         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6740
6741 2011-04-23  Glenn Morris  <rgm@gnu.org>
6742
6743         * gnus-sum.el (gnus-extra-headers): Bump :version.
6744
6745 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * shr.el (shr-tag-sup): New function.
6748         (shr-tag-sub): Ditto.
6749
6750 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6751
6752         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6753         for the case where `gnus-registry-ignored-groups' is a list of lists,
6754         and don't call `gnus-parameter-registry-ignore' otherwise.
6755
6756 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6757
6758         * nnimap.el (nnimap-user): New backend variable.
6759         (nnimap-open-connection-1): Use it.
6760         (nnimap-credentials): Accept user parameter so it's explicit what user
6761         name is desired.
6762
6763         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6764         default.
6765
6766         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6767         not gnus-registry.el.
6768
6769         * gnus-registry.el: Mention in comments how to modify
6770         `gnus-extra-headers' for proper recipient tracking and that it may
6771         already have To and Cc recently, which it does as of this commit.
6772         (gnus-registry-ignored-groups): Remove defcustom.
6773         Explain why in comments.
6774         (gnus-registry-action): Fix data-header reference to use the extra
6775         headers.  Explain in package commentary how to add To and Cc headers to
6776         the gnus-extra-headers.
6777         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6778         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6779         parameter list or a string list in `gnus-registry-ignored-groups'.
6780         Fix logic error.
6781
6782 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * shr.el (shr-expand-url): Protect against null urls.
6785
6786 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6787
6788         * shr.el (shr-base): New binding.
6789         (shr-tag-base): Keep track of <base>.
6790         (shr-expand-url): New function used throughout.
6791
6792 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6793
6794         * gnus-registry.el
6795         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6796         (gnus-registry-ignored-groups): New variable.
6797         (gnus-registry-ignore-group-p): Use it.
6798         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6799         set the destination group to nil (same as delete) if it's ignored.
6800
6801 2011-04-20  David Engster  <dengste@eml.cc>
6802
6803         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6804
6805         * Makefile.in (test-nntp): New rule.
6806         (check): Add it.
6807         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6808
6809 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-registry.el (gnus-registry-action)
6812         (gnus-registry-fetch-header-fast):
6813         Don't use mail-header that looks an internal function of mailheader.el.
6814
6815 2011-04-19  Glenn Morris  <rgm@gnu.org>
6816
6817         * time-date.el (time-to-days): Remove unused local variables.
6818
6819 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * gnus-registry.el: Eliminate cl functions.
6822         (gnus-registry-sort-addresses): New function that replaces mapcan.
6823         (gnus-registry-action, gnus-registry-spool-action)
6824         (gnus-registry-split-fancy-with-parent)
6825         (gnus-registry-fetch-recipients-fast): Use it.
6826         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6827
6828         * registry.el (initialize-instance, registry-lookup)
6829         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6830         (registry-lookup-secondary-value, registry-search, registry-delete)
6831         (registry-insert, registry-reindex, registry-size, registry-prune):
6832         Use eval-and-compile.
6833
6834 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6835
6836         * registry.el (registry-reindex): New method to recreate the secondary
6837         registry indices.
6838
6839         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6840         tracked field changes.
6841         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6842         (gnus-registry-action, gnus-registry-spool-action)
6843         (gnus-registry-handle-action)
6844         (gnus-registry--split-fancy-with-parent-internal)
6845         (gnus-registry-split-fancy-with-parent)
6846         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6847         move, and delete actions, and for fancy splitting with parent.
6848         (gnus-registry-extract-addresses)
6849         (gnus-registry-fetch-recipients-fast)
6850         (gnus-registry-fetch-header-fast): Convenience functions.
6851         (gnus-registry-misc-test): ERT test of
6852         `gnus-registry-extract-addresses'.
6853
6854 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6855
6856         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6857         Track by subject first, then sender.
6858
6859 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6860
6861         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6862
6863         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6864         Lisp.
6865
6866         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6867         (gnus-draft-send): Use it to avoid popping
6868         up frames from gnus-group-send-queue.
6869
6870 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6871
6872         * gnus-registry.el: Updated gnus-registry docs.
6873
6874 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6875
6876         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6877         Fix logic bug.
6878         (gnus-registry-post-process-groups): Fix logging of no results and
6879         quote sender and subject.
6880
6881 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6884         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6885         gnutls-cli are too slow to be done opportunistically.
6886
6887         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6888         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6889         we had no early-data returned.
6890         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6891         two async commands to the same server at the same time.
6892
6893 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6894
6895         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6896
6897 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6898
6899         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6900         "warning" level.
6901
6902         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6903         (mm-url-insert-file-contents): Don't set the package names.
6904
6905 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6906
6907         * gnus-registry.el (gnus-registry-action): Remove properties and
6908         simplify subject in `gnus-registry-handle-action'.
6909         (gnus-registry-spool-action): Get subject and sender from message if
6910         they are not passed in.
6911         (gnus-registry-handle-action): Remove properties and simplify subject
6912         consistently.
6913
6914 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6915
6916         * registry.el: Require CL before using defmacro*.
6917
6918 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-art.el (article-treat-date): Assume that
6921         gnus-article-date-headers may be a group parameter.
6922
6923 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6924
6925         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6926
6927         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6928         interactively so the newsrc file can contain foreign groups too.
6929         Useful for debugging but not much for users.
6930
6931 2011-04-07  David Engster  <dengste@eml.cc>
6932
6933         * registry.el (registry-usage-test): Only do
6934         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6935         lexical binding.
6936
6937 2011-04-07  David Engster  <dengste@eml.cc>
6938
6939         * Makefile.in (check, test-registry): New rules for test-suite.
6940
6941 2011-04-06  David Engster  <dengste@eml.cc>
6942
6943         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6944         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6945
6946 2011-04-06  David Engster  <dengste@eml.cc>
6947
6948         * registry.el (initialize-instance): Change :after to :AFTER to be
6949         compatible with old EIEIO version in XEmacs.
6950
6951 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6952
6953         * gnus-registry.el (gnus-registry-post-process-groups)
6954         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6955         and provide better messaging.
6956
6957 2011-04-06  David Engster  <dengste@eml.cc>
6958
6959         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6960         errors.
6961
6962         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6963         dgnushack-compile with error-on-warn enabled, and to signal an error if
6964         clean compilation failed.
6965         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6966         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6967
6968 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6969
6970         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6971         unconditionally anyway, discarding errors.
6972         (gnus-registry-delete-entries): New convenience function.
6973         (gnus-registry-import-eld): Import from old .eld registry.
6974
6975         * registry.el: Don't use ERT if it's not available.  Load it
6976         unconditionally anyway, discarding errors.
6977
6978         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6979         version from the Claudio Bley GnuTLS patch (extra optional parameters
6980         and host name).
6981
6982 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6983
6984         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6985         fixup the parameters that can be customized by the user between
6986         save/read cycles.
6987         (gnus-registry-read): Use it.
6988         (gnus-registry-make-db): Use it.
6989         (gnus-registry-spool-action, gnus-registry-handle-action):
6990         Fix messaging.
6991         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6992         Map references to actual group names with sender and subject tracking.
6993         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6994         (gnus-registry-usage-test): Add subject lookup test.
6995
6996         * registry.el (registry-db, initialize-instance): Set up constructor
6997         instead of :initform arguments for the sake of older Emacsen.
6998         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6999         pre-lexbind merge bug.
7000         (registry-usage-test): Use it.
7001         (initialize-instance, registry-db): Move the non-function initforms
7002         back to the class definition.
7003
7004 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7005
7006         * registry.el: New library to manage gnus-registry-style data.
7007
7008         * gnus-registry.el: Use it (major rewrite).
7009
7010         * nnregistry.el: Use it.
7011
7012         * spam.el: Use it.
7013
7014 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7015
7016         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7017         marks on non-selected articles.
7018
7019 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7020
7021         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7022         parameter to open-protocol-stream.
7023
7024 2011-04-01  Julien Danjou  <julien@danjou.info>
7025
7026         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7027         fundamental-mode.
7028
7029 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030
7031         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7032         servers.
7033
7034 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7035
7036         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7037         made marks not propagate, again.
7038
7039 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7040
7041         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7042         Make this the default type.
7043         (proto-stream-open-plain): Rename from proto-stream-open-default.
7044         (open-protocol-stream, proto-stream-open-starttls)
7045         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7046         with `plain'.
7047
7048         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7049         value.
7050
7051         * nntp.el (nntp-open-connection-function): Document the fact that some
7052         values are not functions but are instead handled specially.
7053         Recognize nntp-open-plain-stream value.
7054         (nntp-open-connection): Recognize that value.
7055
7056 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7057
7058         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7059         where it seems to be needed.
7060
7061 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7062
7063         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7064         stuff.
7065
7066         * gnus-score.el (gnus-score-string): Fix calling convention of
7067         `gnus-simplify-buffer-fuzzy' after last patches.
7068
7069         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7070         server for articles we didn't get any headers for.  This is a sanity
7071         check.
7072
7073 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7074
7075         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7076         new CAPABILITY, use it.
7077
7078 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7081         downloading anything.
7082
7083         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7084
7085 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7086
7087         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7088         colors.
7089         (gnus-splash-svg-color-symbols): New function.
7090
7091 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092
7093         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7094         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7095         (gnus-simplify-subject-fuzzy): Use the local
7096         gnus-simplify-subject-fuzzy-regex instead of the global one.
7097         This makes using this variable in group parameters work.
7098
7099 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7100
7101         * gnus-registry.el (gnus-registry-unfollowed-groups):
7102         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7103         archive:sent-YYYY-MM-DD groups).
7104         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7105         tracking if there are more than `gnus-registry-max-track-groups'
7106         matches.
7107
7108 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7109
7110         * message.el (message--yank-original-internal): New function to do the
7111         insertion cleanly inside eval in `message-yank-original'.
7112         (message-yank-original): Use it.
7113
7114 2011-03-29  Julien Danjou  <julien@danjou.info>
7115
7116         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7117         local variables disabled rather than `normal-mode'.
7118
7119 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7120
7121         * imap.el (imap-shell-open, imap-process-connection-type):
7122         Use imap-process-connection-type for 'shell' streams as well as
7123         Kerberos, SSL, other subprocesses.
7124
7125 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7126
7127         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7128         with open-network-stream.
7129         (proto-stream-always-use-starttls): Option removed.
7130         (open-protocol-stream): Return a process object by default.  Provide a
7131         new parameter :return-list specifying a list-type return value, which
7132         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7133         :type `network' to `try-starttls', and `network-only' to `default'.
7134         Make `default' the default, for compatibility with open-network-stream.
7135         Handle the no-parameter case exactly as open-network-stream, with no
7136         additional stream processing.  Search plists using plist-get.
7137         Explicitly add :end-of-commend parameter if it is missing.
7138         (proto-stream-open-default): Rename from
7139         proto-stream-open-network-only.  Return 'default as the type.
7140         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7141         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7142         failed.  Always return a list with a (possibly dead) process as the
7143         first element, for compatibility with open-network-stream.
7144         (proto-stream-open-tls): Use plist-get.  Always return a list.
7145         (proto-stream-open-shell): Return `default' as connection type.
7146         (proto-stream-capability-open): Use plist-get.
7147         (proto-stream-eoc): Function deleted.
7148
7149         * nnimap.el (nnimap-stream, nnimap-open-connection)
7150         (nnimap-open-connection-1): Handle renaming of :type parameter for
7151         open-protocol-stream.
7152         (nnimap-open-connection-1): Pass a :return-list parameter
7153         open-protocol-stream to obtain a list return value.  Parse this list
7154         using plist-get.
7155
7156         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7157         for open-protocol-stream.  Accept open-protocol-stream return value
7158         that is a subprocess object instead of a list.  Handle the case of a
7159         dead returned process.
7160
7161 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7162
7163         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7164
7165         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7166
7167 2011-03-21  Julien Danjou  <julien@danjou.info>
7168
7169         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7170         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7171         query.
7172         (mm-inline-text): Render normal text with fontification whenever
7173         possible.
7174
7175         * gnus-sum.el (gnus-summary-save-parts-1):
7176         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7177         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7178         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7179         Use `mm-handle-filename'.
7180
7181         * mm-util.el (mm-handle-filename): New function, return the filename of
7182         an handle.
7183
7184 2011-03-18  Julien Danjou  <julien@danjou.info>
7185
7186         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7187         (gnus-buffer-live-p): Check that buffer is not nil.
7188
7189 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7190
7191         * gnus.el: No Gnus v0.15 is released.
7192
7193 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7196         avoid warning on XEmacs.
7197
7198         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7199         on XEmacs.
7200
7201         * gnus-art.el: Require mouse, which the build bot seems to say is
7202         needed.
7203
7204         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7205
7206         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7207         XEmacs, since it doesn't have url-retrieve-synchronously.
7208
7209         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7210         since assoc-string doesn't exist in XEmacs.
7211
7212 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7213
7214         * gnus-group.el (gnus-group-list-ticked): New function.
7215         (gnus-group-make-menu-bar): Provide a menu entry for it.
7216         (gnus-group-list-map): Provide a binding for it.
7217
7218 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * shr.el (shr-visit-file): New command.
7221
7222         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7223
7224 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7225
7226         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7227         servers.
7228
7229 2011-03-16  Julien Danjou  <julien@danjou.info>
7230
7231         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7232         inline.
7233
7234         * gnus-art.el (article-hide-list-identifiers):
7235         Use gnus-group-get-list-identifiers.
7236
7237         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7238         (gnus-summary-remove-list-identifiers):
7239         Use gnus-group-get-list-identifiers to get regexp.
7240         (gnus-select-newsgroup, gnus-summary-insert-subject)
7241         (gnus-summary-insert-articles):
7242         Call gnus-summary-remove-list-identifiers unconditionally.
7243
7244 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7245
7246         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7247         we're selecting a group with unread articles.
7248
7249         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7250
7251         * gssapi.el: New file separated out from imap.el to provide a general
7252         Kerberos 5 connection facility for Emacs.
7253
7254         * message.el (message-elide-ellipsis): Document the format spec
7255         ellipsis.
7256
7257 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * message.el (message-elide-region): Allow the ellipsis to say how many
7260         lines were removed.
7261
7262 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7263
7264         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7265         window configurations containing buffers that are now dead.
7266
7267         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7268         parsing to avoid integer overflows.
7269         (nnimap-parse-flags): Simplify the last change.
7270         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7271         too large for 32-bit Emacsen.
7272
7273 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7274
7275         * auth-source.el (auth-source-netrc-create):
7276         * message.el (message-yank-original): Fix use of `case'.
7277
7278 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7279
7280         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7281         XEmacs, which was one character too wide.
7282
7283 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7284
7285         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7286         default number of articles to display.
7287         (gnus-articles-to-read): Use pretty names for prompt.
7288
7289 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * gnus-int.el (gnus-open-server): Ditto.
7292
7293         * gnus-start.el (gnus-activate-group): Give a backtrace if
7294         debug-on-quit is set and the user hits `C-g'.
7295         (gnus-read-active-file): Ditto.
7296
7297         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7298
7299 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7300
7301         * message.el (message-yank-original): Use cond instead of CL case.
7302
7303 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7304
7305         * auth-source.el (auth-source-netrc-create): Use usual format for the
7306         default in prompts.
7307
7308 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * lpath.el: Fbind read-char-choice for XEmacs.
7311
7312 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7313
7314         * auth-source.el (auth-source-netrc-create): Show the default in the
7315         prompt when prompting for token creation.
7316
7317 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7318
7319         * auth-source.el (auth-source-format-prompt): Always convert the value
7320         to a string to avoid evaluating non-string arguments.
7321         (auth-source-netrc-create): Offer default properly, not as initial
7322         content in `read-string'.
7323         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7324         of line to determine if we've been run before.  If so, don't run again,
7325         but print a trivial message to indicate the cache was hit instead.
7326
7327 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7328
7329         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7330         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7331         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7332         Gnus.
7333
7334 2011-03-11  Julien Danjou  <julien@danjou.info>
7335
7336         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7337         modified file".
7338
7339 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7340
7341         * auth-source.el (auth-source-read-char-choice): New function to read a
7342         character choice using `dropdown-list', `read-char-choice', or
7343         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7344         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7345         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7346         (auth-source-netrc-saver): Use it.
7347         (auth-source-pick-first-password): New convenience function.
7348
7349 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7350
7351         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7352         parameter in the credentials.
7353         (nnimap-open-connection-1): Use it after a successful login.
7354         (nnimap-credentials): Add IMAP-specific user and password prompt.
7355
7356         * auth-source.el (auth-source-search): Add :require parameter, taking a
7357         list.  Document it and the :save-function return token.  Pass :require
7358         down.  Change the CREATED message from a warning to a debug statement.
7359         (auth-source-search-backends): Pass :require down.
7360         (auth-source-netrc-search): Pass :require down.
7361         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7362         Change save prompt to indicate all modifications saved here are
7363         deletions.
7364         (auth-source-netrc-create): Take user login name as default in user
7365         prompt.  Move all the save functionality to a lexically bound function
7366         under the :save-function token in the returned list.  Set up clearer
7367         default prompts for user, host, port, and secret.
7368         (auth-source-netrc-saver): New function, intended to be wrapped for
7369         :save-function.
7370
7371 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7372
7373         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7374         lines to be spaces instead.
7375
7376 2011-03-07  Julien Danjou  <julien@danjou.info>
7377
7378         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7379         (sieve-sasl-auth): Check that auth-source-search did return something,
7380         or just return an empty string.
7381
7382 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7383
7384         * gnus.el (gnus-interactive): Use read-directory-name.
7385
7386         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7387         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7388         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7389         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7390         Likewise.
7391
7392         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7393
7394 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7395
7396         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7397         onto the list of killed groups, too.  This makes killed nnimap groups,
7398         for instance, more reliably not reappear.
7399
7400         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7401         the parent.
7402
7403         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7404
7405         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7406         really have server-side marks.
7407
7408         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7409         since most backends do not usefully have server-side marks.
7410         (gnus-update-read-articles): Propagate marks to all backends that
7411         really have server-side marks.
7412
7413 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7414
7415         * message.el (message-cite-reply-position, message-cite-style):
7416         New variables.
7417         (message-yank-original): Use the new citation styles.
7418
7419 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7420
7421         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7422         buffer-local issue); don't mark it buffer-local when running under
7423         XEmacs.
7424
7425 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7426
7427         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7428         numbers too big to be `read'.
7429
7430 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7431
7432         * password-cache.el (password-in-cache-p): Add autoload.
7433
7434         * message.el (message-options): Make buffer-local two ways to attempt
7435         to fix a XEmacs bug.
7436
7437 2011-03-02  Julien Danjou  <julien@danjou.info>
7438
7439         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7440
7441 2011-03-01  Julien Danjou  <julien@danjou.info>
7442
7443         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7444         group.
7445         (article-hide-list-identifiers): Use list-identifier group parameter.
7446
7447 2011-02-28  Julien Danjou  <julien@danjou.info>
7448
7449         * sieve.el (sieve-buffer-script-name): New local variable to store
7450         sieve script name.
7451         (sieve-edit-script): Store sieve script name.
7452         (sieve-upload): Use sieve script name when uploading.
7453         (sieve-upload): Use substitute-command-keys.
7454         (sieve-edit-script): Use substitute-command-keys.
7455         (sieve-refresh-scriptlist): Use substitute-command-keys.
7456         (sieve-manage-mode-map): Define keymap properly.
7457         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7458         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7459         Remove commented code about cvs.
7460         (sieve-manage-quit): New function.
7461         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7462
7463 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7466
7467 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7468
7469         * auth-source.el (auth-source-search): Cache empty result sets.
7470
7471         * password-cache.el (password-in-cache-p): Convenience function to
7472         check if a key is in the cache, even if the value is nil.
7473
7474         * auth-source.el (auth-source-save-behavior): New variable to replace
7475         `auth-source-never-create'.
7476         (auth-source-netrc-create): Use it.
7477         (auth-source-never-save): Remove.
7478
7479 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7480
7481         * nnimap.el (nnimap-stream): Doc fix.
7482         (nnimap-open-connection-1): Reverse the order of the ports to that the
7483         prompted-for port is first.
7484
7485         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7486         retrieval by the no-group selection.
7487
7488         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7489         numerical parameters.
7490
7491 2011-02-25  Julien Danjou  <julien@danjou.info>
7492
7493         * gnus-gravatar.el: Use gnus-with-article-buffer.
7494
7495         * gnus-art.el (gnus-with-article-buffer): Check that the
7496         gnus-article-buffer is alive.
7497
7498 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7499
7500         * auth-source.el (auth-source-creation-prompts): New variable to manage
7501         creation-time prompts.
7502         (auth-source-search): Document it.
7503         (auth-source-format-prompt): Add utility function.
7504         (auth-source-netrc-create): Don't default the user name to
7505         user-login-name.  Use `auth-source-creation-prompts' and some default
7506         prompts for user, host, port, and password (the default generic prompt
7507         remains ugly).
7508         (auth-source-never-save): Add customizable option to never save info.
7509         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7510         mode excursion.
7511
7512 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7515         argument that XEmacs doesn't support.
7516
7517         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7518         compiled for Emacsen having no `libxml-parse-html-region' support.
7519
7520         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7521
7522         * lpath.el: Bind buffer-save-without-query for XEmacs.
7523
7524 2011-02-23  Julien Danjou  <julien@danjou.info>
7525
7526         * gnus-art.el (article-make-date-line): Ignore errors if time is
7527         invalid and not convertible.
7528         (article-make-date-line): Only add lapsed time if time is not nil.
7529
7530 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7531
7532         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7533         `read-char-choice' for backwards compatibility.
7534         (auth-source-netrc-element-or-first): New function to DTRT for
7535         parameter extraction.
7536         (auth-source-netrc-create): Use it and fix multiple parameter print
7537         bug.  Use the default passed from above (given-default) or the
7538         built-in (user-login-name for :user).
7539
7540 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7541
7542         * gnus-start.el (gnus-dribble-read-file):
7543         Set buffer-save-without-query, since we always want to save the dribble
7544         file, probably.
7545
7546         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7547         nnimap.
7548
7549         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7550         -summary- since it's a user-visible variable.
7551
7552         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7553         first time you use the new Gnus.
7554
7555 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7556
7557         * auth-source.el: Don't load netrc.el.
7558         (auth-sources): Search ~/.netrc as well by default.
7559         (auth-source-debug): Add 'trivia option for extra output.
7560         (auth-source-do-trivia): Use it.
7561         (auth-source-search): Simplify logic to use
7562         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7563         appropriate.  Don't keep a running count at this level.  Layer :create
7564         and :delete options appropriately on the first and second passes.
7565         Don't track the backend with the search results.
7566         (auth-source-search-backends): New function to search a list of
7567         backends for a processed spec.
7568         (auth-source-netrc-parse): Cache all netrc files, making
7569         auth-source-netrc-cache an alist keyed by the file name and using the
7570         file mtime as the caching criterion.  Keep the obfuscated data secret
7571         with a lexical bind.
7572         (auth-source-netrc-search): Don't calculate the length of the results
7573         unnecessarily.
7574         (auth-source-search-backends): Fix bug.
7575         (auth-source-netrc-create): Rework prompts.
7576
7577 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7578
7579         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7580         Lower case names of search constraints.
7581         (nnir-run-query): Cache and reuse search constraints for all imap
7582         servers.
7583
7584 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7585
7586         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7587         after exit.
7588         (gnus-setup-message): Define missing variable from last checkin.
7589
7590         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7591         value, show the raw article.
7592
7593 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7594
7595         * gnus.el: No Gnus v0.13 is released.
7596
7597 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7598
7599         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7600         auth-source now accepts numbers.
7601
7602         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7603         spec, too.
7604         (auth-source-ensure-strings): New function.
7605
7606         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7607         (gnus-article-setup-buffer): Always restart the date timer so that user
7608         changes to the frequency is respected.
7609
7610         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7611         port numbers, so make sure it gets that if nnimap-server-port is
7612         explicit.
7613
7614 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7615
7616         * nnimap.el (nnimap-inbox): Doc fix.
7617
7618 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7619
7620         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7621         Autoload.  Add optional arg FRAME, and pass it to color-values.
7622         (color-complement): Caller changed.  Doc fix.
7623         (color-gradient): Rewrite for better clarity and efficiency.
7624
7625 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7626
7627         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7628         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7629         color-lab-to-srgb.
7630
7631 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7632
7633         * color.el: First part of merge from hexrgb.el.
7634         (color-rgb-to-hex): Rename from color-rgb->hex.
7635         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7636         saturation to zero if the value is too small.
7637         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7638         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7639         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7640         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7641         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7642         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7643         (color-cie-de2000): Doc fix.
7644
7645 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7646
7647         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7648         given method as in the group name if we're using an extended method.
7649         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7650         command, if we're using that, instead of waiting for the beginning.
7651
7652         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7653         we're sure to get unique server names, and we don't output two async
7654         commands in the same buffer.  This fixes an NNTP hang for some users.
7655
7656 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7657
7658         * gnus.el: No Gnus v0.11 is released.
7659
7660 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7661
7662         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7663         summary buffer before reading going to the next buffer.  This avoids
7664         putting the point in the group buffer if you `C-g' the command.
7665
7666         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7667         cache (for now) to make ~/.authinfo.gpg files usable.
7668
7669         * nnfolder.el (copyright-update): Define for the compiler.
7670
7671         * auth-source.el (auth-source-search): Fix unbound variable.
7672
7673 2011-02-19  Glenn Morris  <rgm@gnu.org>
7674
7675         * gnus.el (gnus-meta): Doc fix.
7676
7677 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7678
7679         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7680         in case it's not yet loaded.
7681
7682 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7683
7684         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7685         line we're waiting for.
7686
7687 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7688
7689         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7690         face with line-width greater than zero will cause RET in gnus summary
7691         buffer to scroll down article page-wise because auto vscroll happens,
7692         it should be temporally disabled when doing a scroll-up.
7693
7694 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7695
7696         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7697         outputs from the server.
7698
7699 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7700
7701         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7702         later so that bbdb can hook in easier.
7703
7704 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7705
7706         * auth-source.el (auth-source-search): Don't try to create credentials
7707         if the caller doesn't want that.
7708         (auth-source-search): If we don't find a match, don't bug out on
7709         non-bound variables.
7710         (auth-source-search): Only ask a single backend to create the
7711         credentials.
7712
7713         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7714         logging.
7715         (nnimap-credentials): Protect against auth-source-search returning nil.
7716         (nnimap-request-list): Protect against not being able to open the
7717         server.
7718
7719 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7720
7721         * auth-source.el (auth-source-search): Do a two-phase search, one with
7722         no :create to get the responses from all backends.
7723
7724         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7725         when getting credentials.
7726
7727         * gnus-util.el (gnus-delete-duplicates): New function.
7728
7729 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7730
7731         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7732         a creation default, pass the whole port list down.  It will be
7733         completed.
7734
7735         * auth-source.el (auth-source-search): Updated docs to talk about
7736         multiple creation choices.
7737         (auth-source-netrc-create): Accept a list as a value (from the search
7738         parameters) and do completion on that list.  Keep a separate netrc line
7739         with the password obscured for showing the user.
7740
7741         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7742         first choice to `auth-source-search' so it will be used for entry
7743         creation instead of the server's Gnus-specific name.
7744         (nnimap-credentials): Rely on the auth-source library to select which
7745         port is actually wanted in the new netrc entry, so don't override
7746         `auth-source-creation-defaults'.
7747
7748         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7749         :protocol and accept a missing user, host, or port as a wildcard match.
7750         (auth-source-debug): Default to off.
7751
7752         (auth-source-netrc-search, auth-source-netrc-create)
7753         (auth-source-secrets-search, auth-source-secrets-create)
7754         (auth-source-user-or-password, auth-source-backend, auth-sources)
7755         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7756         instead of :protocol.
7757
7758         * nnimap.el (nnimap-credentials): Pass a port default to
7759         `auth-source-search' in case an entry needs to be created.
7760         (nnimap-open-connection-1): Use :port instead of :protocol.
7761
7762 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * auth-source.el: Bind load-path when loading EIEIO from
7765         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7766         21.4 doesn't support, to `require'.
7767         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7768         delete-dups that is not available in XEmacs 21.4.
7769
7770 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7771
7772         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7773         as EIEIO must also be loaded when auth-source.el is being
7774         byte-compiled.
7775
7776 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7777
7778         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7779
7780         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7781
7782         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7783
7784         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7785
7786         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7787
7788         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7789
7790         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7791
7792         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7793         necessary.
7794
7795 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7796
7797         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7798         nil means that nnimap doesn't get updated.
7799
7800 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7801
7802         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7803         result when the user doesn't want to write to the file.
7804         (auth-source-netrc-search): Expect a synthetic result and proceed
7805         accordingly.
7806         (auth-source-cache-expiry): New variable to override
7807         `password-cache-expiry'.
7808         (auth-source-remember): Use it.
7809
7810         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7811         parameter.  Create entry if necessary by using :create t.
7812         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7813
7814 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7815
7816         * auth-source.el (auth-source-debug): Enable by default and don't
7817         mention the obsolete `auth-source-hide-passwords'.
7818         (auth-source-do-warn): New function to debug unconditionally.
7819         (auth-source-do-debug): Use it.
7820         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7821         and for Secrets API entries when the secrets.el library is not
7822         available.
7823
7824 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7825
7826         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7827         (gnus-summary-exit): Kill the correct article buffer on exit from a
7828         `C-d' group.
7829
7830         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7831         gnus-propagate-marks.
7832
7833         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7834         before killing the buffers so that a non-full window conf gets handled
7835         correctly.
7836         (gnus-summary-exit): Ditto.
7837         (gnus-summary-read-group-1): Ditto.
7838
7839         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7840         async code again so that we can debug it properly.
7841
7842         * message.el (message-reply): Take an optional switch-buffer parameter
7843         so that Gnus window confs are respected better.
7844
7845 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7846
7847         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7848         `plist-get' to accept non-list parameters (XEmacs issue).
7849         Fix docstring.
7850         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7851         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7852         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7853         Login collection is "Login" and not "login".
7854
7855 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7856
7857         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7858         multiple headers.
7859
7860         * nnimap.el (nnimap-inhibit-logging): New variable.
7861         (nnimap-log-command): Don't log login commands.
7862
7863         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7864         to have more parameters.
7865
7866         * nnimap.el (nnimap-send-command): Mark the command time for each
7867         command, so that we don't get NOOPs stepping on our toes.
7868
7869         * gnus-art.el (article-date-ut): Get the date from the Date header on
7870         `t'.
7871
7872 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * auth-source.el (auth-source-search): Use copy-sequence instead of
7875         the cl.el copy-list.
7876
7877 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7878
7879         * imap.el: Bring it back (revert
7880         84d800cd31de3064f0ed39617d725709a2f8f42f).
7881
7882 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7883
7884         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7885         Improve prompt.
7886
7887 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7888
7889         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7890         washing status from the default format.  It isn't very informative.
7891
7892 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7893
7894         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7895         Fix Gcc processing on imap.
7896
7897 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7898
7899         * imap.el: Remove file.  All the functionality is in nnimap.el.
7900
7901 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7902
7903         * message.el (message-bury): Don't pop up a new window when selected
7904         window is dedicated.
7905
7906 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7907
7908         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7909
7910 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7911
7912         * sieve-manage.el: Autoload `auth-source-search'.
7913         (sieve-sasl-auth): Use it.
7914
7915 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7916
7917         * nnimap.el: Autoload `auth-source-forget+'.
7918         (nnimap-open-connection-1): Use it if the connection fails.
7919
7920         * auth-source.el: Require `password-cache'.
7921         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7922         obsolete.
7923         (auth-source-magic): Marker for `password-cache' keys.
7924         (auth-source-do-cache): Update docstring.
7925         (auth-source-search): Use and check cache.
7926         (auth-source-forget-all-cached, auth-source-remember)
7927         (auth-source-recall, auth-source-forget, auth-source-forget+)
7928         (auth-source-specmatchp): Caching support functions.
7929         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7930         Remove and obsolete.
7931         (auth-source-user-or-password): Remove caching to further discourage
7932         using it.  Always hide passwords.
7933
7934         * password-cache.el (password-cache-remove): Accept secrets that are
7935         not strings.
7936
7937 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7938
7939         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7940         code for now, since it doesn't work for all users.
7941
7942 2011-02-09  Julien Danjou  <julien@danjou.info>
7943
7944         * message.el (message-options): Make message-options really buffer
7945         local.
7946
7947 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7948
7949         * mail-source.el: Autoload `auth-source-search'.
7950         (mail-source-keyword-map): Note order matters.
7951         (mail-source-set-1): Get all the mail-source source values and
7952         defaults and search auth-source on those if needed.  This can all
7953         probably be simplified.
7954
7955         * nnimap.el: Autoload `auth-source-search'.
7956         (nnimap-credentials): Use it.
7957         (nnimap-open-connection-1): Ask for the virtual server and physical
7958         address in one shot.
7959
7960         * nntp.el: Autoload `auth-source-search'.
7961         (nntp-send-authinfo): Use it.  Note TODO.
7962
7963 2011-02-08  Julien Danjou  <julien@danjou.info>
7964
7965         * shr.el (shr-tag-body): Add support for text attribute in body
7966         markups.
7967
7968         * message.el (message-options): Make message-options a local variable.
7969
7970 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7971
7972         * auth-source.el (auth-source-secrets-search)
7973         (auth-source-user-or-password): Use `append' instead of `nconc'.
7974         (auth-source-user-or-password): Build return list better and protect
7975         against nil :secret.
7976
7977 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7978
7979         * nnimap.el (nnimap-update-info): Refactor slightly.
7980         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7981         (nnimap-update-info): Clean up slightly.
7982         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7983         characters.
7984         (nnimap-process-quirk): Rename function to avoid collision.
7985         (nnimap-update-info): Fix macrology bug-out.
7986         (nnimap-update-info): Simplify split history test.
7987
7988 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7989
7990         * auth-source.el (top): Require 'eieio unconditionally.
7991         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7992         (auth-source-secrets-search): Limit search when `max' is greater than
7993         number of results.
7994
7995 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7996
7997         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7998         part not returning any data.
7999
8000         * proto-stream.el (open-protocol-stream): Document the return value.
8001
8002 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8003
8004         * auth-source.el (auth-source-secrets-search): Add examples.
8005
8006 2011-02-06  Julien Danjou  <julien@danjou.info>
8007
8008         * message.el (message-setup-1): Handle message-generate-headers-first
8009         set to t.
8010
8011 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8012
8013         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8014         API with a string "secrets:collection-name" and with 'default.
8015         (auth-source-backend-parse): Parse "secrets:collection-name" and
8016         'default.  Recurse on parses instead of repeating code.  Use the
8017         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8018         message when ignoring a source.
8019         (auth-source-search): List ignored search keys at the top level.
8020         (auth-source-netrc-create): Use `case' instead of `cond'.
8021         (auth-source-secrets-search): Created with TODOs.
8022         (auth-source-secrets-create): Created with TODOs.
8023         (auth-source-retrieve, auth-source-create, auth-source-delete)
8024         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8025         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8026         (auth-source-user-or-password-sftp)
8027         (auth-source-user-or-password-smtp): Remove.
8028         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8029         around `auth-source-search'.  Not tested thoroughly.
8030
8031 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8032
8033         * auth-source.el: Bring in assoc and eioeio libraries.
8034         (secrets-enabled): New variable to track the status of the Secrets API.
8035         (auth-source-backend): New EIOEIO class to represent a backend.
8036         (auth-source-creation-defaults): New variable to set prompt defaults
8037         during token creation (see the `auth-source-search' docstring for
8038         details).
8039         (auth-sources): Simplify to allow a simple string as a netrc backend
8040         spec.
8041         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8042         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8043         (auth-source-search): Main auth-source API entry point.
8044         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8045         (auth-source-search-collection): Helper function for searching.
8046         (auth-source-netrc-parse, auth-source-netrc-normalize)
8047         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8048         Supports search, create, and delete.
8049         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8050         backend stubs.
8051         (auth-source-user-or-password): Call `auth-source-search' but it's not
8052         ready yet.
8053
8054 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8055
8056         * message.el (message-setup-1): Remove the read-only stuff, since it
8057         doesn't work under XEmacs, for some reason.
8058
8059         * gnus-sum.el (gnus-user-date): Rename back from
8060         gnus-summary-user-date since user code refers to it.
8061
8062         * shr.el (shr-render-td): Store the actual background color used.
8063
8064         * message.el (message-setup-1): Don't bind the constant
8065         -forbidden-properties.
8066         (message-setup-1): Revert previous change, since it needs to bind the
8067         props to insert them.
8068         (message-resend): Allow removing the read-only separator line.
8069
8070 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8071
8072         * nnimap.el (nnimap-request-accept-article): Give an error message if
8073         the APPEND wasn't successful.
8074
8075 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8076
8077         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8078         that have no groups.
8079
8080 2011-02-03  Julien Danjou  <julien@danjou.info>
8081
8082         * gnus-draft.el: Remove progn around gnus-draft-setup.
8083
8084 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8085
8086         * gnus-start.el (gnus-read-active-for-groups): This function is never
8087         called with a nil `infos', so clean that up.
8088         (gnus-get-unread-articles): Request active files from primary/secondary
8089         methods that have no groups (yet).
8090
8091 2011-02-03  Julien Danjou  <julien@danjou.info>
8092
8093         * message.el (message-setup-1): Always generate References first.
8094         (message-mail): Return the return value of message-setup, not always t.
8095         (message-setup-1): Insert mail-header-separator with read-only and
8096         intangible properties set.
8097
8098         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8099         user-date in docstring.
8100
8101         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8102
8103         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8104         docstring.
8105
8106         * gnus.el (gnus-user-date-format-alist): Change default value.
8107         Use defcustom, with type and group.  Move from gnus-util.el.
8108         Rename to gnus-summary-user-date-format-alist.
8109
8110 2011-02-03  Glenn Morris  <rgm@gnu.org>
8111
8112         * nnimap.el (gnus-fetch-headers): Declare.
8113
8114         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8115
8116 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8117
8118         * message.el (message-forward-make-body-digest-plain)
8119         (message-followup, message-reply): Clean up things noted by Stefan.
8120
8121         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8122         gnus-article-update-date-headers is nil.
8123         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8124         it didn't really work with defcustom.
8125         (article-update-date-lapsed): Make sure the window start doesn't move,
8126         either.
8127
8128 2011-02-01  Julien Danjou  <julien@danjou.info>
8129
8130         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8131         format.
8132
8133         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8134         standard in Emacs nowadays.
8135
8136         * color.el (color-gradient): Add a color-gradient function.
8137
8138 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8139
8140         * message.el (message-expand-name): Don't trust the return value of
8141         bbdb-complete-name.
8142         (message-check-news-header-syntax): Remove unused var `start'.
8143         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8144         (message-inhibit-body-encoding): Move to before first use.
8145         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8146         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8147         (Organization, Message-ID, Date, mh-previous-window-config):
8148         Defvar the vars using dynamic scoping.
8149
8150 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8151
8152         * shr.el (shr-render-td): Only do colors at the final rendering.
8153         Should be slightly faster.
8154         (shr-insert-table): Fix up TD background colors when doing the
8155         vertical padding.
8156
8157         * gnus-art.el (article-date-ut): Protect against articles with no Date
8158         header.
8159         (article-update-date-lapsed): Don't use current-column to find the
8160         horizontal position.  It's fragile in the presence of \003 characters.
8161
8162         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8163
8164 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8165
8166         * gnus-art.el (article-transform-date): Rewrite to still work when
8167         there are several rfc2822 parts.
8168         (article-transform-date): Fix infinite recursion.
8169         (article-date-ut): Replace infinitely many Date headers with a single
8170         one when called interactively.
8171
8172         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8173         secure manner.
8174
8175         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8176         move around by not using save-window-excursion.  It seems to work...
8177
8178 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-art.el (article-make-date-line): Work for user-defined format.
8181
8182 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8183
8184         * nntp.el (nntp-retrieve-group-data-early)
8185         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8186         fetching functions.
8187
8188         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8189         thoroughly for all backends that have no known groups.  This should
8190         allow new nnml methods to retrieve mail.
8191
8192         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8193         that Gnus doesn't know exists again.
8194
8195         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8196         (gnus-treat-date-ut): Ditto.
8197         (gnus-article-update-date-header): Rename.
8198         (gnus-treat-date-local): Remove.
8199         (gnus-treat-date-english): Remove.
8200         (gnus-treat-date-lapsed): Remove.
8201         (gnus-treat-date-combined-lapsed): Remove.
8202         (gnus-treat-date-original): Remove.
8203         (gnus-treat-date-iso8601): Remove.
8204         (gnus-treat-date-user-defined): Remove.
8205         (gnus-article-date-headers): New variable to control all the date
8206         header options.
8207         (article-date-ut): Rewrite to allow using the new way to format date
8208         headers(s).
8209
8210 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8211
8212         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8213         method.
8214         (nnmail-article-group): A better test for fanciness.
8215
8216         * nnimap.el (nnimap-request-head): Protect against not finding the
8217         article by Message-ID.
8218
8219 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8220
8221         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8222         keep point at the "same place".
8223
8224 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8225
8226         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8227         data if the group is inactive.
8228
8229 2011-01-28  Julien Danjou  <julien@danjou.info>
8230
8231         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8232         (gnus-all-windows-visible-p): Remove old compatibility code.
8233         (gnus-window-top-edge): Add docstring.
8234
8235         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8236
8237 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8238
8239         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8240         older request-update-info.
8241
8242         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8243
8244 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8245
8246         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8247         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8248
8249 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8250
8251         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8252         groups.  This makes the nndraft:queue group pop up if it's not already
8253         there.
8254
8255         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8256         messages" logic, which was reversed.
8257
8258         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8259         the "same place" even if point is on the line being replaced.
8260         (article-update-date-lapsed): Allow updating both the combined lapsed
8261         and the lapsed headers.
8262         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8263         (article-make-date-line): Limit the number of segments dynamically to
8264         avoid too-long lines.
8265
8266 2011-01-27  Julien Danjou  <julien@danjou.info>
8267
8268         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8269         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8270
8271 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8274         Use plist-get instead of the cl function getf.
8275
8276 2011-01-27  Glenn Morris  <rgm@gnu.org>
8277
8278         * gnus-util.el (float-time): Get rid of compiler warning, again.
8279
8280 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8281
8282         * shr.el (shr-put-color): Special-case background colors: Do put them
8283         at the blank parts at the front of the lines.
8284
8285         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8286         exit hook to nix out all data on readedness on group exit.
8287
8288         * gnus-util.el (float-time): If float-time is bound, always use it on
8289         all Emacsen.  It's unclear why the subrp check was there.
8290         (time-date): Require to make some autoload issues on XEmacs go away.
8291
8292         * shr.el (shr-put-color): Don't do the box padding in tables, since
8293         they're already padded.
8294
8295 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8296
8297         * gnus-art.el (gnus-article-next-page): When the last line of the
8298         article is displayed, scroll down once more instead of going to the
8299         next article at once.
8300         (article-lapsed-string): Refactor out and allow specifying how many
8301         segments you want.
8302         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8303         (gnus-article-update-lapsed-header): New variable.
8304
8305         * shr.el: Revert change that made headings use different-sized faces.
8306         The Emacs display engine isn't advanced enough that, for instance,
8307         tables can comfortably use differently-sized faces.
8308
8309 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8310
8311         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8312         used.
8313         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8314         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8315         we're using an encrypted connection.
8316
8317         * proto-stream.el: Alter the interface functions to also return the
8318         actual stream type used: network or tls.
8319
8320 2011-01-25  Julien Danjou  <julien@danjou.info>
8321
8322         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8323         (mm-display-javascript-inline): New function.
8324
8325         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8326         viewing function.
8327
8328 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * shr.el (shr-expand-newlines): Fix variable name.
8331
8332 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8333
8334         * shr.el (shr-expand-newlines): Make nested boxes work.
8335
8336 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8337
8338         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8339         backgrounds.
8340         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8341         in a more sensible manner.
8342
8343 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8344
8345         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8346         if EPG is loaded.
8347
8348 2011-01-24  Julien Danjou  <julien@danjou.info>
8349
8350         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8351         tags.
8352
8353 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8354
8355         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8356         commands.
8357
8358         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8359         in the article buffer.
8360         (gnus-gravatar-insert): Use blank space from the current buffer to
8361         avoid breaking text properties.  This makes X-Sent updating work again.
8362
8363         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8364
8365 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8366
8367         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8368         fix the bug in url-http.el instead.
8369
8370         * shr.el (shr-image-fetched): Ditto.
8371
8372         * shr.el (shr-image-fetched): Avoid having point move in the article
8373         buffer.
8374
8375         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8376         buffer after being called.  It's apparently being killed by url.el, and
8377         killing it made point move to end-of-buffer in a random buffer.
8378
8379         * shr.el (shr-image-fetched): Ditto.
8380
8381 2011-01-23  Julien Danjou  <julien@danjou.info>
8382
8383         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8384
8385         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8386         text/x-org.
8387
8388 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8389
8390         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8391         (i.e., nnimap) returning nil as the article number.
8392
8393 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8394
8395         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8396         "DelSp" parameter in RFC3676.
8397
8398 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8399
8400         * message.el (message-check-recipients): Display the encoded version of
8401         the bogus address if they differ.
8402
8403         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8404         after sending.
8405
8406         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8407
8408         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8409
8410         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8411         group buffer after sending the queue.
8412
8413         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8414
8415 2011-01-22  Julien Danjou  <julien@danjou.info>
8416
8417         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8418
8419 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8420
8421         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8422         nested related parts.
8423
8424         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8425         unexpired articles.  This fixes the regression that led expiry marks to
8426         disappear from nnfolder groups.
8427
8428 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8429
8430         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8431         Don't confuse the "ret" of "retrograde" with RET.
8432
8433 2011-01-21  Julien Danjou  <julien@danjou.info>
8434
8435         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8436         than mm-insert-inline.
8437
8438 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8441         Widen article buffer.
8442
8443 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8444
8445         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8446         the temp buffer.
8447         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8448
8449 2011-01-20  Julien Danjou  <julien@danjou.info>
8450
8451         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8452
8453         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8454         than mm-insert-inline to insert inline part: this respect
8455         mm-inline-media-tests displayers.
8456
8457         * mm-view.el (mm-display-shell-script-inline): New function.
8458
8459         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8460
8461         * mm-uu.el (mm-uu-type-alist): Add org block.
8462         (mm-uu-org-src-code-block-extract): New function.
8463
8464         * mm-view.el (mm-display-org-inline): New function.
8465
8466         * mm-decode.el (mm-automatic-display): Add text/org.
8467
8468         * mailcap.el (mailcap-mime-extensions): Add .org.
8469
8470 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8473         gnus-article-add-buttons.
8474
8475 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8476
8477         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8478         From header with a date and "nobody" as the sender.
8479
8480 2011-01-19  Julien Danjou  <julien@danjou.info>
8481
8482         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8483         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8484         if you have the same regexp several times.
8485         (gnus-button-push): Fix matching when regexp is symbol.
8486
8487 2011-01-15  Glenn Morris  <rgm@gnu.org>
8488
8489         * message.el (message-mail): A compose-mail function should
8490         accept headers as strings.
8491
8492 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8493
8494         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8495         Add :vert-only tags.
8496         (message-mail): New arg RETURN-ACTION.
8497         (message-return-action): New var.
8498         (message-bury): Use it.
8499         (message-mode): Make it buffer-local.
8500         (message-send-and-exit): Always call message-bury.
8501
8502         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8503         message-mail.
8504
8505 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8506
8507         * nnimap.el (nnimap-convert-partial-article): Protect against
8508         zero-length body parts.
8509
8510         * mm-decode.el (mm-preferred-alternative-precedence):
8511         Discourage showing empty parts.
8512
8513         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8514         and stuff if the backend didn't return the article number.  This fixes
8515         an Exchange-related nnimap bug.
8516
8517         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8518         group window, because it does the wrong thing when a separate frame
8519         displays the group buffer.
8520
8521         * proto-stream.el (open-protocol-stream): Protect against the low-level
8522         transport functions returning nil.
8523
8524 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8525
8526         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8527         (mml2015-epg-find-usable-secret-key): New function.
8528         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8529         mml2015-epg-find-usable-key (Bug#7797).
8530         (mml2015-epg-encrypt): Ditto.
8531
8532 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * dgnushack.el (rot13-string): Fix the way to get the argument.
8535
8536 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8537
8538         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8539
8540 2011-01-03  Glenn Morris  <rgm@gnu.org>
8541
8542         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8543
8544         * sieve.el (sieve-open-server): Give a more explicit error if
8545         sieve-manage-open returns nil.  (Bug#7720)
8546
8547 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8548
8549         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8550
8551 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8552
8553         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8554         This avoids sending passwords in plain text over non-encrypted
8555         channels.
8556
8557         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8558
8559         * nnimap.el (nnimap-login): Refactored out into own function, and
8560         implement CRAM-MD5.
8561         (nnimap-wait-for-line): Refactored out.
8562
8563         * mm-view.el (mml-smime): Require.
8564
8565 2010-12-20  David Engster  <deng@eml.cc>
8566
8567         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8568         use EPG to decrypt S/MIME messages instead of openssl.
8569
8570 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8571
8572         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8573
8574         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8575         status is the group clearly is unreachable.
8576
8577         * auth-source.el (auth-source-create): Add the optional second
8578         parameter to `local-variable-p' to be compatible with XEmacs.
8579
8580 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8581
8582         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8583         work when using a compressed nnml folder.
8584
8585 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8586
8587         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8588         backends after sanitising on entry, because this never makes sense:
8589         If the articles have gone missing, then the data no longer exists on
8590         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8591         overwrite anything anyway.
8592
8593         * shr.el (shr-insert-document): Bind shr-width dynamically to
8594         window-width if it's nil.
8595
8596 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8597
8598         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8599         with the meaning of using the full emacs window width for rendering.
8600
8601 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8602
8603         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8604         case when sender is not given.
8605
8606 2010-12-23  Julien Danjou  <julien@danjou.info>
8607
8608         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8609         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8610         the addresses, otherwise we might misplaced the gravatar.
8611
8612 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8613
8614         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8615         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8616         obsolete in Emacs.
8617
8618 2010-12-20  Julien Danjou  <julien@danjou.info>
8619
8620         * gnus-util.el (gnus-rescale-image): Revert last change.
8621
8622 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8623
8624         * binhex.el: Improve commentary (Bug#7482).
8625
8626 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8627
8628         * gnus-group.el (gnus-group-delete-articles): New command.
8629
8630 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8631
8632         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8633
8634 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8635
8636         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8637         here, since it's up to the backends to do CRLF removal if their
8638         protocol has it.
8639
8640         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8641
8642 2010-12-17  Julien Danjou  <julien@danjou.info>
8643
8644         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8645         they are from file.  Can also scale up.
8646
8647 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8648
8649         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8650         Restore gnus-use-agent.
8651         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8652
8653         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8654
8655 2010-12-17  Julien Danjou  <julien@danjou.info>
8656
8657         * gravatar.el (gravatar-retrieve-synchronously): New function.
8658         (gravatar-get-data): Make more robust.
8659
8660 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8663
8664 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8667         to really consider the last line.
8668
8669 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8670
8671         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8672         list of recipient keys, or use symmetric encryption if not a list.
8673         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8674         EPA override, replacing the call to `netrc-store-data'.
8675
8676 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8677
8678         * gnus-srvr.el: Avoid passing nil regexp argument to
8679         delete-matching-lines.
8680
8681 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8682
8683         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8684         fetching stops when Gnus exits.
8685
8686         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8687         function.
8688         (nnfolder-request-expire-articles): Save all the buffers after doing
8689         expiry.
8690
8691         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8692         the last article", since that led to serious performance regressions
8693         when expiring nnml groups.
8694
8695 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8696
8697         * nnir.el: Improve customizations.
8698
8699 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8702
8703         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8704         group has been killed.
8705         (gnus-group-yank-group): Ditto.
8706
8707         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8708
8709         * nnimap.el (nnimap-request-update-group-status): New function.
8710
8711         * gnus-int.el (gnus-request-update-group-status): New interface
8712         function.
8713
8714         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8715         copying read-ness to the backends.
8716
8717         * nnimap.el (nnimap-quirk): New function.
8718         (nnimap-retrieve-group-data-early): Use it.
8719         (nnimap-quirks): New alist.
8720
8721 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8724         don't delete it within indentation.
8725
8726 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727
8728         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8729         previous line.
8730
8731 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8732
8733         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8734         QRESYNC command by deleting a superfluous space which broke Cyrus
8735         servers.  This change will break other servers that are buggy the other
8736         way around.
8737
8738 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8739
8740         * spam.el: Reindent and fix long lines.
8741         (spam-copy-or-move-routine): Exclude invalid move destinations.
8742
8743 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8744
8745         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8746         installed the registry.
8747
8748 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8751
8752 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8753
8754         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8755         groupname doesn't contain "gmane".
8756
8757 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8760         and netrc-bound-and-true-p bindings.
8761         (netrc-parse): Cache the netrc contents.
8762
8763         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8764         (gnus-1): Don't create the nndrafts group twice.
8765         (gnus-setup-news): There's no need to read the active file here, since
8766         that's done again later on a per-backend basis.
8767         (gnus-start-draft-setup): Make sure that the new group is started out
8768         empty.
8769
8770         * gnus-agent.el (gnus-agentize): Don't create the queue group
8771         automatically on startup.  It'll be created later, if needed.
8772
8773         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8774         of automatically subscribed groups.
8775         (gnus-auto-subscribed-categories): New variable.
8776         (gnus-matches-options-n): Use it.
8777         (gnus-default-subscribed-newsgroups): Remove unused variable.
8778         (gnus-start-draft-setup): Message a bit less.
8779
8780 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8781
8782         * nnir.el (nnir-run-imap): Return article list in order of increasing
8783         UID.
8784
8785 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8786
8787         * gnus-sum.el (gnus-summary-enter-digest-group):
8788         Mention gnus-auto-select-on-ephemeral-exit.
8789
8790         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8791         convention of the network-only option.
8792
8793 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * proto-stream.el (proto-stream-open-network-only): New function to
8796         have a way to specify non-STARTTLS upgrade connections.
8797
8798 2010-12-10  Julien Danjou  <julien@danjou.info>
8799
8800         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8801         email address is nil.
8802
8803         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8804
8805 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8806
8807         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8808         deletion.
8809         (nnir-run-imap): Only need to parse list once.
8810
8811 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * shr.el (shr-tag-script): Ignore <script>.
8814         (shr-tag-label): Add <label> support.
8815
8816 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8819
8820         * shr.el (shr-image-displayer): Work for images lined side by side.
8821
8822 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8823
8824         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8825         parameter, since XEmacs doesn't accept t as a parameter.
8826
8827 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8828
8829         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8830         ids.
8831         (nnir-run-gmane): Simplify groupspec formatting.
8832         (nnir-request-expire-articles): New function.
8833
8834 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8835
8836         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8837         overflow, possibly.
8838
8839         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8840         (shr-render-td): Handle td style="" better.
8841         (shr-tag-table): Use the color from the style sheet.
8842         (shr-render-td): Make sure we copy over all the overlays, too.
8843
8844 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8845
8846         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8847         (nnir-request-article): Improve article retrieval.
8848
8849 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * mm-util.el (mm-extra-numeric-entities): New variable.
8852
8853         * mm-url.el (mm-url-decode-entities):
8854         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8855
8856         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8857
8858 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8859
8860         * message.el: Use completion-at-point.
8861         (message-completion-function): New fun, extracted from message-tab.
8862         (message-mode): Use it for completion-at-point-functions.
8863         (message-tab): Use it and completion-at-point.
8864
8865 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8868         character if a non-breakable character follows.
8869
8870 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8873         any stream.
8874
8875         * shr.el (shr-tag-font): Colorize the region.
8876         (shr-tag-body): Ditto.
8877         (shr-tag-font): Actually let the styles be inherited instead of
8878         overwriting them.
8879         (shr-tag-font): Get the background color right.
8880         (shr-tag-style): Ignore all <style> tags for the moment.
8881
8882         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8883         a Message-ID to avoid having nnimap depend on gnus-sum.
8884
8885         * shr.el (shr-descend): Only colorize something if we have a node that
8886         sets colors.
8887
8888 2010-12-06  Julien Danjou  <julien@danjou.info>
8889
8890         * shr.el (shr-render-td): Render td content with shr-descend, so style
8891         will be applied to <td> too.
8892         (shr-colorize-region): Colorize region even if we only have a background.
8893         (shr-tag-body): Fix color and background color inheritance.
8894         Do not recolorize after shr-generic.
8895         (shr-tag-font): Let shr-generic colorize via inheritance.
8896
8897 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8900
8901 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8902
8903         * nnir.el (nnir-request-move-article): Remove obsolete code.
8904
8905 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8908
8909 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910
8911         * gnus-sum.el (gnus-summary-respool-article): The completion function
8912         expects a list instead of an alist.
8913
8914         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8915         string as the parameter.
8916
8917         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8918
8919         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8920         styles.
8921         (shr-colorize-region): New function.
8922         (shr-insert-background-overlay): Remove.
8923         (shr-render-td): Background setting should be taken care of on a higher
8924         level.
8925         (shr-tag-body): Use post-hoc colorizations.
8926         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8927         (shr-put-color-1): Don't overwrite old colors.
8928         (shr-colorize-region): When the background color isn't explicit, use
8929         a fixed background.
8930
8931         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8932         nnmail variables.
8933
8934 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8935
8936         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8937         unless necessary.
8938
8939 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8940
8941         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8942         server.
8943
8944 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8945
8946         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8947         so that TAB works.
8948
8949         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8950         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8951
8952         * shr.el (shr-urlify): Show the URL before the title to avoid
8953         misleading URLs.
8954
8955 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8956
8957         * shr.el (shr-urlify): Display the title in <a> tags.
8958
8959 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8960
8961         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8962
8963 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8964
8965         * nnir.el: Rearrange code to allow macros to be autoloaded by
8966         gnus-sum.el.
8967         (nnir-retrieve-headers-override-function): Make this variable
8968         customizable.
8969         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8970
8971         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8972         from nnir.el.
8973
8974 2010-12-03  Julien Danjou  <julien@danjou.info>
8975
8976         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8977
8978 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8981         allow optional argument `environment'.
8982
8983 2010-12-03  Glenn Morris  <rgm@gnu.org>
8984
8985         * mm-extern.el (message-goto-body): Update declaration.
8986
8987 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * gnus-util.el (gnus-macroexpand-all): New function.
8990
8991         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8992         instead of macroexpand-all that is unavailable in XEmacs.
8993
8994 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8995
8996         * nnir.el (nnir-summary-line-format): New variable.
8997         (nnir-mode): Use it.
8998         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8999         (nnir-article-ids): Reimplement as defsubst.
9000         (nnir-retrieve-headers): Don't mangle the subject header.
9001         (nnir-run-imap): Use 100 as RSV score.
9002         (nnir-run-find-grep): Fix for full server searching.
9003         (nnir-run-gmane): Better restriction to gmane groups.
9004
9005         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9006         summary buffers.
9007
9008 2010-12-02  Julien Danjou  <julien@danjou.info>
9009
9010         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9011
9012         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9013
9014         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9015         support.
9016
9017 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9018
9019         * nnir.el: Update to handle the registry better.
9020         (autoload): Silence byte-compiler.
9021         (nnir-open-server): Add a hook for nnir groups.
9022         (nnir-request-move-article): Don't mangle the header.  Better to use
9023         formatting variables (which will be added in the future).
9024         (nnir-registry-action): Update the registry using the original article
9025         group name.
9026         (nnir-mode): Install nnir-specific hooks for updating the registry.
9027
9028         * gnus-sum.el
9029         (gnus-article-original-subject, gnus-newsgroup-original-name):
9030         Remove obsolete variables.
9031         (gnus-summary-move-article): Remove use of obsolete variables.
9032         (gnus-summary-local-variables): Make move and delete hooks local to
9033         summary buffers.
9034
9035 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036
9037         * rtree.el: New file.
9038
9039 2010-12-01  Julien Danjou  <julien@danjou.info>
9040
9041         * message.el (message-user-organization): Do not use
9042         gnus-local-organization.
9043
9044         * gnus.el: Remove gnus-local-organization.
9045
9046         * gnus-msg.el: Remove nastygram thing.
9047
9048 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9049
9050         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9051         funcall.
9052
9053 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9056         names.
9057
9058         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9059         characters.
9060
9061         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9062         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9063         Suggested by Štěpán Němec <stepnem@gmail.com>.
9064         (gnus-gravatar-transform-address): Use mail-extract-address-components
9065         that supports non-ASCII names rather than mail-header-parse-addresses.
9066
9067 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * proto-stream.el (open-protocol-stream): All starttls connections are
9070         handled by the network handler.
9071
9072 2010-11-30  Julien Danjou  <julien@danjou.info>
9073
9074         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9075         (nnimap-open-connection-1): Fix PREAUTH.
9076
9077         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9078
9079 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9082         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9083         (shr-insert): Use them.
9084         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9085
9086 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9087
9088         * nnir.el (nnir-request-move-article): Bail out if original group
9089         doesn't support article moves.
9090         (nnir-get-active): Improve active list retrieval.
9091
9092 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9093
9094         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9095
9096 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9097
9098         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9099         seem to accept strings-with-numbers as port numbers.
9100
9101 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9102
9103         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9104         change the registry.
9105
9106 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9109         delete-dups that is not available in XEmacs 21.4.
9110
9111         * mm-util.el (mm-delete-duplicates): Add comment.
9112
9113 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9114
9115         * nnir.el (nnir-ignored-newsgroups): New variable.
9116         (nnir-get-active): Use it.
9117
9118 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9119
9120         * proto-stream.el (proto-stream-open-network): Add some comments.
9121
9122         * nntp.el (nntp-open-connection): Provide a :success condition.
9123
9124         * nnimap.el (nnimap-open-connection-1): Ditto.
9125
9126         * proto-stream.el (proto-stream-open-network): See what the response to
9127         the STARTTLS command is.
9128
9129         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9130         backwards compatibility).
9131         (nnimap-open-connection-1): Really respect nnimap-server-port.
9132
9133         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9134         TLS upgrades we don't really care about the identity of the peer.
9135         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9136         that what we've checked for.
9137         (proto-stream-always-use-starttls): Only default to t if
9138         open-gnutls-stream exists.
9139         (proto-stream-open-network): If STARTTLS failed, then just open a
9140         normal connection.
9141         (proto-stream-open-network): Wait until the greeting before doing
9142         STARTTLS.
9143
9144         * nntp.el (nntp-open-connection): Report what the connection error is.
9145
9146         * proto-stream.el (open-protocol-stream): Rename from
9147         open-proto-stream.
9148
9149 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150
9151         * nnimap.el (nnimap-stream): Change default to `undecided'.
9152         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9153         first, and then network.
9154         (nnimap-open-connection-1): Respect nnimap-server-port.
9155         (nnimap-open-connection): Be more backwards-compatible.
9156
9157         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9158         (proto-stream-open-starttls): De-duplicate the starttls code.
9159         (proto-stream-open-starttls): Folded back into the main function.
9160         (proto-stream-open-network): Fix typo in the gnutls path.
9161         (proto-stream-command): Refactor out.
9162
9163         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9164
9165         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9166         starttls.el STARTTLS.
9167
9168         * color.el (color-lab->srgb): Fix function call name.
9169
9170         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9171         if we're using tls.el.
9172         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9173         built in, then don't try to establish a STARTTLS connection.
9174
9175         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9176         servers.
9177
9178         * proto-stream.el (open-proto-stream): Use network, not stream.
9179         (open-proto-stream): Add a way to specify what the end of a command is.
9180
9181         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9182         connections types.
9183         (nntp-open-network-stream): Remove.
9184         (nntp-open-ssl-stream): Remove.
9185         (nntp-open-tls-stream): Remove.
9186         (nntp-ssl-program): Remove.
9187
9188         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9189
9190 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9191
9192         * nnir.el: Fix typos.
9193         (nnir-retrieve-headers-override-function): Rename variable to reflect
9194         new semantics.
9195         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9196         macros.
9197         (nnir-request-article, nnir-request-move-article): Use them.
9198         (nnir-categorize): New function.
9199         (nnir-run-query): Use it.
9200         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9201         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9202         sorted.
9203         (nnir-group-full-name): Use gnus-group-full-name instead.
9204         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9205         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9206
9207 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208
9209         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9210
9211         * proto-stream.el: New library to provide protocol-specific
9212         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9213         protocols.
9214         (open-proto-stream): Complete the documentation.
9215         (proto-stream-open-network): Fix some typos.
9216
9217         * nnimap.el (nnimap-open-connection): Use it.
9218
9219 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9220
9221         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9222         negotiation.
9223
9224 2010-11-26  Julien Danjou  <julien@danjou.info>
9225
9226         * color.el: Rename various rgb functions to srgb.
9227
9228 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9231         names.
9232
9233 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * shr.el (shr-insert): Revert last change.
9236         (shr-find-fill-point): Never leave point being at bol;
9237         relax the kinsoku limitation when rendering tables.
9238
9239 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9240
9241         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9242         results from -accept-article.
9243
9244         * shr-color.el: Require cl when compiling.
9245
9246         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9247         checkin.
9248
9249         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9250
9251         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9252
9253         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9254         'add and 'delete to set backend marks.
9255
9256         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9257
9258         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9259
9260         * nntp.el (nntp-request-set-mark): Use it.
9261
9262         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9263
9264         * nnml.el (nnml-request-set-mark): Ditto.
9265
9266         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9267         introduces regressions in article selection.
9268         (nnimap-find-uid-response): New function.
9269         (nnimap-request-accept-article): Use the UID returned, if any.
9270         (nnimap-request-move-article): Use the UID returned, if any.
9271         (nnimap-get-groups): Reimplement to work with folded lines.
9272         (nnimap-find-uid-response): The UID is the last element in the list.
9273         (nnimap-request-set-mark): Extend syntax with 'set.
9274
9275         * nnml.el (nnml-request-set-mark): Ditto.
9276
9277         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9278
9279         * nntp.el (nntp-request-set-mark): Ditto.
9280
9281 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * message.el (message-called-interactively-p): A temporary macro.
9284         (message-goto-body): Use it temporarily.
9285
9286 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9287
9288         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9289         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9290         (nnimap-last-response-string): Fix last unfolding fix.
9291
9292 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * shr.el (shr-insert): Fix the way to fold lines.
9295
9296 2010-11-25  Julien Danjou  <julien@danjou.info>
9297
9298         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9299
9300         * color.el: Rename from color-lab.el
9301         (color-rgb->hex): Add.
9302         (color-complement): Add.
9303         (color-complement-hex): Add.
9304
9305         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9306
9307 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308
9309         * shr-color.el (shr-color-visible): Don't bug out if the color names
9310         don't exist.
9311
9312 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9315         assuming that article displaying or another mml-preview may be
9316         interrupted for an error or for the like.
9317
9318         * shr.el (shr-get-background): Fix argument name.
9319
9320 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9321
9322         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9323
9324         * gnus-sum.el (gnus-summary-include-articles): New function.
9325
9326         * message.el (message-goto-body): called-interactively-p needs a
9327         parameter, so use `any'.
9328
9329         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9330         clear marks before moving, since they're synced from the Gnus side
9331         first.
9332
9333         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9334         (gnus-summary-move-article): Copy over all marks before moving, so that
9335         IMAP doesn't think a new article has arrived.
9336
9337 2010-11-24  Julien Danjou  <julien@danjou.info>
9338
9339         * shr.el (shr-insert-background-overlay): Fix typo.
9340         (shr-render-td): Copy the background before rendering.
9341
9342         * shr-color.el (shr-color-visible): Fix docstring.
9343
9344         * shr.el (shr-tag-table): Add bgcolor support.
9345         (shr-render-td): Add bgcolor support.
9346         (shr-get-background): Add.
9347         (shr-insert-foreground-overlay): Use shr-get-background.
9348
9349         * message.el (message-goto-body): Use called-interactively-p.
9350         (message-in-body-p): message-goto-body returns point.
9351
9352 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9355         Fixes something or other in Emacs 23, and is backwards compatible.
9356
9357         * message.el (message-goto-body): Remove the <#secure special-casing,
9358         which is too special.
9359
9360         * shr.el (shr-parse-style): Drop !important from styles.
9361
9362 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9363
9364         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9365         this function to return incorrect results when calling it with an
9366         explicit article argument different from
9367         (gnus-summary-article-number).
9368
9369 2010-11-24  Julien Danjou  <julien@danjou.info>
9370
9371         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9372         (shr-tag-body): Add background support.
9373         (shr-descend): Add background support.
9374         (shr-tag-title): Add.
9375
9376         * shr-color.el (shr-color-visible): Really return original background
9377         if fixed.
9378
9379 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9380
9381         * shr.el (shr-color-check): Protect against non-existent color names.
9382
9383 2010-11-24  Julien Danjou  <julien@danjou.info>
9384
9385         * color-lab.el: Require 'cl when compiling.
9386
9387         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9388
9389         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9390         matched part.
9391
9392         * color-lab.el: Fix all expt calls to use float type.
9393
9394 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9397         expression to shr-color-check as is.
9398
9399         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9400
9401         * color-lab.el: Add coding cookie.
9402         (float-pi): Use eval-and-compile.
9403
9404         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9405         compiled for Emacsen having no `libxml-parse-html-region' support.
9406
9407 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9408
9409         * shr.el (shr-insert-color-overlay): Split stuff like
9410         "#444444 !important" to find the real color.
9411         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9412         parse <font color="red"> entries.
9413
9414 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9415
9416         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9417         point when parsing headers.
9418
9419         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9420         is positioned properly when parsing headers.
9421
9422 2010-11-23  Julien Danjou  <julien@danjou.info>
9423
9424         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9425
9426         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9427
9428         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9429
9430         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9431         Use shr-color-hue-to-rgb.
9432         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9433
9434 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9435
9436         * shr.el (shr-color->hexadecimal): Autoload.
9437         (shr-descend): Add color to all tags.
9438
9439 2010-11-22  Julien Danjou  <julien@danjou.info>
9440
9441         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9442         shr-color->hexadecimal.
9443
9444         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9445         RGB() or HSL() color representation.
9446
9447         * shr.el (shr-tag-font): Add.
9448         (shr-tag-color-check): New function to get better colors.
9449         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9450         tag-span.
9451
9452         * shr-color.el: New file.
9453
9454         * color-lab.el: New file.
9455
9456         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9457
9458 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9459
9460         * nnir.el: Fix typo in comments.
9461         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9462         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9463
9464 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9465
9466         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9467
9468         * nnimap.el (nnimap-get-capabilities): Refactor out.
9469         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9470
9471 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9472
9473         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9474         appearing when `mm-uu-hide-markers' is nil.
9475
9476 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9477
9478         * nnimap.el (nnimap-unselect-group): Make into its own function.
9479         (nnimap-request-rename-group): Unselect group before renaming.
9480         This had gotten lost somewhere.
9481         (nnimap-request-accept-article): Keep track of examined groups, and
9482         unselect the group before APPENDing to read-only groups.
9483         (nnimap-request-move-article): Clear flags before moving so that they
9484         can be re-set later.
9485
9486 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9489         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9490
9491 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * gnus-art.el (gnus-mime-display-single):
9494         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9495         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9496         parameter.
9497
9498 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9499
9500         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9501         (shr-table-vertical-line): New variable.
9502         (shr-insert-table): Use it.
9503
9504 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * gnus-html.el (gnus-html-wash-images): Don't display images if
9507         gnus-inhibit-images is non-nil; register displayer for cid images.
9508         (gnus-html-display-image): Work for cid image.
9509         (gnus-html-insert-image): Allow arguments.
9510         (gnus-html-put-image): Inhibit read-only.
9511         (gnus-html-prefetch-images): Don't prefetch images if
9512         gnus-inhibit-images is non-nil.
9513
9514 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515
9516         * shr.el (shr-put-image): Break lines when inserting big pictures.
9517
9518 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9519
9520         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9521         sender, thanks Katsumi Yamaoka.
9522
9523 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9524
9525         * nnir.el (nnir-run-imap): Reverse the article list for each group
9526         rather than the whole list.
9527
9528 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * shr.el (shr-image-displayer): Protect function against non-existent
9531         image source.
9532
9533         * gnus-art.el (gnus-inhibit-images): New user option.
9534         (gnus-mime-display-single): Don't display image if it is non-nil.
9535
9536         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9537         gnus-inhibit-images.
9538
9539         * shr.el (shr-image-displayer): New function.
9540         (shr-tag-img): Use it.
9541
9542 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9543
9544         * mml2015.el (mml2015-epg-sign): Use From header.
9545
9546 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547
9548         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9549
9550         * gnus-util.el (gnus-find-text-property-region): Return markers.
9551
9552         * shr.el (shr-tag-img): Put a displayer in the text property.
9553
9554         * gnus-util.el (gnus-find-text-property-region): New utility function.
9555
9556         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9557         (gnus-html-show-images): Remove.
9558
9559         * gnus-art.el (gnus-article-show-images): New, more general function.
9560
9561         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9562         image url text properties.
9563
9564         * shr.el: Ditto.
9565
9566         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9567         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9568
9569 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9572         work for two or more articles.
9573
9574 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9577         divide an image that's in an html article to two or more when washing
9578         non-ASCII characters in alt text of it.
9579
9580 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9583         smime-decrypt-region using function argument.
9584         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9585
9586         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9587
9588         * smime.el (smime-decrypt-region): Catch it.
9589
9590 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9591
9592         * smime.el (smime-mode-map): Move initialization into declaration.
9593         (gnus-run-mode-hooks): Don't autoload.
9594         (smime-mode): Use define-derived-mode.
9595
9596 2010-11-11  Glenn Morris  <rgm@gnu.org>
9597
9598         * smime.el (from): Restrict declaration to XEmacs.
9599
9600         * nnir.el (gnus-group-topic-name): Autoload.
9601
9602 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * shr.el (shr-insert): Don't break long line if it is because of
9605         kinsoku-bol characters in the line end.
9606
9607 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9608
9609         * nnir.el (nnir-request-move-article): Fix to provide original group
9610         and subject.
9611         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9612         been retrieved.
9613
9614         * gnus-sum.el (gnus-summary-move-article): Use original group and
9615         subject for virtual articles such as those in an nnir summary buffer.
9616
9617 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9620         least 21.5).
9621
9622         * smime.el (from): Declare it again for XEmacs.
9623
9624 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9625
9626         * message.el (message-resend): Don't disable encoding unless it's
9627         already encoded.
9628
9629         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9630         low-numbered articles.
9631
9632 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * rfc2047.el (rfc2047-syntax-table): Simplify.
9635
9636         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9637
9638         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9639         set-char-table-range for XEmacs.
9640
9641 2010-11-10  Glenn Morris  <rgm@gnu.org>
9642
9643         * time-date.el (time-to-seconds): Always an alias on Emacs,
9644         never a real function.
9645         (with-no-warnings): Remove compat stub, now unused.
9646         (time-less-p): Doc fix.
9647         (time-to-number-of-days): Simplify.
9648
9649         * smime.el (from): Remove unused declaration.
9650
9651         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9652         (gnus-float-time): On Emacs, always an alias.
9653
9654         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9655         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9656
9657 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * dgnushack.el: Don't use ignore-errors in the top level form since it
9660         is unavailable in XEmacs even if cl is loaded.
9661
9662         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9663
9664 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665
9666         * shr.el (browse-url-mailto): Autoload.
9667
9668         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9669
9670         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9671         regexp doesn't need quoting.
9672
9673 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9674
9675         * message.el (message-subject-trailing-was-ask-regexp)
9676         (message-subject-trailing-was-regexp): Match was: in addition to was.
9677
9678 2010-11-09  Glenn Morris  <rgm@gnu.org>
9679
9680         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9681         (nnbabyl-check-mbox): Use point-at-bol.
9682
9683 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9686
9687         * message.el (message-mailto): New function.
9688         (message-mailto): Should accept other parameters.
9689         (message-mailto): Remove since it duplicates browse-url-mailto
9690         functionality.
9691
9692 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9693
9694         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9695         methods.
9696         (gnus-read-active-file): Ditto.
9697
9698         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9699         ": " from the prompt.
9700         (gnus-group-make-group): Ditto.
9701
9702 2010-11-07  Glenn Morris  <rgm@gnu.org>
9703
9704         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9705         (gnus-bookmark-kill-line): Use point-at-eol.
9706
9707 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9710         asterisks in From header.
9711
9712 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713
9714         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9715         string to avoid making the From headers syntactically invalid.
9716
9717         * message.el (message-send-mail): Don't insert courtesy messages if the
9718         message already has List-Post and List-ID messages.
9719
9720 2010-11-06  Glenn Morris  <rgm@gnu.org>
9721
9722         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9723         `condition', `type', `length' a prefix.
9724         (gnus-treat-predicate): Update for above name changes.
9725
9726 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9727
9728         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9729         binding.  Handled by `gnus-summary-refer-thread' instead.
9730         (nnir-warp-to-article): New backend function.
9731
9732         * nnimap.el (nnimap-request-thread): Force dependency updating.
9733
9734         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9735         (gnus-summary-refer-thread): Rework to improve thread-referral.
9736
9737         * gnus-int.el (gnus-warp-to-article): New function.
9738
9739         * gnus-sum.el (gnus-summary-article-map): Bind it.
9740
9741 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9742
9743         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9744         gnus-summary-refer-thread.
9745
9746         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9747         headers.
9748         (gnus-summary-limit-include-thread): Prevent articles in thread from
9749         being cut in gnus-cut-threads.
9750         (gnus-summary-refer-thread): Limit retrieved headers to those in
9751         thread.
9752
9753 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * message.el (message-send-mail): Use the value of
9756         message-courtesy-message from the message buffer.
9757
9758         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9759
9760         * shr.el (shr-browse-url): Implement mailto: URLs.
9761
9762         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9763         "raw".
9764
9765         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9766         if it's already selected.
9767
9768         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9769
9770 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9773         to measure the length and truncate alt text.
9774
9775 2010-11-03  Glenn Morris  <rgm@gnu.org>
9776
9777         * nndiary.el (nndiary-generate-nov-databases-1)
9778         (nndiary-generate-active-info): Rename dynamic variable `files' to
9779         something less generic.
9780
9781 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9782
9783         * nnir.el (nnir-request-move-article): Call the underlying backend to
9784         move articles from nnir.
9785
9786 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9789
9790 2010-11-02  Julien Danjou  <julien@danjou.info>
9791
9792         * nnir.el: Remove wais support.
9793
9794 2010-11-02  Glenn Morris  <rgm@gnu.org>
9795
9796         * gnus-html.el: Reorder requirements to quieten compiler.
9797
9798 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9801         properly for XEmacs as well.
9802         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9803         (gnus-article-natural-long-line-p): Use window-width rather than
9804         frame-width.
9805
9806 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9807
9808         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9809         (nnir-read-parms): Don't modify query.
9810         (nnir-run-query): Add ability to search topic on current line.
9811         (nnir-get-active): Clean up.
9812
9813 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9816         degenerate articles.
9817
9818         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9819         (gnus-print-buffer): Just print the buffer as is, without any copying
9820         to a buffer and then re-highlighting.
9821
9822         * nnimap.el (nnimap-request-group): Store the new updated info.
9823         (nnimap-request-group): Select the group when we don't know whether it
9824         exists or not.
9825
9826         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9827         groups.
9828
9829         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9830         groups.
9831
9832         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9833         groups.
9834
9835         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9836         long-lines case by only filling the long lines.
9837
9838         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9839         (bug#7311).
9840
9841 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * shr.el: No need to declare `declare-function' since shr.el is for
9844         only Emacsen that provide `libxml-parse-html-region'.
9845
9846         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9847         effective only in a file it is referred to.
9848
9849 2010-11-01  Glenn Morris  <rgm@gnu.org>
9850
9851         * mm-util.el (gnus-completing-read): Autoload.
9852         (mm-read-coding-system): Simplify Emacs definition.
9853
9854         * nnmail.el (gnus-activate-group):
9855         * nnimap.el (gnutls-negotiate):
9856         * nntp.el (netrc-parse): Fix declarations.
9857
9858 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9861         string-match-p in Emacs >=23.
9862
9863         * gnus-msg.el (gnus-configure-posting-styles):
9864         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9865
9866 2010-11-01  Glenn Morris  <rgm@gnu.org>
9867
9868         * nnir.el (declare-function): Add compat stub.
9869         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9870         (nnir-run-gmane): Require 'mm-url.
9871
9872         * mm-util.el (mm-string-to-multibyte): Simplify.
9873
9874         * shr.el (declare-function): Add compat stub.
9875         (url-cache-create-filename): Declare.
9876         (mm-disable-multibyte, widget-convert-button): Autoload.
9877
9878         * smime.el (ldap-search): Declare.
9879         (smime-cert-by-ldap-1): Require ldap on Emacs.
9880
9881         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9882         (nnimap-keepalive): Use gnus-float-time.
9883
9884         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9885         (mail-source-delete-crash-box): Use gnus-float-time.
9886
9887         * gnus-dired.el (gnus-completing-read): Autoload.
9888
9889         * mm-view.el (gnus-rescale-image): Autoload.
9890
9891         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9892
9893         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9894
9895         * sieve-manage.el: Require 'cl when compiling.
9896
9897         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9898         (gnus-iswitchb-completing-read): Require iswitchb.
9899         (gnus-select-frame-set-input-focus): Silence compiler.
9900
9901 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * message.el (message-subject-trailing-was-query): Change default to t,
9904         since I think that's what most people want.
9905
9906         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9907         appending for easier debugging.
9908         (nnimap-wait-for-connection): Take a regexp.
9909         (nnimap-request-accept-article): Wait for the continuation line before
9910         sending anything unless we're streaming.
9911
9912         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9913         leave the header washing to take place.
9914
9915 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9916
9917         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9918         regular expression match and replace in posting styles.
9919
9920 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9921
9922         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9923         an entire server.
9924         (nnir-get-active): New function.
9925         (nnir-run-imap): Use it.
9926         (nnir-run-gmane): Who knew, gmane search returns an article score!
9927
9928         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9929         server on the current line with nnir.
9930
9931 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9932
9933         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9934         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9935         left edge.
9936         (gnus-article-foldable-buffer): Skip past the prefix when determining
9937         raggedness.
9938
9939         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9940         the raw article, and change `C-u g' to show the article without doing
9941         treatments.
9942
9943         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9944         on to `gnus-treat-article'.
9945         (gnus-inhibit-article-treatments): New variable.
9946
9947         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9948
9949         * gnus-art.el (gnus-treatment-function-alist): Have
9950         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9951         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9952         sections.
9953
9954         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9955         parameter.
9956         (gnus-article-fill-cited-long-lines): New function.
9957         (gnus-article-fill-cited-article): Allow filling only long sections.
9958
9959         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9960         and non-punctuation (like after the apostrophe in "'We").
9961
9962         * gnus-sum.el (gnus-summary-select-article): Make sure
9963         gnus-original-article-buffer is alive.
9964
9965         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9966         reflect the order they're in in the digest.
9967
9968         * gnus.el (gnus-group-startup-message): Move point to the start of the
9969         buffer.
9970
9971         * nnimap.el (nnimap-capability): New function.
9972         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9973         is set.
9974
9975 2010-10-31  David Engster  <dengste@eml.cc>
9976
9977         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9978         conform with changes to gnus-completing-read.
9979
9980 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9981
9982         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9983
9984 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9985
9986         * nnir.el: Move defvar, defcustom around to keep file organized
9987         and keep byte-compiler quiet.
9988         (nnir-read-parms): Accept search-engine as arg.
9989         (nnir-run-query): Pass search-engine as arg.
9990         (nnir-search-engine): Remove.
9991
9992 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9993
9994         * shr.el (shr-generic): The text nodes should be text, not :text.
9995
9996         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9997         later in the file.
9998
9999 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10000
10001         * nnir.el: General clean up.  Allow searching with multiple engines.
10002         Allow separate extra-parameters for each engine.
10003         Batch queries when possible.
10004         (nnir-imap-default-search-key, nnir-method-default-engines):
10005         Add customize interface.
10006         (nnir-run-gmane): New engine.
10007         (nnir-engines): Use it.  Qualify all prompts with engine name.
10008         (nnir-search-engine): Remove global variable.
10009         (nnir-run-hyrex): Restore for now.
10010         (nnir-extra-parms, nnir-search-history): New variables.
10011         (gnus-group-make-nnir-group): Use them.
10012         (nnir-group-server): Remove in favor of gnus-group-server.
10013         (nnir-request-group): Avoid searching twice.
10014         (nnir-sort-groups-by-server): New function.
10015
10016 2010-10-30  Julien Danjou  <julien@danjou.info>
10017
10018         * gnus-group.el: Remove gnus-group-fetch-control.
10019
10020         * gnus-start.el (gnus-find-new-newsgroups):
10021         Remove gnus-check-first-time-used.
10022
10023         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10024
10025 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10026
10027         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10028         set on groups that don't have \* permanentflags.
10029
10030 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10031
10032         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10033         control the background color.
10034         (shr-tag-img): Ignore very small web bug type images.
10035         (shr-put-image): Add help-echo alt texts to the images.
10036         (shr-tag-video): Show the video poster image.
10037
10038 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10039
10040         * shr.el (shr-table-depth): New variable.
10041         (shr-tag-table-1): Only insert the images after the top-level table.
10042
10043         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10044
10045         * gnus-util.el (gnus-list-memq-of-list): New function.
10046
10047         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10048         selected.
10049         (nnimap-unsplittable-articles): New slot.
10050         (nnimap-new-articles): Use it.
10051
10052 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10053
10054         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10055         move to the previous line on `M-g'.
10056
10057 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10058
10059         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10060         *-request-group, which seems unnecessary.
10061
10062         * nnimap.el (nnimap-quote-specials): Function copied over from
10063         imap.el.
10064         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10065         they support that.  Suggested by Tom Regner.
10066
10067 2010-10-29  Julien Danjou  <julien@danjou.info>
10068
10069         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10070         defalias.
10071         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10072
10073         * gnus.el: Remove `gnus-nntp-service' variable.
10074         (gnus-secondary-servers): Make obsolete.
10075         (gnus-nntp-server): Make obsolete.
10076
10077         * gnus-start.el (gnus-1): Remove x-splash calls.
10078
10079         * gnus-ems.el (gnus-x-splash): Remove.
10080
10081         * gnus.el (gnus-group-startup-message): Simplify/update code.
10082
10083         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10084         definition.
10085
10086         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10087         capability before doing anything.
10088         (gnus-group-insert-group-line): Remove useless
10089         gnus-group-remove-excess-properties.
10090
10091 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10094
10095 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10096
10097         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10098         config after reselecting.
10099
10100 2010-10-28  Julien Danjou  <julien@danjou.info>
10101
10102         * shr.el (shr-put-image): Use point even if only inserting text.
10103         (shr-put-image): Save excursion when inserting alt text on non-graphic
10104         display, so the behavior is the same when we are on a graphic display.
10105
10106         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10107
10108 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10111         (gnus-mime-copy-part): Check coding system, not charset.
10112         (gnus-mime-view-part-externally): Never remove part.
10113         (gnus-mime-view-part-internally): Don't remove part here.
10114         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10115         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10116         multipart/alternative.
10117
10118         * mm-decode.el (mm-display-part): Take optional arg `force'.
10119
10120 2010-10-26  Julien Danjou  <julien@danjou.info>
10121
10122         * gnus-group.el (gnus-group-default-list-level): Add this function to
10123         compute the default list level.
10124         (gnus-group-default-list-level): Add possibility to use a function.
10125
10126 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10129
10130         * gnus-group.el (gnus-group-completing-read)
10131         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10132         gnus-replace-in-string.
10133
10134 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * shr.el (shr-tag-div): Add.
10137
10138         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10139
10140 2010-10-25  Julien Danjou  <julien@danjou.info>
10141
10142         * gnus-util.el: Remove `gnus-with-local-quit'.
10143
10144         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10145
10146 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10147
10148         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10149         the original article buffer.
10150
10151 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10152
10153         * nnimap.el (nnimap-request-head): New function.
10154         (nnimap-request-move-article): Try to be slightly faster by not
10155         requesting the entire message when moving.
10156         (nnimap-transform-headers): Don't bug out on bodiless articles.
10157         (nnimap-send-command): Have no outstanding messages if the IMAP server
10158         doesn't support streaming.
10159         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10160
10161 2010-10-24  Julien Danjou  <julien@danjou.info>
10162
10163         * message.el (message-default-headers): Fix type.
10164
10165 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10166
10167         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10168         prefetching images.
10169
10170         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10171         backend for unknown groups.  This is mainly useful for nnimap groups.
10172
10173         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10174         group isn't covered by the agent.
10175
10176 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10177
10178         * nnir.el (nnir-method-default-engines): New variable.
10179         (nnir-run-query): Use it.
10180         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10181         (gnus-summary-nnir-goto-thread): Change group if needed.
10182
10183         * gnus-group.el (gnus-group-group-map): Add key binding for
10184         gnus-group-make-nnir-group.
10185
10186 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10187
10188         * shr.el (shr-tag-object): Add.
10189
10190         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10191         original article buffer live.
10192         (gnus-summary-select-article-buffer):
10193         Mention gnus-widen-article-buffer.
10194
10195 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10196
10197         * shr.el (shr-tag-strong): Add.
10198
10199 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10200
10201         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10202         group names.  They mess up the group buffer badly.
10203
10204         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10205
10206         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10207         instead of the summary one.
10208
10209 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * mml.el (mml-preview): Work properly when editing article.
10212
10213         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10214         gnus-have-read-active-file if it's already been in.
10215
10216 2010-10-22  Tom Tromey  <tromey@redhat.com>
10217
10218         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10219         gnus-group-completing-read.
10220
10221 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10222
10223         * message.el (message-mode-map): Don't bind M-; to comment region, to
10224         allow the global comment-dwim to work.
10225
10226 2010-10-21  Julien Danjou  <julien@danjou.info>
10227
10228         * message.el (message-setup-1): Allow message-default-headers to be a
10229         function.
10230
10231 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * shr.el (shr-tag-table): Simplify.
10234
10235 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10236
10237         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10238         to avoid trying to snarf invalid stuff.
10239
10240         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10241
10242         * gnus.el (gnus-message-archive-group): Quote value.
10243         (gnus-message-archive-group): Mark as changed.
10244
10245         * shr.el (shr-add-font): Don't put the font properties on the newline
10246         or the indentation.
10247
10248         * message.el (message-fix-before-sending): Change options when sending
10249         non-printable characters.
10250
10251         * gnus.el (gnus-message-archive-method): Change the default to
10252         monthly outgoing groups.
10253
10254         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10255         that have gotten new numbers.
10256
10257         * nnimap.el (nnimap-request-replace-article): New function.
10258
10259 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10262         (nnrss-request-article): Don't use special html washing code.
10263
10264 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * shr.el (shr-tag-table): Remove useless nconc.
10267
10268 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10269
10270         * gnus-art.el (article-wash-html): Simplify and remove the charset
10271         stuff.  Use the normal html rendering code instead of the special html
10272         washing code.
10273
10274         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10275         `gnus-w3m' symbols.
10276         (mm-text-html-washer-alist): Remove.
10277
10278         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10279         (mm-inline-media-tests): Remove use.
10280         (mm-text-html-renderer): Change default to the `shr' symbol.
10281
10282         * mm-view.el (mm-inline-text-html): Remove use.
10283
10284         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10285         `gnus-blocked-images' to be a function.
10286         (gnus-article-wash-function): Remove.
10287
10288 2010-10-20  Julien Danjou  <julien@danjou.info>
10289
10290         * spam.el (spam-list-of-processors): Mark as obsolete.
10291
10292         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10293         (nnimap-insert-partial-structure): Fix boundary detection.
10294
10295 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10296
10297         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10298         run file-truename on remote files.  This can be expensive and even
10299         prevent one from editing drafts if some unrelated buffer has a stale
10300         connection.
10301
10302 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10305         kinsoku-eol regardless of shr-kinsoku-shorten.
10306         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10307         (shr-tag-table): Support caption, thead, and tfoot.
10308
10309 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10310
10311         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10312         lines.
10313         (shr-save-contents): New command and keystroke.
10314
10315         * nndoc.el (nndoc-type-alist): Add git support.
10316         (nndoc-git-type-p): New function.
10317         (nndoc-transform-git-article): Ditto.
10318         (nndoc-transform-git-headers): Ditto.
10319         (nndoc-transform-git-headers): Generate Subject headers.
10320
10321         * shr.el (shr-parse-style): New function.
10322         (shr-tag-span): Ditto.
10323
10324         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10325         to `G G' to avoid collisions.
10326
10327 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * shr.el: Load kinsoku if necessary.
10330         (shr-kinsoku-shorten): New internal variable.
10331         (shr-find-fill-point): Make kinsoku shorten text line if
10332         shr-kinsoku-shorten is bound to non-nil.
10333         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10334         shr-indentation too when testing if table is wider than frame width.
10335         (shr-insert-table): Use `string-width' instead of `length' to measure
10336         text width.
10337         (shr-insert-table-ruler): Make sure indentation is done at bol.
10338
10339 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10340
10341         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10342         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10343         undecoded network data.
10344
10345 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10346
10347         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10348         name in the mode line spec so that the mode line menu works
10349         (bug#2431).
10350
10351         * message.el (message-get-reply-headers): If we're fed `to-address',
10352         then always use that.
10353
10354         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10355         aren't so wide as to need to switch off the edit menu.
10356
10357         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10358         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10359
10360         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10361         `M-g'.
10362         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10363         the permanent marks.
10364
10365 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10366
10367         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10368         Splitting according to references/in-reply-to obeys the ignore-groups
10369         variable, while splitting by sender and subject do not.
10370
10371 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10372
10373         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10374         alist, so that we can look for non-Unicode chars.
10375         (article-translate-strings): Allow both character and string maps.
10376
10377 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * shr.el (shr-insert): Don't insert space behind a wide character
10380         categorized as kinsoku-bol, or between characters both categorized as
10381         nospace.
10382
10383 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10384
10385         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10386         headers to gnus-newsgroup-headers.
10387
10388 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389
10390         * shr.el (shr-tag-img): Don't align images -- since we're not
10391         rescaling, this often leads to ugly displays.
10392
10393 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10394
10395         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10396         duplicates.
10397
10398 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10399
10400         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10401         call.
10402
10403 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404
10405         * gnus.el: Autoload gnus-html-show-images.
10406
10407         * nnimap.el: Use nnheader-message throughout.
10408
10409         * shr.el (shr-tag-img): Ignore images with no data.
10410
10411 2010-10-15  Julien Danjou  <julien@danjou.info>
10412
10413         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10414         a possibility to disable format=flow encoding when using hard newlines.
10415
10416 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * shr.el (shr-insert): Remove space inserted before or after a
10419         breakable character or at the beginning or the end of a line.
10420         (shr-find-fill-point): Do kinsoku; find the second best point or give
10421         it up if there's no breakable point.
10422
10423 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10424
10425         * nnimap.el (nnimap-open-connection): Message when opening connection
10426         for debugging purposes.
10427
10428         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10429         on every setup buffer call to allow this to change from article to
10430         article.
10431
10432         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10433         buffers where we have a wide table.
10434
10435 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10436
10437         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10438         uses *-request-thread.
10439
10440 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10441
10442         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10443         incantation, which is no longer valid.
10444
10445 2010-10-14  Julien Danjou  <julien@danjou.info>
10446
10447         * shr.el: Fix defcustom type (char -> character).
10448
10449 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10450
10451         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10452         programs.
10453
10454 2010-10-14  Julien Danjou  <julien@danjou.info>
10455
10456         * shr.el (shr-tag-a): Use url-link as widget type.
10457
10458         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10459         `gnus-group-get-icon'.
10460
10461 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10462
10463         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10464         This should make server editing work better.
10465
10466         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10467
10468         * tls.el (tls-program): Remove spurious %s from openssl.
10469
10470         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10471         (nnimap-parse-flags): Fix regexp.
10472
10473         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10474         probably work for CJVK text, too.
10475
10476         * nnimap.el (nnimap-extend-tls-programs): Remove.
10477         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10478
10479         * tls.el (tls-starttls-switches): Remove starttls hack.
10480         (open-tls-stream): Ditto.
10481         (tls-find-starttls-argument): Ditto.
10482
10483 2010-10-13  Julien Danjou  <julien@danjou.info>
10484
10485         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10486         responses.
10487
10488 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10489
10490         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10491
10492         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10493         anything in Emacs.
10494
10495         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10496
10497 2010-10-13  Julien Danjou  <julien@danjou.info>
10498
10499         * shr.el (shr-width): Make shr-width a defcustom with default to
10500         fill-column.
10501         (shr-tag-img): Use shr-width rather than fill-column.
10502
10503 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * dgnushack.el (byte-optimize-apply):
10506         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10507
10508         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10509         position when (X-)Faces exist.
10510         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10511         avatars when called interactively.
10512
10513 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10516         gnus-article-x-face-too-ugly is bound.
10517
10518 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519
10520         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10521
10522         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10523         mailbox that doesn't exist.
10524
10525 2010-10-12  Julien Danjou  <julien@danjou.info>
10526
10527         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10528         (shr-get-image-data): Encode URL properly when fetching from cache.
10529         (shr-tag-img): Use aligned-to spaces to align correctly images.
10530
10531         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10532         before inserting the Gravatar.
10533
10534         * shr.el (shr-tag-img): Add align attribute support for <img>.
10535
10536 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537
10538         * gnus-gravatar.el (gnus-art): Require.
10539
10540         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10541         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10542         Remove long obsoleted functions.
10543
10544 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10547
10548         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10549
10550         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10551         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10552         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10553         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10554         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10555         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10556         * sieve-manage.el, smime.el, spam.el:
10557         Fix comment for declare-function.
10558
10559 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10560
10561         * nnimap.el (nnimap-request-rename-group): Select group read-only
10562         before renaming it.
10563
10564         * shr.el (shr-insert): Fix up the white space only regexp.
10565
10566         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10567         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10568
10569         * shr.el (shr-current-column): New function.
10570         (shr-find-fill-point): New function.
10571
10572 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10573
10574         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10575         numbers.
10576
10577 2010-10-11  Julien Danjou  <julien@danjou.info>
10578
10579         * shr.el (shr-hr-line): Add.
10580         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10581         display hr lines.
10582         (shr-max-columns): Do not change state to nil if we just inserting
10583         spaces.
10584
10585 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10588         select the last group.
10589
10590 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10591
10592         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10593
10594 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10595
10596         * dig.el (dig-mode-map): Declare and define in one step.
10597
10598 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10599
10600         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10601         for Gnus.
10602         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10603         (nnimap-update-qresync-info): Mark \Seen articles as read.
10604
10605         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10606         non-variable, too.
10607
10608         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10609         available.
10610         (nnimap-update-info): Rely more on the current active than the param
10611         active to avoid marking articles as read too much.
10612
10613         * auth-source.el (auth-source-create): Use (user-login-name) for the
10614         user name default.
10615
10616         * nnimap.el (nnimap-update-info): If the server doesn't return any
10617         useful info, just use the previous info.
10618         (nnimap-update-info): Prefer old info over start-article.
10619         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10620
10621 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10622
10623         * nnir.el (autoload): Clean up autoloads.
10624         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10625         Use key rather than value.
10626         (nnir-imap-search-other): New variable.
10627         (nnir-read-parm): Use it.
10628         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10629         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10630
10631 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10632
10633         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10634         the process, too.
10635
10636 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10637
10638         * spam.el (gnus-summary-mode-map): Bind to "$".
10639         Suggested by Russ Allbery.
10640
10641         * shr.el: Rework the way things are indented by <li> slightly.
10642
10643         * gnus.el (gnus-group-set-parameter): Fix typo.
10644
10645         * nnimap.el: Start implementing QRESYNC support.
10646
10647 2010-10-09  Julien Danjou  <julien@danjou.info>
10648
10649         * nnir.el (nnir-engines): Fix too many arguments.
10650
10651 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10652
10653         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10654         group is the "last", so that the backends like nnfolder actually save
10655         their folders.
10656
10657         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10658         try to use that for the tls stream.
10659         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10660         UIDVALIDITY and find out which groups are read-only and not.
10661         (nnimap-get-flags): Use the same marks parsing code as the rest of
10662         nnimap.
10663
10664 2010-10-09  Julien Danjou  <julien@danjou.info>
10665
10666         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10667
10668         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10669         retrieving gravatars.
10670
10671         * shr.el (shr-table-corner): Add.
10672         (shr-table-line): Add.
10673         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10674
10675 2010-10-08  Julien Danjou  <julien@danjou.info>
10676
10677         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10678
10679 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10680
10681         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10682
10683         * gnus-sum.el (gnus-mark-article-as-unread)
10684         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10685         (gnus-summary-set-bookmark): Use it.
10686
10687         * gnus-msg.el (gnus-setup-message): Use it.
10688
10689         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10690
10691         * gnus.el (gnus-group-remove-parameter): Use it.
10692
10693         * gnus-group.el (gnus-group-make-web-group): Use it.
10694
10695         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10696
10697         * nnregistry.el: Update docs to mention manual.
10698
10699         * gnus-registry.el: Update docs to mention nnregistry.el.
10700         (gnus-registry-initialize): Don't install nnregistry refer method
10701         automatically.
10702         (gnus-registry-install-nnregistry): Remove it.
10703
10704 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * shr.el (shr-insert): Don't insert double spaces.
10707
10708 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-gravatar.el (gnus-treat-from-gravatar)
10711         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10712         called interactively.
10713
10714         * gnus-art.el (gnus-mime-view-part-externally)
10715         (gnus-mime-view-part-internally): Make predicate function passed to
10716         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10717         of a mime type.
10718
10719         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10720
10721 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722
10723         * shr.el (require): Require cl when compiling.
10724         (shr-tag-hr): New function.
10725
10726         * nnimap.el (nnimap-update-info): Remove double setting of high.
10727         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10728         This makes nnimap work properly on Courier again.
10729
10730         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10731         the variable for backwards compatibility.
10732
10733         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10734         the file name before using to avoid setting mm-default-directory to
10735         nil.
10736
10737         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10738         bidning gnus-agent variables.
10739
10740         * shr.el (shr-render-td): Use a cache for the table rendering function
10741         to avoid getting an exponential rendering behavior in nested tables.
10742         (shr-insert): Rework the line-breaking algorithm.
10743         (shr-insert): Don't leave trailing spaces.
10744         (shr-insert-table): Also insert empty TDs.
10745         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10746
10747 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10748
10749         * gnus-sum.el (gnus-number): Rename from `number'.
10750         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10751         (gnus-summary-limit-children): Update uses correspondingly.
10752
10753 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10756         (gnus-gravatar-transform-address): Don't show avatars of people of
10757         which mail addresses match gnus-gravatar-too-ugly.
10758
10759 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10760
10761         * shr.el (shr-table-widths): Expand TD elements to fill available
10762         space.
10763
10764 2010-10-07  Julien Danjou  <julien@danjou.info>
10765
10766         * nnimap.el (nnimap-request-rename-group): Add this method.
10767
10768 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10771         name from XEmacs' function-arglist.
10772
10773         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10774         gravatar under XEmacs.
10775
10776 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10777
10778         * auth-source.el: Update docs with TODO items.
10779
10780         * gnus-sync.el: Update docs to explain state and plans.
10781
10782         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10783         Hooks for mark updates.
10784         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10785
10786         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10787         hooks with arguments, which is needed for mark update hooks.
10788
10789 2010-10-06  Julien Danjou  <julien@danjou.info>
10790
10791         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10792         was matched.
10793
10794         * sieve-manage.el: Update example in `Commentary'.
10795
10796         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10797
10798         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10799         not 2000.
10800         (sieve-manage-authenticate): Re-add function.
10801
10802 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * shr.el (shr-insert): Get 'space transition right.
10805         (shr-render-td): Only delete space at the end of the TD.
10806
10807         * nnimap.el (nnimap-open-connection): Prepare to support
10808         open-gnutls-stream.
10809
10810         * shr.el: Rearrange function order to be more logical.
10811
10812 2010-10-06  Julien Danjou  <julien@danjou.info>
10813
10814         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10815         (nnrss-discover-feed): Remove 404 URL in docstring.
10816
10817         * nnir.el: Fix Swish-E URL.
10818         Fix Namazu URL.
10819
10820         * message.el (message-change-subject): Remove 404 URL in a comment.
10821
10822 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10825         called interactively.
10826
10827         * gnus-util.el (gnus-remove-if): Allow hash table.
10828         (gnus-remove-if-not): New function.
10829
10830         * gnus-art.el (gnus-mime-view-part-as-type):
10831         * gnus-score.el (gnus-summary-score-effect):
10832         * gnus-sum.el (gnus-read-move-group-name):
10833         Replace remove-if-not with gnus-remove-if-not.
10834
10835         * gnus-group.el (gnus-group-completing-read):
10836         Regard collection as a hash table if it is not a list.
10837
10838 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10841
10842         * shr.el: Document the table-rendering algorithm.
10843
10844 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10847         for Emacsen having no `libxml-parse-html-region' support.
10848
10849 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10850
10851         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10852         invalid URLs.
10853
10854         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10855         line-broken.
10856         (shr-tag-img): Ignore image fetching errors.
10857         (shr-overlays-in-region): Compute overlay positions correctly.
10858
10859         * mm-decode.el (mm-shr): Require shr.
10860
10861         * gnus-art.el (gnus-blocked-images): Move variable here.
10862
10863         * shr.el (shr-insert-table): Bind free variable.
10864
10865         * mm-decode.el (mm-shr): Bind shr-content-function.
10866
10867         * shr.el (shr-content-function): New variable.
10868
10869         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10870         added for symmetry.
10871
10872         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10873
10874         * gnus-group.el (gnus-group-make-group): Doc fix.
10875
10876         * nnimap.el (nnimap-request-newgroups): Return success.
10877
10878         * shr.el (shr-find-elements): New function.
10879         (shr-tag-table): Put all the images after the table.
10880         (shr-tag-table): Really inhibit images inside the table.
10881         (shr-collect-overlays): Copy over overlays from the TD elements to the
10882         main document.
10883
10884         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10885         gnus-blocked-images.
10886
10887 2010-10-05  Julien Danjou  <julien@danjou.info>
10888
10889         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10890
10891         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10892         (gnus-html-maximum-image-size): Add this function.
10893         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10894
10895         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10896         server-value of the capability is nil.
10897
10898 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10899
10900         * shr.el (shr-tag-em): Add <EM> tag.
10901
10902 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10903
10904         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10905         customizable.
10906
10907         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10908         handing broken links to browse-url.
10909
10910 2010-10-05  Julien Danjou  <julien@danjou.info>
10911
10912         * gnus-util.el (gnus-emacs-completing-read)
10913         (gnus-iswitchb-completing-read): Use autoload rather than require.
10914
10915 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10918         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10919         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10920         iswitchb-temp-buflist for XEmacs.
10921
10922         * gnus-util.el (gnus-completing-read-function): Exclude
10923         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10924         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10925         XEmacs.
10926
10927         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10928         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10929
10930         * gnus-html.el: Don't require help-fns under XEmacs.
10931         (gnus-html-schedule-image-fetching): Work for XEmacs.
10932
10933         * mm-decode.el (mm-shr): Decode contents by charset.
10934
10935 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936
10937         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10938         unknown.
10939
10940         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10941         (shr-get-image-data): Ensure against the cache file missing.
10942
10943         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10944         for data.
10945
10946         * spam-report.el (spam-report-url-ping-plain): Don't query about
10947         killing the process.
10948
10949         * shr.el (shr-render-td): Protect against too-wide text.
10950
10951 2010-10-04  Julien Danjou  <julien@danjou.info>
10952
10953         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10954         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10955
10956         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10957         retrieved.
10958
10959 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10960
10961         * shr.el (browse-url): Require.
10962         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10963         lines.
10964         (shr-show-alt-text, shr-browse-image): New commands.
10965         (shr-browse-url, shr-copy-url): New commands.
10966
10967         * gnus-sum.el (gnus-widen-article-window): New variable.
10968         (gnus-summary-select-article-buffer): Use it.
10969
10970         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10971         without @ signs.
10972
10973 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10974
10975         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10976
10977 2010-10-04  Julien Danjou  <julien@danjou.info>
10978
10979         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10980         for XEmacs.
10981
10982 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10985
10986         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10987         (nnimap-close-server): Implement.
10988
10989         * dgnushack.el (iswitchb): Require to shut up the compiler.
10990
10991         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10992         (shr-insert): Tweak line breaking.
10993         (shr-insert): Handle <pre> better.
10994         (shr-tag-li): Get <li> indentation right.
10995         (shr-tag-li): Get <li> indentation even righter.
10996         (shr-tag-blockquote): Ensure paragraph start.
10997         (shr-make-table): Tweak table generation.
10998         (shr-make-table): Fix typo.
10999
11000         * shr.el: Implement table rendering.
11001
11002 2010-10-04  Julien Danjou  <julien@danjou.info>
11003
11004         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11005
11006 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11007
11008         * shr.el (shr-insert): Use string anchors instead of line anchors.
11009
11010 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * shr.el: Add headings.
11013         (shr-ensure-paragraph): Actually work.
11014         (shr-tag-li): Make <ul> prettier.
11015         (shr-insert): Get white space at the beginning/end of elements right.
11016         (shr-tag-p): Collapse subsequent <p>s.
11017         (shr-ensure-paragraph): Don't insert double line feeds after blank
11018         lines.
11019         (shr-insert): \t is also space.
11020         (shr-tag-s): Fix "s" tag name function.
11021         (shr-tag-s): Fix face prop name.
11022
11023 2010-10-03  Julien Danjou  <julien@danjou.info>
11024
11025         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11026
11027         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11028         gnus-window-inside-pixel-edges.
11029
11030         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11031         gnus-ems.
11032
11033         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11034
11035         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11036         function.
11037
11038         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11039         resize choice.
11040
11041 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11042
11043         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11044         beginning of the buffer.
11045
11046         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11047         article buffer again.
11048
11049         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11050
11051         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11052         when it's at the start of the buffer.
11053
11054         * shr.el (shr-tag-blockquote): Convert name.
11055         (shr-rescale-image): Use the right image-size variant.
11056
11057         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11058         buffer isn't shown, then select the current article first instead of
11059         bugging out.
11060         (gnus-summary-select-article-buffer): Show both the article and summary
11061         buffers again.
11062
11063         * shr.el (shr-fontize-cont): Protect against regions with no text.
11064         Rename tag functions to shr-tag-* for enhanced security.
11065         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11066
11067 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11068
11069         * shr.el (shr-insert):
11070         * pop3.el (pop3-movemail):
11071         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11072         loaded.
11073
11074 2010-10-03  Glenn Morris  <rgm@gnu.org>
11075
11076         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11077
11078         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11079
11080         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11081
11082         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11083
11084         * gnus-util.el (gnus-make-local-hook): Simplify.
11085
11086 2010-10-02  Julien Danjou  <julien@danjou.info>
11087
11088         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11089         (gnus-ido-completing-read): New function.
11090         (gnus-emacs-completing-read): New function.
11091         (gnus-completing-read): Use gnus-completing-read-function.
11092         Add gnus-completing-read-function.
11093
11094 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11095
11096         * shr.el (shr-insert-document): Autoload.
11097         (shr-img): Be silent.
11098         (shr-insert): Add a newline after every picture before text.
11099         (shr-add-font): Use overlays for combining faces.
11100         (shr-insert): Pass upwards the text start point.
11101
11102         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11103         possible.
11104         (mm-shr): New function.
11105
11106 2010-10-02  Julien Danjou  <julien@danjou.info>
11107
11108         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11109         should go backward.
11110
11111 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11112
11113         * shr.el (shr): Fix typo in provide call.
11114
11115 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11116
11117         * shr.el: New file.
11118
11119         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11120
11121         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11122         completing read.
11123
11124 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11127         we're being queried about.  Suggested by Dan Jacobson.
11128
11129         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11130         Suggested by Jason Eisner.
11131
11132         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11133         table, too.  Suggested by Stefan Wiens.
11134         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11135         the table unnecessary.  Suggested by Stefan Wiens.
11136
11137         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11138         longer needed, and probably doesn't work either, as pointed out by
11139         Stefan Wiens.
11140         (gnus-summary-exit): Remove call to the clearing function.
11141         (gnus-summary-exit-no-update): Ditto.
11142
11143         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11144         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11145         Reported by Stefan Monnier.
11146         (gnus-summary-save-in-rmail): Ditto.
11147
11148         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11149         article buffer, instead of both the article buffer and the summary
11150         buffer.  Sort of suggested by Dan Jacobson.
11151
11152         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11153
11154         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11155         Suggested by Dan Jacobson.
11156
11157         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11158         documentation clearer.
11159
11160         * message.el (message-shorten-references): Comment on the number "21".
11161         Suggested by Stefan Monnier.
11162
11163         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11164         Suggested by Dan Jacobson.
11165
11166         * gnus.el (gnus-large-newsgroup):
11167         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11168
11169         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11170         externalize attachments.  Bug reported by Steve Wen.
11171
11172         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11173         really message anything to the user.
11174
11175         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11176         directly.
11177
11178         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11179         messages in empty groups.
11180
11181 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11182
11183         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11184         non-UIDNEXT group.
11185
11186 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11189         not the value from the collection.
11190
11191         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11192         values.  This sometimes happens on some groups that have no info.
11193         (nnimap-request-newgroups): New function.
11194
11195 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11196
11197         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11198         check into `gnus-registry-initialize'.
11199         (gnus-registry-initialize): Ditto.
11200         Fix and extend header docs.
11201
11202 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11203
11204         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11205         regexp backtrace overflows.
11206
11207         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11208         for starttls that tls.el implements; i.e. openssl.
11209
11210         * tls.el (tls-starttls-switches): Give up on using starttls with
11211         gnutls-cli.
11212         (tls-program): Add --insecure to be consistent with the defaults from
11213         openssl s_client.  Now all three commands are insecure.
11214
11215 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * lpath.el: Bind completion-styles-alist for XEmacs.
11218
11219         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11220         (gravatar-create-image): New function that's an alias to
11221         gnus-xmas-create-image, gnus-create-image, or create-image.
11222         (gravatar-data->image): Use it.
11223
11224 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11225
11226         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11227         install the nnregistry refer method.
11228         (gnus-registry-install-hooks): Use it.
11229         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11230         unfollowed groups.
11231
11232 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11233
11234         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11235         expanding threads.
11236
11237 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11238
11239         * nnir.el: Use the server names without suffixes (bug#7009).
11240
11241         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11242         unencrypted to STARTTLS, if possible.
11243
11244 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11245
11246         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11247         headers before superseding.
11248
11249 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11250
11251         * nnrss.el (nnrss-use-local): Add documentation.
11252
11253         * nnimap.el (nnimap-extend-tls-programs): New function.
11254         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11255         (nnimap-wait-for-connection): Accept the greeting from the stupid
11256         output from openssl s_client -starttls, too.
11257
11258         * tls.el (tls-starttls-switches): New variable.
11259         (tls-find-starttls-argument): Use it.
11260         (open-tls-stream): Ditto.
11261
11262         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11263         (netrc-machine): Ditto.
11264
11265         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11266         article number.
11267         (nnimap-split-fancy): New variable.
11268         (nnimap-split-incoming-mail): Use it.
11269
11270         * nntp.el (nntp-server-list-active-group): Document.
11271
11272         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11273         SELECT to get the message-id.
11274
11275         * mail-source.el (mail-sources): Remove webmail support.
11276         (defvar): Ditto.
11277         (mail-source-fetcher-alist): Ditto.
11278         (mail-source-fetch-webmail): Remove.
11279
11280         * webmail.el: Remove -- doesn't seem relevant any more.
11281
11282         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11283
11284         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11285         the \r.
11286
11287 2010-09-30  Julien Danjou  <julien@danjou.info>
11288
11289         * gnus-agent.el (gnus-agent-add-group): Fix call to
11290         gnus-completing-read.
11291
11292 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11293
11294         * nndoc.el (nndoc-retrieve-groups): New function.
11295
11296         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11297         `default', use nnmail-split-methods.
11298         (nnimap-request-article): Downcase the NILs so that they are nil.
11299
11300         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11301         symbol.
11302
11303         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11304         code, since if the user has requested network, that's what they ought
11305         to get.
11306         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11307         (nnimap-split-rule): Mark as obsolete.
11308
11309         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11310         New variable.
11311
11312         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11313         correct slot, too.
11314
11315 2010-09-29  Julien Danjou  <julien@danjou.info>
11316
11317         * gnus.el (gnus-local-domain): Declare variable obsolete.
11318
11319         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11320         Fix history computing.
11321         (gnus-ido-completing-read): Require ido.
11322
11323 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11324
11325         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11326         build Gnus.
11327
11328         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11329         when interpreting the structures.
11330         (nnimap-request-accept-article): Add \r\n to the lines to make this
11331         work with Cyrus.
11332
11333         * nndraft.el (nndraft-request-expire-articles): Use the group name
11334         instead if "nndraft".  Fix found by Nils Ackermann.
11335
11336 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11337
11338         * nnregistry.el: Add.
11339
11340 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11341
11342         * nnmail.el (group, group-art-list, group-art):
11343         Remove unneeded directives.
11344
11345 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11348         (mm-mime-charset):
11349         * rfc2047.el (rfc2047-syntax-table):
11350         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11351
11352         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11353         rather than `insert-file-contents' and `eval-region'.
11354
11355         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11356         construction.
11357
11358         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11359
11360         * time-date.el: No need to require cl for Emacs 21.
11361
11362 2010-09-29  Julien Danjou  <julien@danjou.info>
11363
11364         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11365         replacement of `gnus-gravatar-relief' to mimic
11366         `gnus-faces-properties-alist'.
11367         Add :version property.
11368
11369 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * mail-source.el (mail-source-report-new-mail):
11372         * message.el (message-default-mail-headers):
11373         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11374
11375         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11376
11377 2010-09-28  Julien Danjou  <julien@danjou.info>
11378
11379         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11380         mail-address contains the same string as real-name.
11381
11382         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11383         non-blank in header, otherwise it'll get stripped.
11384
11385         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11386         real-name, and then for mail address rather than doing : or , search.
11387
11388 2010-09-27  Julien Danjou  <julien@danjou.info>
11389
11390         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11391         right completing-read function.
11392         (gnus-use-ido): New variable
11393         (gnus-completing-read-with-default): Remove.
11394         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11395         (gnus-agent-add-group):
11396         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11397         * mm-view.el (mm-view-pkcs7-decrypt):
11398         * mm-util.el (mm-codepage-setup):
11399         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11400         * mml-smime.el (mml-smime-openssl-sign-query):
11401         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11402         (mml-insert-multipart):
11403         * gnus-msg.el (gnus-summary-yank-message):
11404         * gnus-int.el (gnus-start-news-server):
11405         * mm-decode.el (mm-interactively-view-part):
11406         * gnus-dired.el (gnus-dired-attach):
11407         * gnus.el (gnus-read-method):
11408         * gnus-bookmark.el (gnus-bookmark-jump):
11409         * gnus-art.el (gnus-mime-view-part-as-type)
11410         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11411         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11412         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11413         * nnmairix.el (nnmairix-create-server-and-default-group)
11414         (nnmairix-update-groups, nnmairix-get-server)
11415         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11416         (nnmairix-get-group-from-file-path):
11417         * nnrss.el (nnrss-find-rss-via-syndic8):
11418         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11419         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11420         (gnus-group-browse-foreign-server):
11421         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11422         (gnus-summary-execute-command, gnus-summary-respool-article)
11423         (gnus-read-move-group-name):
11424         * gnus-score.el (gnus-summary-increase-score)
11425         (gnus-summary-score-effect):
11426         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11427
11428 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11431         x-focus-frame.
11432
11433         * nnimap.el (auth-source-forget-user-or-password)
11434         (auth-source-user-or-password): Autoload.
11435
11436         * message.el (message-from-style, message-interactive)
11437         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11438         (message-yank-prefix, message-indentation-spaces, message-signature)
11439         (message-signature-file): Add comment.
11440
11441 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442
11443         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11444         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11445         new articles.
11446
11447         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11448         parts.
11449         (nnimap-request-article): Work with the t setting, too.
11450
11451         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11452         that you don't get flashes of other buffers.
11453         (gnus-summary-show-complete-article): Intern before setting.
11454
11455 2010-09-27  David Engster  <dengste@eml.cc>
11456
11457         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11458         well as HEADERS.
11459         (nnmairix-retrieve-headers): Provide new argument for the above.
11460
11461 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462
11463         * gnus-sum.el (gnus-summary-move-article): Don't alter
11464         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11465         group.
11466
11467         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11468
11469         * message.el (message-cite-prefix-regexp): Revert my last edit.
11470
11471         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11472         variable instead of the Gnus variable.
11473
11474         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11475
11476         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11477
11478         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11479         since some servers don't like it.
11480         (nnimap-open-connection): Forget credentials if the server says the
11481         password was wrong.
11482         (nnimap-parse-line): Protect against invalid data.
11483
11484         * gnus-sum.el (gnus-summary-move-article): Add comment.
11485         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11486         nothing alters it while scanning for new messages.
11487
11488         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11489         which may or may not help.
11490         (nnimap-open-connection): If we're doing a stream connection, and then
11491         discover we're on a STARTTLS-capable server, then open a STARTTLS
11492         connection instead.
11493
11494 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11495
11496         * nnimap.el (utf7): Require.
11497
11498         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11499         prefix.
11500
11501 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11502
11503         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11504
11505 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11506
11507         * nnimap.el (nnimap-request-accept-article): Message the error on
11508         error.
11509
11510 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11513
11514 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11515
11516         * nndoc.el (nndoc-request-list): Return success always.
11517
11518         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11519         `fetch-old' -- we only want to fetch the articles we've requested.
11520         The rest are in the agent, probably.
11521         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11522         disappeared server" to something low.  It's not important.
11523
11524         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11525         arrived before the FETCH data.
11526
11527         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11528         target here, because we don't know the Gnus name of the group.
11529
11530         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11531         for the correct group.
11532
11533         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11534
11535         * gnus.el (gnus): Give a final warning after startup.
11536
11537         * gnus-util.el (gnus-action-message-log): New variable.
11538         (gnus-message): Use it.
11539         (gnus-final-warning): New function.
11540
11541         * nnimap.el (nnimap-open-connection): Record the greeting.
11542         (nnimap): Add greeting.
11543
11544 2010-09-26  Julien Danjou  <julien@danjou.info>
11545
11546         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11547         arguments.
11548         (gnus-html-wash-images): Fix spec computing to include start/end.
11549
11550         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11551
11552 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553
11554         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11555         deletion.
11556         (nnimap-retrieve-headers): Don't select the group, because that's
11557         already done by nnimap-possibly-change-group.
11558
11559         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11560         (gnus-picon-transform-address): Use it.
11561
11562         * mail-source.el (mail-source-value): Revert previous patch.
11563
11564         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11565         on failure.
11566         (nnimap-open-connection): Look up both virtual and physical server name
11567         credentials.
11568
11569         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11570
11571 2009-02-07  Dave Love  <fx@gnu.org>
11572
11573         * tls.el (open-tls-stream): Don't query killing process.
11574
11575 2009-02-08  Dave Love  <fx@gnu.org>
11576
11577         * gnus-win.el (gnus-window-to-buffer-helper)
11578         (gnus-all-windows-visible-p): Function needn't be a symbol.
11579
11580         * mail-source.el (mail-source-value): Function needn't be a symbol.
11581
11582 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11583
11584         * message.el (message-cite-prefix-regexp): Remove } from the cite
11585         prefix.
11586
11587         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11588         highlight again, so that the highlight is correct.
11589
11590         * gnus-picon.el (gnus-picon): Remove again.
11591         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11592
11593         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11594         doing the header highlightling, so that the background color of the
11595         picon is correct.
11596
11597         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11598         (gnus-picon): Ditto.
11599         (gnus-picon): Reinstate.  The background color for picons is white.
11600         (gnus-picon-insert-glyph): Make the background white.
11601
11602         * nnml.el (nnml-open-nov): Don't return dead buffers.
11603
11604         * auth-source.el (auth-source-create): Query the user for whether to
11605         store the credentials.
11606
11607         * netrc.el (netrc-store-data): New function.
11608
11609         * auth-source.el (auth-source-user-or-password): Use the existing auth
11610         sources, if any, for creation.
11611
11612         * gnus.el (gnus-group-fast-parameter): Return the last matching
11613         parameter instead of the first matching parameter.
11614
11615 2010-09-26  Julien Danjou  <julien@danjou.info>
11616
11617         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11618
11619 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11620
11621         * mml2015.el (mml2015-use): Remove gpg support.
11622
11623         * mml1991.el (mml1991-function-alist): Remove gpg function.
11624         (mml1991-gpg-sign): Remove.
11625
11626 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11627
11628         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11629         (gnus-browse-unsubscribe-current-group): Document it.
11630         (gnus-browse-unsubscribe-group): Use it.
11631
11632 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633
11634         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11635         address to the To list for easier response.
11636
11637         * gnus.el (gnus-play-startup-jingle): Remove.
11638         (gnus-splash): Don't play jingle.
11639         (gnus): Silence gnus-load message.
11640
11641         * gnus-art.el (gnus-treat-play-sounds): Remove.
11642
11643         * gnus.el (gnus-play-jingle): Remove audio support.
11644
11645         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11646
11647         * earcon.el: Remove -- no users.
11648
11649         * gnus-audio.el: Remove -- no users of this package.
11650
11651         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11652
11653         * gnus-start.el (gnus-setup-news): Remove nocem support.
11654
11655         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11656
11657         * gnus.el (gnus-use-nocem): Remove.
11658
11659         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11660         Remove.
11661
11662         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11663         uses NoCeM any more.
11664
11665         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11666         (gnus-button-ctan-handler): Ditto.
11667         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11668         (gnus-button-ctan-directory-regexp): Ditto.
11669         (gnus-button-handle-ctan): Ditto.
11670         (gnus-button-tex-level): Ditto.
11671         (gnus-button-alist): Remove CTAN stuff.
11672
11673 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11674
11675         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11676         nnimap-streaming test.
11677
11678         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11679         servers twice.
11680
11681         * nnimap.el (nnimap-open-connection): Add more error reporting when
11682         nnimap fails early.
11683
11684         * nnheader.el (nnheader-get-report-string): New function.
11685         (nnheader-get-report): Use it.
11686
11687         * gnus-int.el (gnus-check-server): Say what the error was when opening
11688         failed.
11689
11690         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11691         using streaming.
11692
11693 2010-09-25  Julien Danjou  <julien@danjou.info>
11694
11695         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11696         gnus-window-inside-pixel-edges.
11697
11698 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11699
11700         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11701
11702         * mm-decode.el (mm-save-part): Allow saving to other directories the
11703         normal Emacs way.
11704
11705         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11706         Suggested by Jay Berkenbilt.
11707
11708         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11709         there isn't a single byte.
11710
11711         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11712         just do it.  It doesn't really seem to matter what the user responds
11713         here, I think, so it's just a confusing question.
11714
11715         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11716         non-streaming case.
11717
11718         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11719         (gnus-article-encrypt-body): Use it.
11720
11721         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11722         keystroke.
11723
11724         * nnimap.el (nnimap-find-wanted-parts-1):
11725         Use gnus-fetch-partial-articles.
11726
11727         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11728
11729         * nnimap.el (nnimap-insert-partial-structure): New function.
11730         (nnimap-get-partial-article): New function.
11731         (nnimap-request-article): Use it.
11732         (nnimap-wait-for-response): Return whether the wait was successful.
11733         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11734         retrieval wasn't successful.
11735         (nnimap-retrieve-group-data-early): Allow throttling servers.
11736         (nnimap-streaming): New variable.
11737         (nnimap-fetch-partial-articles): Remove.
11738
11739         * mm-decode.el (mm-with-part): Protect against killed buffers.
11740
11741         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11742         for prettier summary display.
11743
11744 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11745
11746         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11747
11748 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11749
11750         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11751         apparently third-party libraries depend on it.
11752
11753         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11754         before starting negotiation.
11755
11756         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11757         privacy reasons.
11758         (gnus-treat-mail-gravatar): Ditto.
11759
11760         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11761         buffer when inserting images.  Inserting text into the headers, for
11762         instance, can make them invalid.
11763
11764 2010-09-25  Julien Danjou  <julien@danjou.info>
11765
11766         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11767         variables.
11768
11769         * nnheader.el: Remove useless variables news-reply-yank-from and
11770         news-reply-yank-message-id.
11771
11772         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11773         variables.
11774
11775         * mml1991.el: Remove useless mml1991-verbose.
11776
11777         * gnus.el: Remove useless variable gnus-use-generic-from.
11778         Remove obsolete variable gnus-topic-indentation.
11779
11780         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11781
11782         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11783
11784         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11785
11786         * gnus-group.el: Remove useless gnus-group-icon-cache.
11787         Remove useless gnus-ephemeral-group-server.
11788
11789         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11790
11791         * mml2015.el: Remove useless mml2015-verbose.
11792
11793         * mml-smime.el: Remove useless mml-smime-verbose.
11794
11795         * gnus.el: Remove useless gnus-local-domain.
11796
11797         * gnus-gravatar.el (gnus-gravatar-transform-address):
11798         Use gnus-gravatar-size.
11799
11800         * gnus-art.el: Remove useless gnus-treat-translate.
11801
11802 2010-09-24  Julien Danjou  <julien@danjou.info>
11803
11804         * gnus-sum.el: Add support for Gravatars.
11805
11806         * gnus-art.el: Add support for Gravatars.
11807
11808         * gnus-gravatar.el: Add this file.
11809
11810         * gravatar.el: Add this file.
11811
11812 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11815
11816         * gnus-group.el (gnus-group-fetch-faq): Remove.
11817
11818         * gnus.el (gnus-group-faq-directory): Remove.
11819
11820         * gnus-group.el (gnus-group-fetch-charter): Remove.
11821
11822         * gnus.el (gnus-group-charter-alist): Remove.
11823
11824         * gnus-group.el (gnus-group-archive-directory): Remove.
11825         (gnus-group-recent-archive-directory): Ditto.
11826         (gnus-group-make-archive-group): Remove.
11827
11828         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11829
11830         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11831         use the same article number for all the cached articles.
11832
11833         * nnimap.el (nnimap-command): Register the last command time so
11834         that we can use it for idling NOOPs.
11835         (nnimap-open-connection): Start the keeplive timer.
11836         (nnimap-make-process-buffer): Store all the process buffers.
11837         (nnimap-keepalive): New function.
11838
11839         * starttls.el (starttls-open-stream): Add autoload cookie.
11840
11841 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11842
11843         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11844         handling.
11845
11846 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11847
11848         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11849         its data structures.
11850
11851         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11852         instead of the cl.el copy-list.
11853         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11854         equalp.
11855
11856 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11859         and tool-bar-local-item-from-menu.
11860
11861         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11862         mode-line-highlight face for Emacs.
11863
11864         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11865         loading gnus-sum.elc; fix comment for canlock-verify.
11866         (gnus-article-jump-to-part): Use read-number.
11867         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11868         Remove Emacs pre-21 compatible code for help-echo.
11869         (gnus-article-next-page-1): No need to adjust the number of lines.
11870         (gnus-article-describe-bindings): Always use help-buffer.
11871
11872         * gnus-audio.el (gnus-audio-inline-sound):
11873         * gnus-cus.el (gnus-custom-mode):
11874         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11875
11876         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11877
11878         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11879         compatible code.
11880
11881 2010-09-24  Glenn Morris  <rgm@gnu.org>
11882
11883         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11884         visiting the fcc file in rmail-mode.
11885
11886         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11887
11888 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * nnir.el: Silence the byte compiler.
11891
11892         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11893         alias to browse-url-url-encode-chars if any.
11894         (gnus-html-encode-url): Use it.
11895
11896 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11897
11898         * gnus-start.el (gnus-use-backend-marks): New variable.
11899         (gnus-get-unread-articles-in-group): Use it.
11900
11901         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11902         makeover.
11903
11904 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11905
11906         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11907
11908 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11909
11910         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11911         Remove.
11912         (gnus-setup-news-hook):
11913         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11914
11915         * gnus-int.el (gnus-request-update-info): Protect against backends not
11916         having the function.
11917
11918         * nnimap.el (nnimap-stream): Mention starttls.
11919         (nnimap-open-connection): Add starttls support.
11920
11921 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11922
11923         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11924
11925 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11926
11927         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11928         BODYSTRUCTUREs.
11929         (nnimap-transform-headers): Unfold quoted {42} headers.
11930
11931         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11932         the info.
11933         (gnus-get-unread-articles): Only call updatep on backends that support
11934         it.
11935
11936         * nnweb.el (nnweb-request-update-info): NOOP.
11937
11938         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11939
11940         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11941         since it only deals with marks.
11942
11943         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11944         gnus-request-marks, and make a new gnus-request-update-info.
11945
11946         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11947         the active instead of the high number, which is usually too low.
11948
11949 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11950
11951         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11952         * encrypt.el: Remove.
11953
11954 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11955
11956         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11957         server in symbolic form.
11958
11959         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11960
11961 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11962
11963         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11964         (nnimap-update-info): Fix up code slightly.
11965
11966         * gnus-int.el (gnus-open-server): Add tracing for performance
11967         debugging.
11968
11969         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11970         (gnus-group-insert-group-line): Pass the real group name so that it
11971         gets the right data.
11972
11973         * gnus-start.el (gnus-get-unread-articles): Don't have
11974         `gnus-get-unread-articles-in-group' update info, since that can be
11975         really slow and doesn't seem to be needed?
11976
11977 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11978
11979         * time-date.el (date-to-time): Try using parse-time-string first before
11980         using the slower timezone-make-date-arpa-standard.
11981
11982 2010-09-22  Julien Danjou  <julien@danjou.info>
11983
11984         * gnus-group.el (gnus-group-insert-group-line):
11985         Call gnus-group-highlight-line.
11986         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11987         default hook list.
11988         (gnus-group-update-eval-form): Add new function.
11989         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11990         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11991
11992 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11993
11994         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11995         immediate, then expire all articles.
11996         (nnimap-update-info): Fix off-by-one errors.
11997         (nnimap-flags-to-marks): Would return no marks lists for group with no
11998         flags.  Instead return the other data.
11999
12000 2010-09-22  Julien Danjou  <julien@danjou.info>
12001
12002         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12003         Only return an icon.
12004         (gnus-group-insert-group-line): Compute icon to return.
12005
12006         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12007         (gnus-html-image-fetched): Only cache if
12008         gnus-html-image-automatic-caching is set.
12009         (gnus-html-image-fetched): Check for errors.
12010
12011 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12012
12013         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12014         once per method on `g'.  This ensures that backends like nnfolder don't
12015         open all their folders.
12016
12017         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12018         (nnimap-request-list): Nix out group in the correct buffer.
12019         (nnimap-parse-flags): Implement by using `read' instead of
12020         hand-parsing.
12021         (nnimap-flags-to-marks): Pass on permanent-flags.
12022         (nnimap-make-process-buffer): Record the server name.
12023         (nnimap-parse-flags): Fix typo.
12024         (nnimap-request-scan): Run split on the server in general, not just a
12025         single group.
12026
12027         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12028         parameter, and propagate this downwards.
12029
12030         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12031         since EXAMINE changes it on the server.
12032
12033         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12034         this command might take a while.
12035
12036 2010-09-22  Julien Danjou  <julien@danjou.info>
12037
12038         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12039         harmful if you have 2 images side-by-side, they can't be properly
12040         update on text deletion.  Using text-property is safer here.
12041         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12042         data.
12043
12044 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12045
12046         * nnimap.el (nnimap-expunge-inbox): Remove.
12047         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12048         (nnimap-expunge): Flip default to t.
12049
12050         * gnus.el (gnus-method-to-server): Don't push things to the cache
12051         unless it's unique.
12052         (gnus-server-to-method): Ditto.
12053
12054 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12055
12056         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12057
12058 2010-09-22  Julien Danjou  <julien@danjou.info>
12059
12060         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12061         get the start of data.
12062         (gnus-html-encode-url): Add this function to encode special chars in
12063         URL.
12064         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12065         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12066
12067         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12068         default.
12069         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12070
12071         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12072         images alt-text.
12073         (gnus-html-put-image): Put alt-text as help-echo.
12074
12075 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12078         * mm-util.el (mm-decompress-buffer):
12079         * nnir.el (nnir-run-find-grep):
12080         * pop3.el (pop3-list): Use 3rd arg of split-string.
12081
12082         * time-date.el (format-seconds): Comment fix.
12083
12084         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12085         and byte-optimize-form-code-walker.
12086         (dgnushack-make-auto-load): Don't advise make-autoload.
12087
12088         * lpath.el: Remove Emacs 21 stuff.
12089
12090 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12091
12092         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12093         outside the active range.  Suggested by Dan Christensen.
12094
12095         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12096         slightly later to avoid double-getting it.
12097
12098         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12099         previous patch.
12100
12101         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12102
12103 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12104
12105         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12106
12107 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12108
12109         * gnus-int.el (gnus-open-server): Give a better error message in the
12110         "go offline" case.
12111
12112         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12113         marks for nnimap, which is seldom the right thing to do.
12114
12115         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12116         (gnus-same-method-different-name): New function.
12117
12118         * nnimap.el (parse-time): Require.
12119
12120         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12121         method in the presence of many similar methods.
12122
12123         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12124
12125         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12126         nnml-inhibit-expiry.
12127
12128         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12129         find out whether methods are equal.
12130
12131         * nnimap.el (nnimap-find-expired-articles): New function.
12132         (nnimap-process-expiry-targets): New function.
12133         (nnimap-request-move-article): Request the article before looking at
12134         what the Message-ID is.  Fix found by Andrew Cohen.
12135         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12136
12137         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12138         for oldness in addition to being a predicate.
12139
12140         * nnimap.el (nnimap-request-group): When we have zero articles, return
12141         the right data to Gnus.
12142         (nnimap-request-expire-articles): Only delete articles immediately if
12143         the target is 'delete.
12144
12145         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12146         method, this would bug out.
12147
12148         * gnus-group.el (gnus-group-expunge-group): Rename from
12149         gnus-group-nnimap-expunge, and implemented as a normal interface
12150         function.
12151
12152         * gnus-int.el (gnus-request-expunge-group): New function.
12153
12154         * nnimap.el (nnimap-request-create-group): Implement.
12155         (nnimap-request-expunge-group): New function.
12156
12157 2010-09-21  Julien Danjou  <julien@danjou.info>
12158
12159         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12160         (gnus-html-cache-expired): Add new function.
12161         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12162         wethever we should display image for fetch it.
12163         Compute alt-text earlier to pass it to the fetching function too.
12164         (gnus-html-schedule-image-fetching): Change function argument to only
12165         get one image at a time, not a list.
12166         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12167         cache.
12168         (gnus-html-get-image-data): New function to retrieve image data from
12169         cache.
12170         (gnus-html-put-image): Change buffer argument to use image data rather
12171         than file, and place image above region rather than inserting a new
12172         one.  Do not take alt-text as argument, since it's useless now: we place
12173         the image above alt-text.
12174         (gnus-html-prune-cache): Remove.
12175         (gnus-html-show-images): Start to fetch image when we find one, do not
12176         push into a temporary list.
12177         (gnus-html-prefetch-images): Only fetch image if they have expired.
12178         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12179         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12180
12181 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12184
12185 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12186
12187         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12188         spec inser "*" if the group isn't active instead of 0.
12189
12190         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12191         opening the server.
12192         (nnimap-request-delete-group): Implement group deletion.
12193         (nnimap-transform-headers): Return the size of the entire message in
12194         the Bytes header, not just the size of the first part.
12195         (nnimap-request-move-article): When moving an article from nnimap,
12196         request the article first so the accepting form has an article to
12197         accept.  Reported by Dan Christensen.
12198         (nnimap-command): Make sure that the error message doesn't error out.
12199
12200 2010-09-20  David Edmondson  <dme@dme.org>
12201
12202         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12203         we haven't requested anything.
12204
12205 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12206
12207         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12208         "".  Fix found by Andrew Cohen.
12209
12210         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12211         instead of -encode-string.
12212
12213 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12216
12217         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12218         by mm-subst-char-in-string.
12219
12220 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12221
12222         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12223         waiting for the connection string.
12224
12225         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12226         arriving.
12227
12228         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12229         bogus characters.  This allows selecting certain Gmail groups.
12230
12231         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12232         (nnimap-fetch-partial-articles): New variable.
12233         (nnimap-open-connection): When looking for credentials, also use the
12234         nnimap-server-port.
12235         (nnimap-request-article): Return the group/article number, so that Gnus
12236         `^' works as expected.
12237         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12238
12239         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12240         comments.
12241         (gnus-methods-sloppily-equal): New function.
12242         (gnus): When using the development version of Gnus, load the gnus-load
12243         file.
12244
12245         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12246         `gnus-open-server' on each method before trying to scan them etc.
12247         This ensures that all the backend parameters are set correctly.
12248
12249         * nnimap.el (nnimap-authenticator): New variable.
12250         (nnimap-open-connection): Allow anonymous login.
12251         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12252         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12253
12254         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12255         patch, found by Knut Anders Hatlen.
12256
12257 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12258
12259         * gnus-agent.el (gnus-agent-batch-confirmation)
12260         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12261         to gnus-message.
12262         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12263         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12264         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12265         * gnus-int.el (gnus-open-server): Likewise.
12266         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12267         (gnus-score-check-syntax): Likewise.
12268         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12269         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12270         Likewise.
12271         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12272
12273 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12274
12275         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12276         calling conventions so that prefetch doesn't bug out.
12277
12278 2010-09-19  Julien Danjou  <julien@danjou.info>
12279
12280         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12281         rather than `subst-char-in-region' in order to be able to replace ASCII
12282         char by UTF-8 ones.
12283
12284         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12285         than curl.
12286         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12287         the right URL and ALT text on images.
12288         (gnus-html-wash-tags): Fix tag case.
12289         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12290         (gnus-article-html): Add -o display_ins_del=2 option.
12291         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12292
12293 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12294
12295         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12296         the extra mail headers, which sometimes seem to happen for unknown
12297         reasons.
12298
12299         * mail-parse.el (mail-header-encode-parameter): Define as
12300         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12301         (or most, perhaps?) mail readers don't understand the latter, but do
12302         understand the former.
12303
12304         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12305         to nil, so that no methods are automatically agentized.  I think this
12306         is probably what most users want.
12307
12308         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12309         from url-retrieve, for instance about invalid URLs.
12310
12311         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12312         groups that have no articles.
12313         (nnimap-request-article): Check that we really got an article when we
12314         requested one.
12315
12316         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12317         doesn't exist.
12318
12319         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12320         nntp buffer so the agent can save it.
12321         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12322         that CRLF doesn't get translated to \n.
12323         (nnimap-open-connection): Don't make 'shell commands only send \n.
12324
12325 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12326
12327         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12328         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12329         Update var name.
12330         (nnml-generate-nov-file): Use dolist.
12331         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12332         Use with-current-buffer.
12333
12334 2010-09-18  Julien Danjou  <julien@danjou.info>
12335
12336         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12337         parallel.
12338
12339 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12340
12341         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12342         the range update right.
12343         (nnimap-request-group): Don't make `M-g' bug out on group with no
12344         marks.
12345         (nnoo): Require, so that other packages can require nnimap.
12346         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12347         command we're looking for.  This helps when the server sends more
12348         responses after we've gotten everything we expected.
12349         (nnimap): Add a `newlinep' field to keep track of end-of-line
12350         conventions.
12351         Don't send CRLF to things that don't want it.
12352         (nnimap-request-accept-article): Ditto.
12353
12354 2010-09-18  Julien Danjou  <julien@danjou.info>
12355
12356         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12357         than curl to retrieve images.
12358
12359 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12360
12361         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12362         the marks.
12363         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12364         (nnimap-wait-for-connection): New function.
12365         (nnimap-open-connection): If we have PREAUTH, don't query for login
12366         credentials.
12367         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12368         when doing a partial update.
12369
12370 2010-09-18  Julien Danjou  <julien@danjou.info>
12371
12372         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12373         tags.
12374
12375 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12376
12377         * nnimap.el (nnimap-credentials): New function.
12378         (nnimap-open-connection): Use the new function to look for credentials
12379         also on the numeric equivalents of "imap" and "imaps".
12380
12381         * gnus-start.el (gnus-activate-group): Send the info to
12382         gnus-request-group.
12383
12384         * nnimap.el (nnimap-request-group): Have the "check" version of the
12385         function parse flags and update the info, so that a `M-g' get a total
12386         resync of all flags from the group.
12387
12388         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12389         to allow backends to alter the info on group selection.  Also alter all
12390         the backend -request-group functions to take the parameter.
12391
12392         * nnimap.el (nnimap-store-info): New function.
12393         (nnimap-update-info): Store the info for later usage.
12394         (nnimap-request-group): Use the stored info for the dont-check case, so
12395         that we don't retrieve all marks when we enter a group.
12396
12397         * nnimap.el: Use deffoo instead of defun for interface functions.
12398
12399         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12400         update the group info.  This makes the nndraft groups, for instance, go
12401         back to their old behavior.
12402
12403         * gnus-sum.el (gnus-select-newsgroup): Indent.
12404
12405         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12406         in.
12407         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12408         nothing.
12409
12410         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12411         from methods that are denied.
12412
12413         * gnus-int.el (gnus-method-denied-p): New function.
12414
12415         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12416         store the password instead of netrc.
12417         (nnimap-open-connection): Don't error out when we can't make a
12418         connections.
12419
12420         * auth-source.el (auth-source-create): In the password prompt, say what
12421         we're querying for.  Also prompt for user name if that hasn't been
12422         given.
12423
12424         * nnimap.el (nnimap-with-process-buffer): Remove.
12425
12426 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12427
12428         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12429         method when we're reading from the agent.
12430
12431         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12432
12433         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12434         that's probably most useful for users.
12435
12436         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12437         "failed" all the time.
12438
12439         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12440         ...)) with (with-current-buffer ... ).
12441
12442         * nntp.el (nntp-open-server): Return whether the open was successful or
12443         not.
12444
12445         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12446         select an unread unseen article first.
12447
12448         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12449         /etc/services, supply some sensible port defaults.
12450
12451         * dgnushack.el: Define netrc-credentials.
12452
12453 2010-09-17  Julien Danjou  <julien@danjou.info>
12454
12455         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12456
12457 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12458
12459         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12460         doesn't have any parameters.
12461
12462 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12463
12464         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12465         only upcased checks.
12466
12467         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12468
12469         * nnimap.el (nnimap-open-shell-stream): New function.
12470         (nnimap-open-connection): Use it.
12471         (nnimap-transform-headers): Get the number of lines in each message.
12472         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12473         number of lines.
12474         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12475         problem.
12476
12477         * utf7.el (utf7-encode): Autoload.
12478
12479         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12480         to allow the mail splitting to not return a default group.  This is
12481         useful for nnimap, which will leave unmatched mail in the inbox.
12482
12483         * nnimap.el: Rewritten.
12484
12485         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12486         nnimap usage.
12487
12488         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12489         if the move is internal, so that nnimap can do fast internal moves.
12490
12491         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12492         data.
12493         (gnus-read-active-for-groups): Support finishing the early retrieval of
12494         data.
12495
12496         * gnus-range.el (gnus-range-nconcat): New function.
12497
12498         * gnus-int.el (gnus-finish-retrieve-group-infos)
12499         (gnus-retrieve-group-data-early): New functions.
12500
12501 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12502
12503         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12504         (nnrss-retrieve-groups):
12505         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12506         (pop3-quit): Use with-current-buffer.
12507
12508 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12511         instead of nnheader-accept-process-output.
12512
12513         * dgnushack.el (dgnushack-compile): Add comment.
12514
12515         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12516
12517         * gnus-html.el (gnus-html-schedule-image-fetching)
12518         (gnus-html-prefetch-images): Replace process-kill-without-query by
12519         gnus-set-process-query-on-exit-flag.
12520
12521 2010-09-16  Romain Francoise  <romain@orebokech.com>
12522
12523         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12524
12525 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12526
12527         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12528         parameter to unintern is mandatory-ish in Emacs 24.
12529
12530         * gnus-html.el (gnus-html-schedule-image-fetching)
12531         (gnus-html-prefetch-images): Check for curl before using it.
12532
12533         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12534         depend on curl, which isn't essential.
12535
12536         * imap.el: Revert back to version
12537         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12538         seem problematic.
12539
12540 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12541
12542         * gnus-registry.el (gnus-registry-install-shortcuts):
12543         Explicitly pass `obarray' to `unintern' to avoid a warning.
12544
12545 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12546
12547         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12548         change.
12549
12550         * nnrss.el (nnrss-request-list): Remove this function and related
12551         functions, including the moreover stuff.
12552
12553 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12554
12555         * nnrss.el (nnrss-retrieve-groups): New function.
12556
12557 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12558
12559         * .dir-locals.el: Add no-byte-compile cookie.
12560
12561 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * time-date.el (format-seconds): Comment fix.
12564
12565         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12566         for back end that doesn't support request-scan.
12567
12568 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569
12570         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12571         then do request scans from the backends.
12572
12573         * netrc.el (netrc-credentials): New conveniency function.
12574
12575         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12576         avoid running a hook per line, since this takes a lot of time,
12577         profiling shows.
12578         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12579         directly if gnus-visual-p is true.
12580
12581 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12584         groups; replace mapcar with dolist which is a bit faster; pass groups
12585         info to gnus-read-active-file-1.
12586         (gnus-read-active-file-1): Scan only specified groups if the new
12587         optional arg `infos' is given.
12588
12589 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12590
12591         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12592
12593         * pop3.el (pop3-movemail): Remove.
12594         (pop3-streaming-movemail): Rename to pop3-movemail.
12595
12596         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12597         don't restrict end-tag searches to the end of the line.
12598
12599 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12602         articles of every unchecked group to t, which means unknown since the
12603         server has never been opened.
12604
12605 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12606
12607         * gnus-html.el (gnus-html-show-alt-text): New command.
12608         (gnus-html-browse-image): Ditto.
12609         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12610         to browse the image directly.
12611         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12612         better.
12613
12614         * gnus-async.el (gnus-async-article-callback):
12615         Call `gnus-html-prefetch-images' unconditionally.
12616
12617         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12618         before feeding URLs to curl.
12619
12620 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12623         internal images as deletable by `W D D'.
12624
12625         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12626         (gnus-async-article-callback): Fix typo.
12627
12628 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12629
12630         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12631         current line to work around bugs in the output from w3m.
12632
12633         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12634         for groups that want that.
12635
12636         * nntp.el (nntp-wait-for-string): Supply a timeout for
12637         accept-process-output to ensure progress.
12638
12639         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12640         level to get unread articles from, then use that for foreign groups,
12641         too.
12642
12643         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12644         confuses the rest of the function.
12645
12646         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12647         for the methods that support -retrieve-groups, too.
12648
12649         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12650
12651 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12654         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12655
12656         * pop3.el: Require cl when compiling.
12657         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12658
12659 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12660
12661         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12662         that aren't going to be activated.
12663         (gnus-get-unread-articles): Fix up the last commit.
12664
12665         * gnus-html.el (gnus-article-html): Allow calling without specifying
12666         the handle.  In that case, dissect the buffer first.
12667
12668         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12669
12670         * nnimap.el (nnimap-open-connection): Revert the change that would look
12671         into authinfo for imaps instead of imap.
12672
12673         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12674         say that you don't want to call gnus-request-group with don-check, but
12675         do check the reponse.  This is for virtual groups only.
12676         (gnus-get-unread-articles): Count the archive groups as secondary, so
12677         that they're activated the same way as before.
12678
12679         * imap.el (imap-message-map): Removed optional buffer parameter, since
12680         no callers use it.
12681         (imap-message-get): Ditto.
12682         (imap-message-put): Ditto.
12683         (imap-mailbox-map): Ditto.
12684         (imap-mailbox-put): Ditto.
12685         (imap-mailbox-get): Ditto.
12686         (imap-mailbox-get): Revert last change for this function.
12687
12688         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12689         case-insensitively.
12690         (nnimap-debug): Remove.
12691
12692         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12693         callers to use `imap-fetch' instead.  According to the comments, this
12694         should be safe, since all other IMAP clients use the 1:* syntax.
12695         (imap-enable-exchange-bug-workaround): Remove.
12696         (imap-debug): Remove -- doesn't seem very useful.
12697
12698         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12699         mail from a file, and the file doesn't exist.
12700
12701         * imap.el (imap-log): New convenience function used throughout instead
12702         of repeating the same code all over the place.
12703
12704         * pop3.el (pop3-streaming-movemail): Return t for success.
12705
12706         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12707         .authinfo if we're using ssl connection.
12708
12709         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12710         already have if we're in a main Gnus `g' run.
12711
12712         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12713
12714 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12717
12718         * nnmh.el (nnmh-request-list-1): Bind `file'.
12719
12720         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12721         alias to set-process-query-on-exit-flag or process-kill-without-query.
12722         (pop3-open-server): Use it.
12723
12724 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12725
12726         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12727         box to the Incoming file.  Fixes mistake in previous checkin.
12728
12729         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12730         request loop (for debugging purposes) removed.
12731
12732         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12733         culprit is more visible.
12734         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12735         (nnml-add-incremental-nov): New functions to do "incremental" nov
12736         updates, where we just append to the end of the existing nov files
12737         without reading/writing them in full.
12738
12739         * mail-source.el (mail-source-delete-crash-box): Really only check the
12740         incoming files once in a while.
12741
12742         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12743
12744         * mail-source.el (mail-source-delete-crash-box): Only check the
12745         incoming files for deletion once per day to save a lot of file
12746         accesses.
12747
12748         * pop3.el (pop3-logon): Fix up unbound variable typo.
12749
12750         * mail-source.el (pop3-streaming-movemail): Autoload.
12751
12752         * pop3.el (pop3-streaming-movemail):
12753         Respect pop3-leave-mail-on-server.
12754
12755         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12756         retrieval.
12757
12758         * pop3.el (pop3-process-filter): Remove unused function.
12759         (pop3-streaming-movemail, pop3-send-streaming-command)
12760         (pop3-wait-for-messages, pop3-write-to-file)
12761         (pop3-number-of-responses): New functions for streaming pop3
12762         retrieval.
12763
12764         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12765         come from no known methods.
12766         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12767         list.
12768
12769         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12770         message sizes.
12771         (pop3-movemail): Use erase-buffer instead of looping and deleting
12772         regions, which seems rather odd.
12773
12774         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12775         file once per `g' run.
12776
12777         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12778         directories.  This makes the draft queue directory work.
12779
12780         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12781         data from the backends, so that we only request the list of groups from
12782         each method once.  This should speed things up considerably.
12783
12784         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12785         detect that it's not implemented.
12786
12787         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12788         we actually do recurse down into the tree, but don't stat all leaf
12789         nodes.
12790
12791         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12792         then say so instead of bugging out.
12793
12794         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12795         files exist before trying to read them.
12796
12797         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12798         around <pre_int>.
12799
12800         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12801
12802         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12803
12804 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12805
12806         * mm-util.el (mm-image-load-path): Just return the image directories,
12807         not all directories in the path in addition to the image directories.
12808         (mm-image-load-path): Maintain a cache of the image directories so that
12809         the `g' command in Gnus doesn't have to stat dozens of directories each
12810         time.
12811
12812         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12813         (gnus-html-wash-tags): Add a new `i' command to insert images.
12814         (gnus-html-insert-image): New command and keystroke.
12815         (gnus-html-redisplay-with-images): New command and keystroke.
12816         (gnus-html-show-images): Rename command.
12817         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12818         spacers.
12819         (gnus-html-wash-tags): Decode entities at the end, so that entities
12820         inside the tags don't mess up the rest of the "parsing".
12821
12822         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12823         so that nnimap methods aren't agentized by default.  There's apparently
12824         many problems related to agent/imap behavior.
12825
12826         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12827
12828         * gnus-html.el: Doc fix.
12829
12830 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12833         specifier-spec-list for Emacs 21.
12834
12835         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12836         glyph-width and glyph-height instead of display-graphic-p and
12837         image-size; make avoidance of displaying small images work for XEmacs.
12838
12839         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12840         for XEmacs.
12841
12842         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12843         of symbol that holds plist data.
12844         (gnus-process-plist): Remove plist of process after getting it.
12845
12846 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12847
12848         * message.el (message-generate-hashcash): Change default to
12849         'opportunistic if hashcash is installed.
12850
12851         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12852         (gnus-html-put-image): Only call image-size once, since it's somewhat
12853         time-consuming on remote X servers.
12854
12855 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12858         type on data, not a file name.
12859
12860         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12861         window-pixel-edges for Emacs 21.
12862
12863         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12864         decoded contents.
12865         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12866
12867 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12868
12869         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12870         group line format, since it isn't very interesting.
12871
12872         * gnus-agent.el (gnus-agent-short-article),
12873         (gnus-agent-long-article): Increase values for these two variables,
12874         since most people are likely to have more network connection and
12875         storage than before.
12876
12877         * gnus.el (gnus-refer-article-method): Change default to 'current.
12878         When referring an article, the common behavior is to refer it from the
12879         current select method, not the native select method.  The chances of
12880         the native select method having the message in question is rather slim
12881         these days.
12882
12883         * gnus-sum.el (gnus-auto-select-subject): Change default to
12884         `unseen-or-unread'.  I think it's likely that most people want to
12885         select an unseen article over a previously seen, but unread one.
12886
12887         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12888         means that in the article buffer none of the minor mode elements will
12889         be shown, usually, and this is not desirable in most cases.
12890
12891         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12892         that commands like `d' (and the like) go to the next line in the
12893         buffer, instead of the next unread article.  I think this is the
12894         behavior that is most natural for most users.
12895         (gnus-single-article-buffer): Change default to nil, so that people can
12896         have as many article buffers open as they have summary buffer.  I think
12897         this is the most natural way for the groups to behave.
12898
12899         * message.el (message-generate-new-buffers): Change default to
12900         `unsent', so that all new message buffers start their names with the
12901         string "*unsent", and it's easier to find the buffers if you move from
12902         them.
12903
12904 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12905
12906         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12907         small.  They're probably tracking images.
12908         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12909         (gnus-html-rescale-image): Yet another try at getting the image sizing
12910         right.
12911
12912         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12913         nntp-marks-file-name is nil.
12914
12915 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12916
12917         * gnus-html.el (gnus-html-wash-tags)
12918         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12919         Better logging.
12920
12921 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12922
12923         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12924
12925         * gnus-html.el (gnus-html-wash-tags): Check the value of
12926         gnus-blocked-images in the summary buffer.
12927
12928 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12929
12930         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12931
12932 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12933
12934         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12935         like "a", it seems like.
12936         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12937         since it needs to be picked from the correct buffer.
12938
12939         * nnwfm.el: Remove.
12940
12941         * nnlistserv.el: Remove.
12942
12943 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12944
12945         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12946         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12947
12948 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12949
12950         * nnkiboze.el: Remove.
12951
12952         * nndb.el: Remove.
12953
12954         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12955         alt text.
12956         (gnus-html-rescale-image): Try to get the rescaling logic right for
12957         images that are just wide and not tall.
12958
12959         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12960         overshadow variable bindings.
12961
12962 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12963
12964         * gnus-html.el (gnus-html-wash-tags)
12965         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12966         Add extra logging.
12967
12968 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12969
12970         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12971         (gnus-max-image-proportion): New variable.
12972         (gnus-html-rescale-image): New function.
12973         (gnus-html-put-image): Rescale images.
12974
12975 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12976
12977         Fix up some byte-compiler warnings.
12978         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12979         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12980         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12981         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12982         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12983         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12984         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12985
12986 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-html.el (gnus-article-html): Decode contents by charset.
12989
12990 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12993         (gnus-html-frame-width, gnus-blocked-images):
12994         * message.el (message-prune-recipient-rules): Add custom version.
12995         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12996
12997         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12998         functions.
12999
13000         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13001         gnus-process-get.
13002
13003 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13004
13005         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13006         instead of lsub directly.
13007
13008 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13009
13010         * nnwarchive.el: Remove.
13011
13012         * gnus-soup.el: Remove.
13013
13014         * nnsoup.el: Remove.
13015
13016         * nnultimate.el: Remove.
13017
13018         * gnus-html.el (gnus-blocked-images): New variable.
13019
13020         * message.el (message-prune-recipients): New function.
13021         (message-prune-recipient-rules): New variable.
13022
13023         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13024         guess whether a long line is natural text or not.
13025
13026         * gnus-html.el (gnus-html-schedule-image-fetching):
13027         Use gnus-process-plist and friends for compatibility.
13028
13029 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13030
13031         * gnus-html.el: Require packages that define macros used in this file.
13032         (gnus-article-mouse-face): Declare to silence byte-compiler.
13033         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13034         process-get.
13035         (gnus-html-put-image): Use plist-get to avoid getf.
13036         (gnus-html-prefetch-images): Use with-current-buffer.
13037
13038 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-ems.el: Provide compatibility functions for
13041         gnus-set-process-plist.
13042
13043         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13044         header-line-format for XEmacs 21.4.
13045
13046         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13047         * gnus.el (gnus-valid-select-methods):
13048         * message.el (message-send-mail-partially-limit):
13049         * mm-decode.el (mm-text-html-renderer):
13050         * mml.el (mml-insert-mime-headers-always):
13051         * smiley.el (smiley-regexp-alist): Bump custom version.
13052
13053 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13054
13055         * gnus-html.el: Require mm-url.
13056         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13057         with the url to `url'.
13058         (gnus-html-wash-tags): Support cid: URLs/images.
13059
13060 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13061
13062         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13063         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13064         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13065
13066         * gnus-move.el: Remove file, since it doesn't really work.
13067
13068         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13069         UTF-8.  This seems to fix problems with some German web feeds.
13070
13071         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13072         at the top so that the proper colors are applied.
13073
13074         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13075         don't have dots in their names.
13076
13077         * gnus-art.el (gnus-article-view-part): Doc fix.
13078
13079         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13080         XEmacs-compatible.
13081         (gnus-html-put-image): Don't do images on non-graphic displays.
13082
13083         * nnslashdot.el: Remove this unused backend.
13084
13085         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13086         actions.
13087         (gnus-undo-register-1): Revert last change.
13088
13089         * gnus-group.el (gnus-group-completing-read): Protect against not
13090         having completion-styles bound.
13091
13092         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13093         make broken recipients happier.
13094
13095         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13096
13097         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13098         point parameter.
13099
13100         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13101
13102         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13103         completion-styles for group selection.
13104
13105 2009-02-04  Andreas Schwab  <schwab@suse.de>
13106
13107         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13108         headers and regexp-quote the match if necessary.
13109
13110 2009-03-24  Miles Bader  <miles@gnu.org>
13111
13112         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13113         the blinking smiley.
13114
13115 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13116
13117         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13118         blink smiley.
13119
13120 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13121
13122         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13123         where the dribbel file lives exists.
13124
13125         * message.el (message-send-mail-partially-limit): Change the default to
13126         nil, since most people don't want this.
13127
13128         * mm-url.el (mm-url-decode-entities): Also decode entities like
13129         &#x3212.
13130
13131 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13132
13133         * gnus-sum.el (gnus-summary-idna-message):
13134         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13135         Hyperlink urls in docstrings with URL `...'.
13136
13137 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13138
13139         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13140         functions.
13141
13142 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13143
13144         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13145         say what the mouseover text should be.
13146
13147         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13148         version of the mm-w3m-safe-url-regexp variable to only download images
13149         in the groups where we want that to happen.
13150
13151         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13152
13153         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13154         easier debugging.
13155         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13156         big pictures in the article buffer.
13157
13158         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13159         gnus-article-html.
13160         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13161         w3m.
13162
13163         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13164
13165 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13168         which doesn't exist.
13169
13170         * message.el (message-inhibit-ecomplete): New variable to allow some
13171         function to inhibit ecomplete address storage.
13172         (message-resend): Disable ecomplete message storage when resending
13173         messages.
13174
13175         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13176
13177 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13180         Save excursion while copying, moving, and deleting articles in order to
13181         prevent the cursor from jumping to unforeseen place.
13182
13183 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * lpath.el: No need to bind bookmark-current-buffer,
13186         bookmark-yank-point and bookmark-make-record-function.
13187
13188 2010-08-17  Glenn Morris  <rgm@gnu.org>
13189
13190         * gnus-sync.el: Require gnus components whose functions are used.
13191
13192         * gnus-art.el (bookmark-make-record-function):
13193         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13194         Declare for compiler.
13195
13196         * mm-url.el (mml-compute-boundary): Autoload.
13197
13198 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13201
13202 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13203
13204         Typo fix "hoo4a" -> "hook".
13205
13206         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13207
13208 2010-08-14  Glenn Morris  <rgm@gnu.org>
13209
13210         * gnus-sync.el (gnus-sync): Fix defgroup version.
13211
13212 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13213
13214         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13215
13216         * gnus-sync.el: Fix docs.
13217         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13218         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13219
13220 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13221
13222         Optimizations for gnus-sync.el.
13223
13224         * gnus-sync.el: Add docs about gnus-sync-backend
13225         possibilities.
13226         (gnus-sync-save): Remove unnecessary message.
13227         (gnus-sync-read): Optimize and show what groups were skipped.
13228
13229 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13230
13231         Minor bug fixes for gnus-sync.el.
13232
13233         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13234         Don't read the sync on get-new-news.
13235
13236         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13237         quiet.
13238
13239         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13240         (fix typo).
13241
13242 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13243
13244         Make saving and restoring of hidden threads work with overlays.
13245         Patch applied by Ted Zlatanov.
13246
13247         * gnus-sum.el (gnus-hidden-threads-configuration)
13248         (gnus-restore-hidden-threads-configuration): Update to deal with text
13249         properties, rather than searching for a magic character.
13250
13251 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13252
13253         New gnus-sync.el library for synchronization of marks.
13254
13255         * gnus-sync.el: New library for synchronization of marks.
13256
13257         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13258         renamed from `gnus-registry-grep-in-list'.
13259
13260         * gnus-registry.el (gnus-registry-follow-group-p):
13261         Use `gnus-grep-in-list'.
13262
13263         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13264
13265 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13268         determining charset of text fails.
13269
13270 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * nnmail.el (nnmail-get-new-mail-1): Revert.
13273
13274         * nnml.el (nnml-active-number): Make sure names of newly created groups
13275         in nnml-group-alist are encoded.
13276
13277 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13280         containing non-ASCII characters in active file for nnml back end.
13281
13282 2010-07-24  David Engster  <dengste@eml.cc>
13283
13284         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13285         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13286
13287 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13288
13289         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13290         tag (Bug#6654).
13291
13292 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13295         the article buffer, not the summary buffer.
13296
13297 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13300         Emacs 23 as well.
13301
13302 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13303
13304         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13305         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13306
13307 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13308
13309         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13310         Patch applied by Karl Fogel.
13311
13312         * gnus-sum.el (gnus-summary-bookmark-make-record):
13313         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13314
13315 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13316
13317         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13318         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13319         C-w still not working correctly from Article buffers; Thierry's
13320         patch to fix that will be applied after this.
13321
13322         * gnus-art.el (bookmark-make-record-function): New local variable.
13323
13324         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13325         article buffer.
13326         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13327
13328 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13329
13330         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13331         on changes in bookmark.el.
13332
13333 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13336         `no-log' instead of message not to log prompt string.
13337
13338 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13339
13340         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13341         the *other* type of HTML form submission.
13342
13343 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13344
13345         * auth-source.el (auth-source-pick): If choice does not contain a
13346         questioned keyword, set the check to t.
13347
13348 2010-06-12  Romain Francoise  <romain@orebokech.com>
13349
13350         * gnus-util.el (gnus-date-get-time): Move up before first use.
13351
13352 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13355         (gnus-article-edit-part): Bind it to make last part that is substituted
13356         or deleted visible.
13357         (gnus-mime-display-single): Buttonize part of which id equals to
13358         gnus-mime-buttonized-part-id.
13359
13360 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13361
13362         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13363         (gnus-dd-mmm): Use gnus-date-get-time.
13364         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13365         simplify logic.
13366         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13367         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13368
13369 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13370
13371         * auth-source.el (top): Autoload `secrets-list-collections',
13372         `secrets-create-item', `secrets-delete-item'.
13373         (auth-sources): Fix tag string.
13374         (auth-get-source, auth-source-retrieve, auth-source-create)
13375         (auth-source-delete): New defuns.
13376         (auth-source-pick): Rewrite in order to avoid 2 passes.
13377         (auth-source-forget-user-or-password): New parameter USERNAME.
13378         (auth-source-user-or-password): New parameters CREATE-MISSING and
13379         DELETE-EXISTING.  Retrieve password interactively, if needed.
13380
13381 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13382
13383         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13384         deleting unused directories when gnus-expert-user is t.
13385
13386 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13389         for each temp file when gnus-article-browse-delete-temp is ask.
13390
13391 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13392
13393         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13394         Replace Lisp calls to delete-backward-char by calls to delete-char.
13395
13396 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13397
13398         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13399
13400 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13401
13402         * password-cache.el (password-cache-remove): Fix docstring.
13403
13404 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13407         article unless decoding article to be saved.
13408
13409 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13412         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13413         generated within the mm-with-unibyte-current-buffer macro.
13414
13415 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13418         to nil when we're in a mml-preview buffer and no group is selected.
13419
13420 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13421
13422         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13423         when catching the `C-g'.  Reported by "Leo".
13424
13425 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * message.el (message-forward-make-body-plain)
13428         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13429         multibyte-string-p.
13430
13431         * lpath.el: Revert.
13432
13433 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * message.el (message-forward-make-body-mml): Assume original message
13436         is multibyte string; error on unibyte.
13437         (message-forward-make-body-plain): Ditto; don't add excessive newline
13438         in body end.
13439
13440         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13441
13442 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13443
13444         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13445         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13446
13447 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * mm-extern.el (mm-extern-url): Don't use
13450         mm-with-unibyte-current-buffer.
13451         (mm-extern-cache-contents): Use with-current-buffer instead of
13452         save-excursion + set-buffer.
13453
13454 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * mm-util.el (mm-emacs-mule): Remove.
13457
13458 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13459
13460         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13461         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13462         change.
13463
13464 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13467         bind the default value of enable-multibyte-characters to nil.
13468
13469 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * message.el (message-forward-make-body-plain)
13472         (message-forward-make-body-mml):
13473         Don't use mm-with-unibyte-current-buffer.
13474
13475 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13476
13477         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13478
13479 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13480
13481         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13482         (Bug#5592).
13483
13484 2010-05-07  Julien Danjou  <julien@danjou.info>
13485
13486         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13487         it to mm-pipe-part.
13488
13489         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13490         it is given.
13491
13492 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * binhex.el (binhex-decode-region-internal):
13495         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13496         (dns-query):
13497         * nnweb.el (nnweb-gmane-search):
13498         * pgg-parse.el (pgg-parse-armor):
13499         * pgg.el (pgg-verify-region):
13500         * sha1.el (sha1-string-external):
13501         * uudecode.el (uudecode-decode-region-internal):
13502         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13503         XEmacs.
13504
13505         * gnus-art.el (gnus-article-browse-html-parts):
13506         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13507         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13508         make-temp-file.
13509
13510         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13511         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13512         compiling.
13513
13514         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13515         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13516         XEmacs when compiling.
13517
13518         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13519         gnus-pick-mode-off-hook for XEmacs when compiling.
13520         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13521         gnus-binary-mode-off-hook for XEmacs when compiling.
13522
13523         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13524         Return nil if char-charset is not available.
13525
13526         * imap.el (imap-disable-multibyte)
13527         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13528         macros.
13529
13530         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13531         instead of encode-coding-string.
13532
13533         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13534         'xemacs) instead of mm-emacs-mule to switch function definitions.
13535         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13536
13537         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13538         bind temporary-file-directory for XEmacs;
13539         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13540         timer-set-function for XEmacs 21.4 and SXEmacs;
13541         bind timer-list for XEmacs 21.4 and SXEmacs;
13542         fbind char-charset and find-charset-region for non-Mule XEmacs;
13543         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13544         encode-coding-region and encode-coding-string for XEmacs having no
13545         file-coding feature.
13546
13547 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13548
13549         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13550
13551 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13554         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13555
13556 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13557
13558         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13559         alias `jka-compr-delete-temp-file' no longer exists.
13560
13561 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13562
13563         Use define-minor-mode in Gnus where applicable.
13564         * mml.el (mml-mode): Use define-minor-mode.
13565         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13566         (gnus-undo-mode): Use define-minor-mode.
13567         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13568         (gnus-dead-summary-mode): Use define-minor-mode.
13569         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13570         Initialize in declaration.
13571         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13572         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13573         (gnus-mailing-list-mode): Use define-minor-mode.
13574         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13575         (gnus-draft-mode): Use define-minor-mode.
13576         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13577         (gnus-dired-mode): Use define-minor-mode.
13578
13579 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13580
13581         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13582         handles on recursive mml-to-mime translation and check them for
13583         boundary delimiter collisions.  Reported by Greg Troxel.
13584
13585 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13588
13589 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13590
13591         * mm-util.el (mm-find-buffer-file-coding-system):
13592         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13593
13594 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13595
13596         * message.el (message-generate-headers): Record insertion of optional
13597         headers as well.  Otherwise the check to prevent repeated insertion of
13598         optional headers is a no-op.
13599
13600 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13601
13602         * smime.el: Don't mention CVS.
13603
13604         * nnrss.el (nnrss-fetch): Don't mention CVS.
13605
13606         * nnir.el: Don't mention CVS.
13607
13608 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13609
13610         * gnus-sum.el (gnus-summary-bookmark-make-record):
13611         Add `location' field.
13612
13613 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * lpath.el: Fbind bookmark-default-handler,
13616         bookmark-get-bookmark-record, bookmark-make-record-default,
13617         bookmark-prop-get for Emacs <23 and XEmacs.
13618
13619 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13620
13621         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13622         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13623         Use with-current-buffer to silence the byte-compiler.
13624         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13625         bother to require `gnus'.
13626         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13627
13628 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13629
13630         * gnus-sum.el (gnus-summary-bookmark-make-record)
13631         (gnus-summary-bookmark-jump): New functions.
13632         (gnus-summary-mode): Setup bookmark support.
13633
13634 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13635
13636         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13637         if set.
13638
13639 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13642         gnus-article-browse-html-save-cid-image; make it work recursively for
13643         forwarded messages as well.
13644         (gnus-article-browse-html-parts): Work when prefix arg is given.
13645         (gnus-article-browse-html-article): Doc fix.
13646
13647 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13648
13649         * message.el (message-default-mail-headers)
13650         (message-default-headers): Carry the value mail-default-headers over
13651         into message-default-mail-headers, rather than message-default-headers.
13652
13653 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13654
13655         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13656         charset.
13657
13658         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13659         charset into the <meta> tag when the article is encoded to utf-8.
13660
13661 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * gnus-art.el (gnus-article-browse-delete-temp-files):
13664         Delete directories as well.
13665         (gnus-article-browse-html-parts): Work for images that do not specify
13666         file names; delete temp directory when quitting; insert header at the
13667         right place; use file: scheme for image files.
13668
13669 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13670
13671         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13672         (gnus-article-browse-html-parts): Use it to make temporary cid image
13673         files in addition to html file so that browser may display them.
13674
13675 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13678
13679 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13680
13681         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13682
13683 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13684
13685         * auth-source.el (auth-sources): Change default to be simpler.
13686         Explain about Secret Service API sources.  Improve Customize options.
13687         (auth-source-pick): Change to accept any number of search parameters.
13688         Implement fallbacks iteratively, not recursively.  Add scoring on the
13689         second pass and sort by score.  Call Secret Service API when needed.
13690         (auth-source-user-or-password): Use it.  Call Secret Service API
13691         directly when needed to get the user name and the password.
13692
13693 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13694
13695         * message.el (message-interactive): Doc fix.
13696         (message-qmail-inject-args): Reflow.
13697         (message-kill-to-signature): Fix typo in docstring.
13698
13699         * smiley.el (smiley-buffer): Fix typo in docstring.
13700
13701 2010-03-24  Glenn Morris  <rgm@gnu.org>
13702
13703         * mail-source.el (gnus-message): Declare.
13704         (mail-source-delete-old-incoming): Require gnus-util.
13705
13706 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13709
13710         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13711
13712         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13713         password-cache's default if it is not bound.
13714         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13715         password-cache-expiry's default if it is not bound.
13716
13717         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13718         available in Emacs 21.
13719
13720         * lpath.el: Suppress compiler warnings for:
13721         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13722         XEmacs;
13723         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13724         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13725         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13726
13727 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13728
13729         * auth-source.el (auth-sources): Fix up definition so extra parameters
13730         are always inline.
13731
13732 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13733
13734         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13735         wasn't updated after mismatch.  Clear cached mailbox info correctly
13736         when uidvalidity changes.
13737         (nnimap-group-prefixed-name): New function to avoid some code
13738         duplication.
13739         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13740         (nnimap-request-group): Use it.
13741         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13742         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13743         with many imap folders.  This is done by caching the group status from
13744         the imap server persistently in a group parameter `imap-status'.  (This
13745         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13746         but not persistently, so every Gnus startup was still very slow.)
13747
13748 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13749
13750         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13751         delete the extra newline.  Otherwise editing of :string and :number
13752         types don't work.
13753
13754 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13755
13756         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13757         secrets.el dependency.
13758         (auth-sources): Add optional user name.  Add secrets.el configuration
13759         choice (unused right now).
13760
13761 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13762
13763         * gnus-sum.el (gnus-summary-make-menu-bar):
13764         Let `gnus-registry-install-shortcuts' fill in the functions.
13765
13766         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13767         warnings.
13768         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13769         (gnus-registry-install-shortcuts): Populate and use it in a
13770         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13771
13772 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13773
13774         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13775         In-place substitutions for the group name encoding/decoding.
13776         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13777         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13778         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13779         (nnimap-update-unseen, nnimap-request-list)
13780         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13781         (nnimap-request-set-mark, nnimap-split-to-groups)
13782         (nnimap-split-articles, nnimap-request-newgroups)
13783         (nnimap-request-create-group, nnimap-request-accept-article)
13784         (nnimap-request-delete-group, nnimap-request-rename-group)
13785         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13786         `encoded-mbx' for consistency.
13787         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13788         variable `imap-current-mailbox'.
13789
13790         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13791         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13792
13793 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13794
13795         * pop3.el (pop3-display-message-size-flag): Display message size byte
13796         counts during POP3 download.
13797         (pop3-movemail): Use it.
13798         (pop3-list): Implement listing of available messages.
13799
13800 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13801
13802         * nnir.el (nnir-get-article-nov-override-function): New function to
13803         override the normal NOV retrieval.
13804         (nnir-retrieve-headers): Use it.
13805
13806 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13807
13808         * auth-source.el (netrc-machine-user-or-password): Autoload.
13809
13810 2010-03-19  Glenn Morris  <rgm@gnu.org>
13811
13812         Stop message.el from loading about 40 libraries it doesn't always need.
13813         The general approach is to autoload rather than require, and to
13814         require in the specific functions rather than the file.  (Bug#5642)
13815
13816         * gmm-utils.el: Don't require wid-edit.
13817         (widget-create-child-value, widget-convert, widget-default-get):
13818         Autoload.
13819
13820         * gnus-util.el: Don't require time-date, netrc.
13821         (message-fetch-field, gnus-group-name-decode): Declare rather than
13822         autoloading.
13823         (gnus-fetch-field): Require message.
13824         (gnus-decode-newsgroups): Require gnus-group.
13825
13826         * ietf-drums.el: Don't require time-date.
13827
13828         * message.el: Don't require hashcash, canlock, ecomplete.
13829         Do require mail-utils.  Require nnheader only when compiling.
13830         (smtpmail-default-smtp-server): Remove declaration.
13831         (message-send-mail-function): Check smtpmail-default-smtp-server
13832         is bound rather than requiring smtpmail.
13833         (message-auto-save-directory, message-insert-signature):
13834         Use expand-file-name rather than nnheader-concat.
13835         (nnheader-insert-file-contents): Autoload.
13836         (hashcash-wait-async): Declare.
13837         (message-send-mail): Only call gnus-setup-posting-charset if
13838         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13839         (message-send-mail-with-sendmail): Require sendmail.
13840         (canlock-password, canlock-password-for-verify): Declare.
13841         (message-canlock-password): Require canlock.
13842         (nnheader-get-report): Autoload.
13843         (gnus-setup-posting-charset): Declare.
13844         (message-send-news): Require gnus-msg.
13845         (message-make-references, message-make-in-reply-to): Use mail-header-id
13846         rather than the alias mail-header-message-id.
13847         (ecomplete-add-item, ecomplete-save): Declare.
13848         (message-put-addresses-in-ecomplete): Require ecomplete.
13849         (ecomplete-display-matches): Autoload.
13850
13851         * mm-decode.el: Don't require mailcap, gnus-util.
13852         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13853         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13854         Autoload.
13855         (mailcap-mime-extensions): Declare.
13856
13857         * mm-encode.el: Don't require mailcap.
13858         (mailcap-extension-to-mime): Autoload.
13859
13860         * mml-sec.el: Don't require password-cache.
13861
13862         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13863         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13864         (mml-minibuffer-read-type): Require mailcap.
13865         (mml-preview): Require gnus-msg.
13866
13867         * mml1991.el: Require password-cache.
13868         (password-cache-expiry): Remove declaration.
13869
13870         * mml2015.el: Require password-cache.
13871         (password-cache-expiry): Remove declaration.
13872
13873         * nneething.el (mailcap): Require mailcap.
13874
13875         * nnheader.el (declare-function): Add compatibility stub.
13876         (message-remove-header): Declare rather than autoload.
13877         (nnheader-replace-header): Require message.
13878
13879         * nnimap.el (declare-function): Add compatibility stub.
13880         (netrc-parse, netrc-machine-user-or-password): Declare.
13881         (nnimap-open-connection): Require netrc.
13882
13883         * nntp.el (declare-function): Add compatibility stub.
13884         (netrc-parse, netrc-machine, netrc-get): Declare.
13885         (nntp-send-authinfo): Require netrc.
13886
13887         * rfc2047.el: Don't require qp.
13888         (quoted-printable-encode-region, quoted-printable-decode-string):
13889         Autoload.
13890
13891         * sieve-mode.el: Don't require easymenu.
13892         (easy-menu-add-item): Autoload it.
13893
13894         * spam-stat.el (time-to-number-of-days): Autoload it.
13895
13896 2010-03-19  Glenn Morris  <rgm@gnu.org>
13897
13898         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13899
13900 2010-03-18  Glenn Morris  <rgm@gnu.org>
13901
13902         * hashcash.el (declare-function): Remove duplicate definition.
13903
13904 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13905
13906         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13907         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13908         value if any backslash escapes).
13909
13910 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13913         if it is available.  (bug#5647)
13914
13915         * lpath.el: Suppress compiler warning for coding-system-from-name for
13916         Emacs 21 and XEmacs.
13917
13918 2010-03-14  Juri Linkov  <juri@jurta.org>
13919
13920         * hmac-def.el:
13921         * hmac-md5.el:
13922         * netrc.el: Fix keywords.
13923
13924 2010-02-26  Glenn Morris  <rgm@gnu.org>
13925
13926         * message.el (message-send-mail-function): Change the default, so that
13927         it inherits from a customized send-mail-function.  (Bug#5643)
13928
13929 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13930
13931         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13932         shell-command-to-string signals an error (bug#5299).
13933
13934 2010-02-24  Glenn Morris  <rgm@gnu.org>
13935
13936         * message.el (message-smtpmail-send-it)
13937         (message-send-mail-with-mailclient): Doc fixes.
13938
13939 2010-02-16  Glenn Morris  <rgm@gnu.org>
13940
13941         * message.el (message-default-mail-headers): Change the default value
13942         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13943
13944 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13947         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13948
13949 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13950
13951         * time-date.el (date-to-time): Doc fix (Bug#5408).
13952
13953 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13954
13955         * message.el (message-mail): Just pass yank-action on to message-setup.
13956         (message-setup): Handle (FUN . ARGS) form of yank-action.
13957         (message-with-reply-buffer, message-widen-reply)
13958         (message-yank-original): Handle non-buffer values of
13959         message-reply-buffer (Bug#4080).
13960         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13961
13962 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13963
13964         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13965         Fix typo in docstring.
13966
13967 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13968
13969         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13970         response.
13971
13972 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13975
13976         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13977
13978         * message.el (message-check-news-header-syntax): Protect against a
13979         string that `rfc822-addresses' returns when parsing fails.
13980
13981 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13984         (gnus-previous-char-property-change): New functions.
13985
13986         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13987
13988 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13989
13990         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13991         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13992
13993 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13994
13995         * message.el (message-exchange-point-and-mark): Rework last change to
13996         avoid using optional arg of exchange-point-and-mark, for backward
13997         compatibility.
13998
13999 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14000
14001         * message.el (message-exchange-point-and-mark):
14002         Call exchange-point-and-mark with an argument rather than setting
14003         mark-active by hand (Bug#5175).
14004
14005 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * nntp.el (nntp-service-to-port): Work for service expressed with
14008         numeric string; replace [:digit:] with [0-9] for XEmacs.
14009
14010 2009-12-17  Glenn Morris  <rgm@gnu.org>
14011
14012         * gnus-group.el (gnus-bug-group-download-format-alist):
14013         Change emacs entry to debbugs.gnu.org.  Bump :version.
14014
14015 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14016
14017         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14018
14019 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14020
14021         * message.el (message-info): Explain why we use `Info-goto-node'.
14022
14023 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14026
14027 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14028
14029         * message.el (message-completion-in-region): New compatibility function.
14030         (message-expand-group): Use it.
14031
14032 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14035         with no unread article should be listed if the 2nd arg `predicate' is
14036         given.
14037
14038 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14041
14042 2009-11-29  Juri Linkov  <juri@jurta.org>
14043
14044         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14045         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14046         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14047
14048 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14049
14050         * sha1.el (sha1-string-external): default-directory "/" in case
14051         otherwise non-existent.  process-connection-type pipe for touch of
14052         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14053
14054 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14055
14056         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14057         it's comms related and sgml-mode.el has "comm" on that basis too.
14058
14059 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14062         containing tspecial characters if they have been already quoted.
14063
14064 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14065
14066         * dns-mode.el (auto-mode-alist): Purecopy string.
14067
14068 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14069
14070         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14071
14072 2009-10-24  Glenn Morris  <rgm@gnu.org>
14073
14074         * gnus-art.el (help-xref-stack-item): Define for compiler.
14075
14076 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14077
14078         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14079
14080 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14083
14084 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14087         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14088
14089 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14092         (gnus-overlays-in): New alias to overlays-in.
14093
14094         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14095         gnus-overlay-get, and gnus-delete-overlay.
14096         (gnus-summary-show-thread): Make it work as well for systems in which
14097         next-single-char-property-change is not available.
14098         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14099
14100         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14101         (gnus-overlay-get): New alias to extent-property.
14102         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14103
14104         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14105         SXEmacs.
14106
14107         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14108         SXEmacs.
14109
14110 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14113
14114 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14115
14116         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14117         and XEmacs that don't have `remove-overlays'.
14118
14119 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14120
14121         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14122         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14123         selective display.  Use overlays instead.
14124
14125 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14126
14127         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14128
14129 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14130
14131         * spam-stat.el (spam-stat-load): Fix typo in message.
14132
14133 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14134
14135         * dig.el (dig-invoke): Fix typo in docstring.
14136         (query-dig): Reflow docstring.
14137
14138 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14139
14140         * gnus-art.el (gnus-article-encrypt-body):
14141         * message.el (message-check-recipients):
14142         * mm-util.el (mm-codepage-setup):
14143         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14144         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14145
14146 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14147
14148         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14149         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14150         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14151         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14152         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14153
14154 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14155
14156         * dig.el: Add "Keywords: comm", as per net-utils.el.
14157
14158 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14159
14160         * dig.el (dig-mode): Use define-derived-mode.
14161
14162 2009-09-19  Glenn Morris  <rgm@gnu.org>
14163
14164         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14165
14166 2009-09-18  Glenn Morris  <rgm@gnu.org>
14167
14168         * gnus-diary.el (gnus-diary-check-message):
14169         * message.el (message-insert-formatted-citation-line):
14170         * nnbabyl.el (top-level):
14171         * nndiary.el (nndiary-schedule):
14172         Fix typos in condition-case handlers.
14173
14174 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14177         configuration that provides the sole article window in a frame;
14178         position point correctly after deleting a part.
14179
14180 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14181
14182         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14183         (spam-resolve-registrations-routine): Use it to unregister articles
14184         that change status.
14185
14186 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14189         with XEmacs.
14190         (parse-time-string-chars): Use it.
14191
14192 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14193
14194         * imap.el (imap-interactive-login): Better messages.
14195         (imap-open): Fix bug with renamed buffer on reconnect.
14196         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14197         for easier debugging and cleaner code.  On successful (guessed based on
14198         server capabilities) secondary authentication, set imap-state
14199         correctly.
14200         (imap-last-authenticator): Define imap-last-authenticator as a variable
14201         to avoid warnings.
14202
14203 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * nnrss.el (nnrss-request-article): Remove binding of
14206         default-enable-multibyte-characters that has gotten needless by
14207         the 2007-07-13 change in rfc2047-encode-message-header.
14208
14209         * mml.el (mml-insert-multipart): Error on the message header.
14210         (mml-insert-part): Error on the message header; position point at
14211         the end of a MIME tag.
14212
14213 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * time-date.el (autoload): Expand define-obsolete-function-alias into
14216         defalias and make-obsolete for old Emacsen that Gnus supports.
14217         (with-no-warnings): Define it for old Emacsen.
14218         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14219         is available.
14220         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14221         float-time is available; suppress compile warning for time-to-seconds.
14222
14223         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14224         (gnus-float-time): Alias to float-time if it exists.
14225
14226         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14227         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14228         float-time is available; suppress compile warning for time-to-seconds.
14229
14230         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14231         XEmacs.
14232
14233 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14234
14235         * imap.el (imap-message-map): Docstring fix.
14236
14237 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14240         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14241         Add the optional argument `encoding' that overrides the default.
14242
14243         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14244         mm-encode-buffer.
14245
14246 2009-09-04  Glenn Morris  <rgm@gnu.org>
14247
14248         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14249         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14250         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14251         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14252         * mm-util.el (mm-with-unibyte-current-buffer)
14253         (mm-find-buffer-file-coding-system):
14254         * yenc.el (yenc-decode-region): Use default-value rather than
14255         default-enable-multibyte-characters.
14256
14257 2009-09-03  Glenn Morris  <rgm@gnu.org>
14258
14259         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14260         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14261         than default-enable-multibyte-characters.
14262
14263 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14264
14265         * gnus-art.el (gnus-article-read-summary-keys):
14266         Fix gnus-buffer-configuration's value temporarily used.
14267
14268 2009-09-02  Glenn Morris  <rgm@gnu.org>
14269
14270         * gnus-util.el (gnus-float-time): New function.
14271         * gnus-delay.el (gnus-delay-article):
14272         * gnus-sum.el (gnus-thread-latest-date):
14273         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14274         * nnspool.el (nnspool-request-newgroups):
14275         Use gnus-float-time rather than time-to-seconds.
14276         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14277
14278         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14279         (gnus-header-subject-face, gnus-header-newsgroups-face)
14280         (gnus-header-name-face, gnus-header-content-face):
14281         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14282         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14283         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14284         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14285         (gnus-cite-face-11):
14286         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14287         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14288         (gnus-server-closed-face, gnus-server-denied-face)
14289         (gnus-server-offline-face):
14290         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14291         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14292         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14293         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14294         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14295         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14296         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14297         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14298         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14299         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14300         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14301         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14302         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14303         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14304         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14305         (gnus-summary-high-undownloaded-face)
14306         (gnus-summary-low-undownloaded-face)
14307         (gnus-summary-normal-undownloaded-face)
14308         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14309         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14310         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14311         (gnus-splash-face):
14312         * message.el (message-header-to-face, message-header-cc-face)
14313         (message-header-subject-face, message-header-newsgroups-face)
14314         (message-header-other-face, message-header-name-face)
14315         (message-header-xheader-face, message-separator-face)
14316         (message-cited-text-face, message-mml-face):
14317         * sieve-mode.el (sieve-control-commands-face)
14318         (sieve-action-commands-face, sieve-test-commands-face)
14319         (sieve-tagged-arguments-face):
14320         * spam.el (spam-face):
14321         Mark face aliases with "-face" in the name as obsolete.
14322
14323 2009-09-01  Glenn Morris  <rgm@gnu.org>
14324
14325         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14326         than goto-line.
14327
14328 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14331         Don't move point if the command is invoked inside the message header.
14332
14333 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14334
14335         * imap.el (imap-send-command): Simplify.
14336         (imap-wait-for-tag): point-max -> buffer-size.
14337
14338 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14339
14340         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14341         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14342         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14343         * nnir.el (nnir-swish-e-index-file):
14344         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14345         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14346         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14347         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14348         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14349         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14350
14351 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14354         Don't save excursion.
14355
14356 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14357
14358         * nnheader.el (nnheader-find-file-noselect):
14359         * mm-util.el (mm-insert-file-contents):
14360         Use (default-value 'major-mode) instead of default-major-mode.
14361
14362 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14363
14364         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14365
14366 2009-08-26  Glenn Morris  <rgm@gnu.org>
14367
14368         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14369         than placing in files.el.
14370
14371 2009-08-25  Glenn Morris  <rgm@gnu.org>
14372
14373         * nnir.el (top-level): Don't require cl at run-time.
14374         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14375         Replace cl-function substitute with gnus-replace-in-string.
14376         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14377         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14378         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14379         simplified expansions.
14380
14381 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14382
14383         * dig.el (dig): Add autoload cookie.
14384
14385 2009-08-22  Glenn Morris  <rgm@gnu.org>
14386
14387         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14388         goto-line.
14389
14390 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14391
14392         * parse-time.el (parse-time-string-chars): Save match data.
14393
14394 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14395
14396         * parse-time.el (parse-time-string-chars): Compute using character
14397         classes, to handle non-ascii characters (Bug#3190).
14398
14399 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14402
14403         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14404         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14405         (gnus-mm-display-part, gnus-mime-display-single)
14406         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14407         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14408
14409         * gnus-sum.el
14410         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14411         (gnus-summary-move-article): Add expirable mark to articles copied or
14412         moved to group that has auto-expire turned on if the option is non-nil.
14413
14414 2009-07-24  Glenn Morris  <rgm@gnu.org>
14415
14416         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14417         Fix typo.  (Bug#3903)
14418
14419 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14422         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14423         that should not be used for draft articles.
14424         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14425         that has no concern in minor mode keys.
14426         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14427         Abolish.
14428
14429 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14432         article without making inquiry to a user for unknown encoding.
14433
14434         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14435         (nnmaildir--scan): Assume i-node and device number that file-attributes
14436         returns might be cons-cell.
14437
14438         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14439
14440         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14441
14442 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14443
14444         * auth-source.el: Remove docs now in auth.texi.  Don't use
14445         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14446         `auth-source-hide-passwords' and use them.
14447
14448 2009-07-15  Glenn Morris  <rgm@gnu.org>
14449
14450         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14451
14452 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14455         excessive whitespace from the default values of title and description.
14456
14457 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14460         mail-fetch-field to fetch Content-Description header in order to
14461         exclude newlines.
14462
14463 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14464
14465         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14466         format used by GnuPG 2.0.11.
14467
14468 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14471         to deleted part.
14472
14473 2009-05-30  David Engster  <dengste@eml.cc>
14474
14475         * nnmairix.el: Remove old documentation in the commentary block.
14476         (nnmairix-request-group): Do not update active file for nnml back ends.
14477         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14478         end so that overview files are ignored.
14479         (nnmairix-update-groups): Make updating the groups more robust by using
14480         marks.
14481         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14482         with dollar characters in message-id.
14483
14484 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14487         2008-12-25 in dns.el.
14488
14489 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14490
14491         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14492         could happen if the text is only composed of spaces and/or tabs.
14493
14494 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14495
14496         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14497         when sending a queued message to avoid extra mml tags.
14498
14499 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14502
14503 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14506         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14507         rmail-toggle-header for XEmacs;
14508         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14509
14510 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * gnus-dired.el: Remove autoload for gnus-setup-message.
14513         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14514         displaying Gnus logo; always use compose-mail.
14515
14516 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14519
14520 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14523         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14524         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14525         available.
14526         (gnus-nocem-epg-verify): New function.
14527
14528 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14529
14530         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14531
14532 2009-02-15  Glenn Morris  <rgm@gnu.org>
14533
14534         * gnus-util.el (rmail-insert-rmail-file-header)
14535         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14536         autoloads.
14537         (rmail-default-rmail-file): Remove unnecessary declaration.
14538         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14539
14540 2009-02-14  Glenn Morris  <rgm@gnu.org>
14541
14542         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14543         variable (only used in gnus-util, which declares it anyway).
14544         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14545         which was only needed by gnus-art (changed to not use it any more).
14546         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14547         only used in gnus-util, which autoloads it itself.
14548         (rmail-update-summary): Fix autoload.
14549
14550         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14551         rather than rmail-output-to-rmail-file.
14552
14553 2009-02-07  Glenn Morris  <rgm@gnu.org>
14554
14555         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14556         autoload of function that no longer exists.
14557         (rmail-toggle-header): Declare.
14558         (message-forward-rmail-make-body): Handle mbox Rmail.
14559
14560 2009-01-31  Glenn Morris  <rgm@gnu.org>
14561
14562         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14563         2009-01-09 change.
14564
14565 2009-01-31  Dave Love  <fx@gnu.org>
14566
14567         * imap.el (imap-fetch-safe): Bind debug-on-error.
14568         (imap-debug): Add imap-fetch-safe.
14569
14570 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14571
14572         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14573         (auth-source-forget-all-cached): New convenience function.
14574         (auth-source-user-or-password): Accept list of modes or a single mode.
14575
14576         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14577         auth-source modes.
14578
14579         * netrc.el (netrc-machine-user-or-password): Use list of
14580         auth-source modes.
14581
14582         * nnimap.el (nnimap-open-connection): Use list of
14583         auth-source modes.
14584
14585         * nntp.el (nntp-send-authinfo): Use list of
14586         auth-source modes.
14587
14588 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14589
14590         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14591         now.
14592
14593 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14596         coding system in XEmacs; add a workaround for XEmacs.
14597
14598         * lpath.el: Fbind coding-system-aliasee.
14599
14600 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14603         of current-language-environment.
14604
14605 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14606
14607         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14608         available at runtime.
14609
14610 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14613
14614 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14615
14616         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14617         the greatest positive fixnum value doesn't work under an XEmacs with
14618         bignum support; use the most-positive-fixnum constant instead,
14619         available since Emacs 21.1 with cl and XEmacs 21.1.
14620
14621 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14624         XEmacs gets not to work.
14625
14626 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * mm-util.el (mm-coding-system-priorities): Allow the value like
14629         "Japanese (UTF-8)" of current-language-environment.
14630
14631 2009-01-09  Glenn Morris  <rgm@gnu.org>
14632
14633         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14634         with last-command-event.
14635
14636 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14637
14638         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14639         in the doc string.
14640
14641         * message.el (message-fix-before-sending): Amend comment.
14642
14643 2009-01-08  Dave Love  <fx@gnu.org>
14644
14645         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14646
14647 2009-01-07  David Engster  <dengste@eml.cc>
14648
14649         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14650         simplified server definitions by converting it via
14651         gnus-server-to-method.
14652
14653 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14656         parameter's operands.
14657
14658 2009-01-06  David Engster  <dengste@eml.cc>
14659
14660         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14661         primary select method (for gnus-group-mark-article-as-read).
14662
14663 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14664
14665         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14666         `(gnus)Face', not `(gnus)X-Face'.
14667
14668 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * mm-util.el (mm-ucs-to-char): New function.
14671
14672         * mm-url.el (mm-url-decode-entities): Use it.
14673
14674         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14675         unicode-to-char.
14676
14677 2009-01-05  Dave Love  <fx@gnu.org>
14678
14679         * time-date.el: Require cl for `declare'.
14680
14681 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14684         Dave Love.
14685
14686 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14687
14688         * message.el (message-fix-before-sending): Add `eight-bit' to
14689         illegible-text check.
14690
14691 2009-01-03  Michael Olson  <mwolson@gnu.org>
14692
14693         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14694         `headers' is nil.  This can occur if the IMAP server does not have
14695         permissions to read messages from a folder, but can write new messages
14696         to the folder.
14697         (nnimap-request-article-part): Do not insert `data' if it is nil.
14698
14699         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14700         characters which will confuse `read', so skip past them.
14701
14702 2009-01-01  Dave Love  <fx@gnu.org>
14703
14704         * imap.el (imap-string-to-integer): Fix typo.
14705         (imap-fetch-safe): New function.
14706         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14707
14708         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14709
14710         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14711         (imap-parse-greeting): Fix doc strings.
14712         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14713         (imap-parse-flag-list): Make messages unique.
14714         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14715
14716         * nnimap.el: Fix author email.
14717         (nnimap-split-rule): Add FIXME comment.
14718         (nnimap-debug): Fix doc string.
14719
14720 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14721
14722         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14723
14724 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14727         nslookup if resolv.conf isn't available.
14728         (dns-query): Rename from query-dns.
14729         (dns-query-cached): Rename from query-dns-cached.
14730
14731 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14734         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14735         to check if those variables exist (first appeared in Emacs 18.50).
14736
14737 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * mm-util.el (mm-line-number-at-pos): New function.
14740
14741         * spam-report.el (spam-report-process-queue): Use it.
14742
14743 2008-12-24  David Engster  <dengste@eml.cc>
14744
14745         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14746         parameters that haven't existed as variables as buffer-local variables.
14747
14748 2008-12-23  Dave Love  <fx@gnu.org>
14749
14750         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14751         cadar.
14752
14753         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14754         imap-starttls-p.
14755         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14756
14757 2008-12-22  Dave Love  <fx@gnu.org>
14758
14759         * imap.el: Fix author email.  Doc fixes.
14760         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14761         reply.
14762
14763 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14764
14765         * spam-report.el (spam-report-gmane-max-requests): New constant.
14766         (spam-report-gmane-wait): New variable.
14767         (spam-report-gmane-ham, spam-report-gmane-spam)
14768         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14769         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14770         the server.
14771
14772         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14773         Add explanations.
14774
14775         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14776         nnheader-accept-process-output and nnheader-read-timeout if available.
14777         (pop3-movemail): Use it.
14778
14779         * message.el (message-check-news-body-syntax): Fix signature check if
14780         there's an attachment.
14781
14782 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14783
14784         * mm-util.el: Add comments to the mm- emulating functions.
14785
14786 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14787
14788         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14789         Reported by Stephen Berman <stephen.berman@gmx.net>.
14790
14791 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * mm-util.el (mm-substring-no-properties): New function.
14794         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14795         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14796         (mm-string-to-multibyte): Doc fix.
14797
14798         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14799
14800 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14801
14802         * mml.el (mml-attach-file): Strip text properties from file name.
14803         (Bug#1574)
14804
14805 2008-12-16  Glenn Morris  <rgm@gnu.org>
14806
14807         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14808
14809 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14812         knows since the charset specified might be a bogus alias that
14813         mm-charset-synonym-alist provides.
14814
14815 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14816
14817         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14818         "ISO_8859-1".
14819
14820         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14821
14822 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * mm-util.el (mm-charset-eval-alist):
14825         Define it before mm-charset-to-coding-system.
14826         (mm-charset-to-coding-system): Add optional argument `silent';
14827         define it before mm-charset-override-alist.
14828         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14829         default value if it can be used in Emacs currently running;
14830         silence mm-charset-to-coding-system.
14831
14832 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14833
14834         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14835         `allow-override' which says whether to use `mm-charset-override-alist'.
14836         (rfc2047-decode-encoded-words): Use it.
14837
14838         * mm-util.el (mm-charset-override-alist): Fix custom type;
14839         add `(gb2312 . gbk)' to choices.
14840
14841 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14844         fast.
14845
14846         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14847
14848         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14849
14850 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14851
14852         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14853         on links.
14854
14855         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14856
14857 2008-12-03  Lute Kamstra  <lute@gnu.org>
14858
14859         * sha1.el: Remove leading * from docstrings of defcustoms,
14860         deffaces, defconsts and defuns.
14861
14862 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14865         users' addresses that don't have domain parts.
14866         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14867         rather than message-narrow-to-head since there will be the message
14868         header separator.
14869
14870 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14871
14872         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14873         since the result is inserted in a unibyte buffer anyway.
14874         (nnimap-demule-use-string-to-multibyte): Remove.
14875         (nnimap-demule): Alias it to mm-string-to-multibyte.
14876
14877 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14878
14879         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14880         variable for debugging bug#464 and bug#1174.
14881         (nnimap-demule): Use it.
14882
14883 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14886         score calculation correctly.
14887
14888 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14889
14890         * message.el (message-send-mail): Just set the buffer to unibyte
14891         rather than use mm-with-unibyte-current-buffer which does a lot more.
14892         (message-send-mail-partially): Don't bother with
14893         mm-with-unibyte-current-buffer since it's already been made unibyte by
14894         message-send-mail.
14895
14896 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14897
14898         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14899
14900 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14901
14902         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14903
14904 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14907         require itself and to remove `with-no-warnings'.
14908
14909 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14910
14911         * starttls.el (starttls-any-program-available): Get the name of the
14912         available TLS layer program.
14913         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14914         well as the host name in the "opening" message.
14915
14916         * auth-source.el (auth-source-cache, auth-source-do-cache)
14917         (auth-source-user-or-password): Cache passwords and logins by default,
14918         allow override with `auth-source-do-cache'.
14919         (auth-source-forget-user-or-password): Allow users to remove cache
14920         entries if needed.
14921
14922 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14923
14924         * md4.el (md4-buffer): Fix typo in docstring.
14925         (md4, md4-64): Doc fixes.
14926         (md4-pack-int32): Reflow docstring.
14927
14928 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14929
14930         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14931         condition-case to only the forward-sexp call.
14932
14933 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14934
14935         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14936         quotes contained.  Make it more robust regardless by an extra
14937         condition-case wrapper.
14938
14939 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14942
14943 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * nnml.el (nnml-request-expire-articles): Check if the function set to
14946         `nnmail-expiry-target' returns the symbol `delete'.
14947
14948         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14949
14950         * nnmail.el (nnmail-expiry-target): Fix custom type.
14951
14952 2008-10-02  Glenn Morris  <rgm@gnu.org>
14953
14954         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14955         Silence compiler warning.
14956
14957 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14958
14959         * tls.el (open-tls-stream): Show the actual command being
14960         executed, instead of the format string.
14961
14962 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * lpath.el: Fbind codepage-setup for Emacs 23.
14965
14966 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14967
14968         * mml.el (mml-menu): Don't assume mml2015 is bound.
14969
14970 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14973         exists.
14974
14975 2008-09-27  Glenn Morris  <rgm@gnu.org>
14976
14977         * gnus-util.el (mail-header-remove-comments): Autoload it.
14978
14979 2008-09-27  Andreas Schwab  <schwab@suse.de>
14980
14981         * gnus-util.el (gnus-split-references): Strip comments.
14982         (gnus-parent-id): Likewise.
14983
14984 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14985
14986         * message.el (message-confirm-send): Fix version.
14987
14988 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * message.el (message-idna-to-ascii-rhs-1): Use
14991         mail-extract-address-components rather than mail-header-parse-addresses
14992         that is an alias by default to ietf-drums-parse-addresses that does not
14993         support non-ASCII names in headers' contents.
14994
14995 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14996
14997         * message.el (message-confirm-send): Fix variable documentation to
14998         avoid the "y/n" wording.
14999
15000 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15001
15002         * message.el (message-set-auto-save-file-name): Save to a different
15003         filename so multiple messages (especially drafts) can be recovered.
15004
15005 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15006
15007         * message.el (message-confirm-send): Add appropriate version.
15008
15009 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15010
15011         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15012         defvar.
15013
15014 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15015
15016         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15017         (mm-pkcs7-enveloped-magic): Ditto.
15018
15019 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15020
15021         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15022         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15023
15024 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15025
15026         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15027         default, it's better.
15028
15029 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15030
15031         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15032         summary line gnus-number property and ignore them (with a warning
15033         message).
15034
15035 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15038         macro caddr in the interactive form since it won't be expanded.
15039
15040 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15043         `charset'; fix name of function called recursively.
15044         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15045
15046 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15049         (gnus-mime-set-charset-parameters): New function.
15050         (gnus-mime-view-part-as-charset): Use it to correctly display part
15051         specifying wrong charset.
15052
15053 2008-09-08  David Engster  <dengste@eml.cc>
15054
15055         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15056         in completing-read for back end server.
15057
15058 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15059
15060         * message.el (message-confirm-send): New variable to confirm sending a
15061         message.
15062         (message-send): Use it.
15063
15064 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15065
15066         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15067
15068 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15071
15072 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15073
15074         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15075         prevent tracking too many groups.
15076         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15077         Use it.
15078
15079 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15080
15081         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15082         moving point to the bottom of the window in order to avoid recentering.
15083
15084 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15087
15088         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15089         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15090         (gnus-article-beginning-of-window): Fix calculation.
15091
15092 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * gnus-msg.el (gnus-summary-supersede-article)
15095         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15096         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15097         message header.
15098
15099 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15100
15101         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15102         pending output coming after the status change.
15103
15104 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15105
15106         * message.el:
15107         * gnus-start.el:
15108         * gnus-registry.el: Remove VMS support.
15109
15110 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15113         macro.
15114         (rfc2104-hash): Use it.
15115
15116 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15117
15118         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15119         (gnus-summary-sort-by-most-recent-date): New commands.
15120         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15121         and menu entries.
15122
15123 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15126         don't redisplay article for raw contents; remove plural articles stuff.
15127
15128         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15129         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15130         on gnus-summary-save-article; display results properly.
15131
15132 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * lpath.el: No need to fbind ns-focus-frame.
15135
15136 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15139
15140 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * gnus-art.el (gnus-summary-save-in-pipe):
15143         Consider gnus-save-all-headers.
15144
15145 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15146
15147         * gnus-util.el (ns-focus-frame): Remove declaration.
15148         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15149         like x.
15150
15151 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15152
15153         * rfc2104.el (rfc2104-zero): Delete defconst.
15154         (rfc2104-hex-alist): Likewise.
15155         (rfc2104-hex-to-int): Delete func.
15156         (rfc2104-hexstring-to-bitstring): Likewise.
15157         (rfc2104-nybbles): New defconst.
15158         (rfc2104-hash): Rewrite for speed.
15159
15160 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * tls.el (open-tls-stream): Make it work with the 2nd argument
15163         BUFFER that is a string but does not exist as a buffer object, as
15164         mentioned in the doc-string.
15165
15166 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15169         SXEmacs.
15170
15171 2008-07-16  Glenn Morris  <rgm@gnu.org>
15172
15173         * gnus-util.el (ns-focus-frame): Declare for compiler.
15174
15175 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15178         set as a group parameter.
15179         (gnus-summary-save-in-pipe): Work when it is called independently.
15180         (gnus-summary-pipe-to-muttprint): Don't modify
15181         gnus-summary-pipe-output-default-command.
15182
15183 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15184
15185         * message.el (message-send-mail-with-sendmail):
15186         Display the error message.
15187
15188 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus-art.el (gnus-default-article-saver):
15191         Add gnus-summary-save-in-pipe to choices.
15192         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15193         gnus-summary-pipe-output-default-command as the default command.
15194         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15195         instead of gnus-last-shell-command.
15196
15197         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15198         New user option.
15199         (gnus-summary-muttprint-program): Mention the value will be changed.
15200         (gnus-summary-save-article): Force showing of all headers.
15201         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15202
15203 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15204
15205         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15206
15207 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15208
15209         * nnimap.el (nnimap-id):
15210         * sieve-manage.el (sieve-manage-open): Doc fixes.
15211
15212 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15213
15214         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15215         if available.
15216
15217 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15218
15219         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15220
15221         * nnkiboze.el (nnkiboze-generate-group):
15222         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15223
15224         * nnmairix.el: Require CL.
15225
15226 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * dgnushack.el: Autoload get-display-table and put-display-table for
15229         XEmacs 21.5.
15230
15231         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15232         21.4 and SXEmacs.
15233
15234 2008-06-15  David Engster  <dengste@eml.cc>
15235
15236         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15237
15238 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15239
15240         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15241         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15242         runtime choice under XEmacs.
15243
15244         * gnus-sum.el (gnus-summary-set-display-table):
15245         Use `gnus-put-display-table', `gnus-get-display-table',
15246         `gnus-set-display-table' for the display table, instead of `aset'.
15247
15248         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15249         Use `gnus-put-display-table', `gnus-get-display-table',
15250         `gnus-set-display-table' for the display table.
15251
15252 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15253
15254         * nnmairix.el: Add autoloads.
15255
15256 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * nnmairix.el (nnmairix-delete-recreate-group)
15259         (nnmairix-update-and-clear-marks): Fix error messages.
15260
15261 2008-06-14  David Engster  <dengste@eml.cc>
15262
15263         * nnmairix.el: Upgrade to version 0.6.
15264         (nnmairix-group-toggle-propmarks-this-group)
15265         (nnmairix-group-toggle-readmarks-this-group)
15266         (nnmairix-group-delete-recreate-this-group)
15267         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15268         (nnmairix-remove-tick-mark-original-article): New commands.
15269         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15270         (nnmairix-propagate-marks-to-nnmairix-groups)
15271         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15272         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15273         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15274         functions needed for marks propagation and manipulation of read marks.
15275         (nnmairix-update-groups): New function.
15276         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15277         (nnmairix-determine-original-group-from-registry)
15278         (nnmairix-determine-original-group-from-path)
15279         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15280         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15281         New helper functions.
15282         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15283         keystrokes for new commands.
15284         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15285         (nnmairix-request-group): Check allow-fast group parameter.
15286         (nnmairix-request-create-group): Set allow-fast group parameter if
15287         nnmairix-allowfast-default is set.
15288         (nnmairix-close-group): Propagate marks upon closing if needed.
15289         (nnmairix-group-toggle-threads-this-group): Use new.
15290         nnmairix-group-toggle-parameter helper function.
15291         (nnmairix-search): Better check for empty search result.
15292         (nnmairix-goto-original-article): Use new helper functions for
15293         determining original article.
15294         (nnmairix-show-original-article): Make sure message-id is in brackets.
15295         (nnmairix-call-mairix-binary): Change variable name.
15296         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15297         helper function.
15298         (nnmairix-widget-toggle-activate): Fix doc string.
15299
15300 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * nnir.el: Require edmacro when compiling with XEmacs.
15303         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15304         available in Emacs 21.
15305
15306 2008-06-11  Glenn Morris  <rgm@gnu.org>
15307
15308         * gnus-util.el (x-focus-frame):
15309         * gnus.el (image-size):
15310         * mm-decode.el (image-size): Declare.
15311
15312         * gnus-picon.el (declare-function): Add compat definition.
15313         (image-size): Declare.
15314
15315         * gnus-group.el (tool-bar-map):
15316         * gnus-sum.el (tool-bar-map): Define for compiler.
15317
15318         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15319
15320         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15321
15322         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15323         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15324         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15325         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15326         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15327         * sieve-manage.el, spam-report.el, spam.el:
15328         Remove unnecessary eval-and-compile of autoloads.
15329
15330 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15331
15332         * auth-source.el: Precise Tramp doc.
15333
15334 2008-06-07  Glenn Morris  <rgm@gnu.org>
15335
15336         * nnmairix.el: Remove unnecessary eval-when-compile.
15337
15338 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * lpath.el: Fbind propertize for XEmacs 21.4.
15341
15342 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15343
15344         * nnir.el: Move here from ../contrib.
15345
15346 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15347
15348         * gnus-util.el (gnus-read-shell-command): New function.
15349         * mm-decode.el (mm-pipe-part):
15350         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15351
15352 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15355
15356 2008-06-03  Glenn Morris  <rgm@gnu.org>
15357
15358         * pop3.el (nnheader-accept-process-output): Autoload it.
15359
15360 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15363         are not 2-digit hexadecimal characters that follow `%'s.
15364
15365 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15366
15367         * message.el (message-bogus-recipient-p): Fix type in doc string.
15368         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15369         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15370         Improve custom options.
15371         (message-bogus-recipient-p): Adjust accordingly.
15372
15373 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15374
15375         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15376         long-form month and day names.
15377
15378 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * dgnushack.el: Autoload debug, eudc-expand-inline and
15381         pgg-snarf-keys-region for XEmacs.
15382
15383         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15384
15385         * nnmairix.el: Require edmacro when compiling with XEmacs.
15386
15387 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15388
15389         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15390         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15391
15392 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15393
15394         * auth-source.el: Add more docs.
15395
15396         * netrc.el (netrc-machine): Always match if the port is not given.
15397
15398 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15399
15400         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15401         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15402         retrieval faster in some cases, but might make CPU usage larger.
15403         If this has any bad side effects, we might revert this change.
15404
15405         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15406         seems to make mail retrieval much, much faster.
15407         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15408         unconditionally.
15409
15410         * gnus-draft.el (gnus-group-send-queue):
15411         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15412
15413 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15416
15417         * message.el (message-bogus-address-regexp): Fix and improve custom
15418         type.
15419         (message-setup-hook): Add message-check-recipients as custom option.
15420
15421 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * message.el (message-cite-function): Remove bogus autoload which crept
15424         in during merge from v5-10.
15425
15426 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15427
15428         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15429
15430         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15431
15432         * auth-source.el: Preliminary Tramp docs.
15433         (auth-sources): Change the default auth-sources to use
15434         EPA .gpg files.
15435
15436 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15437
15438         * nntp.el: Autoload `auth-source-user-or-password'.
15439         (nntp-send-authinfo): Use it.
15440
15441         * nnimap.el: Autoload `auth-source-user-or-password'.
15442         (nnimap-open-connection): Use it.
15443
15444         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15445         for the gnus-message function.
15446         (auth-source-user-or-password): Use it.
15447
15448 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15449
15450         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15451         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15452         (rfc2104-hash): Use it.
15453
15454 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15455
15456         * gnus-art.el (gnus-article-toggle-truncate-lines):
15457         Don't use `iff' in docstring.
15458
15459 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15460
15461         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15462
15463         * gnus-util.el (gnus-extract-address-component-name)
15464         (gnus-extract-address-component-email): Convenience functions around
15465         `gnus-extract-address-components'.
15466
15467         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15468         Use `gnus-extract-address-component-email' to fix bug of comparing full
15469         sender name to `user-mail-address'.
15470
15471 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15472
15473         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15474         catch/throw to optimize.
15475         (gnus-registry-find-keywords): Just use member to find a keyword.
15476
15477 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15478
15479         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15480         is current before calling gnus-server-prepare.
15481         (gnus-server-setup-buffer, gnus-server-update-server)
15482         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15483
15484 2008-05-04  Juri Linkov  <juri@jurta.org>
15485
15486         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15487         (mailcap-file-default-commands): Use mailcap-replace-in-string
15488         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15489         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15490
15491 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15492
15493         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15494
15495 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15496
15497         * gnus.el: Bump version to 0.11.
15498
15499 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15500
15501         * gnus.el: No Gnus v0.10 is released.
15502
15503 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15504
15505         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15506         hooks.
15507         (gnus-update-read-articles): Speed up non-marks-using users.
15508         (gnus-use-marks): Define gnus-use-marks.
15509         (gnus-propagate-marks): Rename variable to something more sensible.
15510
15511 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15512
15513         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15514         (gmm-image-load-path-for-library): Fix typos in docstrings.
15515         (gmm-message): Reflow docstring.
15516
15517 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15518
15519         * mail-source.el (mail-source-set-1, mail-source-bind):
15520         Move auth-source code out of the macro to clean it up and fix bugs.
15521
15522 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15523
15524         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15525         by sender if it's equal to user-mail-address, it's likely to be
15526         useless.
15527
15528         * mail-source.el (mail-source-bind): Don't use user or password if they
15529         are not bound.  Unintern them if they are nil.  Don't use server unless
15530         it's bound, and default it to empty string otherwise.
15531
15532 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15533
15534         * mail-source.el: Load auth-source.el.
15535         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15536         get user name or password, if auth-sources is set up.
15537
15538         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15539         strategy of splitting with parent.
15540         (gnus-registry-split-fancy-with-parent)
15541         (gnus-registry-post-process-groups): Use it and fix prior
15542         bug (returning a list as the split result).
15543
15544         * auth-source.el (auth-sources): Remove server parameter.
15545         (auth-source-pick, auth-source-user-or-password)
15546         (auth-source-user-or-password-imap)
15547         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15548         (auth-source-user-or-password-sftp)
15549         (auth-source-user-or-password-smtp): Remove server parameter.
15550
15551 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15552
15553         * smime.el (smime-sign-region, smime-encrypt-region)
15554         (smime-decrypt-region):
15555         Remove redundant calls to `generate-new-buffer-name'.
15556
15557 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15558
15559         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15560         Don't use QP for message/rfc822.
15561         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15562
15563 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15564
15565         * sieve-manage.el (sieve-string-bytes): Remove.
15566         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15567         correct byte-length only if the process's coding-system is the same as
15568         the one used internally by Emacs to represent strings.
15569
15570 2008-04-22  Juri Linkov  <juri@jurta.org>
15571
15572         * mailcap.el (mailcap-file-default-commands): New function.
15573
15574 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15575
15576         * message.el (message-signature-separator, message-cite-function):
15577         Change custom version.
15578
15579 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15580
15581         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15582         commands.
15583         (tls-checktrust): Ditto.
15584
15585 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15586
15587         * mm-decode.el (mm-display-external): Make temp file read-only.
15588
15589 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15590
15591         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15592         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15593         `C-c C-f d'.
15594
15595 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15596
15597         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15598
15599 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * gnus.el: Bump version to 0.9.
15602
15603 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * gnus.el: No Gnus v0.8 is released.
15606
15607 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15608
15609         * mail-source.el (mail-source-value):
15610         Prefer fboundp to functionp so it works with macros as well.
15611
15612 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15613
15614         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15615         Fix last change in case the element is not even a symbol.
15616
15617 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15618
15619         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15620         Prefer fboundp to functionp so it works with macros as well.
15621
15622 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15623
15624         * auth-source.el: Add docs.
15625         (auth-sources): Modify format to support server.
15626         (auth-source-pick, auth-source-user-or-password)
15627         (auth-source-user-or-password-imap)
15628         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15629         (auth-source-user-or-password-sftp)
15630         (auth-source-user-or-password-smtp): Add server parameter.
15631
15632 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15633
15634         * gnus-registry.el: Initialize the registry when gnus-registry-install
15635         is t.
15636
15637 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * compface.el (uncompface): Make buffer unibyte.
15640
15641 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15642
15643         * mail-source.el (mail-source-value):
15644         Prefer fboundp to functionp so it works with macros as well.
15645
15646 2008-04-05  Glenn Morris  <rgm@gnu.org>
15647
15648         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15649
15650 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15651
15652         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15653         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15654
15655         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15656         multibyteness after rather than before erasing it.
15657
15658         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15659         mm-with-multibyte.
15660         (gnus-request-article-this-buffer): Make sure the proper decoding is
15661         used if gnus-original-article-buffer happens to be unibyte.
15662
15663         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15664         default-enable-multibyte-characters.
15665
15666         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15667         default-enable-multibyte-characters.
15668
15669         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15670
15671         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15672
15673 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15674
15675         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15676         Fix last change in case the element is not even a symbol.
15677
15678 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15679
15680         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15681         (imap-message-copyuid-1): Use it.
15682         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15683         J. Williams in
15684         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15685
15686         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15687         imap-enable-exchange-bug-workaround.
15688         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15689
15690 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15691
15692         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15693         a 100 byte status-checks into a 2-3MB transfer for each group.
15694         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15695         to enable bug workaround or not.
15696         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15697
15698 2008-03-31  Glenn Morris  <rgm@gnu.org>
15699
15700         * message.el (mml2015-use): Declare for compiler.
15701         (message-info): Require mml2015 when appropriate.
15702
15703 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15706         whitespace.
15707
15708 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15709
15710         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15711         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15712         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15713         (nntp-service-to-port): New function.
15714         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15715         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15716         (nntp-open-netcat-stream): New function.
15717         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15718
15719 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15720
15721         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15722
15723 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15724
15725         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15726
15727 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15728
15729         * dns.el (dns-write): Use set-buffer-multibyte.
15730
15731 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15732
15733         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15734
15735 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15736
15737         * message.el (message-signature-separator): Change default.
15738         Improve custom type.
15739         (message-cite-function): Change default to
15740         message-cite-original-without-signature.
15741
15742         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15743         toggle.
15744
15745         * message.el (message-check-news-body-syntax): Fix signature check.
15746         (message-setup-1): Mark buffer as unmodified _after_ running
15747         message-setup-hook and handling message-alternative-emails.
15748         (message-shorten-references): Be more strict when building list of
15749         valid references to comply with GNKSA.
15750
15751         * gnus-group.el (gnus-read-ephemeral-bug-group)
15752         (gnus-read-ephemeral-debian-bug-group)
15753         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15754
15755         * message.el (message-info): Don't use booleanp which isn't supported
15756         in Emacs 21 and XEmacs.
15757
15758 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15759
15760         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15761         gnus-group-gmane-group-download-format.
15762         (gnus-group-read-ephemeral-gmane-group): Rename from
15763         gnus-group-read-ephemeral-gmane-group.
15764         (gnus-read-ephemeral-gmane-group-url): Rename from
15765         gnus-group-read-ephemeral-gmane-group-url.
15766         (gnus-bug-group-download-format-alist): New variable.
15767         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15768         (gnus-read-ephemeral-emacs-bug-group): New commands.
15769
15770 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15771
15772         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15773         (gnus-visible-headers): Improve custom type.
15774
15775 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15776
15777         * mml.el (mml-menu): Add workarounds for XEmacs.
15778
15779         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15780         X-Boundary header.
15781
15782         * message.el (message-simplify-recipients): Fix previous commit.
15783
15784 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15785
15786         * mm-util.el (mm-set-buffer-multibyte): New function.
15787         * mm-decode.el (mm-copy-to-buffer): Use it.
15788
15789         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15790         Prefer fboundp to functionp so it works with macros as well.
15791
15792 2008-03-19  Glenn Morris  <rgm@gnu.org>
15793
15794         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15795         Accidentally removed in the sync process with Emacs.
15796
15797 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15798
15799         * message.el (message-alter-recipients-discard-bogus-full-name):
15800         New function.
15801         (message-alter-recipients-function): New variable.
15802         (message-get-reply-headers): Use it.
15803         (message-replace-header): New helper function.
15804         (message-recipients-without-full-name): New variable.
15805         (message-simplify-recipients): New command.
15806
15807         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15808
15809         * message.el (message-info): Handle EasyPG manual.
15810
15811         * mml.el (mml-menu): Add entry for EasyPG.
15812
15813 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15814
15815         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15816         parameter.
15817
15818         * message.el (message-disassociate-draft): Specify drafts group name
15819         fully.
15820
15821 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15822
15823         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15824         Eliminate unnecessary duplicates from the match list.
15825
15826 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15829
15830         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15831
15832         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15833         args of `how-many' of which the XEmacs version doesn't take; declare
15834         Info-index-next as function.
15835
15836 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15837
15838         * gnus-score.el (gnus-score-headers): Fix handling of
15839         gnus-inhibit-slow-scoring.
15840
15841         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15842         string.
15843         (gnus-button-url-regexp): Improve handling of parenthesis.
15844         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15845         (gnus-button-handle-info-keystrokes): Handle index entries.
15846
15847 2008-03-15  Glenn Morris  <rgm@gnu.org>
15848
15849         * parse-time.el (parse-time-string): Simplify.
15850
15851 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15854         Incoming* files.
15855
15856 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15857
15858         * auth-source.el (auth-sources): Rename from auth-source-choices.
15859         (auth-source-pick): Use it.
15860
15861 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15862
15863         * binhex.el (binhex-decode-region-internal):
15864         * uudecode.el (uudecode-decode-region-internal):
15865         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15866         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15867         setting default-enable-multibyte-characters.
15868
15869 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15870
15871         * auth-source.el (auth-source-protocols)
15872         (auth-source-protocols-customize, auth-source-choices): Add and
15873         modified variable customizations and defaults.
15874         (auth-source-pick, auth-source-user-or-password)
15875         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15876         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15877         (auth-source-user-or-password-sftp)
15878         (auth-source-user-or-password-smtp): Use new variables and provide an
15879         interface to netrc.el.
15880
15881 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15884         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15885         Make sure the nntp port to specify is a string.
15886
15887 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15888
15889         * nntp.el: Use with-current-buffer.
15890         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15891         dubious mm-with-unibyte-current-buffer.
15892         (nntp-with-open-group-function): New function extracted from
15893         nntp-with-open-group macro.
15894         (nntp-with-open-group): Use the function, so it's easier to debug.
15895         Add indentation and debugging info.
15896         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15897         Recommend the use of the netcat alternatives.
15898
15899         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15900         Avoid mm-string-as-multibyte as well.
15901
15902         * nnweb.el (nnweb-insert-html):
15903         Remove use of nnheader-string-as-multibyte.
15904
15905         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15906         (nnheader-string-as-multibyte): Remove.
15907
15908         * mm-view.el: Use inhibit-read-only.
15909         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15910         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15911         or unibyte-string.
15912
15913         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15914         (mm-uu-yenc-extract): Use with-current-buffer.
15915
15916         * gnus-soup.el (gnus-soup-send-packet): Don't use
15917         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15918
15919         * nnmh.el: Use with-current-buffer.
15920         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15921         mm-string-as-multibyte on the output of mm-encode-coding-string.
15922
15923         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15924         (nnimap-request-move-article): Use with-current-buffer.
15925
15926         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15927         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15928         conversion uses string-make-unibyte rather than string-as-unibyte.
15929
15930         * gnus-msg.el: Use with-current-buffer.
15931
15932         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15933
15934 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15935
15936         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15937         string for caching if it is 'PIN.
15938
15939 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * lpath.el: Consider the case without Emacs/W3.
15942
15943 2008-03-08  Glenn Morris  <rgm@gnu.org>
15944
15945         * time-date.el (date-to-time, time-subtract, time-add)
15946         (safe-date-to-time): Doc fixes.
15947
15948 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15949
15950         * mail-source.el (mail-source-delete-old-incoming-confirm):
15951         Change default to nil.
15952         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15953
15954 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * lpath.el: Rearrange.
15957
15958         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15959         (gnus-article-goto-prev-page): Work for articles having ^L's.
15960
15961         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15962
15963         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15964
15965 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15966
15967         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15968         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15969         (gnus-bookmark-jump): Adjust some variable names.
15970
15971 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15972
15973         * auth-source.el: New package.
15974         (auth-source-choices): Add customization entry point variable.
15975
15976         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15977         bug.
15978
15979 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15980
15981         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15982         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15983         (gnus-registry-install-shortcuts): Rename from
15984         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15985         the `gnus-registry-mark-map' keymap dynamically from
15986         `gnus-registry-marks'.  The generated functions update the summary line
15987         when a registry mark is added or deleted, and will call
15988         `gnus-registry-install-p' (see the comments in the code).
15989         (gnus-registry-user-format-function-M): Use concat intelligently.
15990
15991         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15992         the registry mark functions.
15993
15994 2008-03-05  Glenn Morris  <rgm@gnu.org>
15995
15996         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15997         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15998         gnus-art.
15999         (top-level): No need to load own source when compiling.
16000
16001 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16002
16003         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16004         Suggested by <chris.anderton@zetnet.co.uk>.
16005
16006 2008-03-04  Glenn Morris  <rgm@gnu.org>
16007
16008         * gnus-sum.el (top-level): No need to require gnus when compiling,
16009         since unconditionally required near start of file.
16010         (gnus-summary-display-while-building): Move definition before use.
16011
16012 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16013
16014         * gnus-registry.el (gnus-registry-user-format-function-M):
16015         Add formatting function.
16016
16017 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16018
16019         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16020         with plists.
16021         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16022         Use new format.
16023
16024 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16027         `where-is-internal' that returns a range of key sequences.
16028
16029 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16030
16031         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16032
16033         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16034         (gnus-summary-jump-to-group): Consider windows on other displayed
16035         frames as well.  Similar changes might be needed elsewhere, but that's
16036         the one I've bumped into during my use.
16037
16038         * nndoc.el (nndoc-oe-dbx-type-p):
16039         * gnus-msg.el (gnus-debug):
16040         * gnus-group.el (gnus-update-group-mark-positions):
16041         Use mm-string-to-multibyte.
16042
16043 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16044
16045         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16046         doesn't handle NotDashEscaped.
16047
16048         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16049         (mml-dnd-attach-options): Fix typo in custom choice.
16050
16051         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16052         Change nndoc-article-type to mbox.
16053         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16054
16055         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16056         to nil, instead of html2text.
16057
16058         * imap.el (imap-debug): Add `imap-ping-server'.
16059
16060         * gnus-bookmark.el: Add FIXMEs.
16061
16062         * message.el (message-form-letter-separator)
16063         (message-send-form-letter-delay): New variables.
16064         (message-send-form-letter): Use them.  New command to send form
16065         letters.  Requested by Uwe Siart.
16066         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16067
16068 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16069
16070         * Update copyright years.
16071
16072 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16073
16074         Sync from EMACS_22_BASE.
16075
16076         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16077
16078 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16079
16080         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16081         empty author.
16082
16083 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16084
16085         * gnus-registry.el (gnus-registry-marks): Add variable for
16086         customization of marks and their appearance.
16087         (gnus-registry-read-mark): Use it.
16088         (gnus-registry-do-marks): Add utility function to loop through
16089         `gnus-registry-marks'.
16090         (gnus-registry-install-shortcuts-and-menus): Add function to install
16091         shortcuts and menus.
16092         (gnus-registry-initialize): Use it.
16093         (gnus-registry-default-mark): Clarify documentation.
16094
16095 2008-02-29  Glenn Morris  <rgm@gnu.org>
16096
16097         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16098         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16099         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16100         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16101         Change defcustom :version from 23.0 to 23.1.
16102
16103 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16104
16105         * gnus-registry.el (gnus-registry-follow-group-p)
16106         (gnus-registry-post-process-groups): Add functions to aid registry
16107         splitting and improve logging.  Clarify behavior in function
16108         documentation.
16109         (gnus-registry-split-fancy-with-parent): Use them.
16110
16111 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16112
16113         * gnus-art.el: Use with-current-buffer.
16114
16115 2008-02-27  David Engster  <dengste@eml.cc>
16116
16117         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16118         Express real group name in the response.
16119
16120 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16123         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16124         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16125         autoload gnus-registry-fetch-group when compiling.
16126         (nnmairix-request-group-with-article-number-correction):
16127         Remove unreferenced argument passed to nnmairix-call-backend.
16128
16129 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16130
16131         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16132         (mm-uu-extract): Improve face for low color ttys.
16133         Reported by Sascha Wilde.
16134
16135 2008-02-27  Glenn Morris  <rgm@gnu.org>
16136
16137         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16138         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16139         variables to defconsts.  Convert comments to doc-strings.
16140         (nnmairix-last-server, nnmairix-current-server): Convert from free
16141         variables to defvars.  Convert comments to doc-strings.
16142         (gnus-registry-fetch-group): Autoload.
16143         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16144         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16145         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16146         caddr.
16147         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16148         nnmairix-request-group-with-article-number-correction call.
16149         (nnmairix-fast, nnmairix-group): New, less general names, for free
16150         variables passed from nnmairix-request-group to
16151         nnmairix-request-group-with-article-number-correction.  Declare.
16152         (nnmairix-request-group-with-article-number-correction):
16153         Use nnmairix-fast, nnmairix-group rather than fast, group.
16154
16155 2008-02-26  David Engster  <dengste@eml.cc>
16156
16157         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16158         version 0.5.
16159
16160 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16161
16162         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16163         instead of making an extra function call.  Don't add the current group
16164         to articles only when they have the group.  Use
16165         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16166         Reported by David <de_bb@arcor.de>.
16167
16168 2008-02-24  Miles Bader  <miles@gnu.org>
16169
16170         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16171         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16172         (mm-find-mime-charset-region):
16173         * mm-bodies.el (mm-encode-body):
16174         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16175
16176 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16179         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16180
16181 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16182
16183         * mail-source.el (mail-source-delete-incoming): Change default.
16184         Supplement doc string.
16185
16186         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16187
16188 2008-02-14  Glenn Morris  <rgm@gnu.org>
16189
16190         * time-date.el (format-seconds): New function.
16191
16192 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16193
16194         * nnmail.el (nnmail-message-id-cache-file): Derive from
16195         `gnus-home-directory'.
16196
16197 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16200         Document negative prefix.
16201
16202         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16203
16204 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16205
16206         * message.el (message-unsent-separator): Add the Exim bounce
16207         separator.
16208
16209 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16210
16211         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16212         list.
16213         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16214         recipient/signer list.
16215
16216 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * Makefile.in (datarootdir): Define.
16219         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16220         name that might contain whitespace.
16221
16222 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16225         fbound (Emacs 23 unicode), signal an error.
16226
16227 2008-02-08  Glenn Morris  <rgm@gnu.org>
16228
16229         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16230
16231 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16232
16233         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16234         ports to the calls to `netrc-machine-user-or-password' in addition to
16235         "imap" and "imaps".
16236
16237 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16238
16239         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16240
16241         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16242
16243 2008-02-01  Kenichi Handa  <handa@m17n.org>
16244
16245         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16246         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16247         (rfc2104-hash): Convert the result of concat to unibyte string.
16248
16249 2008-02-01  Dave Love  <fx@gnu.org>
16250
16251         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16252         coding-system-for-read.
16253         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16254
16255 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16256
16257         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16258         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16259         <hanche@math.ntnu.no>.
16260
16261 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16264
16265         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16266
16267 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16268
16269         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16270         * message.el (message-beginning-of-line): Use featurep instead of bound
16271         tests in order to resolve conditionals at compile time.
16272
16273 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16274
16275         * mail-source.el (mail-sources): Add `group' choice.
16276
16277         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16278         parameter `in-group' to control into which group the articles go.
16279         Add treatment of `group' mail-source.
16280
16281 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16284
16285         * mm-decode.el (mm-dissect-buffer): Decode description.
16286
16287         * mml.el (mml-to-mime): Encode message header first.
16288
16289 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16292         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16293
16294         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16295         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16296
16297 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16298
16299         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16300
16301 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16302
16303         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16304         prefix keys.
16305         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16306         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16307         gnus-xmas.el.
16308
16309         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16310         (gnus-xmas-article-describe-bindings): New function.
16311         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16312         gnus-xmas-article-describe-bindings.
16313
16314         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16315
16316 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16317
16318         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16319         Add new variables for article mark management.
16320         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16321         list of extra data entries which, when present, will indicate that the
16322         article ID should not be trimmed from the registry.
16323         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16324         functions.
16325         (gnus-registry-read-mark): New function to read a mark name from the
16326         user.
16327         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16328         (gnus-registry-set-article-mark-internal): New functions to add and
16329         remove marks.
16330         (gnus-registry-get-article-marks): New function to show the marks for
16331         an article, or retrieve them for further use.
16332
16333 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16336         keys when no argument is given.
16337
16338 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16339
16340         * imap.el (imap-ping-server): New variable.
16341         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16342         (imap-ping-server): Minor doc string fixes.
16343
16344 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16345
16346         * imap.el (imap-ping-server): New function.
16347         (imap-opened): Call imap-ping-server.
16348
16349 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16350
16351         * gnus-sum.el (gnus-article-sort-by-random)
16352         (gnus-thread-sort-by-random): Fix doc strings.
16353         Reported by jidanni@jidanni.org.
16354
16355 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * gnus-art.el (gnus-article-describe-bindings): New function.
16358         (gnus-article-read-summary-keys): Use it.
16359         (gnus-article-mode-map): Bind `C-h b' to it.
16360
16361 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16364         XEmacs.
16365         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16366         Protect against non-character events.
16367
16368         * lpath.el: Fbind map-keymap for Emacs 21.
16369
16370 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16371
16372         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16373         New command.
16374         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16375         instead of END.  Change name of the temp file.
16376         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16377         customizable.
16378
16379 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16382         bind `S W' to gnus-article-wide-reply-with-original; set default
16383         binding to gnus-article-read-summary-send-keys.
16384         (gnus-article-read-summary-keys): Fix the order of keys; display
16385         continuation keys correctly in the echo area; describe bindings
16386         correctly when keys end with `C-h'.
16387         (gnus-article-read-summary-send-keys): New function.
16388         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16389         Work for gnus-article-read-summary-send-keys; display continuation keys
16390         correctly in the echo area.
16391         (gnus-article-reply-with-original): Ignore prefix argument.
16392         (gnus-article-wide-reply-with-original): New function.
16393
16394         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16395         Emacs 21.
16396
16397 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16400         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16401
16402 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16403
16404         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16405         (gnus-group-read-ephemeral-gmane-group): New command.
16406
16407 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16408
16409         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16410
16411 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16412
16413         * message.el (message-send-mail-function): Increase custom version.
16414
16415         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16416         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16417
16418 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16419
16420         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16421         for the cases where imap-authenticate is called with a nil buffer
16422         parameter.
16423
16424 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16427         html parts correctly; support forwarded messages.
16428         (gnus-article-browse-html-article): Remove work buffers.
16429
16430         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16431         compiling.
16432         (netrc-bound-and-true-p): New macro.
16433         (netrc-parse): Use it instead of bound-and-true-p that is not available
16434         in XEmacs 21.4.
16435
16436 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16437
16438         * gnus-registry.el (gnus-registry-mark-article)
16439         (gnus-registry-article-marks): Add functionality to mark articles
16440         through the Gnus registry.
16441
16442         * encrypt.el: Clarify documentation for the new pgg method.
16443         (encrypt-file-alist): Add PGG option.
16444         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16445         functionality.  Abstract password key and messaging to external
16446         functions.
16447         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16448         (encrypt-message-method-and-cipher): Add new convenience external
16449         functions.
16450         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16451         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16452
16453         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16454         (netrc-parse): Use encrypt-file-alist to determine if
16455         encrypt-find-model or encrypt-insert-file-contents should be used.
16456
16457         * encrypt.el: Clarify documentation.  Load password-cache or
16458         password, whichever one is found first, instead of autoloading.
16459
16460 2007-12-19  Glenn Morris  <rgm@gnu.org>
16461
16462         * mml.el (message-options-set, message-narrow-to-head)
16463         (message-in-body-p, message-mail-p, message-encode-message-body):
16464         Autoload.
16465         (message-remove-header, message-narrow-to-headers-or-head)
16466         (message-subscribed-p, message-make-mail-followup-to)
16467         (message-position-on-field, message-news-p)
16468         (message-options-set-recipient, message-generate-headers)
16469         (message-sort-headers): Declare as functions.
16470
16471 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16472
16473         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16474         convention in doc string.
16475
16476 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16479         title to html parts.
16480         (gnus-article-browse-html-article): Pass message header to it.
16481
16482         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16483
16484 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16485
16486         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16487         or password compatible with XEmacs.
16488
16489 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16490
16491         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16492         format document.
16493         (gnus-mime-delete-part): Don't write description line if empty.
16494         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16495
16496 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16497
16498         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16499         (gnus-summary-mark-read-and-unread-as-read)
16500         (gnus-summary-mark-current-read-and-unread-as-read)
16501         (gnus-summary-mark-unread-as-ticked): Doc fix.
16502         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16503
16504 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16505
16506         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16507         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16508
16509 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16510
16511         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16512         yes-or-no-p.
16513
16514 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * mm-decode.el (mm-add-meta-html-tag): New function.
16517         (mm-save-part-to-file, mm-pipe-part): Use it.
16518
16519         * gnus-art.el (gnus-article-browse-delete-temp-files):
16520         Use gnus-y-or-n-p instead of y-or-n-p.
16521         (gnus-article-browse-html-parts): Work with message/external-body; use
16522         mm-add-meta-html-tag.
16523
16524 2007-12-11  Glenn Morris  <rgm@gnu.org>
16525
16526         * gnus-cache.el: Require gnus-sum not just when compiling.
16527
16528         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16529
16530         * gnus-int.el (gnus-server-opened, gnus-status-message):
16531         Move definitions before use.
16532
16533         * mm-decode.el: Require gnus-util.
16534         (mm-remove-part): Only call delete-annotation on XEmacs.
16535
16536         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16537
16538         * nnmail.el: Require gnus-int.
16539
16540         * spam.el: Move `require's before `eval-when-compile's.
16541
16542         * gnus-ems.el (gnus-alive-p):
16543         * gnus-fun.el (message-goto-eoh):
16544         * gnus-util.el (gnus-group-name-decode):
16545         * mail-source.el (gnus-compress-sequence):
16546         * message.el (Info-goto-node, format-spec):
16547         * mm-bodies.el (message-options-get):
16548         * mm-decode.el (mm-view-pkcs7):
16549         * mm-util.el (gmm-write-region):
16550         * mml-smime.el (mml-compute-boundary)
16551         (gnus-completing-read-with-default):
16552         * mml.el (widget-button-press, gnus-make-hashtable):
16553         * mml1991.el (mm-decode-content-transfer-encoding)
16554         (mm-encode-content-transfer-encoding)
16555         (message-options-get, message-options-set):
16556         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16557         * nnfolder.el (gnus-request-group):
16558         * nnheader.el (ietf-drums-unfold-fws):
16559         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16560         * smime.el (gnus-run-mode-hooks):
16561         * spam-stat.el (gnus-message): Autoload.
16562
16563         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16564         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16565         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16566         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16567         Add declare-function compatibility definition.
16568
16569         * gnus-cache.el (nnvirtual-find-group-art):
16570         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16571         (gnus-add-image, gnus-add-wash-type):
16572         * gnus-group.el (nnkiboze-score-file):
16573         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16574         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16575         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16576         (message-tokenize-header, gnus-get-buffer-create)
16577         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16578         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16579         * gnus.el (gnus-group-decoded-name):
16580         * mail-source.el (imap-capability):
16581         * mm-bodies.el (message-options-set):
16582         * mm-decode.el (gnus-configure-windows):
16583         * mm-extern.el (message-goto-body):
16584         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16585         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16586         (epg-sub-key-validity, message-options-set):
16587         * mml.el (widget-event-point, gnus-configure-windows):
16588         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16589         * mml2015.el (epg-check-configuration, epg-configuration)
16590         (message-options-set):
16591         * nndb.el (nndb-request-article):
16592         * nnfolder.el (gnus-request-create-group):
16593         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16594         * nnmaildir.el (gnus-group-mark-article-read):
16595         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16596         * rfc1843.el (message-fetch-field):
16597         * spam.el (gnus-extract-address-components):
16598         Declare as functions.
16599
16600 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16603
16604         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16605
16606         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16607         bind show-trailing-whitespace for XEmacs.
16608
16609 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16610
16611         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16612         new no-op macro for backward compatibility.
16613
16614         * imap.el (imap-string-to-integer): New function.
16615
16616 2007-12-09  Glenn Morris  <rgm@gnu.org>
16617
16618         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16619
16620         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16621         * message.el, mm-view.el, sieve-manage.el, smime.el:
16622         Add declare-function compatibility definition.
16623
16624         * gnus-art.el (w3-region, w3m-region, Info-menu):
16625         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16626         * gnus-sum.el (gnus-get-predicate):
16627         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16628         * message.el (mail-abbrev-in-expansion-header-p):
16629         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16630         (w3m-detect-meta-charset, w3m-region):
16631         * sieve-manage.el (password-read, password-cache-add)
16632         (password-cache-remove):
16633         * smime.el (password-read-and-add): Declare as functions.
16634
16635 2007-12-08  David Kastrup  <dak@gnu.org>
16636
16637         * gnus-sum.el (gnus-summary-simplify-subject-query):
16638         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16639         `message'.
16640
16641 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16644         it to bind idna-program, installation-directory, defined-colors, and
16645         face-attribute for XEmacs of the version that compiles defcustom forms.
16646
16647 2007-12-07  Glenn Morris  <rgm@gnu.org>
16648
16649         * gnus-art.el (article-make-date-line): Revert previous change.
16650
16651 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16652
16653         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16654
16655 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16656
16657         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16658         Call gnus-add-to-range ranges only once with a prepared article-list.
16659
16660 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16661
16662         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16663         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16664         group names with backslashes.
16665         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16666
16667 2007-12-06  Deepak Goel  <deego3@gmail.com>
16668
16669         * gnus-art.el (article-make-date-line):
16670         * gnus-start.el (gnus-load):
16671         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16672
16673 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * gnus-art.el (gnus-use-idna):
16676         * gnus-start.el (gnus-site-init-file):
16677         * message.el (message-use-idna):
16678         * mm-uu.el (mm-uu-hide-markers):
16679         * smiley.el (smiley-style): Revert changes that suppress warnings.
16680
16681 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16684         specify charset to html source.
16685         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16686
16687 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16690         idna-program in order to suppress byte compile warning issued by XEmacs
16691         that came to byte compile the default value section of defcustom forms
16692         recently.
16693
16694         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16695         value of installation-directory.
16696
16697         * message.el (message-use-idna): Don't directly refer to the value of
16698         idna-program.
16699
16700         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16701
16702         * smiley.el (smiley-style): Don't directly call face-attribute.
16703
16704 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16705
16706         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16707
16708         * gnus-dired.el: Reduce Gnus dependencies.
16709         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16710         Don't require.  Use autoloads instead.
16711         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16712         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16713         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16714         (gnus-dired-mode): Adjust doc string.
16715         (gnus-dired-mail-mode): New variable.
16716         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16717         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16718         (gnus-dired-mail-buffers): New function.  Return mail or message
16719         composition buffers.
16720         (gnus-dired-attach): Use it.
16721         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16722         NO-DECODE.
16723         (gnus-dired-print): Use `gnus-print-buffer' depending on
16724         `gnus-dired-mail-mode'.
16725
16726 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * rfc2047.el (rfc2047-encoded-word-regexp)
16729         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16730         explaining what regexp patterns are for.
16731
16732 2007-12-04  Glenn Morris  <rgm@gnu.org>
16733
16734         * password.el: Move to password-cache.el.
16735
16736         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16737         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16738         * mml-smime.el (password-read, password-cache-add)
16739         (password-cache-remove):
16740         No need to autoload, since mml-sec requires password.
16741
16742         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16743         * message.el (gnus-extract-address-components):
16744         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16745
16746         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16747         password.
16748
16749 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16750
16751         * mailcap.el: Reduce dependencies.
16752         (mail-header-parse-content-type): Autoload.
16753         (mailcap-delete-duplicates): New alias.
16754         (mailcap-mime-info): Add optional argument NO-DECODE.
16755         (mailcap-mime-types): Use mailcap-delete-duplicates.
16756
16757         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16758
16759 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16760
16761         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16762         (imap-parse-status): Upcase status-att for servers that sends them
16763         lower-case (e.g., MS Exchange 2007).
16764
16765 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16766
16767         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16768         function.
16769
16770         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16771         (gnus-uu-yenc-article): New function.
16772
16773         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16774
16775         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16776
16777 2007-12-02  Glenn Morris  <rgm@gnu.org>
16778
16779         * binhex.el (binhex): New custom group.
16780         (binhex-decoder-program, binhex-decoder-switches)
16781         (binhex-use-external): Move to the binhex custom group.
16782
16783         * uudecode.el (uudecode): New custom group.
16784         (uudecode-decoder-program, uudecode-decoder-switches)
16785         (uudecode-use-external): Move to the uudecode custom group.
16786
16787         * netrc.el (top-level): Don't load `encrypt' features.
16788         (netrc-parse): Don't use encrypt.
16789         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16790
16791         * encrypt.el: Remove file.
16792
16793 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16794
16795         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16796         matches on patches.
16797
16798         * gnus-art.el (gnus-article-browse-html-article):
16799         Mention `mm-text-html-renderer' in the doc string.
16800
16801         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16802         string.  Add comments.
16803
16804         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16805         if rhs is ASCII.
16806
16807 2007-12-01  Glenn Morris  <rgm@gnu.org>
16808
16809         * mail-source.el (top-level): Require format-spec before
16810         eval-when-compile.
16811
16812 2007-11-30  Glenn Morris  <rgm@gnu.org>
16813
16814         * encrypt.el: Require password, rather than autoloading password-read.
16815
16816 2007-11-29  Glenn Morris  <rgm@gnu.org>
16817
16818         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16819         (sasl-make-client, sasl-next-step, sasl-step-data)
16820         (sasl-step-set-data): Declare as functions.
16821
16822 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16823
16824         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16825
16826 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16827
16828         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16829         certs should be verified and what is to be done in the event of a
16830         verification failure.
16831
16832         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16833         caller can indicate whether the cache should be disregarded for this
16834         call.  This way the result of the call is reproducible at all times and
16835         can be considered a canonical server name for the supplied method.
16836         (gnus-agent-method-p): Canonicalize server names by pushing their
16837         method through `gnus-method-to-server' using the no-cache argument.
16838
16839         * gnus-srvr.el (gnus-server-insert-server-line):
16840         Call `gnus-method-to-server' with `no-cache' argument.
16841
16842         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16843         gnus-agent-possibly-synchronize-flags as this should be called when the
16844         server is actually being opened.
16845         (gnus-agent-possibly-synchronize-flags)
16846         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16847         flags file of an agentized server to the latter function.
16848
16849         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16850         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16851         after a connection has been established successfully.
16852
16853 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * gnus-art.el (article-display-face): Force to display face if called
16856         interactively; check if gnus-article-x-face-too-ugly matches author.
16857         (article-display-x-face): Display face even if From header is missing
16858         as article-display-face does.
16859
16860 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16861
16862         * hashcash.el (message-narrow-to-headers-or-head)
16863         (message-fetch-field, message-goto-eoh)
16864         (message-narrow-to-headers): Declare as functions.
16865
16866 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16867
16868         * mail-source.el (mail-sources): Default to fetch from file for
16869         compatibility with default of nnmail-spool-file.
16870
16871 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16874         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16875         to look for encoded word that should be encoded again.
16876         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16877         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16878         encoding pattern.
16879         (rfc2047-decode-region): Switch strict regexp and loose one according
16880         to rfc2047-allow-irregular-q-encoded-words.
16881
16882 2007-11-25  Romain Francoise  <romain@orebokech.com>
16883
16884         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16885
16886 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16887
16888         * tls.el (tls-program): Provide more custom choices from
16889         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16890         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16891
16892 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16895         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16896
16897         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16898         `nnmail-spool-file'.
16899
16900         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16901         `nnmail-spool-file'.
16902
16903         * gnus-move.el (gnus-change-server): Ditto.
16904
16905         * gnus-kill.el (gnus-batch-score): Ditto.
16906
16907         * gnus-cache.el (gnus-jog-cache): Ditto.
16908
16909         * gnus-msg.el (gnus-summary-reply):
16910         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16911
16912 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16913
16914         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16915         version.  Minor improvement to doc strings.
16916         (tls-program): Add comment.
16917
16918 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16919
16920         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16921         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16922         mismatch between the hostname provided in the certificate and the name
16923         of the host connnecting to.
16924         (open-tls-stream): Use them.  Check certificates against trusted root
16925         certificates.
16926
16927 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16928
16929         * gnus-cache.el (gnus-cache-generate-nov-databases):
16930         Use nnml-generate-nov-databases-directory instead of
16931         nnml-generate-nov-databases-1.
16932
16933 2007-11-24  Glenn Morris  <rgm@gnu.org>
16934
16935         * message.el (message-tool-bar-retro): Update for rename
16936         mail_send.xpm->mail-send.xpm.
16937
16938 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16939
16940         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16941         `smime-ldap-search' for Emacs 22 and up.
16942
16943 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16944
16945         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16946
16947         * message.el (message-send-mail-function): Fix error convention.
16948         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16949         (message-widen-reply, message-send-mail, message-talkative-question)
16950         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16951         (message-clone-locals, message-send-news): Use with-current-buffer.
16952         (message-insert-or-toggle-importance): Remove unused var `valid'.
16953         (message-make-references): Remove unused var `new-references'.
16954         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16955
16956 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16957
16958         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16959         (spam-split-symbolic-return-positive): Reflow docstring.
16960         (spam-backends, spam-summary-exit-behavior)
16961         (spam-mark-ham-unread-before-move-from-spam-group)
16962         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16963         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16964         (spam-clear-cache, spam-backend-check, spam-install-backend)
16965         (spam-install-statistical-backend, spam-list-of-processors)
16966         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16967         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16968         (spam-check-crm114, spam-initialize, spam-unload-hook):
16969         Fix typos in docstrings.
16970
16971 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16974         been checked if they have never been read and those group levels are
16975         higher than the one that a user specified.
16976
16977 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16980         foreign groups unless a group level is specified by a user.
16981         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16982
16983 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16984
16985         * message.el (message-send-mail-function): Require sendmail.
16986
16987 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16988
16989         * message.el (message-send-mail-function): Check for smtpmail too.
16990
16991         * utf7.el (utf7-encode, utf7-decode): Use coding system
16992         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16993
16994         * message.el (message-send-mail-function): New function.
16995         (message-send-mail-function): Set default using
16996         message-send-mail-function.  Adjust doc string.
16997         (message-send-mail-with-mailclient): New function.
16998
16999 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17000
17001         * smime.el (from):
17002         * rfc2047.el (message-posting-charset):
17003         * qp.el (mm-use-ultra-safe-encoding):
17004         * pop3.el (parse-time-months):
17005         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17006         * nnml.el (files):
17007         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17008         (jka-compr-compression-info-list, ange-ftp-path-format)
17009         (efs-path-regexp):
17010         * nndiary.el (files):
17011         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17012         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17013         (epg-digest-algorithm-alist, inhibit-redisplay)
17014         (password-cache-expiry):
17015         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17016         (pgg-output-buffer, password-cache-expiry):
17017         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17018         (efs-path-regexp):
17019         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17020         (inhibit-redisplay):
17021         * mm-uu.el (file-name, start-point, end-point, entry)
17022         (gnus-newsgroup-name, gnus-newsgroup-charset):
17023         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17024         (latin-unity-ucs-list):
17025         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17026         (mm-uu-binhex-decode-function):
17027         * message.el (gnus-message-group-art, gnus-list-identifiers)
17028         (rmail-enable-mime-composing, gnus-local-organization)
17029         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17030         (gnus-read-active-file, facemenu-add-face-function)
17031         (facemenu-remove-face-function, gnus-article-decoded-p)
17032         (tool-bar-mode):
17033         * mail-source.el (display-time-mail-function):
17034         * gnus-util.el (nnmail-pathname-coding-system)
17035         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17036         (gnus-original-article-buffer, gnus-user-agent)
17037         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17038         (xemacs-codename, sxemacs-codename, emacs-program-version):
17039         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17040         * gnus-start.el (gnus-agent-covered-methods)
17041         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17042         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17043         (gnus-newsgroup-headers, gnus-group-list-mode)
17044         (gnus-group-mark-positions, gnus-newsgroup-data)
17045         (gnus-newsgroup-unreads, nnoo-state-alist)
17046         (gnus-current-select-method, mail-sources)
17047         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17048         (nnmail-spool-file, gnus-cache-active-hashtb):
17049         * gnus-mh.el (mh-lib-progs):
17050         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17051         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17052         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17053         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17054         (gnus-group-buffer):
17055         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17056         (font-lock-set-defaults):
17057         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17058         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17059         (gnus-summary-post-menu, total-parts, type, condition, length):
17060         * gnus-agent.el (gnus-agent-read-agentview):
17061         * flow-fill.el (show-trailing-whitespace):
17062         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17063         eval-and-compile wrappers for byte compiler pacifiers.
17064
17065         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17066         (mm-display-inline-fontify): Check for featurep 'xemacs not
17067         extent-list.
17068
17069         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17070         itimer-list.
17071         (mm-create-image-xemacs): Only do something for XEmacs.
17072         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17073
17074         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17075
17076         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17077         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17078
17079 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17080
17081         * nnimap.el (nnimap-split-download-body):
17082         * gnus-demon.el (gnus-demon):
17083         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17084
17085 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17088         New macros.
17089         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17090         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17091         copy data from unibyte buffer to multibyte current buffer.
17092         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17093         to copy data from unibyte current buffer to multibyte buffer.
17094         (nntp-make-process-buffer): Make process buffer unibyte.
17095
17096         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17097
17098 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17099
17100         * pop3.el (pop3-open-server): Accept and process data more robustly at
17101         connection start to avoid spurious "POP SSL connection failed" errors.
17102
17103 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17106         read group names.
17107
17108 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17109
17110         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17111
17112 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17115         (nnmail-save-active): Use a unibyte buffer when saving active file,
17116         which may contain non-ASCII group names.
17117
17118         * nnml.el (nnml-request-group): Decode group names in messages.
17119
17120 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17121
17122         * message.el (message-citation-line-function)
17123         (message-insert-formatted-citation-line): Fix spelling of
17124         `message-insert-formated-citation-line'.
17125
17126 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17127
17128         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17129
17130 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17133         nnmail-pathname-coding-system.
17134
17135         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17136         that a user enters; decode group names in messages.
17137
17138         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17139
17140 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17141
17142         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17143
17144         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17145
17146         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17147         risky local variable.
17148
17149         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17150
17151 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17152
17153         * encrypt.el: Improve documentation to fix function name typo.
17154         Reported by Daiki Ueno <ueno@unixuser.org>.
17155
17156 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17157
17158         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17159         even if the point is not in the last page of an article.
17160         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17161         back to the previous page.
17162
17163 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17164
17165         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17166
17167 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17170
17171 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17172
17173         * message.el (message-check-news-body-syntax):
17174         Avoid mm-string-as-multibyte.
17175         (message-hide-headers): Don't assume (point-min)==1.
17176
17177 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * message.el (message-remove-blank-cited-lines): Fix if remove is
17180         given.
17181         (message-bogus-address-regexp): New variable.
17182         (message-bogus-recipient-p): New function.
17183         (message-check-recipients): New command.
17184         (message-syntax-checks): Add `bogus-recipient'.
17185         (message-fix-before-sending): Add `bogus-recipient'.
17186
17187         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17188         (gnus-treat-body-boundary): Don't test window-system.
17189
17190 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17191
17192         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17193
17194 2007-10-28  Miles Bader  <miles@gnu.org>
17195
17196         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17197         at compile-time too.
17198
17199 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17200
17201         * gnus-msg.el (gnus-message-setup-hook):
17202         Add `message-remove-blank-cited-lines' to options.
17203
17204 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17205
17206         * message.el (message-remove-blank-cited-lines): New function.
17207         Suggested by Karl Plästerer.
17208
17209 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17210
17211         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17212         mapc.
17213
17214         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17215         (top-level): Use mapc to set functions to be traced for debugging.
17216
17217         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17218         called for effect with while loop.
17219
17220         * message.el (message-talkative-question): Replace mapcar called for
17221         effect with mapc.
17222
17223         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17224         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17225         called for effect with dolist.
17226
17227         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17228
17229         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17230         gnus-extra-headers and nnmail-extra-headers.
17231
17232         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17233         called for effect with dolist.
17234         (top-level): Use mapc to set functions to be traced for debugging.
17235
17236         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17237         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17238         dolist.
17239
17240         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17241         Replace mapcar called for effect with mapc.
17242         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17243         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17244         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17245         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17246
17247         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17248         remove-if that's a cl function.
17249
17250         * webmail.el (webmail-debug): Replace mapcar called for effect with
17251         dolist.
17252
17253         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17254         with mapc.
17255
17256 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17259         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17260         with while loop.
17261
17262         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17263         functions from article-* functions.
17264         (gnus-multi-decode-header): Replace mapcar called for effect with
17265         dolist.
17266
17267         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17268         (gnus-bookmark-show-details): Replace mapcar called for effect with
17269         while loop.
17270
17271         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17272         called for effect with while loop.
17273
17274         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17275         with dolist.
17276
17277         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17278         Replace mapcar called for effect with dolist.
17279
17280         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17281
17282         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17283         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17284         Replace mapcar called for effect with dolist.
17285         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17286         mapc.
17287
17288         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17289         Replace mapcar called for effect with dolist.
17290         (gnus-topic-list): Replace mapcar called for effect with mapc.
17291
17292         * gnus.el: Use mapc instead of mapcar to add autoloads.
17293
17294 2007-10-23  Richard Stallman  <rms@gnu.org>
17295
17296         * gnus-group.el (gnus-group-highlight): Mark as risky.
17297
17298 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * gnus.el (gnus-server-to-method): Return method found first in
17301         gnus-newsrc-alist.
17302
17303         * gnus-art.el (gnus-article-highlight-signature)
17304         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17305         button overlay without the front stickiness.
17306
17307 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17308
17309         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17310         overview buffer needed a catch to receive its throw.
17311         (gnus-agent-flush-cache): Declare as interactive to make this function
17312         easier to use.
17313
17314 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17315
17316         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17317         `next-line'.
17318
17319 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17322         exclude address matching message-dont-reply-to-names.
17323
17324 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17325
17326         * gnus-util.el (gnus-string<): New function.
17327
17328         * gnus-sum.el (gnus-article-sort-by-author)
17329         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17330
17331 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17334         the frame-focus tag is set in gnus-buffer-configuration.
17335
17336 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17339         the front stickiness.
17340
17341 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17344         url pattern; remove duplicate one.
17345         (gnus-article-extend-url-button): New function.
17346         (gnus-article-add-buttons): Use it.
17347         (gnus-button-push): Use concatenated url that it makes.
17348
17349 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17350
17351         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17352
17353 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17354
17355         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17356         Don't hardcode point-min==1.
17357
17358 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17359
17360         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17361         Fix comment about "iso8859-1".
17362
17363 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17364
17365         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17366         ones returned from the verify-function.
17367
17368         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17369         Call mml2015-extract-cleartext-signature if extraction failed.
17370
17371 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17372
17373         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17374         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17375         failed.
17376
17377 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17378
17379         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17380
17381 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17384         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17385         recommends to use EasyPG instead of PGG.
17386
17387         * pgg.el: Revert to revision 6.23.2.16.
17388
17389         * pgg-def.el: Revert to revision 6.6.2.14.
17390
17391         * pgg-gpg.el: Revert to revision 6.23.2.34.
17392
17393 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17394
17395         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17396         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17397         thread for both the null and zero (kill/expire thread) universal prefix
17398         cases.
17399         (gnus-summary-expire-thread): Add new function to expire a thread,
17400         using gnus-summary-kill-thread.
17401         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17402         shortcuts for gnus-summary-expire-thread.
17403         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17404         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17405
17406 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17407
17408         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17409         extras value, so an extras entry can be deleted.
17410         (gnus-registry-delete-extra-entry): Use it.
17411         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17412         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17413         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17414         storage through the gnus-registry, and provide an appropriate API for
17415         it.
17416
17417 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17420         Suggested by Leo <sdl.web@gmail.com>.
17421
17422         * gnus.el: Do.
17423
17424 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17427         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17428
17429         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17430
17431         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17432         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17433
17434 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17437         newline.
17438         (nnmbox-request-accept-article): Don't change article in source buffer;
17439         narrow to header to use message-fetch-field rather than
17440         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17441         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17442         as delimiters; make sure article ends with newline.
17443         (nnmbox-delete-mail): Correct last position of article to be deleted;
17444         ignore X-Gnus-Newsgroup header in article body.
17445         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17446         positions; make sure article ends with newline.
17447
17448         * message.el (message-display-abbrev): Don't infloop when a user
17449         inserts SPC in the beginning of header.
17450
17451         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17452         coding-system-for-read and coding-system-for-write for XEmacs having no
17453         file-coding feature.
17454
17455         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17456
17457 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17458
17459         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17460         list of groups not followed by default.  Fix type to be regexp.
17461         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17462
17463 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17464
17465         * hmac-def.el (define-hmac-function): Switch from old-style to
17466         new-style backquotes.
17467
17468         * md4.el (md4-make-step): Likewise.
17469
17470 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17473         raw-text coding system when saving .newsrc file, which may contain
17474         non-ASCII group names.
17475
17476 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * gnus-cus.el (gnus-score-extra): New widget.
17479         (gnus-score-extra-convert): New function.
17480         (gnus-score-customize): Use it for Extra.
17481
17482 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17483
17484         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17485         (mml2015-mailcrypt-clear-verify): Use it.
17486         (mml2015-gpg-clear-verify): Use it.
17487         (mml2015-pgg-clear-verify): Use it.
17488         (mml2015-epg-clear-verify): Replace the current part with the output
17489         from GnuPG; don't extract the plaintext by itself.
17490
17491         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17492         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17493         mml2015-clear-verify-function; don't touch the armor headers or
17494         dash-escaped text here.
17495
17496 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17499         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17500         parts, or application/octet-stream as a last resort.
17501         (gnus-mime-view-part-as-type): Don't toggle display.
17502         (gnus-mime-view-part-as-charset): Don't turn off display before
17503         querying charset.
17504
17505         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17506         stuff to undisplayer function in Emacs.
17507         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17508
17509         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17510         text/calendar parts.
17511
17512 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17515         decoding text/calendar parts.
17516
17517         * message.el (message-forward-make-body-mime): Always mark body as
17518         having no illegible text; remove signed-or-encrypted argument.
17519         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17520
17521         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17522         (mml-generate-mime-1): Don't encode body if it is specified to be in
17523         raw form; don't make buffer be unibyte when inserting multibyte string.
17524
17525 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17526
17527         * sha1.el: Fix up comment style.
17528         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17529         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17530
17531         * hex-util.el: Fix up comment style.
17532         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17533
17534         * gnus-salt.el: Use with-current-buffer.
17535         (gnus-pick-setup-message): Fix long-standing typo.
17536
17537 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * imap.el (imap-logout-timeout): New variable.
17540         (imap-logout, imap-logout-wait): New functions.
17541         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17542
17543         * nnimap.el (nnimap-logout-timeout): New server variable.
17544         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17545         nnimap-logout-timeout.
17546
17547         * gnus-art.el (gnus-article-summary-command-nosave)
17548         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17549
17550 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * gnus.el (gnus-maximum-newsgroup): New variable.
17553
17554         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17555         according to gnus-maximum-newsgroup.
17556
17557         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17558         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17559         Limit the range of articles according to gnus-maximum-newsgroup.
17560
17561 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17562
17563         * gnus-art.el (gnus-sticky-article): Fix problems described in
17564         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17565         Don't perform gnus-configure-windows here; reuse existing sticky
17566         article buffer.
17567
17568         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17569         it doesn't exist in gnus-article-mode.
17570
17571 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17574         (gnus-agent-decoded-group-name): New function.
17575         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17576         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17577
17578 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17579
17580         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17581         Add binding for gnus-sticky-article.
17582         (gnus-summary-exit): Don't kill sticky article buffers.
17583
17584         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17585         article buffer.
17586         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17587         (gnus-kill-sticky-article-buffers): New commands.
17588
17589 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * nntp.el (nntp-xref-number-is-evil): New server variable.
17592         (nntp-find-group-and-number): If it is non-nil, don't trust article
17593         numbers in the Xref header.
17594
17595 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * gnus-agent.el (gnus-agent-read-group): New function.
17598         (gnus-agent-flush-group, gnus-agent-expire-group)
17599         (gnus-agent-regenerate-group): Use it.
17600         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17601         nnmail-pathname-coding-system.
17602
17603 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17604
17605         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17606
17607         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17608         that are unread as unread, and also as selected so that information of
17609         marks having been changed by a user may be updated when exiting group.
17610
17611 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17612
17613         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17614
17615 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17618         calculated ignoring signature parts to gnus-treat-article.
17619
17620 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17623         a point here in order to keep the window start.
17624         (gnus-insert-mime-security-button): Make a button overlay without the
17625         front stickiness.
17626         (gnus-mime-display-security): Goto the end of a button.
17627
17628         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17629
17630 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17633         group-name-at-point.
17634         (gnus-group-completing-read): New function that offers decoded
17635         non-ASCII group names for completion.
17636         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17637         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17638         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17639         (gnus-group-fetch-control): Use it.
17640         (gnus-fetch-group): Use group-name-at-point for the initial value
17641         rather than the default value; use gnus-alive-p.
17642
17643         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17644         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17645         (gnus-summary-post-news): Use gnus-group-completing-read.
17646
17647         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17648         (gnus-read-move-group-name): Decode group name for completion.
17649
17650 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17651
17652         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17653         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17654         Yamaoka slightly modified the code).
17655
17656 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17659         (nnmail-split-incoming): Bind it.
17660
17661         * nnml.el (nnml-group-name-charset): New function.
17662         (nnml-decoded-group-name): Use it; don't decode group name if
17663         nnmail-group-names-not-encoded-p is non-nil.
17664         (nnml-encoded-group-name): New function.
17665         (nnml-group-pathname): Inline nnml-decoded-group-name.
17666         (nnml-request-expire-articles): Decode group name in message.
17667         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17668         nnmail-pathname-coding-system.
17669         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17670         not decoded ones according to nnmail-group-names-not-encoded-p.
17671         (nnml-generate-active-info): Use nnml-encoded-group-name.
17672
17673 2007-08-08  Glenn Morris  <rgm@gnu.org>
17674
17675         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17676         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17677         doc-strings and comments.
17678
17679 2007-07-25  Glenn Morris  <rgm@gnu.org>
17680
17681         * Relicense all FSF files to GPLv3 or later.
17682
17683 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17684
17685         * gnus-sum.el (gnus-summary-move-article):
17686         Make gnus-summary-respool-article work.
17687
17688 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17689
17690         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17691         string.
17692
17693 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17694
17695         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17696         that should be ignored when comparing distant RSS articles with local
17697         ones.
17698         (nnrss-make-hash-index): New function.  Create a hash index according
17699         to the ignored fields.
17700         (nnrss-check-group): Use it.
17701
17702 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17705
17706         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17707
17708         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17709         the new optional argument ENCODED is non-nil.
17710         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17711         coding system for encoding group name.
17712         (gnus-group-make-rss-group): Pass un-encoded group name to
17713         gnus-group-make-group.
17714         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17715         encoded.
17716
17717         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17718         Encode group name to which articles are moved or copied.
17719         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17720         coding system for encoding Newsgroup, Followup-To and Xref headers.
17721
17722         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17723         marks; use nnheader-file-coding-system to write a file.
17724         (nnagent-retrieve-headers): Bind file-name-coding-system to
17725         nnmail-pathname-coding-system.
17726
17727         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17728
17729         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17730         (nnml-request-article, nnml-request-create-group)
17731         (nnml-request-rename-group, nnml-find-id)
17732         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17733         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17734         (nnml-save-marks): Use nnml-group-pathname instead of
17735         nnmail-group-pathname.
17736
17737         (nnml-request-create-group, nnml-request-expire-articles)
17738         (nnml-request-move-article, nnml-request-delete-group)
17739         (nnml-deletable-article-p, nnml-possibly-create-directory)
17740         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17741         (nnml-open-marks): Bind file-name-coding-system to
17742         nnmail-pathname-coding-system.
17743
17744         (nnml-request-article): Pass server argument to nnml-find-group-number.
17745         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17746         Pass server argument to nnml-possibly-create-directory.
17747         (nnml-request-accept-article): Pass server argument to
17748         nnml-active-number and nnml-save-mail.
17749         (nnml-find-group-number): Pass server argument to nnml-find-id.
17750         (nnml-request-update-info): Pass server argument to
17751         nnml-marks-changed-p.
17752
17753         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17754         (nnml-save-mail, nnml-active-number): Add server argument.
17755
17756         (nnml-request-delete-group): Warn if group is missing.
17757         (nnml-get-nov-buffer): Decode group name.
17758         (nnml-generate-active-info): Encode group name.
17759         (nnml-open-marks): Decode group name in messages.
17760
17761 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17764         if it is not specified.
17765         (gnus-article-pipe-part, gnus-article-save-part)
17766         (gnus-article-interactively-view-part, gnus-article-copy-part)
17767         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17768         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17769         (gnus-article-replace-part, gnus-article-delete-part)
17770         (gnus-article-view-part-as-type): Pass raw prefix argument to
17771         gnus-article-part-wrapper.
17772
17773 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * gnus-agent.el (gnus-agent-save-active):
17776         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17777
17778         * gnus-cache.el (gnus-cache-save-buffers)
17779         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17780         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17781         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17782         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17783         (gnus-cache-generate-active, gnus-cache-rename-group)
17784         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17785         (gnus-cache-update-overview-total-fetched-for):
17786         Bind file-name-coding-system to nnmail-pathname-coding-system.
17787         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17788         New variables.
17789         (gnus-cache-decoded-group-name): New function.
17790         (gnus-cache-file-name): Use it.
17791         (gnus-cache-generate-active): Use non-decoded group name for active.
17792
17793         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17794         right place.
17795         (gnus-write-active-file): Don't break non-ASCII group names.
17796
17797         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17798         nnmail-pathname-coding-system.
17799
17800         * lpath.el: Bind default-file-name-coding-system,
17801         file-name-coding-system and language-info-alist for XEmacs.
17802
17803         * gnus-uu.el (gnus-uu-decode-save): Typo.
17804
17805 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17808
17809 2007-07-14  David Kastrup  <dak@gnu.org>
17810
17811         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17812         finishing actions if we did not edit the article.
17813
17814 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17817         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17818         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17819         (gnus-agent-flush-group, gnus-agent-flush-cache)
17820         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17821         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17822         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17823         (gnus-agent-regenerate-group)
17824         (gnus-agent-update-files-total-fetched-for)
17825         (gnus-agent-update-view-total-fetched-for):
17826         Bind file-name-coding-system to nnmail-pathname-coding-system.
17827         (gnus-agent-group-pathname): Don't encode file names by
17828         nnmail-pathname-coding-system.
17829         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17830         coding-system-for-write instead of buffer-file-coding-system to
17831         gnus-agent-file-coding-system.
17832
17833         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17834         Decode group name.
17835
17836         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17837
17838         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17839         (gnus-read-newsrc-el-file): Make group names unibyte.
17840
17841         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17842         nnmail-pathname-coding-system.
17843
17844         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17845         (nnrss-request-delete-group): Bind file-name-coding-system to
17846         nnmail-pathname-coding-system.
17847         (nnrss-read-server-data, nnrss-read-group-data):
17848         Bind file-name-coding-system correctly.
17849         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17850
17851         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17852         (nntp-server-to-method-cache): New variable.
17853         (nntp-group-pathname): New function that decodes non-ASCII group names.
17854         (nntp-possibly-create-directory, nntp-marks-changed-p)
17855         (nntp-save-marks, nntp-open-marks): Use it.
17856         (nntp-possibly-create-directory, nntp-open-marks):
17857         Bind file-name-coding-system to nnmail-pathname-coding-system.
17858         (nntp-open-marks): Decode group names when bootstrapping marks.
17859
17860         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17861         Newsgroups and Followup-To headers.
17862
17863 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17866         (gnus-server-closed-face, gnus-server-denied-face)
17867         (gnus-server-offline-face): Remove variable.
17868         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17869
17870         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17871         of modifying message-stack directly for XEmacs.
17872
17873         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17874         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17875         if the coding-system argument is nil for XEmacs.
17876
17877         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17878         mm-charset-override-alist.
17879
17880         * rfc2047.el: Don't require base64; require rfc2045 for the function
17881         rfc2045-encode-string.
17882         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17883         to quote the parameter value.
17884
17885 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17888         form in gnus-group-name-charset-method-alist.
17889
17890         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17891         overrides the default layout edit-form.
17892
17893         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17894
17895         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17896
17897 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17898
17899         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17900         as unfetched articles.
17901
17902 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17903
17904         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17905
17906 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17909         original back end that keeps marks in the local system.
17910
17911 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17914         arg of pop-to-buffer for XEmacs.
17915         (gnus-article-read-summary-keys): Ditto; don't restore window
17916         configuration if summary command ends up with neither article buffer
17917         nor summary buffer; describe bindings if summary keys end with C-h.
17918
17919 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * message.el (message-fix-before-sending): Skip raw message part to be
17922         forwarded while checking illegible text.
17923         (message-forward-make-body-mime, message-forward-make-body):
17924         Mark signed or encrypted raw message as having no illegible text.
17925
17926 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17929         (gnus-message-with-timestamp-1): New macro.
17930         (gnus-message-with-timestamp): New function.
17931         (gnus-message): Use them.
17932
17933         * nnheader.el (nnheader-message): Use them.
17934
17935 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17936
17937         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17938         .newsrc.eld file.
17939
17940 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * gnus-agent.el (gnus-agent-fetch-headers)
17943         (gnus-agent-retrieve-headers):
17944         Bind gnus-decode-encoded-address-function to identity.
17945
17946         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17947         available also when the server returns simply a dot.
17948
17949         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17950
17951 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17954
17955 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * gnus-ems.el (gnus-x-splash): Make it work.
17958
17959         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17960         from being used.
17961
17962         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17963
17964 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17967         4th and the 5th arguments.
17968
17969         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17970         the front stickiness.
17971         (gnus-article-summary-command-nosave): Correct the order of the
17972         arguments passed to pop-to-buffer.
17973         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17974         summary command ends up with the article buffer.
17975
17976         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17977         the same faces.
17978
17979 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17980
17981         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17982
17983 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17984
17985         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17986         * gnus-sum.el (gnus-summary-highlight):
17987         * pgg.el (pgg-sign-region, pgg-sign):
17988         * mail-source.el (mail-source-delete-old-incoming-confirm):
17989         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17990
17991 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * gnus-art.el (gnus-mime-view-part-externally)
17994         (gnus-mime-view-part-internally): Fix predicate function passed to
17995         completing-read.
17996
17997         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17998
17999         * gnus.el (gnus-update-message-archive-method): Add :version.
18000
18001 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * gnus.el (gnus-update-message-archive-method): New variable.
18004
18005         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18006         according to gnus-message-archive-method if
18007         gnus-update-message-archive-method is non-nil.
18008
18009 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18010
18011         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18012         Suggested by Loic Dachary <loic@dachary.org>.
18013         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18014
18015 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * message.el (message-pop-to-buffer): Add switch-function argument.
18018         (message-mail): Pass switch-function argument to it.
18019
18020 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18021
18022         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18023         Improve doc string.
18024
18025 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18028         (gnus-header-content):
18029         * gnus-cite.el (gnus-cite-10):
18030         * gnus-srvr.el (gnus-server-closed):
18031         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18032         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18033         (gnus-group-mail-3-empty, gnus-group-mail-low)
18034         (gnus-group-mail-low-empty, gnus-splash):
18035         * message.el (message-header-to, message-header-cc)
18036         (message-header-subject, message-header-other, message-header-name)
18037         (message-header-xheader, message-separator, message-cited-text)
18038         (message-mml): Lighten colors of faces used for dark background.
18039
18040 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18041
18042         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18043         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18044
18045 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * message.el (message-narrow-to-headers-or-head):
18048         Ignore mail-header-separator in the body.
18049
18050 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18053         same as window size.
18054
18055 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18056
18057         * message.el (message-font-lock-keywords): Use message-header-xheader
18058         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18059         ahead of the anything pattern, to get it recognized.
18060
18061 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18064         spam.el loads uses it in the compiled defadvice form.
18065
18066 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18067
18068         * gnus-sum.el (gnus-articles-to-read)
18069         (gnus-summary-insert-old-articles): Don't truncate group name for
18070         `read-string'.
18071
18072         * gnus-util.el (gnus-limit-string): Delete this function.
18073
18074         * gnus-sum.el (gnus-simplify-subject-fully):
18075         Use `truncate-string-to-width' instead.
18076
18077 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18078
18079         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18080         Tell if, on summary exit, the next group has to be selected.
18081         (gnus-summary-exit): Use it.
18082
18083 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18084
18085         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18086         non-break space.
18087
18088 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18091         Check if group is not a directory.
18092         (nnfolder-request-expire-articles): Don't delete articles if the target
18093         group is not available.
18094
18095         * nnml.el (nnml-request-create-group): Properly check if group is not a
18096         file.
18097         (nnml-request-expire-articles): Don't delete articles if the target
18098         group is not available.
18099
18100         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18101         Don't quote characters that are within parentheses.
18102
18103 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18104
18105         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18106         (gnus-handle-ephemeral-exit): Select article according to it.
18107
18108 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18109
18110         * message.el (message-insert-formated-citation-line): Remove newline.
18111         (message-citation-line-format): Add final \n here so that the user can
18112         avoid a blank line.
18113
18114 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18115
18116         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18117         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18118         Update lanl/arXiv support.
18119
18120 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18121
18122         * gnus.el: Bump version number.
18123
18124 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18125
18126         * gnus.el (gnus-version-number): Bump version.
18127
18128 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18129
18130         * gnus.el: No Gnus v0.6 is released.
18131
18132 2007-04-27  Didier Verna  <didier@xemacs.org>
18133
18134         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18135         * gmm-utils.el (gmm-regexp-concat): ... here.
18136         * message.el: Don't require 'gnus-util.
18137         (message-dont-reply-to-names): Handle name change above.
18138         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18139
18140 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18143         since the initial value varies according to the system.
18144
18145 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18146
18147         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18148
18149 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18150
18151         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18152
18153 2007-04-24  Didier Verna  <didier@xemacs.org>
18154
18155         Improve the type of gnus-ignored-from-addresses.
18156         * gnus-util.el (gnus-orify-regexp): New function.
18157         * message.el (gnus-util): Require it.
18158         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18159         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18160         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18161
18162 2007-04-24  Didier Verna  <didier@xemacs.org>
18163
18164         * gnus-sum.el:
18165         * gnus-utils.el: Fix some trailing whitespaces.
18166
18167 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18170         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18171         article's Message-ID; refer parent article in summary buffer.
18172
18173         * message.el (message-bounce): Call mime-to-mml.
18174
18175         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18176         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18177         optimize and/or forms properly.
18178
18179 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18180
18181         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18182         URL.
18183
18184 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18187
18188 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18191         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18192         displayed of multipart/alternative part if it is invoked from summary
18193         buffer.
18194
18195         * mm-view.el (mm-inline-text-html-render-with-w3m)
18196         (mm-inline-text-html-render-with-w3m-standalone)
18197         (mm-inline-render-with-function): Use mail-parse-charset by default.
18198
18199 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18200
18201         * parse-time.el (parse-time-string-chars): Check if CHAR
18202         is less than the length of parse-time-syntax.
18203
18204 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18207         from gnus-newsgroup-processable.
18208
18209 2007-04-16  Didier Verna  <didier@xemacs.org>
18210
18211         * gnus-msg.el (gnus-configure-posting-styles):
18212         Handle message-signature-directory properly with :file syntax.
18213         Reported by "Leo".
18214
18215 2007-04-11  Didier Verna  <didier@xemacs.org>
18216
18217         New user option: message-signature-directory.
18218         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18219         * message.el (message-insert-signature): Ditto.
18220         * message.el (message-signature-file): Doc update.
18221         * message.el (message-signature-directory): New.
18222
18223 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18224
18225         * gnus-msg.el (gnus-inews-yank-articles):
18226         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18227
18228 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * message.el (message-yank-original): Make sure cited text ends with
18231         newline; don't exchange point and mark.
18232
18233 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18234
18235         * tls.el (open-tls-stream): Properly handle case where there
18236         is no associated buffer.
18237
18238 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18239
18240         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18241         message-yank-original, make sure (< mark TEXT point).
18242
18243 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18244
18245         * message.el (message-fill-column): New variable.
18246         (message-mode): Use it.  Add comment on a possible new hook.
18247
18248         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18249         (nnmail-get-new-mail): Reformat.
18250
18251         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18252
18253         * gmm-utils.el: Fix Commentary.
18254         (gmm-tool-bar-from-list): Fix typo in doc string.
18255
18256 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18257
18258         * message.el (message-yank-original): Don't switch point and mark
18259         unnecessarily to put point and mark as documented.
18260
18261 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18262
18263         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18264         from the message heads.
18265
18266 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18267
18268         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18269         article buffer does not have a window.  This may not be the best
18270         solution but is certainly better than setting the start of the null,
18271         that is the current, window.
18272
18273 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18274
18275         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18276         (gnus-draft-setup): Run it.
18277
18278         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18279         gnus-score-fast-scoring.  Allow regexp.
18280         (gnus-score-headers): Use it.
18281
18282         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18283         XEmacs.
18284
18285         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18286         string.
18287         (gnus-button-alist): Also catch `<f1> k ...'.
18288         (gnus-treat-display-x-face): Fix doc string.
18289
18290 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18291
18292         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18293         evaluation of gnus-extended-version to ensure correct generation of the
18294         User-Agent header when message-generate-headers-first is used.
18295
18296 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18297
18298         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18299         hashcash-path is nil.  Don't call callback with incorrect number of
18300         parameters if val is 0.
18301
18302 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18303
18304         * message.el (message-required-news-headers):
18305         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18306
18307 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18308
18309         * tls.el (open-tls-stream): In handshake-waiting loop,
18310         don't wait more if there is output available to process.
18311
18312 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18313
18314         * tls.el (tls-program): Doc fix.
18315
18316 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * message.el (message-generate-new-buffers): Change the meaning of the
18319         nil value; add `standard' to the choices; treat t as `unique'; improve
18320         doc string.
18321         (gnus-select-frame-set-input-focus): Autoload.
18322         (message-buffer-name): Search for the existing message buffer if
18323         message-generate-new-buffers is nil or `standard'; treat the value t of
18324         message-generate-new-buffers as `unique'.
18325         (message-pop-to-buffer): Raise the frame already displaying the message
18326         buffer; clear the echo area after querying.
18327         (message-setup): Pass the `continue' argument to compose-mail.
18328         (message-mail): Prefer `switch-function' if it is given; search for the
18329         existing message buffer if the `continue' argument is non-nil; pass
18330         continue and switch-function arguments to compose-mail by way of
18331         message-setup.
18332         (message-mail-other-window): Adjust argument of message-setup.
18333         (message-mail-other-frame): Ditto.
18334
18335 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18338         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18339         to turn font-lock on when turning gnus-message-citation-mode on.
18340
18341 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18342
18343         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18344         (mml-smime-function-alist): New variable; add epg as the backend.
18345         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18346         mml-smime- functions instead.
18347         * mm-view.el: Require smime.
18348
18349 2007-03-05  Didier Verna  <didier@xemacs.org>
18350
18351         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18352         instead of just inheritance for posting styles.
18353         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18354
18355 2007-02-24  Chris Moore  <dooglus@gmail.com>
18356
18357         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18358         * pgg-pgp.el (pgg-pgp-encrypt-region):
18359         * pgg-gpg.el (pgg-gpg-encrypt-region):
18360         Check pgg-encrypt-for-me if no other recipients.
18361
18362 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18363
18364         * tls.el (tls-certtool-program): Fix custom type.
18365
18366 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18367
18368         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18369         and point-at-eol instead of line-(beginning|end)-position.
18370
18371         * assistant.el (assistant-parse-buffer): Ditto.
18372
18373         * netrc.el (netrc-parse-services): Ditto.
18374
18375 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18376
18377         * mml2015.el (mml2015-epg-find-usable-key): New function.
18378         (mml2015-epg-sign): Use it.
18379         (mml2015-epg-encrypt): Use it.
18380
18381 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * message.el (message-make-in-reply-to): Quote name containing
18384         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18385         if there are special characters.  Reported by NAKAJI Hiroyuki
18386         <nakaji@jp.freebsd.org>.
18387
18388 2007-02-27  Didier Verna  <didier@xemacs.org>
18389
18390         Include the group parameters as well as the topic ones in the
18391         inheritance filter process.
18392         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18393         argument GROUP-PARAMS-LIST.
18394         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18395
18396 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * nntp.el (nntp-never-echoes-commands)
18399         (nntp-open-connection-functions-never-echo-commands): New variables.
18400         (nntp-send-command): Use them.
18401
18402 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18403
18404         * mml2015.el (mml2015-epg-verify): Simplify.
18405
18406 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * mml.el (mml-content-disposition-alist): New user option.
18409         (mml-content-disposition): New function.
18410         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18411         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18412
18413 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18414
18415         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18416         verification.
18417
18418 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18419
18420         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18421         articles posted in the last 24 hours.
18422
18423 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18424
18425         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18426
18427 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18428
18429         * nntp.el (nntp-send-command): Don't wait for echoes when
18430         nntp-open-ssl-stream is used.
18431
18432 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18433
18434         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18435         (gnus-message-add-citation-keywords)
18436         (gnus-message-remove-citation-keywords): Remove.
18437         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18438         directly, make the variables in font-lock-defaults buffer-local, add
18439         gnus-message-citation-keywords to them and then update the value of
18440         font-lock-keywords.
18441
18442 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * message.el (message-cite-original-1): Don't call
18445         gnus-article-highlight-citation.
18446
18447         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18448         citations; fix line count.
18449
18450 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18453         (gnus-message-add-citation-keywords)
18454         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18455         versions of font-lock-add-keywords and font-lock-remove-keywords to
18456         work with XEmacs correctly.
18457
18458 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * gnus-cite.el (gnus-cite-face-list): Set the values of
18461         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18462         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18463         (gnus-message-cite-prefix-regexp): New variable.
18464         (gnus-message-search-citation-line): Use it; protect against long
18465         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18466         the 0th match data for Emacs.
18467         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18468         (gnus-message-add-citation-keywords): Append keywords rather than
18469         prepending; emulate font-lock-add-keywords if it is not available.
18470         (gnus-message-remove-citation-keywords):
18471         Emulate font-lock-remove-keywords if it is not available.
18472
18473         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18474
18475         * message.el (message-cite-prefix-regexp): Set the value of
18476         gnus-message-cite-prefix-regexp.
18477
18478 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18479
18480         * nnweb.el (nnweb-google-parse-1): Update parser.
18481
18482 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18483
18484         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18485
18486 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18487
18488         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18489         regexp.
18490
18491 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18494         string-to-multibyte.
18495         (uudecode-decode-region-internal): Use it.
18496
18497         * lpath.el: Fbind string-as-multibyte for XEmacs.
18498
18499 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18500
18501         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18502         Fix custom choice.
18503
18504         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18505
18506 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18507
18508         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18509
18510         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18511         `write-region' to respect `mm-inhibit-file-name-handlers'.
18512
18513 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18514
18515         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18516         Use gnus-home-directory instead of "~/" or "$HOME".
18517
18518 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18519
18520         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18521         to mention filename.
18522         Add comments at beginning regarding usage.
18523         (encrypt-write-file-contents): Change interactive so a string is
18524         acceptable.  If the file has no associated model, show an error instead
18525         of a nonsense prompt.
18526
18527 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18528
18529         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18530         Thanks to Yoshihiko Yamada for kind notification of this typo.
18531
18532 2007-01-12  Kenichi Handa  <handa@m17n.org>
18533
18534         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18535         multibyte buffer.
18536
18537 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18538
18539         * gnus-score.el (gnus-score-fast-scoring): New variable.
18540         (gnus-score-headers): Use it.
18541
18542         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18543
18544         * message.el (message-cite-original-1):
18545         Call gnus-article-highlight-citation if requested.
18546         (message-make-from): Allow name and address as optional arguments.
18547
18548         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18549
18550         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18551         bugs to doc string.
18552         (gnus-button-alist): Add mid\\|message-id.
18553         (gnus-button-fetch-group): Extend for use in
18554         `browse-url-browser-function'.
18555         (gnus-button-url-regexp): Try to catch paired parentheses like in
18556         Wikipedia URLs.
18557
18558         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18559         Suggested by Simon Krahnke <overlord@gmx.li>.
18560
18561 2007-01-13  Romain Francoise  <romain@orebokech.com>
18562
18563         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18564         Update copyright.
18565
18566 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18567
18568         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18569
18570 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18571
18572         * gnus-registry.el (gnus-registry-unfollowed-groups)
18573         (gnus-registry-split-fancy-with-parent): Fix documentation.
18574
18575 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18576
18577         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18578         from nnweb groups.
18579
18580 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18581
18582         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18583         Xref urls.  Erase buffer before requesting head.
18584
18585         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18586
18587 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18588
18589         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18590         customizable.
18591
18592 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18593
18594         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18595         no signing key is found.
18596         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18597         no encrypting and/or signing key is found.
18598
18599 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18600
18601         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18602
18603 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18604
18605         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18606         headers read from disk with the ones newly found in the current search.
18607         This should no longer cause problems, because the article numbers in
18608         Gmane's `nov.php' output are ignored since the previous change.
18609
18610 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18611
18612         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18613
18614 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18617         replace-regexp-in-string; bind url-version; fbind display-images-p and
18618         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18619         find-face and set-itimer-function for Emacs; bind itimer-list for
18620         Emacs.
18621
18622         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18623
18624 2007-01-01  Romain Francoise  <romain@orebokech.com>
18625
18626         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18627
18628 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18629
18630         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18631         `define-minor-mode' macro definition expanded properly.
18632         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18633         exclude it there.
18634
18635         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18636         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18637         `fboundp' test.
18638         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18639         This is OK to autoload in (S)XEmacs now.
18640
18641 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18642
18643         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18644         keystroke.
18645         (gnus-summary-limit-to-singletons): Fix typo.
18646
18647         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18648         else fails.
18649
18650 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18651
18652         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18653         docstring.
18654
18655         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18656         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18657         (gnus-summary-insert-dormant-articles): Fix typo in message.
18658
18659 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18660
18661         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18662         nil for XEmacs.
18663         (gnus-message-citation-mode): Don't autoload in XEmacs.
18664
18665         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18666
18667 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18668
18669         * nnimap.el (nnimap-expunge-search-string):
18670         Mention nnimap-search-uids-not-since-is-evil in docstring.
18671
18672 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18673
18674         * spam.el: Revert to make-obsolete-variable because
18675         define-obsolete-variable-alias is not supported in Emacs 21.
18676
18677         * spam.el (spam-ifile-path, spam-ifile-database-path)
18678         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18679         make-obsolete-variable.
18680         (spam-bsfilter-path, spam-bsfilter-program)
18681         (spam-spamassassin-path, spam-spamassassin-program)
18682         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18683         Don't use "path" inappropriately.
18684         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18685         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18686         variable names.
18687
18688 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18689
18690         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18691         summary buffer.
18692
18693         * password.el (password-cache-remove): Use clear-string to burn
18694         password, if available.
18695
18696 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18699
18700         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18701
18702         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18703         (gnus-message-highlight-citation): Move defcustom here from
18704         gnus-cite.el.
18705         (gnus-message-citation-mode): Autoload.
18706
18707         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18708         checks to make it compile with XEmacs.
18709         (gnus-message-citation-mode): New minor mode.
18710         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18711         (gnus-message-highlight-citation): New variables.
18712         (gnus-message-search-citation-line)
18713         (gnus-message-add-citation-keywords)
18714         (gnus-message-remove-citation-keywords)
18715         (turn-on-gnus-message-citation-mode)
18716         (turn-off-gnus-message-citation-mode): New functions.
18717
18718 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18719
18720         * gnus-cite.el: Enable highlighting of different citation levels in
18721         message-mode.
18722
18723 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18724
18725         * message.el (message-make-fqdn): Fix comment.
18726         (message-bogus-system-names): Add ".local".
18727
18728         * spam.el (spam-ifile-path, spam-ifile-program)
18729         (spam-ifile-database-path, spam-ifile-database)
18730         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18731         Don't use "path" inappropriately.
18732         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18733         strings.
18734         (spam-check-ifile, spam-ifile-register-with-ifile)
18735         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18736         Use new variable names.
18737
18738         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18739         (gnus-treat-display-smileys): Simplify using
18740         gnus-image-type-available-p.
18741
18742         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18743         available.
18744
18745         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18746         Use `display-images-p' if available.
18747
18748 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18751         one after turning on the buffer's multibyteness instead of decoding
18752         them directly in the unibyte buffer that causes unexpected conversion
18753         in Emacs 23 (unicode).
18754
18755 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18756
18757         * message.el (message-generate-hashcash): Fix custom type.
18758
18759 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18760
18761         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18762
18763 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18764
18765         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18766         disconnect icons.  Add help text.
18767
18768 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18769
18770         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18771         negated to be consistent with the others we handle.
18772
18773 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18774
18775         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18776         version of gnus-summary-buffer to something, so that we can use two
18777         article buffers at the same time.
18778
18779 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18780
18781         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18782         trigger all the extra headers.
18783         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18784         sorting.
18785
18786 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18787
18788         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18789         solid groups.
18790
18791 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18792
18793         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18794
18795 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18796
18797         * legacy-gnus-agent.el: Add Copyright notice.
18798
18799 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18800
18801         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18802
18803 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18804
18805         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18806
18807         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18808         to make it work reliably in CVS Emacs.
18809         (gnus-summary-limit-strange-charsets-predicate)
18810         (gnus-summary-limit-to-predicate): New functions.
18811
18812 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18813
18814         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18815         specifying array size.
18816         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18817         array if it is too small.
18818         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18819         (gnus-sort-threads-loop): New function.
18820
18821 2006-12-06  Chris Moore  <dooglus@gmail.com>
18822
18823         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18824         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18825
18826 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18827
18828         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18829         options.
18830
18831 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18832
18833         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18834         DOS-ing the recipient.
18835
18836         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18837         the headers when creating the mapping to avoid mismappings.
18838         (nnweb-gmane-create-mapping): Always nix out old mapping.
18839
18840 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18843         and mm-verify-option to never.
18844
18845 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * message.el (message-signed-or-encrypted-p): New function.
18848         (message-forward-make-body): Use it.
18849
18850         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18851         Replace encode-coding-string with mm-encode-coding-string.
18852
18853 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * nneething.el (nneething-decode-file-name):
18856         Replace decode-coding-string with mm-decode-coding-string.
18857
18858         * gnus-int.el (gnus-open-server): Say failed server's name.
18859
18860 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18861
18862         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18863         strings to a single string.  Quote `errors-file-name'.
18864         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18865         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18866         Adjust calls.  Use `shell-quote-argument'.
18867
18868 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18869
18870         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18871         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18872
18873         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18874         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18875         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18876         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18877         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18878         (gnus-subscribe-newsgroup, gnus-1):
18879         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18880         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18881         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18882         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18883
18884 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18885
18886         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18887         keystroke.
18888         (gnus-summary-limit-to-bodies): Implement headersp.
18889
18890 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18893
18894 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18895
18896         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18897
18898 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18899
18900         * message.el (message-generate-hashcash): Expand range of values to
18901         include `opportunistic'.
18902         (message-send-mail): Use it.
18903
18904 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18905
18906         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18907         and comment it.
18908
18909         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18910
18911 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18912
18913         * gnus-util.el (gnus-extract-address-components): Improve comment.
18914
18915 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * gnus-util.el (gnus-extract-address-components): Work with address in
18918         which the name portion contains @.
18919
18920         * lpath.el: Fbind custom-autoload.
18921
18922 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18923
18924         * gnus.el (gnus-start): Move custom group up.
18925         (gnus-select-method): Don't autoload, but make it available for
18926         `customize-variable'.
18927         (gnus-getenv-nntpserver): Don't autoload.
18928
18929 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18930
18931         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18932
18933 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18934
18935         * message.el (message-sendmail-extra-arguments): New variable.
18936         (message-send-mail-with-sendmail): Use it.
18937
18938 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18939
18940         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18941         mm-with-unibyte-current-buffer to make string unibyte.
18942
18943         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18944         mm-string-as-multibyte.
18945
18946 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18947
18948         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18949         Reported by Werner Koch <wk@gnupg.org>.
18950
18951 2006-11-14  Daiki Ueno  <ueno@p360>
18952
18953         * mml2015.el: Autoload epa-select-keys when compiling.
18954
18955 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18956
18957         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18958         message-options.
18959         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18960
18961 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18962
18963         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18964         EasyPG (< 0.0.6).
18965         (mml2015-always-trust): New user option.
18966         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18967         prompt.
18968
18969 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18970
18971         * nntp.el (nntp-authinfo-force): New variable.
18972         (nntp-send-authinfo): Use it.
18973
18974 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18975
18976         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18977         decode encoded words.  Improve prompt.  Add comment about forwarding.
18978         (message-replacement-char): Move up.
18979
18980 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18981
18982         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18983         instead of gnus-intersection because arguments of gnus-sorted-nunion
18984         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18985
18986 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18987
18988         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18989         (message-simplify-subject-functions):
18990         Enable message-strip-subject-encoded-words by default.
18991
18992 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18993
18994         * message.el (message-strip-subject-encoded-words): New function.
18995         (message-simplify-subject-functions): New variable.
18996         (message-simplify-subject): Use it.  Fix typo in doc string.
18997         Support message-strip-subject-encoded-words.
18998
18999 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19000
19001         * gnus-diary.el (gnus-diary-delay-format-function):
19002         * nndiary.el (nndiary-reminders):
19003         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19004
19005 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19006
19007         * gnus-art.el (article-hide-boring-headers): Fetch date from
19008         gnus-original-article-buffer to avoid problems with localized date
19009         strings.
19010
19011 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19012
19013         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19014
19015 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19016
19017         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19018         New variables.
19019         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19020         (mm-charset-synonym-alist): Move some entries to
19021         mm-codepage-iso-8859-list.
19022         (mm-charset-synonym-alist, mm-charset-override-alist):
19023         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19024
19025 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19026
19027         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19028
19029 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19030
19031         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19032         with Emacs 21 and XEmacs.
19033
19034 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19035
19036         * spam.el (spam-parse-address): New function for better parsing,
19037         catching errors, etc.
19038         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19039
19040 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19041
19042         * mm-view.el: Add interactive arg to html2text autoload.
19043
19044 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19047
19048 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19049
19050         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19051         New variables.
19052         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19053         (mm-charset-synonym-alist): Move some entries to
19054         mm-codepage-iso-8859-list.
19055
19056         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19057
19058 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19059
19060         * message.el (message-citation-line-format)
19061         (message-insert-formated-citation-line): Fix implementation of %E, %N
19062         and %n according to the doc string.
19063
19064 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19065
19066         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19067         Use car-safe to avoid bad parses.
19068
19069 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19070
19071         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19072         names.
19073
19074         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19075
19076 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19079         header.
19080
19081         * message.el (message-draft-headers): Add Date.
19082         (message-headers-to-generate): Fix typo in docstring.
19083
19084         * nndraft.el (nndraft-required-headers): New variable.
19085         (nndraft-generate-headers): Use it.
19086
19087         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19088
19089 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19090
19091         * gnus-registry.el (gnus-registry-wash-for-keywords)
19092         (gnus-registry-find-keywords): New functions to allow easy searching of
19093         articles that are in the registry.
19094
19095 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19096
19097         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19098         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19099         Reported by Damien Elmes <damien@repose.cx>.
19100
19101 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19102
19103         * gnus.el (gnus-mime): Remove unused custom group.
19104
19105 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19106
19107         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19108         "blank line" when searching for end of armor headers.
19109
19110 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19111
19112         * gmm-utils.el (gmm-write-region): Fix variable name.
19113
19114 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19115
19116         * gmm-utils.el (gmm-write-region): New function based on compatibility
19117         code from `mm-make-temp-file'.
19118
19119         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19120
19121         * nnmaildir.el (nnmaildir--update-nov)
19122         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19123         Use `gmm-write-region'.
19124
19125 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19126
19127         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19128         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19129
19130         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19131
19132         * message.el (message-replacement-char): New variable.
19133         (message-fix-before-sending): Use it.
19134         (message-simplify-subject): New function to remove duplicate code.
19135         (message-reply, message-followup): Use it.
19136
19137         * gnus-sum.el (gnus-summary-make-menu-bar):
19138         Clarify gnus-summary-limit-to-articles.
19139
19140 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19141
19142         * gnus-util.el (gnus-with-local-quit): New macro.
19143
19144         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19145
19146 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19147
19148         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19149         ignore non-string data.
19150
19151 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19152
19153         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19154         non-string data (needs to be done in the registry too).
19155
19156 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19157
19158         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19159         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19160         (gnus-registry-split-fancy-with-parent)
19161         (gnus-registry-fetch-simplified-message-subject-fast)
19162         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19163         Remove text properties on ingress into the registry and when it's saved.
19164         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19165         registry from entries with no groups.
19166
19167 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19168
19169         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19170         function to remove string properties.
19171
19172 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19173
19174         * gmm-utils.el (gmm): Adjust custom version.
19175
19176         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19177         Adjust custom version.
19178
19179         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19180
19181 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19182
19183         * gnus-art.el (gnus-insert-prev-page-button)
19184         (gnus-insert-next-page-button): Simplify.  Reformat.
19185
19186 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19187
19188         * gnus-art.el (gnus-insert-prev-page-button)
19189         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19190
19191 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19192
19193         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19194
19195 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19196
19197         * gnus-art.el (gnus-insert-mime-button)
19198         (gnus-insert-mime-security-button):
19199         Apply gnus-article-button-face to MIME and security buttons.
19200
19201 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19202
19203         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19204         readable.
19205
19206 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19207
19208         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19209
19210 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19211
19212         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19213         `browse-url-of-file' instead of `browse-url'.
19214
19215 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19216
19217         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19218         regexp.  Articles containing quotation were cut prematurely.
19219
19220 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * message.el (message-cite-original-1): Use nobody by default for the
19223         value of From header.
19224         (message-reply): Ditto.
19225
19226 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19227
19228         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19229         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19230         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19231
19232 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19233
19234         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19235         mails in the doc string.  Add some URLs in comment.
19236         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19237
19238 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19239
19240         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19241         backslashes handling and the way to find boundaries of quoted strings.
19242
19243 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19244
19245         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19246         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19247         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19248         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19249
19250 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19251
19252         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19253         doc string.
19254         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19255
19256 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19257
19258         * lpath.el: Fbind epg-check-configuration.
19259
19260 2006-09-06  Simon Josefsson  <jas@extundo.com>
19261
19262         * mml2015.el (mml2015-use): Doc fix, mention epg.
19263
19264 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19265
19266         * mml2015.el (mml2015-use): Default to epg, if available.
19267
19268 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19269
19270         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19271         message-sender.
19272         (mml1991-epg-encrypt): Ditto.
19273         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19274         message-sender.
19275         (mml2015-epg-encrypt): Ditto.
19276
19277 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19278
19279         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19280         several common directories.
19281
19282 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19283
19284         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19285         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19286
19287 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19288
19289         * gnus-art.el (article-decode-encoded-words): Make it fast.
19290
19291 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19292
19293         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19294
19295         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19296         in quoted string into `\'.
19297
19298 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19299
19300         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19301         Use standard-syntax-table.
19302
19303 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19304
19305         * gnus-art.el (gnus-decode-address-function): New variable.
19306         (article-decode-encoded-words): Use it to decode headers which are
19307         assumed to contain addresses.
19308         (gnus-mime-delete-part): Remove useless `or'.
19309
19310         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19311         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19312         (gnus-nov-parse-line): Use it to decode From header.
19313         (gnus-get-newsgroup-headers): Ditto.
19314         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19315
19316         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19317         (mail-decode-encoded-address-string): New alias.
19318
19319         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19320         New function.
19321         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19322         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19323         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19324         (rfc2047-decode-string): Ditto.
19325         (rfc2047-decode-address-region): New function.
19326         (rfc2047-decode-address-string): New function.
19327
19328 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19329
19330         * message.el (message-caesar-buffer-body): Allow rotating headers.
19331
19332         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19333
19334         * message.el (message-insert-formated-citation-line): Fix %f.
19335         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19336
19337 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19338
19339         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19340         (gnus-bookmark-mouse-available-p): New macro.
19341         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19342         (gnus-bookmark-bmenu-show-infos): Use it.
19343         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19344         (gnus-bookmark-bmenu-hide-infos): Ditto.
19345         (gnus-bookmark-remove-properties): New function.
19346         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19347         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19348         (gnus-bookmark-write-file): Bind coding-system-for-write.
19349         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19350         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19351         group before selecting it.
19352         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19353         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19354         quit-window if it is not available; use gnus-mouse-2 and bind it to
19355         gnus-bookmark-bmenu-select-by-mouse.
19356         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19357         (gnus-bookmark-bmenu-select-by-mouse): New function.
19358
19359 2006-08-13  Romain Francoise  <romain@orebokech.com>
19360
19361         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19362         space.
19363
19364 2006-08-10  Romain Francoise  <romain@orebokech.com>
19365
19366         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19367         (dns-mode-soa-auto-increment-serial): New user option.
19368         (dns-mode-soa-maybe-increment-serial): New function.
19369         (dns-mode): Add the latter to `write-contents-functions'.
19370
19371 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19372
19373         * compface.el (uncompface): Use binary rather than raw-text-unix.
19374
19375 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19376
19377         * compface.el (uncompface): Make sure the eol conversion doesn't take
19378         place when communicating with the external programs.
19379         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19380
19381 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19382
19383         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19384
19385 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19386
19387         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19388         Make it more robust by parsing author and date independently.
19389
19390 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19393
19394 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19395
19396         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19397         first matching secret key.
19398         (mml2015-epg-encrypt): Ditto.
19399
19400         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19401         first matching secret key.
19402         (mml1991-epg-encrypt): Ditto.
19403
19404         * mml2015.el (mml2015-encrypt-to-self): New user option.
19405         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19406         mml2015-epg-encrypt-to-self is set.
19407
19408         * mml1991.el (mml1991-encrypt-to-self): New variable.
19409         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19410         mml1991-epg-encrypt-to-self is set.
19411
19412         * mml2015.el (mml2015-signers): New user option.
19413         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19414         (mml2015-epg-encrypt): Allow to select signing keys.
19415
19416         * mml1991.el (mml1991-signers): New variable.
19417         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19418         (mml1991-epg-encrypt): Allow to select signing keys.
19419
19420 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19421
19422         * nnheader.el (nnheader-insert-head): Make it work even if the file
19423         uses CRLF for the line-break code.
19424
19425 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19426
19427         * mml2015.el: Require mml-sec instead of password.
19428         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19429         (mml2015-cache-passphrase): Inherit the default value from
19430         mml-secure-cache-passphrase.
19431         (mml2015-passphrase-cache-expiry): Inherit the default value from
19432         mml-secure-passphrase-cache-expiry.
19433
19434         * mml1991.el: Require mml-sec instead of password.
19435         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19436         (mml1991-cache-passphrase): Inherit the default value from
19437         mml-secure-cache-passphrase.
19438         (mml1991-passphrase-cache-expiry): Inherit the default value from
19439         mml-secure-passphrase-cache-expiry.
19440
19441         * mml-sec.el: Require password.
19442         (mml-secure-verbose): New user option.
19443         (mml-secure-cache-passphrase): New user option.
19444         (mml-secure-passphrase-cache-expiry): New user option.
19445
19446 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19447             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19448
19449         * pgg-def.el (pgg-truncate-key-identifier):
19450         Truncate the key ID to 8 letters from the end.
19451
19452 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19453
19454         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19455         workaround for the url package included with Emacs.
19456
19457         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19458
19459 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19460
19461         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19462         correctly.  This fixes a bug caused by the 2006-05-12 change.
19463
19464 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19465
19466         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19467         some information about the error when saying that the `bogus' mail
19468         group will be used.
19469
19470 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19471
19472         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19473         string.
19474
19475 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19476
19477         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19478
19479 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19480
19481         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19482
19483 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19484
19485         * mml1991.el (mml1991-function-alist): Add epg.
19486         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19487         (mml1991-epg-encrypt): New functions.
19488
19489 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19490
19491         * mml2015.el (mml2015-verbose): New variable.
19492         (mml2015-cache-passphrase): Ditto.
19493         (mml2015-passphrase-cache-expiry): Ditto.
19494         (mml2015-function-alist): Add epg.
19495         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19496         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19497         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19498         New functions.
19499
19500 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19501
19502         * message.el (message-cite-original-1): Preserve region when removing
19503         quoted text due to X-No-Archive in order to avoid bogus attribution
19504         when citing multiple messages.
19505
19506 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19507
19508         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19509         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19510
19511 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19512
19513         * gnus-diary.el (gnus-user-format-function-d)
19514         (gnus-user-format-function-D): Autoload.
19515
19516         * imap.el (Commentary): Fix typo.
19517
19518         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19519         2006-04-22 contribution.
19520
19521 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19522
19523         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19524         It didn't really fix the bogosity I'm seeing with solid web groups.
19525
19526 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19527
19528         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19529         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19530         created using server names.  If we use the feature without declaring
19531         it, Gnus does not properly manage server and group state.
19532
19533         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19534         bound.
19535
19536 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19537
19538         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19539         looking up the method using GROUP's prefix before inventing a new one.
19540         It is used on killed/unknown groups in various places where returning
19541         an all-new method isn't expected by the caller.
19542
19543         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19544         and match semantics of gnus-group-real-prefix.
19545
19546 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19547
19548         * nnmail.el (nnmail-broken-references-mailers): New variable.
19549         (nnmail-ignore-broken-references): New function generalizing
19550         nnmail-fix-eudora-headers.
19551         (nnmail-fix-eudora-headers): Now obsolete.
19552
19553         * gnus-art.el (gnus-button-handle-custom):
19554         Support `customize-apropos*'.
19555
19556 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19557
19558         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19559
19560         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19561         articles.
19562
19563 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19564
19565         * message.el (message-cite-reply-above): New variable.
19566         (message-yank-original): Use it.
19567
19568 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19569
19570         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19571
19572 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19573
19574         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19575         as read.
19576
19577         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19578
19579 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19580
19581         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19582         (gnus-bookmark-default-file): Use gnus-directory.
19583         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19584         Remove "*" in doc string.
19585         (gnus-bookmark-write-file): Simplify.
19586         (gnus-bookmark-maybe-sort-alist): Use `when'.
19587         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19588         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19589         Add FIXME about Emacs 21 and XEmacs compatibility.
19590         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19591         compatibility.
19592         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19593         compatibility.
19594         (gnus-bookmark-menu-heading): Fix version.
19595
19596 2006-06-19  Bastien Guerry  <bzg@altern.org>
19597
19598         * gnus-bookmark.el: New file.
19599
19600 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19601
19602         * message.el (message-syntax-checks): Doc fix.
19603
19604 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19605
19606         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19607         unsubscribed groups as if they were killed ones.  It causes duplicate
19608         entries in gnus-newsrc-alist.
19609
19610 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19611
19612         * message.el (message-syntax-checks): Doc fix.
19613         (message-send-mail): Add check for continuation headers.
19614         (message-check-news-header-syntax): Fix regexp used to check for
19615         continuation headers.
19616
19617 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19618
19619         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19620
19621 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19622
19623         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19624
19625 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19626
19627         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19628         default-truncate-lines.
19629
19630 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19631
19632         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19633         to fill the utf-8 entry.
19634
19635         * lpath.el: Fbind unicode-precedence-list.
19636
19637 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19638
19639         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19640
19641 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19642
19643         * gnus-agent.el (directory-files-and-attributes): Move all the way
19644         forward (the third and final move).
19645         (gnus-agent-read-agentview): Trap reconstruction errors due to
19646         nonexistent directory.  Handle by returning nil.
19647
19648 2006-05-30  Didier Verna  <didier@xemacs.org>
19649
19650         * message.el (message-dont-reply-to-names): Update the custom type.
19651         * message.el (message-dont-reply-to-names): New defsubst: potentially
19652         convert a list of regexps into a single one.
19653         * message.el (message-get-reply-headers): Use it.
19654         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19655
19656 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19657
19658         * gnus-agent.el (directory-files-and-attributes): Move forward.
19659
19660 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19661
19662         * gnus-ml.el (gnus-mailing-list-subscribe)
19663         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19664         (gnus-mailing-list-message): Fix doc strings.
19665
19666 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19667
19668         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19669         of doing it manually.
19670
19671 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19672
19673         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19674         comment.
19675
19676 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19677
19678         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19679         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19680         (gnus-agent-read-local): All symbols allocated in my-obarray.
19681         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19682         (gnus-agent-regenerate-group): Check numeric names to see if they are
19683         messages or groups.
19684         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19685         better way of do this...)
19686
19687         * gnus-cache.el (gnus-agent-total-fetched-for):
19688         Ignore 'dummy.group' (there should be a better way of do this...)
19689
19690 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19691
19692         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19693         (gnus-saved-headers): Ditto.
19694         (gnus-default-article-saver): Mention functions may have properties.
19695         (gnus-article-save): Override gnus-save-all-headers and
19696         gnus-saved-headers by :headers property which saver function may have.
19697         (gnus-summary-save-in-file): Add :headers property.
19698         (gnus-summary-write-to-file): Ditto.
19699
19700         * gnus-sum.el (gnus-summary-save-article): Bind
19701         gnus-prompt-before-saving to t when saving many articles in a file;
19702         always show all headers.
19703
19704         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19705
19706 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19707
19708         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19709         marks.
19710
19711         * message.el (message-indent-citation): Add optional arguments to allow
19712         using it outside of message buffers.
19713
19714         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19715         (gnus-article-treat-unfold-headers): Use it.
19716         (gnus-article-truncate-lines): New variable.
19717         (gnus-article-mode): Use it.
19718         (gnus-article-toggle-truncate-lines): New function.
19719
19720         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19721         Add gnus-article-toggle-truncate-lines.
19722
19723         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19724         coding system in XEmacs, use binary.
19725
19726 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19727
19728         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19729         after-load-alist.
19730
19731         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19732         this function should save decoded articles.
19733         (gnus-summary-write-to-file): Use property to specify this function
19734         should save decoded articles and specify gnus-summary-save-in-file
19735         should be used to save articles other than the first one when saving
19736         many articles.
19737         (gnus-summary-save-body-in-file): Use property to specify this
19738         function should save decoded articles.
19739         (gnus-summary-write-body-to-file): Use property to specify this
19740         function should save decoded articles and specify
19741         gnus-summary-save-body-in-file should be used to save articles other
19742         than the first one when saving many articles.
19743
19744         * gnus-sum.el (gnus-summary-save-article): Simplify.
19745
19746 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19747
19748         * gnus-art.el (gnus-default-article-saver):
19749         Add gnus-summary-write-body-to-file.
19750         (gnus-article-save-coding-system): Don't use coding system object
19751         in XEmacs.
19752         (gnus-read-save-file-name): Add optional `dir-var' argument which
19753         specifies directory in which files are saved; work even if optional
19754         `variable' argument is not specified.
19755         (gnus-summary-write-to-file): Read file name.
19756         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19757         (gnus-summary-write-body-to-file): New function.
19758
19759         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19760         (gnus-summary-local-variables): Add it.
19761         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19762         (gnus-summary-save-article): Remove optional `decode' argument;
19763         determine whether to decode articles by the value of
19764         gnus-default-article-saver; when saving many files using
19765         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19766         it first and use gnus-summary-save-in-file or
19767         gnus-summary-save-body-in-file thereafter unless
19768         gnus-prompt-before-saving is always; move point to article which
19769         will be saved.
19770         (gnus-summary-save-article-file): Revert.
19771         (gnus-summary-write-article-file): Revert.
19772         (gnus-summary-save-article-body-file): Revert.
19773         (gnus-summary-write-article-body-file): New function.
19774
19775 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * gnus-art.el (gnus-default-article-saver): Doc fix.
19778         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19779         from gnus-summary-save-article-coding-system, and default to a
19780         certain coding system.
19781         (gnus-output-to-file): Add coding cookie and encode text according
19782         to gnus-article-save-coding-system; don't use mm-append-to-file.
19783
19784         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19785         gnus-art.el and rename to gnus-article-save-coding-system.
19786         (gnus-summary-save-article): Require gnus-art; don't show all
19787         headers if it decodes articles; don't add coding cookie here;
19788         don't bind mm-text-coding-system-for-write.
19789         (gnus-summary-save-article-file): Save decoded articles.
19790         (gnus-summary-write-article-file): When saving many files, use
19791         gnus-summary-write-to-file first and gnus-summary-save-in-file
19792         thereafter unless gnus-prompt-before-saving is always.
19793         (gnus-summary-save-article-body-file): Save decoded articles.
19794
19795         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19796
19797 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19798
19799         * nnrss.el (nnrss-check-group): Bind hash-index.
19800
19801 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19802
19803         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19804         its hash index.  Store this hash in `nnrss-group-data'.
19805         (nnrss-read-group-data): Update accordingly.
19806
19807 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19808
19809         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19810         entry.
19811
19812         * gnus-sum.el (gnus-summary-make-menu-bar):
19813         Add gnus-article-browse-html-article.
19814
19815 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19816
19817         * gnus-sum.el (gnus-summary-mime-map):
19818         Add gnus-article-browse-html-article.
19819
19820         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19821
19822 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19823
19824         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19825         suitable coding systems in customize.
19826
19827 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19828
19829         * mail-source.el (mail-sources): Fix custom type.
19830
19831 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19832
19833         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19834         (gnus-summary-expire-articles-now): Shorten prompt.
19835
19836         * gmm-utils.el (wid-edit): Require.
19837         (defun-gmm): Rename from `gmm-defun-compat'.
19838         (gmm-image-search-load-path): Use it.
19839         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19840
19841 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19842
19843         * gnus-sum.el (gnus-summary-save-article-coding-system):
19844         New variable.
19845         (gnus-summary-save-article): Add optional `decode' argument.
19846         If it is set and gnus-summary-save-article-coding-system is non-nil,
19847         save decoded article.
19848         (gnus-summary-write-article-file): Save decoded article if
19849         gnus-summary-save-article-coding-system is non-nil.
19850
19851         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19852         type.
19853
19854 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19855
19856         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19857
19858 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19859
19860         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19861         first to test gnus-single-article-buffer which may be buffer-local.
19862
19863         * gnus-sum.el (gnus-summary-setup-buffer):
19864         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19865         group; make gnus-article-buffer, gnus-article-current, and
19866         gnus-original-article-buffer always buffer-local.
19867         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19868         group.
19869         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19870
19871 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19872
19873         * nnml.el (nnml-request-compact-group): Compressed files might not
19874         have .gz extension.
19875
19876 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19877
19878         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19879         (mm-copy-to-buffer): Use with-current-buffer.
19880         (mm-display-part): Simplify.
19881         (mm-inlinable-p): Add optional arg `type'.
19882
19883 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19884
19885         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19886         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19887         Try harder to show the attachment internally or externally using
19888         gnus-mime-view-part-as-type.
19889
19890 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19891
19892         * message.el (message-from-style, message-signature-separator)
19893         (message-user-organization-file, message-send-mail-function)
19894         (message-citation-line-function, message-yank-prefix)
19895         (message-indent-citation-function, message-signature)
19896         (message-signature-file, message-signature-insert-empty-line):
19897         Remove autoloads.
19898
19899         * gnus-art.el (gnus-buttonized-mime-types):
19900         Remove "multipart/signed".  Revert 2006-04-26 change.
19901
19902 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19903
19904         * gnus.el (gnus-version-number): Bump version.
19905
19906 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19907
19908         * gnus.el: No Gnus v0.5 is released.
19909
19910 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19911
19912         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19913         fetching articles by message-id.
19914
19915 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19916
19917         * message.el (hashcash): Require hashcash as normal.
19918
19919         * ecomplete.el (ecomplete-highlight-match-line):
19920         Use point-at-eol.
19921         (ecomplete-highlight-match-line): Use `highlight', because that
19922         face exists in both Emacs and XEmacs.
19923
19924         * message.el (message-display-abbrev): Use point-at-bol.
19925
19926         * mail-source.el: Don't require timer/timer-funcs.
19927
19928         * gnus-async.el: Ditto.
19929
19930         * password.el: Ditto.
19931
19932         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19933
19934         * mm-url.el: Ditto.
19935
19936         * gnus-xmas.el: Don't require timer-funcs.
19937
19938         * mm-util.el: Require timer/timer-funcs.
19939
19940 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19941
19942         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19943         Close.
19944
19945 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19946
19947         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19948         unibyte after clear-decrypt function runs.
19949
19950         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19951         returns as a unibyte string.
19952
19953 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19954
19955         * lpath.el: Revert.
19956
19957         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19958         (pgg-gpg-process-sentinel): Revert.
19959
19960         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19961         (pgg-pgp-lookup-key): Revert.
19962
19963         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19964         (pgg-pgp5-lookup-key): Revert.
19965
19966         * pgg.el (pgg-fetch-key): Revert.
19967
19968 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19969
19970         * lpath.el: Fbind string-as-multibyte for XEmacs.
19971
19972         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19973         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19974         (mml1991-pgg-encrypt): Ditto.
19975
19976         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19977         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19978         a multibyte buffer.
19979
19980         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19981         (pgg-pgp-lookup-key): Ditto.
19982
19983         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19984         (pgg-pgp5-lookup-key): Ditto.
19985
19986         * pgg.el (pgg-fetch-key): Ditto.
19987
19988 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19989
19990         * message.el (message-user-organization-file): Check several
19991         locations of the organization file.
19992
19993         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19994         Add gnus-article-view-part-as-type.
19995
19996         * gnus-art.el (gnus-article-view-part-as-type): New function.
19997
19998         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19999         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20000
20001         * mml.el: Simplify autoload.
20002         (mml-mode): defvar dnd-protocol-alist instead of using
20003         symbol-value.
20004         (mml-default-directory): New variable.
20005         (mml-minibuffer-read-file): Use it.
20006         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20007
20008         * message.el (message-citation-line-format): New variable.
20009         (message-insert-formated-citation-line): New function.
20010         (message-citation-line-function):
20011         Add `message-insert-formated-citation-line' to custom type.
20012
20013         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20014         to doc string.
20015
20016         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20017         depending on mm-verify-option.
20018
20019 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20020
20021         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20022         binding pgg-* variables; reimplement the section which prevents
20023         MIME header from being signed.
20024         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20025         pgg-text-mode; remove a blank line at the top of body.
20026
20027         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20028         lines at the top of body; use gnus-newsgroup-charset if there's no
20029         Charset header.
20030
20031 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20032
20033         * message.el (message-self-insert-commands): Doc fix.
20034
20035         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20036         (mm-uu-pgp-encrypted-test): Ditto.
20037         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20038         between header and body; return application/pgp-encrypted handle
20039         if decryption failed; decode decrypted body by charset.
20040
20041         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20042         element match to application/pgp-*.
20043
20044 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20045
20046         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20047         HTML.
20048
20049 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20050
20051         * mail-source.el (mail-source-call-script): Message the error
20052         string.
20053
20054 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20055
20056         * gnus-util.el (gnus-byte-compile): Use it.
20057
20058 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20059
20060         * gnus-util.el (kill-empty-logs): New function.
20061
20062 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20063
20064         * message.el (message-mail-alias-type): Doc fix.
20065         (message-mail-alias-type-p): New function.
20066         (message-send): Use it.
20067         (message-mode): Ditto.
20068         (message-strip-forbidden-properties): Ditto.
20069
20070         * ecomplete.el (ecomplete-database-file-coding-system):
20071         New variable.
20072         (ecomplete-save): Use it.
20073         (ecomplete-setup): Use it.
20074
20075 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * message.el (message-self-insert-commands): New variable.
20078         (message-strip-forbidden-properties): Use it.
20079
20080 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20081
20082         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20083         that doesn't make XEmacs choke.
20084
20085 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20086
20087         * gnus-util.el (gnus-replace-in-string):
20088         Prefer replace-regexp-in-string over of replace-in-string.
20089
20090 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20091
20092         * gnus-util.el (gnus-select-frame-set-input-focus):
20093         Use select-frame-set-input-focus if it is available in XEmacs; use
20094         definition defined in Emacs 22 for old Emacsen.
20095
20096         * dgnushack.el: Autoload unmorse-region for XEmacs.
20097
20098         * lpath.el: Bind cursor-in-non-selected-windows and
20099         select-frame-set-input-focus for XEmacs.
20100
20101 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20102
20103         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20104
20105 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20106
20107         * gnus-registry.el (gnus-registry-cache-save): Remove text
20108         properties when saving via the temp buffer.
20109
20110 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20111
20112         * message.el (message-generate-hashcash): Honor custom type.
20113
20114 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20115
20116         * message.el (message-generate-hashcash): Default to non-nil when
20117         hashcash is found.
20118
20119         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20120         (gnus-refer-thread-limit): Increase default to 500.
20121
20122         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20123
20124         * flow-fill.el (fill-flowed): Allow delete-space.
20125
20126 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20127
20128         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20129         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20130         Remove autoloads.
20131
20132 2006-04-18  Simon Josefsson  <jas@extundo.com>
20133
20134         * message.el (message-generate-hashcash): Default to.
20135
20136 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20137
20138         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20139         concatenating segments rather than before concatenating them.
20140
20141 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20142
20143         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20144
20145 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20146
20147         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20148
20149         * message.el (message-forward-make-body-plain):
20150         Allow message-forward-ignored-headers to be a list.
20151         (message-remove-ignored-headers): Factor out into function.
20152         (message-forward-make-body-mml): Use it.
20153
20154         * imap.el (imap-quote-specials): New function.
20155         (imap-login-auth): Quote specials.
20156
20157         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20158         (rfc2231-parse-string): Allow concatanation of parameters that
20159         aren't contiguous.  The test case is
20160           (mail-header-parse-content-type "message/external-body;
20161             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20162             access-type=LOCAL-FILE;
20163             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20164
20165 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20166
20167         * nntp.el (nntp-accept-process-output): Return the value of
20168         `nnheader-accept-process-output'.
20169
20170 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20171
20172         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20173         (gnus-button-alist): Recognize more diff formats.
20174         (gnus-button-patch): Strip directory.
20175
20176 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20177
20178         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20179         Emacs 22 when setting focus.
20180
20181 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20182
20183         * gnus-art.el (gnus-article-treat-types): Do treatment of
20184         text/x-verbatim parts.
20185         (gnus-button-patch): New command.
20186
20187         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20188         addresses that contain invalid characters.
20189
20190 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20191
20192         * message.el (message-put-addresses-in-ecomplete):
20193         Use gnus-replace-in-string.
20194         (message-is-yours-p): Use the more correct
20195         mail-header-parse-address instead of
20196         mail-extract-address-components.
20197         (message-put-addresses-in-ecomplete): Fix typo.
20198
20199         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20200         keystroke.
20201
20202         * gnus-art.el (gnus-treatment-function-alist): Change order of
20203         newsgroups/generic header folding to avoid double-folding.
20204
20205         * message.el (message-hidden-headers): Add X-Draft-From.
20206
20207         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20208         New command.
20209         (gnus-summary-repeat-search-article-backward): New command.
20210
20211         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20212         groups in the parent topic.
20213
20214 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20215
20216         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20217         (spam-extra-header-to-number): Return the CRM114 number as a
20218         number instead of a string.
20219
20220 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20221
20222         * gnus-art.el (gnus-face-properties-alist): Move here from
20223         gnus-fun.
20224
20225         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20226
20227 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20228
20229         * message.el (message-strip-forbidden-properties): Only display on
20230         self-insert-command.
20231
20232         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20233         reindent.
20234         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20235
20236 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20237
20238         * smiley.el (smiley-style): Fix typo.
20239
20240 2006-03-23  Kenichi Handa  <handa@m17n.org>
20241
20242         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20243         instead of set-buffer-multibyte.
20244
20245 2006-03-23  Kenichi Handa  <handa@m17n.org>
20246
20247         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20248         buffer and then decode the buffer text if necessary.
20249         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20250         first, and after mm-encode-body, change the buffer to unibyte.
20251
20252 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20253
20254         * hashcash.el (hashcash-insert-payment-async-2):
20255         Use message-goto-eoh instead of doing it manually.
20256         (mail-add-payment): Use message-narrow-to-header instead of trying
20257         to do the same itself.
20258
20259         * message.el (message-hidden-headers): Add Face.
20260
20261         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20262         reparenting code.
20263         (gnus-summary-reparent-children): Refactored out code.
20264         (gnus-summary-thread-map): New keystroke.
20265         (gnus-summary-reparent-children): Make into command.
20266
20267         * smiley.el (smiley-style): Default to `medium' if using a large
20268         font.
20269
20270         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20271         does it itself.
20272
20273         * message.el (message-point-in-header-p): Simplify definition.
20274
20275 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20276
20277         * nnagent.el (nnagent-request-set-mark): Silence log file
20278         writing.
20279         (nnagent-request-set-mark): Use write-region instead of
20280         append-to-file.
20281
20282         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20283         strange select method.
20284
20285         * ecomplete.el (ecomplete-display-matches): Get highlightling
20286         right.
20287         (ecomplete-display-matches): Use literals.
20288         (ecomplete-display-matches): Disable message logging.
20289
20290         * message.el (message-display-abbrev): Small optimization.
20291
20292         * ecomplete.el (ecomplete-display-matches): Allow automatic
20293         display.
20294
20295         * message.el (message-strip-forbidden-properties):
20296         Display abbrevs.
20297         (message-display-abbrev): Get automatic display right.
20298
20299         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20300         keystrokes.
20301
20302 2006-04-13  Romain Francoise  <romain@orebokech.com>
20303
20304         TODO: Backport to v5-10!
20305
20306         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20307         Move here (and rename) from gnus-registry.el.
20308
20309         * gnus-registry.el: Require gnus-util.
20310         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20311
20312 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20313
20314         * gnus-group.el (gnus-group-catchup-current):
20315         Change if-then-else-if-then-else into cond.
20316         (gnus-group-catchup): Indent.
20317         (group-name-at-point): New function.
20318         (gnus-fetch-group): Provide default from thing at point.
20319
20320 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20321
20322         * message.el (message-display-abbrev): Fix regexp.
20323
20324         * ecomplete.el (ecomplete-highlight-match-line):
20325         Reimplement choosing.
20326         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20327         dead variables.
20328
20329         * message.el (message-newline-and-indent): Remove debugging.
20330         (message-display-abbrev): Use new implementation.
20331
20332 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20333
20334         * gnus-art.el (gnus-article-mode):
20335         Set cursor-in-non-selected-windows to nil.
20336
20337         * smiley.el: Revert previous change.
20338         (smiley-data-directory): defvar it before using it in the
20339         defcustom of `smiley-style'.
20340
20341 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20342
20343         * message.el (message-newline-and-indent): New function.
20344
20345         * ecomplete.el: Implement more bits.
20346
20347         * message.el (message-put-addresses-in-ecomplete): Clean up the
20348         string.
20349
20350         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20351
20352         * gnus-sum.el (gnus-summary-save-parts):
20353         Bind gnus-summary-save-parts-counter and use it to make unique file
20354         names.
20355
20356         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20357
20358         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20359         parameter to say whether to actually parse the individual
20360         addresses.
20361
20362         * message.el (message-put-addresses-in-ecomplete): New function.
20363         (ecomplete): Require.
20364         (message-mail-alias-type): Add ecomplete as an option.
20365
20366 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20367
20368         * flow-fill.el (fill-flowed): Remove trailing space from blank
20369         quoted lines.
20370
20371 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20372
20373         * smiley.el (smiley-style): Move definition later to avoid a
20374         compilation warning.
20375
20376 2006-04-12  Kenichi Handa  <handa@m17n.org>
20377
20378         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20379         buffer and then decode the buffer text if necessary.
20380         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20381         first, and after mm-encode-body, change the buffer to unibyte.
20382         Use mm-disable-multibyte instead of set-buffer-multibyte.
20383
20384 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20385
20386         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20387         Content-Type header instead of Content-Disposition header.
20388         (gnus-mime-inline-part): Ditto.
20389         (gnus-mime-view-part-as-charset): Ignore charset that the part
20390         specifies.
20391
20392         * mm-decode.el (mm-display-part): Work with external parts and
20393         usual parts similarly.
20394
20395         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20396         instead of gnus-display-mime.
20397
20398         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20399         instead of with-temp-buffer.
20400
20401         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20402         tag to summarized topics part in order to encode non-ASCII text.
20403
20404 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20405
20406         * smiley.el (smiley-style): New variable.
20407         (smiley-directory): New function.
20408         (smiley-data-directory): Derive from `smiley-style' using
20409         `smiley-directory'.
20410         (smiley-regexp-alist): Add new entries.
20411
20412         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20413         (gnus-article-browse-delete-temp): Add :version.
20414
20415 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20416
20417         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20418         the sieve region.
20419
20420 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20421
20422         * gnus.el (gnus-version-number): Bump version.
20423
20424 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20425
20426         * gnus.el: No Gnus v0.4 is released.
20427
20428 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20429
20430         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20431         layout.
20432
20433         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20434         unknown charset.
20435
20436         * message.el (message-header-synonyms): Add Original-To to the
20437         default.
20438
20439         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20440         optional parameter.
20441
20442 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20443
20444         * gnus-fun.el (gnus): Require it for gnus-directory.
20445
20446 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20447
20448         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20449
20450 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20451
20452         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20453
20454 2006-04-05  Simon Josefsson  <jas@extundo.com>
20455
20456         * password.el (password-reset): New function.
20457
20458 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20459
20460         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20461         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20462
20463 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20464
20465         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20466         Some whitespace was matched into the url, which broke browsing hits
20467         > 100 when mm-url-use-external was nil.
20468
20469 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20470
20471         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20472         Check gnus-extra-headers for 'Newsgroups.
20473
20474         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20475         bound.
20476
20477 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20478
20479         * pgg-gpg.el: Clean up process buffers every time gpg processes
20480         complete.
20481
20482 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20483
20484         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20485         doc string.
20486
20487 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20488
20489         * pgg-gpg.el (pgg-gpg-process-filter)
20490         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20491
20492         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20493         lines, temporary fix.
20494
20495 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20496
20497         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20498
20499 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20500
20501         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20502         default-enable-multibyte-characters.  This reverts the change from
20503         revision 6.17 which is no longer necessary because the passphrase
20504         is sent separately now.  GnuPG messages are unreadable under
20505         multibyte locales with default-enable-multibyte-characters set to
20506         nil.
20507
20508 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20509
20510         * message.el (message-tool-bar-gnome): Move "spell".
20511
20512 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20513
20514         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20515         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20516         instead.
20517
20518 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20519
20520         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20521         Improve newsgroups handling for NNTP overviews which don't include
20522         Newsgroups.
20523
20524 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20525
20526         * message.el (message-resend): Bind message-generate-hashcash to nil.
20527
20528 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20529
20530         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20531         when searching for already-paid recipients.
20532
20533 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20534
20535         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20536         passphrases when it is not needed.
20537         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20538         passphrase stuff from gpg, should only be necessary when you use
20539         gpg with a smartcard.
20540
20541 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20542
20543         * mml.el (mml-insert-mime): Ignore cached contents of
20544         message/external-body part.
20545
20546         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20547         (mm-insert-part): Ditto.
20548
20549 2006-03-23  Simon Josefsson  <jas@extundo.com>
20550
20551         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20552         Reiner.
20553         (pgg-gpg-use-agent-p): Use it again.
20554
20555 2006-03-23  Simon Josefsson  <jas@extundo.com>
20556
20557         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20558         older emacsen.
20559         (pgg-gpg-use-agent-p): Don't use it.
20560
20561 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20562
20563         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20564         if we can.
20565
20566 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20567
20568         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20569         (pgg-gpg-update-agent): New function.
20570         (pgg-gpg-use-agent-p): New function.
20571         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20572         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20573         (pgg-gpg-sign-region): Use it.
20574
20575 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20576
20577         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20578         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20579
20580 2006-03-21  Simon Josefsson  <jas@extundo.com>
20581
20582         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20583         <wilde@sha-bang.de>.
20584         (pgg-gpg-use-agent): New variable.
20585         (pgg-gpg-process-region): Use it.
20586         (pgg-gpg-encrypt-region): Likewise.
20587         (pgg-gpg-encrypt-symmetric-region): Likewise.
20588         (pgg-gpg-decrypt-region): Likewise.
20589         (pgg-gpg-sign-region): Likewise.
20590         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20591
20592 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20593
20594         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20595
20596         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20597         Add comment on version.
20598
20599 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20600
20601         * smiley.el: Add missing test smiley.
20602
20603 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20604
20605         * mm-decode.el (mm-with-part): New macro.
20606         (mm-get-part): Use it; work with message/external-body as well.
20607         (mm-save-part): Treat name and filename equally.
20608
20609         * mm-extern.el (mm-extern-cache-contents): New function.
20610         (mm-inline-external-body): Use it; force the part to be displayed;
20611         move undisplayer added to the cached handle to the parent.
20612
20613         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20614         (gnus-mime-view-part-as-type): Work with message/external-body.
20615
20616         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20617
20618 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20619
20620         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20621         images in image-load-path.  [Sync with image.el, revision 1.60, in
20622         Emacs.]
20623
20624 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20625
20626         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20627         path rather than symbol.  Always return list of directories.
20628         Guarantee that image directory comes first.  [Sync with image.el,
20629         revision 1.59, in Emacs.]
20630
20631         * message.el (message-make-tool-bar): Adjust to new API of
20632         `gmm-image-load-path-for-library'.
20633
20634         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20635
20636         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20637
20638 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20639
20640         * gnus-art.el (gnus-article-only-boring-p):
20641         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20642         intangible text.
20643         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20644
20645 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20646
20647         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20648         Use `defun' instead of `gmm-defun-compat'.
20649
20650 2006-03-14  Simon Josefsson  <jas@extundo.com>
20651
20652         * message.el (message-unique-id): Don't use message-number-base36
20653         if (user-uid) is a float.
20654         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20655
20656 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20657
20658         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20659
20660         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20661         empty line between a part and a message part.
20662
20663 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20664
20665         * smiley.el: Add more test smileys.
20666         (smiley-data-directory, smiley-regexp-alist)
20667         (gnus-smiley-file-types): Fix doc strings.
20668         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20669         adding new elements.
20670         (smiley-mouse-map): Unused code.  Make it a comment.
20671
20672 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20673
20674         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20675         scan latest NoCeM messages instead of old ones.
20676         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20677         delimiters that are recently used.
20678         (gnus-nocem-load-cache): Add autoload cookie.
20679
20680         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20681
20682         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20683         level which is larger than gnus-use-nocem is specified.
20684
20685         * gnus-group.el (gnus-group-get-new-news): Ditto.
20686
20687 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20688
20689         * gnus-util.el (gnus-tool-bar-update): New function.
20690
20691         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20692         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20693
20694         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20695
20696         * gnus-group.el (gnus-group-redraw-when-idle)
20697         (gnus-group-redraw-check): Remove.
20698         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20699
20700 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20701
20702         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20703         if optional last element is specified in splits (FIELD VALUE...).
20704
20705 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20706
20707         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20708         to gmm-image-load-path-for-library.  Call with no-error argument.
20709         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20710
20711         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20712
20713         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20714
20715         * gmm-utils.el (gmm-image-load-path): Remove alias.
20716
20717 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20718
20719         * gmm-utils.el (gmm-image-load-path): Add alias.
20720
20721         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20722         nnml-generate-nov-databases-1.
20723         (nnml-generate-nov-databases): Use it.
20724         (nnml-generate-nov-databases-directory): Document no-active
20725         argument.
20726
20727         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20728         directory if path is t.  Add no-error.
20729
20730         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20731         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20732
20733         * gnus-art.el (gnus-article-browse-delete-temp-files):
20734         Simplify resetting gnus-article-browse-html-temp-list.
20735
20736         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20737         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20738         Add example to docstring.  Rename local variables.  Move error
20739         checks to default case in cond and simplify.
20740
20741 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20742
20743         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20744         handle is multipart when calling it recursively.
20745         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20746
20747 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20748
20749         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20750         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20751
20752 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20753
20754         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20755         is loaded.
20756
20757         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20758         loaded.
20759
20760 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20761
20762         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20763         to "Emacs 23 (unicode)" in doc string.
20764
20765         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20766         "Emacs 23 (unicode)" in comment.
20767
20768 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20769
20770         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20771
20772         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20773         characters 160 through 255 in Emacs 23.
20774
20775 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20776
20777         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20778         gnus-article-browse-html-temp.
20779         (gnus-article-browse-delete-temp): Make it customizable.
20780         Add `file'.  Adjust doc string.
20781         (gnus-article-browse-delete-temp-files): Add argument.
20782         Allow query for each file.  Adjust doc string.
20783         (gnus-article-browse-html-parts):
20784         Add `gnus-article-browse-delete-temp-files' to
20785         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20786
20787 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20788
20789         * gnus-art.el (gnus-article-browse-html-temp)
20790         (gnus-article-browse-delete-temp): New variables.
20791         (gnus-article-browse-delete-temp-files): New function.
20792         (gnus-article-browse-html-parts): Use it.
20793
20794 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20795
20796         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20797
20798         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20799         string.
20800
20801         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20802         gnus-summary-insert-new-articles when unplugged.
20803         Remove gnus-summary-search-article-forward.
20804
20805         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20806         display-visual-class instead of display-color-cells.
20807
20808 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20809
20810         * dgnushack.el: Autoload customize-group for XEmacs.
20811
20812         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20813         message/* containing non-ASCII text properly.
20814
20815 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20816
20817         * message.el: Require gmm-utils, remove autoloads.
20818         (message-tool-bar): Set default based on
20819         gmm-tool-bar-style.
20820         (message-tool-bar-gnome): Add gmm-customize-mode.
20821
20822         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20823         gmm-tool-bar-style.
20824         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20825
20826         * gnus-group.el (gnus-group-tool-bar): Set default based on
20827         gmm-tool-bar-style.
20828         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20829
20830         * gmm-utils.el (gmm-image-directory): Rename variable from
20831         gmm-image-load-path.
20832         (gmm-image-load-path): Use gmm-image-directory.
20833         (gmm-customize-mode): New function.
20834         (gmm-tool-bar-style): New variable.
20835
20836         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20837         gnus-group-redraw-line-number.
20838         (gnus-group-redraw-check): Simplify.
20839         (gnus-group-tool-bar-update): Remove redraw check.
20840         (gnus-group-make-tool-bar): Add redraw check.
20841
20842 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20843
20844         * gnus-art.el (gnus-button): Add missing parentheses.
20845
20846 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20847
20848         * lpath.el: Fbind line-number-at-pos.
20849
20850 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20851
20852         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20853
20854 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20855
20856         * gnus-art.el (gnus-button): New face.
20857         (gnus-article-button-face): Use it.
20858
20859         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20860         Add gnus-summary-next-page.  Re-order.
20861
20862         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20863         next-node are now included.
20864         (gnus-group-redraw-line-number): New internal variable.
20865         (gnus-group-redraw-check): Helper function for updating the tool
20866         bar.
20867         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20868
20869         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20870
20871         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20872         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20873         Use it to match format of Spamassassin 3.0 and later.
20874         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20875         (spam-check-bogofilter)
20876         (spam-bogofilter-register-with-bogofilter): Fix args of
20877         `gnus-error' calls.
20878
20879 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20880
20881         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20882         unnecessary interaction when sending queued mails.
20883         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20884
20885 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20886
20887         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20888         first or last are nil.
20889
20890 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20891
20892         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20893
20894 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20895
20896         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20897
20898 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20899
20900         * dns.el (query-dns): Protect more against buggy tcp output.
20901
20902 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20903
20904         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20905         nov.php.
20906
20907 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20908
20909         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20910         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20911         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20912         output on the server side.
20913         (nnweb-google-create-mapping): Update regexps and add some
20914         progress indication.
20915
20916 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20917
20918         * gnus-group.el (gnus-group-tool-bar-gnome):
20919         Fix gnus-agent-toggle-plugged.  Re-order icons.
20920         (gnus-group-tool-bar-gnome):
20921         Add gnus-group-{prev,next}-unread-group.
20922         (gnus-group-tool-bar-gnome): Re-order icons.
20923
20924         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20925         Move gnus-summary-insert-new-articles.
20926
20927         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20928         Fix comments.
20929
20930         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20931         also available in Emacs 21.3.
20932
20933         * message.el (message-fix-before-sending): Change "Emacs 22" to
20934         "Emacs 23 (unicode)" in comment.
20935
20936         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20937         "Emacs 23 (unicode)" in comment.
20938
20939         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20940         comment.
20941         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20942
20943         * mm-view.el (mm-fill-flowed): Add :version.
20944
20945 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20946
20947         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20948         and load-path.
20949
20950 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20951
20952         * message.el: Autoload gmm-image-load-path.
20953         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20954         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20955         consitency.
20956
20957         * gmm-utils.el (gmm-image-load-path): Also search in
20958         "../etc/images".  Don't set gmm-image-load-path if we don't find
20959         the image.
20960
20961 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20962
20963         * gmm-utils.el (gmm-image-load-path): Don't make
20964         `gmm-image-load-path' include subdirectories which the second arg
20965         `image' might specify.
20966
20967         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20968         subdirectory to icon file names.
20969
20970         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20971
20972 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20973
20974         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20975         gmm-image-load-path calls.
20976
20977         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20978
20979         * message.el (message-make-tool-bar): Ditto.
20980
20981         * mml.el (mml-preview): Add comment concerning tool bar icons.
20982
20983         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20984         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20985
20986         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20987         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20988
20989         * message.el (message-tool-bar-gnome): Use new icon names.
20990         (message-make-tool-bar): Use `gmm-image-load-path'.
20991
20992         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20993         New functions from MH-E.
20994         (gmm-image-load-path): New variable from MH-E.
20995         (gmm-image-load-path): New function from MH-E.  Add arguments
20996         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20997         *-image-load-path-called-flag.
20998
20999 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21000
21001         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21002
21003 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21004
21005         * nnimap.el (nnimap-request-move-article): Change folder back to
21006         source group before deleting.
21007
21008 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21009
21010         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21011
21012         * gnus-art.el (mm-url-insert-file-contents-external):
21013         Autoload mm-url.
21014
21015         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21016
21017 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21018
21019         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21020         coding system which mm-charset-to-coding-system returns for a
21021         given charset is valid.
21022
21023 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21024
21025         * html2text.el (html2text-remove-tag-list):
21026         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21027
21028 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21029
21030         * gnus-cus.el: Revert 2005-10-17 change.
21031
21032 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21033
21034         * gnus-art.el (article-strip-banner):
21035         Call article-really-strip-banner only when the regexp match is made.
21036
21037 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21038
21039         * gnus-art.el (article-strip-banner):
21040         Use gnus-extract-address-components instead of
21041         mail-header-parse-addresses to make it work with non-ASCII text;
21042         remove mail-encode-encoded-word-string.
21043
21044         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21045         values which are surrounded with \"...\"; make it never cause a
21046         Lisp error; give up parsing of parameters if it failed in
21047         extracting type.
21048
21049 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21050
21051         * smime.el (smime-cert-by-ldap-1): Fix bug where
21052         `smime-ldap-search' returns results without userCertificates.
21053
21054 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21055
21056         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21057
21058 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21059
21060         * spam.el (spam-check-spamassassin-headers): Adapt format for
21061         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21062         <ari@mbf.ocn.ne.jp>.
21063         (spam-list-of-processors): Add spam-use-gmane.
21064
21065 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21066
21067         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21068         make-temp-file; make it work with XEmacs as well.
21069
21070         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21071         mm-make-temp-file.
21072
21073         * mm-decode.el (mm-display-external): Use the 3rd arg of
21074         mm-make-temp-file.
21075         (mm-create-image-xemacs): Ditto.
21076
21077 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21078
21079         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21080         with message-narrow-to-headers.
21081         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21082         (gnus-draft-check-draft-articles): New function.
21083         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21084
21085 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21086
21087         * gnus-art.el (gnus-article-browse-html-parts):
21088         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21089         Don't use suffix argument for mm-make-temp-file for Emacs 21
21090         compatibility.  Remove useless `format'.
21091
21092 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21093
21094         * nnweb.el (nnweb-google-wash-article): Update regexps.
21095         (nnweb-group-alist): Use defvoo instead of defvar.
21096
21097 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21098
21099         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21100         re-loading nn* modules.
21101
21102 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21103
21104         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21105         for `tool-bar-mode' and don't check it's default-value.
21106
21107         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21108
21109         * message.el (message-make-tool-bar): Ditto.
21110
21111         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21112         `substring'.  Shorten tmp-file name.
21113
21114         * gnus.el: Remove bogus comment.
21115
21116 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21117
21118         * gnus-art.el (gnus-article-browse-html-parts): New function.
21119         (gnus-article-browse-html-article): New function for viewing html
21120         articles with a browser.
21121
21122 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21123
21124         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21125         in elisp.
21126         (pgg-gpg-encrypt-symmetric-region): Ditto.
21127         (pgg-gpg-sign-region): Ditto.
21128
21129         * pgg-def.el (pgg-text-mode): New variable.
21130
21131         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21132         (mml2015-pgg-encrypt): Ditto.
21133
21134         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21135         (mml1991-pgg-encrypt): Ditto.
21136
21137 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21138
21139         * nnfolder.el (nnfolder-insert-newsgroup-line):
21140         Use message-make-date instead of current-time-string.
21141
21142         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21143         to gnus-decoded which mm-uu might set.
21144
21145 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21146
21147         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21148         don't decode quoted parameters; remove misimported Emacs code.
21149         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21150         (rfc2231-decode-encoded-string): Don't use split-string which
21151         behaves differently according to Emacs version; use
21152         mm-decode-coding-region to convert charset to coding-system.
21153         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21154         (rfc2231-encode-string): Remove misimported Emacs code.
21155
21156 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21157
21158         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21159         when calling mail-header-parse-content-type.
21160         (article-de-quoted-unreadable): Ditto.
21161         (article-de-base64-unreadable): Ditto.
21162         (article-wash-html): Ditto.
21163
21164         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21165         calling mail-header-parse-content-type and
21166         mail-header-parse-content-disposition.
21167         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21168         mail-header-parse-content-type.
21169
21170         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21171         insert charset and format parameters; encode description after
21172         inserting it to buffer.
21173         (mml-insert-parameter): Fold lines properly even if a parameter is
21174         segmented into two or more lines; change the max column to 76.
21175
21176         * rfc1843.el (rfc1843-decode-article-body): Don't use
21177         ignore-errors when calling mail-header-parse-content-type.
21178
21179         * rfc2231.el (rfc2231-parse-string): Return at least type if
21180         possible; don't cause an error even if it fails in parsing of
21181         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21182         (rfc2231-encode-string): Don't break lines at the beginning, leave
21183         it to mml-insert-parameter.
21184
21185         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21186         calling mail-header-parse-content-type.
21187
21188 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21189
21190         * spam-report.el (spam-report-gmane-use-article-number):
21191         Improve doc string.
21192         (spam-report-gmane-internal): Check if a suitable header was found
21193         in the article.
21194
21195 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21196
21197         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21198         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21199
21200 2006-02-05  Romain Francoise  <romain@orebokech.com>
21201
21202         Update copyright notices of all files in the gnus directory.
21203
21204 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21205
21206         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21207
21208 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21209
21210         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21211         segmented lines of parameter value to cope with Thunderbird 1.5
21212         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21213         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21214         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21215
21216 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21217
21218         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21219         parts.
21220
21221 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21222
21223         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21224         there's only one active file for all servers.
21225         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21226         solid groups.  Gnus might have used a FAST request to select the group.
21227         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21228         and nnweb-search redundantly in the active file.
21229         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21230         (nnweb-request-create-group): Don't use ARGS.
21231         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21232         initializations.  Let nnoo do the work.
21233
21234 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21235
21236         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21237         Say the part has been decoded.
21238
21239         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21240
21241 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21242
21243         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21244         mailcap-viewer-test-cache when there's no 'test clause, since that
21245         will invert the meaning of a "nil" test previously determined by
21246         mailcap-mailcap-entry-passes-test.
21247
21248 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21249
21250         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21251         compiling.
21252
21253         * gnus-sum.el: Ditto.
21254
21255         * message.el: Don't bind tool-bar-map when compiling.
21256
21257 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21258
21259         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21260
21261 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21262
21263         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21264         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21265         current Google Groups.
21266
21267 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21268
21269         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21270         and tool-bar-mode.
21271
21272         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21273         and tool-bar-mode.
21274
21275         * message.el (message-tool-bar-update): Simplify.
21276         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21277
21278         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21279         gnus-summary-buffer.
21280         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21281         gnus-summary-reply.
21282
21283         * gmm-utils.el (gmm): Add :version.
21284
21285 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21286
21287         * Makefile.in (clean): New rule.
21288         (distclean): Use it.
21289
21290 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21291
21292         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21293         Don't autoload.
21294
21295 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21296
21297         * gmm-utils.el (gmm-verbose): Add :group.
21298
21299 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21300
21301         * message.el: Change some comments WRT tool-bars.
21302
21303         * gnus-sum.el (gnus-summary-tool-bar)
21304         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21305         (gnus-summary-tool-bar-zap-list): New variables.
21306         (gnus-summary-make-tool-bar): Complete rewrite using
21307         `gmm-tool-bar-from-list'.
21308
21309         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21310         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21311         New variables.
21312         (gnus-group-make-tool-bar): Complete rewrite using
21313         `gmm-tool-bar-from-list'.
21314         (gnus-group-tool-bar-update): New function.
21315
21316         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21317
21318 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21319
21320         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21321         is dissected into a single part of which the type is the same as
21322         the given one; decode charset.
21323
21324 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21325
21326         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21327         into alists as symbol not string, since that's what
21328         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21329         look for.
21330
21331 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21332
21333         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21334         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21335
21336         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21337
21338 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21339
21340         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21341         (gnus-xmas-mime-security-button-menu): New function.
21342
21343         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21344         (gnus-mime-security-button-menu): New definition.
21345         (gnus-mime-security-button-map): Use them.
21346         (gnus-mime-security-button-menu): New function.
21347         (gnus-insert-mime-security-button): Addition to help echo.
21348         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21349         (gnus-mime-security-pipe-part): New functions.
21350
21351         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21352         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21353
21354         * mm-decode.el (mm-handle-set-disposition): Remove.
21355         (mm-handle-set-description): Remove.
21356
21357 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21358
21359         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21360         (mm-w3m-standalone-supports-m17n-p): New function.
21361         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21362         w3m usage.
21363
21364         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21365         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21366
21367 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21368
21369         * message.el (message-tool-bar-zap-list):
21370         Use gmm-tool-bar-zap-list as custom type.
21371         (message-tool-bar-update): New function.
21372         (message-tool-bar, message-tool-bar-gnome)
21373         (message-tool-bar-retro): Add message-tool-bar-update.
21374         (message-tool-bar-gnome): Add flyspell-buffer.
21375
21376         * gnus-util.el (gnus-error): Describe `args'.
21377
21378         * gmm-utils.el (gmm-error): Describe `args'.
21379         (gmm-tool-bar-zap-list): New widget.
21380         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21381
21382 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21383
21384         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21385         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21386         the number of recursive calls.
21387
21388         * mm-decode.el (mm-handle-set-disposition): New macro.
21389         (mm-handle-set-description): New macro.
21390
21391 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21392
21393         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21394         encoding.
21395
21396 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21397
21398         * message.el (message-tool-bar-zap-list, message-tool-bar)
21399         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21400         (message-tool-bar-local-item-from-menu): Remove.
21401         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21402         (message-make-tool-bar): New function.
21403         (message-mode): Use `message-make-tool-bar'.
21404
21405         * gmm-utils.el: New file.
21406         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21407         (gmm-lazy): New widget copied from `nnmail.el'.
21408         (gmm-tool-bar-from-list): New function for creating customizable
21409         tool bars.
21410         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21411         output.
21412         (gmm): Add :prefix to defgroup.
21413
21414 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21415
21416         * gmm-utils.el (gmm-widget-p): New function.
21417
21418 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21419
21420         * mml.el (mml-attach-file): Describe `description' in doc string.
21421         (mml-menu): Add Emacs MIME manual and PGG manual.
21422
21423 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21424
21425         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21426
21427 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21428
21429         * nntp.el (nntp-end-of-line): Doc fix.
21430
21431 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21432
21433         * imap.el (imap-open): Handle case where buffer is a buffer
21434         object.
21435
21436 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21437
21438         * gnus-delay.el (gnus-delay): Don't autoload.
21439         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21440         to be re-loaded when customizing the `gnus-delay' group.
21441
21442 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21443
21444         * message.el (message-insert-citation-line): Use newlines.
21445
21446 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21447
21448         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21449         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21450         these routines, so the passphrase can be managed externally and
21451         passed in to the system.
21452         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21453         pgg-add-passphrase-to-cache function.
21454
21455         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21456         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21457         these routines, so the passphrase can be managed externally and
21458         passed in to the system.
21459         (pgg-pgp5-sign-region): Use new name of
21460         pgg-add-passphrase-to-cache function.
21461
21462 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21463
21464         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21465         part of the decoded armor to find the key-identifier.
21466         (pgg-gpg-lookup-key-owner): New function to return the
21467         human-readable identifier of a key owner.
21468         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21469         itself.
21470         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21471         the key value) if we have a key and can match it against a secret
21472         key.  Also, added a note pointing out fact that the prompt only
21473         indicates the first matching key.
21474
21475         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21476         pgg-decrypt-region.
21477         (pgg-add-passphrase-to-cache): Rename from
21478         `pgg-add-passphrase-cache' to reduce confusion (all callers
21479         changed).
21480         (pgg-remove-passphrase-from-cache): Rename from
21481         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21482         changed).
21483         (pgg-read-passphrase, pgg-add-passphrase-cache)
21484         (pgg-remove-passphrase-cache): Add informative docstrings.
21485         (pgg-decrypt): Convey provided passphrase in subordinate call to
21486         pgg-decrypt-region.
21487
21488 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21489
21490         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21491         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21492         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21493         'passphrase' argument, so the passphrase can be managed externally
21494         and then passed in to the system.
21495
21496         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21497         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21498         so the passphrase cache can be used reliably with identifiers
21499         besides a pgp packet's key id.
21500
21501         * pgg-gpg.el (pgg-gpg-encrypt-region)
21502         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21503         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21504         these routines, so the passphrase can be managed externally and
21505         passed in to the system.
21506
21507         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21508         'notruncate' argument, so the passphrase cache can be used
21509         reliably with identifiers besides a pgp packet's key id.
21510
21511 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21512
21513         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21514         symmetric encryption.
21515         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21516         encrypted session key.
21517         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21518         message ask for the passphrase in a proper way.
21519
21520         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21521         New user commands for symmetric encryption.
21522
21523 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21524
21525         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21526
21527         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21528
21529 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21530
21531         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21532
21533 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21534
21535         * mm-decode.el (mm-inlined-types): Add application/pgp.
21536         (mm-automatic-display): Ditto.
21537
21538         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21539         part as text.
21540
21541 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21542
21543         * nnrss.el: Update copyright.
21544         (nnrss-opml-import): Query whether to subscribe to each entry.
21545
21546         * gnus-art.el:
21547         * gnus-sum.el:
21548         * gnus-xmas.el:
21549         * messagexmas.el:
21550         * mm-uu.el:
21551         * mm-view.el: Update copyright.
21552
21553 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21554
21555         * message.el (message-info): New function.
21556         (message-mode-menu): Add it.
21557         Update copyright.
21558
21559         * ChangeLog: Fix and update copyright.
21560
21561 2006-01-13  Romain Francoise  <romain@orebokech.com>
21562
21563         * message.el (message-forward-subject-name-subject): Prefer the
21564         address to 'nowhere' if the sender has no name.
21565         Fix typo.  Update copyright year.
21566
21567 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21568
21569         * gnus-art.el (article-wash-html):
21570         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21571         (gnus-article-wash-html-with-w3m-standalone): New function.
21572
21573         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21574         mm-inline-text-html-render-with-w3m-standalone.
21575         (mm-text-html-washer-alist): Map w3m-standalone to
21576         gnus-article-wash-html-with-w3m-standalone.
21577         (mm-inline-text-html-render-with-w3m-standalone): New function.
21578
21579 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21580
21581         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21582         Improve LaTeX.
21583
21584 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21585
21586         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21587         (nnrss-request-article): Render text/plain parts as HTML.
21588
21589         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21590         the buffer.
21591
21592 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21593
21594         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21595         custom definition of `gnus-posting-styles'.
21596
21597         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21598         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21599
21600 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21601
21602         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21603         Use nntp for bug archive.
21604
21605 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21606
21607         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21608         parts.
21609         (nnrss-normalize-date): New function converts ISO 8601 date into
21610         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21611         (nnrss-check-group): Use it.
21612
21613 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21614
21615         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21616
21617         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21618         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21619         (nnrss-insert-w3): Ditto.
21620
21621 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21622
21623         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21624         the articles to be forwarded including the case where neither a
21625         number of articles nor a region is specified.
21626
21627 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21628
21629         * nnrss.el (nnrss-request-article): Fix last change; fill
21630         text/plain parts.
21631
21632 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21633
21634         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21635         in text/plain part.
21636         (nnrss-check-group): Don't add excessive newline to dc:subject.
21637
21638 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21639
21640         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21641         article.
21642
21643 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21644
21645         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21646         (nnml-use-compressed-files, nnml-save-mail): Support other
21647         comression programs such as bzip2.
21648
21649 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21650
21651         * dns.el (query-dns): Make sure we check the buffer size before
21652         removing tcp headers.
21653
21654 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21655
21656         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21657         remove MIME buttons associated with multipart/alternative parts.
21658         (gnus-mime-display-alternative): Tag buttons using `article-type'
21659         text property.
21660
21661         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21662         associated with multipart/alternative parts.
21663
21664         * gnus-art.el (gnus-signature-separator): Fix custom type.
21665
21666         * mm-decode.el (mm-inlined-types): Fix custom type.
21667         (mm-keep-viewer-alive-types): Ditto.
21668         (mm-automatic-display): Ditto.
21669         (mm-attachment-override-types): Ditto.
21670         (mm-inline-override-types): Ditto.
21671         (mm-automatic-external-display): Ditto.
21672
21673 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21674
21675         * spam-report.el (spam-report-user-mail-address)
21676         (spam-report-user-agent): New variables.
21677         (spam-report-url-ping-plain): Use spam-report-user-agent.
21678
21679 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21680
21681         * gnus-art.el (gnus-button-handle-custom): Do not just use
21682         `customize-apropos' for any "M-x customize-*" button but the
21683         function called for.  Accept both the function name and its
21684         argument in order to achieve this.
21685         (gnus-button-alist): Remove support for "custom:" URL's.
21686         Pass function name to `gnus-button-handle-custom' in case of "M-x
21687         customize-*" buttons.
21688
21689 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21690
21691         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21692         multipart/alternative and add xref to mm-discouraged-alternatives
21693         in doc string.
21694
21695         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21696         gnus-buttonized-mime-types in doc string.
21697
21698 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21699
21700         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21701         Suggest image/.* in the doc string.
21702
21703 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21704
21705         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21706         message-marks (Debian bug#342521).
21707
21708 2005-12-12  Simon Josefsson  <jas@extundo.com>
21709
21710         * password.el (password-read-from-cache): Add.
21711         (password-read): Use it.
21712
21713 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21714
21715         * rfc2047.el (rfc2047-charset-to-coding-system):
21716         Recognize us-ascii as a MIME charset.
21717
21718         * mm-bodies.el (mm-decode-content-transfer-encoding):
21719         Protect against the case where the 2nd arg TYPE is nil.
21720
21721 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21722
21723         * pop3.el (pop3-stream-type): Fix custom version.
21724
21725         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21726
21727 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21728
21729         * mm-decode.el (mm-display-external): Add missing cdr.
21730
21731 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21732
21733         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21734         RFC1524) if it is in mailcap or add a suffix according to
21735         mailcap-mime-extensions when generating a temp filename; postpone
21736         deleting a temp file for 2 seconds for some wrappers, shell
21737         scripts, and so on, which might exit right after having started a
21738         viewer command as a background job.
21739
21740 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21741
21742         * nntp.el (nntp-marks-directory): Fix custom group.
21743
21744         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21745         steps when < 10.
21746
21747         * gnus-start.el (gnus-no-server-1):
21748         Mention `gnus-level-default-subscribed' in doc string.
21749
21750 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21751
21752         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21753         parens.
21754
21755 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21756
21757         * gnus-xmas.el (gnus-use-toolbar): Revert.
21758         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21759         gnus-use-toolbar is default.
21760
21761         * messagexmas.el (message-use-toolbar): Revert.
21762         (message-setup-toolbar): Use global default-toolbar if
21763         message-use-toolbar is default.
21764
21765 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21766
21767         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21768         according to default-toolbar-visible-p.
21769
21770         * messagexmas.el (message-use-toolbar): Ditto.
21771
21772 2005-11-26  Dave Love  <fx@gnu.org>
21773
21774         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21775         (tls-program, tls-success): Provide openssl alternative.
21776
21777         * starttls.el: Doc fixes.
21778         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21779         SERVICE to PORT.
21780
21781         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21782         port null or service name.
21783         (starttls-negotiate): Autoload.
21784
21785 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21786
21787         * message.el (message-kill-to-signature): Fix interactive spec.
21788
21789 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21790
21791         * pop3.el (pop3-open-server): Recognize a string as a service name.
21792
21793 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21794
21795         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21796
21797 2005-11-23  Dave Love  <fx@gnu.org>
21798
21799         Add pop3s, pop3/starttls.
21800
21801         * pop3.el (pop3-authentication-scheme): Clarify doc.
21802         (open-tls-stream, starttls-open-stream): Autoload.
21803         (pop3-stream-type): New.
21804         (pop3-open-server): Use it.
21805
21806         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21807         for POP.
21808         (mail-source-keyword-map): Add :stream for POP.
21809         (mail-source-fetch-pop): Use pop3-stream-type.
21810
21811 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21812
21813         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21814         of current-time-string.
21815
21816 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21817
21818         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21819         date header.
21820
21821 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21822
21823         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21824         it can seriously impact performance as it bypasses the agent's
21825         local caches.
21826
21827 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21828
21829         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21830         must be explicitly online rather than "not explicitly offline" for
21831         its flags to be synchronized.
21832
21833         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21834         that gnus-uu-unmark-thread will function correctly.
21835
21836         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21837         1024K is instead displayed as 1M.
21838
21839 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21840
21841         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21842
21843 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21844
21845         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21846
21847 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21848
21849         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21850         error message to display actual error condition.
21851         (gnus-agent-save-local): Avoid saving symbols that are bound to
21852         nil as they simply result in a warning message in
21853         gnus-agent-read-local.
21854
21855 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21856
21857         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21858         rather than make-variable-buffer-local for file-precious-flag.
21859
21860 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21861
21862         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21863         for duplicates which are removed.  The invalid sort check then
21864         triggers a rescan after the sort as sorting may have moved
21865         duplicate entries such that they can be cheaply detected.
21866
21867 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21868
21869         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21870
21871 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21872
21873         * gnus-agent.el (gnus-agent-article-alist-save-format):
21874         Change internal variable to a custom variable.  Change default value
21875         from compressed(2) to uncompressed(1).
21876         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21877         support for uncompressed agentview files.  Taken together, reading
21878         the agentview file should now be 6-7 times faster.
21879
21880 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21881
21882         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21883         as a buffer-local variable.  This avoids creating truncated
21884         dribble files as a result of a hang up, eg.
21885
21886 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21887
21888         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21889         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21890         XEmacs.
21891
21892 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21893
21894         * gnus-start.el (gnus-start-draft-setup):
21895         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21896
21897         * gnus.el (gnus-splash): Change custom group.
21898         (gnus-group-get-parameter, gnus-group-parameter-value):
21899         Describe allow-list argument.
21900
21901         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21902         string.
21903
21904 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21905
21906         * gnus-art.el (gnus-default-article-saver): Add user-defined
21907         `function' to custom type.
21908
21909 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21910
21911         * imap.el (imap-open): Handle case where buffer is a buffer
21912         object.
21913
21914 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21915
21916         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21917         long lines.
21918         (gnus-cache-delete-group): Wrap doc strings.
21919
21920         * gnus-agent.el (gnus-agent-rename-group)
21921         (gnus-agent-delete-group): Wrap doc strings.
21922
21923 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21924
21925         * messagexmas.el (message-use-toolbar): Change the valid values
21926         into default, top, bottom, left, and right.
21927         (message-toolbar-thickness): New variable.
21928         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21929         well.
21930         (message-setup-toolbar): Make it work.
21931
21932         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21933         (gnus-use-toolbar): Change the valid values into default, top,
21934         bottom, left, and right.
21935         (gnus-toolbar-thickness): New variable.
21936         (gnus-xmas-setup-toolbar): New function.
21937         (gnus-xmas-setup-group-toolbar): Use it.
21938         (gnus-xmas-setup-summary-toolbar): Use it.
21939
21940 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21941
21942         * gnus-start.el (gnus-1): Add "native" to
21943         gnus-predefined-server-alist.
21944
21945         * gnus.el (gnus-method-to-server): Don't add "native" to the
21946         lists here, because that leads to problems when
21947         gnus-select-method is bound.
21948
21949 2005-11-09  Simon Josefsson  <jas@extundo.com>
21950
21951         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21952         use (not sort-by-date) instead.
21953
21954 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21955
21956         * gnus-delay.el (gnus-delay-group): Don't autoload.
21957         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21958         to be re-loaded when customizing the `gnus-delay' group.
21959
21960 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21961
21962         * message.el: Revert last changes.
21963         (message-insert-citation-line): Use newlines.
21964
21965 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21966
21967         * message.el (message-courtesy-message)
21968         (message-mark-insert-begin, message-mark-insert-end)
21969         (message-elide-ellipsis, message-cancel-message)
21970         (message-add-header, message-change-subject)
21971         (message-cross-post-followup-to-header)
21972         (message-cross-post-insert-note, message-reduce-to-to-cc)
21973         (message-widen-reply, message-delete-not-region)
21974         (message-kill-to-signature, message-insert-signature)
21975         (message-insert-importance-high, message-insert-importance-low)
21976         (message-insert-or-toggle-importance)
21977         (message-insert-disposition-notification-to)
21978         (message-indent-citation, message-yank-original)
21979         (message-cite-original-without-signature, message-cite-original)
21980         (message-insert-citation-line, message-position-on-field)
21981         (message-fix-before-sending, message-send-mail-partially)
21982         (message-send-mail, message-send-mail-with-sendmail)
21983         (message-send-mail-with-qmail, message-send-news)
21984         (message-check-news-header-syntax, message-generate-headers)
21985         (message-insert-courtesy-copy, message-fill-address)
21986         (message-fill-header, message-shorten-references)
21987         (message-setup-1, message-cancel-news)
21988         (message-forward-make-body-plain, message-forward-make-body-mime)
21989         (message-forward-make-body-mml, message-encode-message-body)
21990         (message-forward-make-body-digest-plain)
21991         (message-forward-make-body-digest-mime)
21992         (message-use-alternative-email-as-from): Insert `hard-newline'
21993         instead of ordinary newlines.
21994
21995 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21996
21997         * message.el (message-generate-headers): Downcase the argument
21998         given to message-check-element.
21999
22000 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22001
22002         * nntp.el (nntp-authinfo-rejected): New error condition.
22003         (nntp-wait-for): Use new error condition to signal authentication
22004         error.
22005         (nntp-retrieve-data): Rethrow new error condition to break out of
22006         recursive call to nntp-send-authinfo.
22007
22008 2005-11-08  Romain Francoise  <romain@orebokech.com>
22009
22010         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22011         (gnus-summary-exit-map): Bind to `Z p'.
22012         (gnus-summary-make-menu-bar): Add menu item.
22013
22014 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22015
22016         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22017         (gnus-treat-*): Add `first' in all doc strings.
22018
22019         * gnus-group.el (gnus-group-compact-group): Fix typo.
22020
22021 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22022
22023         * gnus.el (gnus-parameters-case-fold-search): New variable.
22024         (gnus-parameters-get-parameter): Use it.
22025
22026         * gnus-score.el (gnus-home-score-file): Doc fix.
22027
22028 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22029
22030         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22031
22032 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * mm-util.el (mm-special-display-p): New function.
22035
22036         * mml.el (mml-preview): Use it; doc fix.
22037
22038 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22039
22040         * imap.el (imap-open): Handle case where buffer is a buffer object.
22041
22042 2005-10-29  Romain Francoise  <romain@orebokech.com>
22043
22044         * message.el (message-fix-before-sending): Fix comment.
22045
22046 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22047
22048         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22049
22050 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22051
22052         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22053         Used in gnus-score.el.
22054
22055 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22056
22057         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22058
22059 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22060
22061         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22062         whitespace removed in revision 7.8.  Use concatenated string to
22063         protect trailing whitespace.
22064
22065 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22066
22067         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22068         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22069         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22070         Courier IMAP ("some version from 2004").  Mostly based on similar
22071         code in the same function.
22072
22073 2005-10-26  Didier Verna  <didier@xemacs.org>
22074
22075         * gnus-group.el (gnus-group-compact-group): Invalidate original
22076         article buffer.
22077         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22078         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22079         NOV database and in article itself.
22080         Invalidate article backlog.
22081
22082 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22083
22084         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22085
22086 2005-10-26  Simon Josefsson  <jas@extundo.com>
22087
22088         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22089         part of 2004-07-25 change.
22090
22091 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22092
22093         * message.el (message-display-completion-list): New function.
22094         (message-expand-group): Use it; make sure the Completions buffer
22095         is modifiable.
22096 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22097
22098         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22099         user-mail-name is an empty string.
22100
22101 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22102
22103         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22104         depending on gnus-score-decay-constant.
22105
22106         * encrypt.el (encrypt-insert-file-contents)
22107         (encrypt-write-file-contents): Don't use `gnus-message'.
22108
22109         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22110         arguments.
22111         (mm-uu-type-alist): Add message-marks and insert-marks.
22112         Pass arguments to mm-uu-verbatim-marks-extract.
22113         (mm-uu-hide-markers): New variable.
22114         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22115
22116         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22117         (gnus-convert-image-to-face-command): Use "convert" by default to
22118         allow other input image formats.
22119         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22120         accordingly.
22121
22122 2005-10-23  Simon Josefsson  <jas@extundo.com>
22123
22124         * imap.el (imap-gssapi-program): Align command line parameters
22125         with latest GNU SASL.
22126         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22127
22128 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22129
22130         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22131         HTML.
22132         (nnslashdot-request-article): Ditto.
22133
22134         * lpath.el (featurep): Add nobreak-char-display.
22135
22136 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22137
22138         * mail-source.el (mail-source-fetch-pop): Require pop3.
22139         (mail-source-check-pop): Ditto.
22140
22141 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22142
22143         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22144         errors.
22145
22146 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22147
22148         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22149         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22150
22151         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22152
22153         * mm-bodies.el (mm-decode-string):
22154         Call `mm-charset-to-coding-system' with allow-override argument.
22155
22156 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22157
22158         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22159         (rfc2047-charset-to-coding-system): New function.
22160         (rfc2047-decode-encoded-words): New function.
22161         (rfc2047-decode-region): Use them.
22162         (rfc2047-decode-cte): Remove.
22163         (rfc2047-parse-and-decode): Remove.
22164         (rfc2047-decode): Remove.
22165
22166 2005-10-15  Kenichi Handa  <handa@m17n.org>
22167
22168         * rfc2047.el (rfc2047-decode-cte): New function.
22169         (rfc2047-decode-region): Change the way to decode successive
22170         encoded-words: decode B- or Q-encoding in each encoded-word,
22171         concatenate them, and decode it as charset.
22172
22173 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22174
22175         * lpath.el: Fbind codepage-setup for XEmacs.
22176
22177 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22178
22179         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22180         widget-move-and-invoke.
22181         (gnus-custom-mode): Use gnus-custom-map.
22182
22183 2005-10-15  Bill Wohler  <wohler@newt.com>
22184
22185         * message.el (message-tool-bar-map): Rename image file from
22186         mail_send to mail/send.
22187
22188 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22189
22190         * message.el (message-expand-group): Pass the common
22191         prefix substring of completion to `display-completion-list'.
22192
22193 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22194
22195         * mml-sec.el (mml-secure-method): New internal variable.
22196         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22197         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22198         New functions using mml-secure-method.
22199
22200         * mml.el (mml-mode-map): Add key bindings for those functions.
22201         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22202         Harder <harder@myrealbox.com>.
22203         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22204         Goto end of message if point is the headers of the message.
22205
22206         * message.el (message-in-body-p): New function.
22207
22208         * assistant.el: Autoload gnus-util and netrc.
22209
22210         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22211         Use `mm-charset-override-alist' only when decoding.
22212
22213         * mm-bodies.el (mm-decode-body):
22214         Call `mm-charset-to-coding-system' with allow-override argument.
22215
22216         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22217         `filename' from Content-Disposition if Content-Type doesn't
22218         provide `name'.
22219         (gnus-mime-view-part-as-type): Set default instead of
22220         initial-input.
22221
22222 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22223
22224         * format-spec.el (format-spec): Propagate text properties of % spec.
22225
22226 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22227
22228         * gnus-art.el (gnus-treat-predicate): Add `first'.
22229
22230 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22231
22232         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22233         (mm-charset-override-alist): New variable.
22234         (mm-charset-to-coding-system): Use it.
22235         (mm-codepage-setup): New helper function.
22236         (mm-charset-eval-alist): New variable.
22237         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22238         Warn about unknown charsets.
22239
22240         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22241
22242 2005-10-04  David Hansen  <david.hansen@gmx.net>
22243
22244         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22245         (nnrss-check-group): Ditto.
22246
22247 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22248
22249         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22250         Rename x-gnus-verbatim to x-verbatim.
22251         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22252
22253         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22254         x-verbatim.
22255
22256         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22257
22258         * gnus-util.el (gnus-remove-duplicates): Remove.
22259
22260         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22261         instead of gnus-remove-duplicates.
22262
22263         * message.el (message-remove-duplicates): Remove.
22264         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22265         message-remove-duplicates.
22266
22267         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22268         available, else use implementation from `delete-dups'.
22269
22270         * message.el (message-insert-expires): New function.
22271         (message-mode-map): Add key binding.
22272         (message-mode-field-menu): Add menu entry.
22273         (message-mode): Document it.
22274         (message-make-expires-date): Use `message-make-date'.
22275
22276 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22277
22278         * message.el (message-make-expires-date): New function.
22279
22280 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22281
22282         * Makefile.in (list-installed-shadows): New entry.
22283         (install): Use it.
22284         (remove-installed-shadows): New entry.
22285
22286         * dgnushack.el (dgnushack-default-load-path): New variable.
22287         (dgnushack-find-lisp-shadows): New function.
22288         (dgnushack-remove-lisp-shadows): New function.
22289
22290 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22291
22292         * Makefile.in (install-el-elc): New entry.
22293         (install): Use it so that .el files are necessarily installed.
22294
22295 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22296
22297         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22298
22299 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22300
22301         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22302         function rather than the diff-mode.el package.
22303         (mm-display-external): Use with-current-buffer.
22304         (mm-viewer-completion-map, mm-viewer-completion-map):
22305         Move initialization inside declaration.
22306
22307 2005-09-29  Simon Josefsson  <jas@extundo.com>
22308
22309         * spam.el: Load hashcash when compiling, to avoid warnings.
22310         Don't autoload mail-check-payment.
22311         (spam-check-hashcash): Define unconditionally, since hashcash.el
22312         is part of Gnus now.  Ignore errors from payment checking.
22313
22314 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22315
22316         * message.el (message-bold-region, message-unbold-region):
22317         Rename from `bold-region' and `unbold-region'.
22318
22319         * message.el: Remove useless autoloads.
22320
22321 2005-09-28  Simon Josefsson  <jas@extundo.com>
22322
22323         * message.el (message-use-idna): Default to t.
22324         (message-use-idna): Test whether encoding works too.  Doc fix.
22325
22326 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22327
22328         * nntp.el (nntp-warn-about-losing-connection): Remove.
22329
22330 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22331
22332         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22333         customizable.  Change default value.
22334         (mm-uu-diff-groups-regexp): Change default value.
22335         (mm-uu-type-alist): Add doc string.
22336         (mm-uu-configure): Add doc string.  Make it interactive.
22337         (mm-uu-tex-groups-regexp): New variable.
22338         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22339         (mm-uu-type-alist): Add LaTeX documents.
22340         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22341         of "text/verbatim".
22342         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22343
22344         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22345         instead of "text/verbatim".
22346
22347         * message.el (message-mark-inserted-region)
22348         (message-mark-insert-file): Use slrn style marks when called with
22349         prefix argument.
22350
22351 2005-09-27  Simon Josefsson  <jas@extundo.com>
22352
22353         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22354
22355 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22356
22357         * message.el (message-remove-duplicates): New function.
22358         Implementation borrowed from `gnus-remove-duplicates'.
22359         (message-idna-to-ascii-rhs): Also encode idna addresses in
22360         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22361         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22362         only ask about the same idna domain once per header and also tell
22363         in what header to replace the idna domain.
22364
22365         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22366         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22367         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22368         a header is decoded and not just the last one.
22369
22370 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22371
22372         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22373         has been decoded.
22374
22375         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22376         (mm-insert-part): Don't modify text if it has been decoded.
22377
22378         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22379         decoded.
22380
22381         * mm-view.el (mm-inline-text): Don't strip text props unless
22382         decoding enriched or richtext parts.
22383
22384 2005-09-25  Romain Francoise  <romain@orebokech.com>
22385
22386         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22387         * gnus-start.el (gnus-subscribe-interactively):
22388         * gnus-uu.el (gnus-uu-grab-articles):
22389         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22390         space.
22391
22392 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22393
22394         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22395         * mm-view.el (mm-view-pkcs7-decrypt):
22396         * gnus-sum.el (gnus-summary-limit-to-extra)
22397         (gnus-summary-respool-article, gnus-read-move-group-name):
22398         * gnus-score.el (gnus-summary-increase-score):
22399         * gnus-util.el (gnus-completing-read-with-default):
22400         * gnus-art.el (gnus-read-save-file-name)
22401         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22402         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22403         * message.el (message-check-news-header-syntax):
22404         Follow convention for reading with the minibuffer.
22405
22406 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22407
22408         * spam-report.el (spam-report-url-ping-plain):
22409         Use gnus-extended-version as User-Agent.
22410
22411         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22412         default value is nil.
22413
22414         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22415         (mm-uu-verbatim-marks-extract): New function.
22416         (mm-uu-extract): New face.
22417         (mm-uu-copy-to-buffer): Use it.
22418
22419         * spam-report.el (spam-report-gmane-ham): Rename from
22420         `spam-report-gmane-unspam'.
22421         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22422         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22423
22424         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22425         Autoload.
22426         (spam-report-gmane-unregister-routine):
22427         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22428
22429 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22430
22431         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22432         (spam-report-gmane-unregister-routine): Add support for gmane
22433         unregistration.
22434
22435         * spam-report.el (spam-report-gmane-unspam)
22436         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22437         (spam-report-gmane): Change to take a single article and do unspam
22438         registration.
22439
22440 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22441
22442         * mm-url.el (mm-url-decode-entities): Fix regexp.
22443
22444 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22445
22446         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22447         default to nil, to be able to use Gnus at all.  If the default
22448         switches to something else, then the function should be fixed not
22449         be exceedingly slow.
22450
22451 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22452
22453         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22454         fail hard.
22455
22456         * spam-report.el: Add better Keywords line.
22457
22458         * spam.el: Add Maintainer and better Keywords line.
22459
22460 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22461
22462         * gnus-art.el (gnus-article-replace-part)
22463         (gnus-mime-replace-part): New functions.
22464         (gnus-mime-action-alist, gnus-mime-button-commands)
22465         (gnus-mime-save-part-and-strip): Add file argument.
22466         (gnus-article-part-wrapper): Add interactive argument.
22467
22468         * gnus-sum.el (gnus-summary-mime-map):
22469         Add `gnus-article-replace-part'.
22470
22471 2005-09-19  Didier Verna  <didier@xemacs.org>
22472
22473         The nnml compaction feature:
22474         * nnml.el (nnml-request-compact-group): New function.
22475         * nnml.el (nnml-request-compact): New function.
22476         * gnus-int.el (gnus-request-compact-group): New function.
22477         * gnus-int.el (gnus-request-compact): New function.
22478         * gnus-group.el (gnus-group-compact-group): New function.
22479         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22480         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22481         * gnus-srvr.el (gnus-server-compact-server): New function.
22482         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22483         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22484
22485 2005-09-18  Deepak Goel  <deego@gnufans.org>
22486
22487         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22488         format spec.
22489
22490 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22491
22492         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22493
22494 2005-09-15  Romain Francoise  <romain@orebokech.com>
22495
22496         * message.el (message-fill-paragraph): Clarify docstring.
22497
22498 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22499
22500         * gnus-art.el (gnus-mime-display-part): Protect against broken
22501         MIME messages.
22502
22503 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22504
22505         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22506         before parsing header.
22507
22508 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22509
22510         * html2text.el (html2text-replace-list): Add new entities.
22511
22512 2005-09-11  Romain Francoise  <romain@orebokech.com>
22513
22514         * message.el (message-alternative-emails): Improve docstring.
22515         (message-setup-1): Call `message-use-alternative-email-as-from'
22516         after `message-setup-hook' to give it precedence over posting
22517         styles, etc.
22518         (message-use-alternative-email-as-from): Add docstring.
22519         Remove the original From header if present.
22520
22521         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22522         (nnml-save-mail): Use it.
22523
22524         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22525         articles.  Add new argument `silent'.
22526         (gnus-uu-mark-all): Report the total number of marked articles.
22527
22528 2005-09-10  Romain Francoise  <romain@orebokech.com>
22529
22530         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22531         (gnus-uu-mark-series): Likewise.
22532
22533 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22534
22535         * spam-report.el (spam-report-gmane): Fix generation of spam
22536         report URL.
22537
22538 2005-09-10  Simon Josefsson  <jas@extundo.com>
22539
22540         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22541         t, based on discussion on the ding list with Robert Epprecht
22542         <epprecht@solnet.ch>.
22543
22544 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22545
22546         * spam-report.el (spam-report-gmane): Make it work without
22547         X-Report-Spam header.  Gmane now only provides Archived-At.
22548         This is only used if `spam-report-gmane-use-article-number' is nil.
22549         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22550
22551         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22552         make `gnus-summary-sort-by-recipient' work with threading.
22553
22554         * nnweb.el (nnweb-google-wash-article): Print a message if article
22555         is not available.
22556
22557 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22558
22559         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22560         change.  Decode text/* parts content before displaying.
22561
22562 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22563
22564         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22565
22566 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22567
22568         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22569
22570         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22571         url-package-name, url-package-version,
22572         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22573         w3m-display-inline-images, and w3m-minor-mode-map.
22574
22575 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22576
22577         * message.el (message-tab-body-function): Fix mismatched custom type.
22578
22579         * gnus.el (gnus-group-change-level-function): Ditto.
22580
22581         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22582
22583         * gnus-art.el (gnus-signature-limit)
22584         (gnus-article-mime-part-function): Ditto.
22585
22586 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22587
22588         * mml.el (mml-mode): Silence the byte compiler.
22589
22590         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22591         using `(sit-for 0)' before moving the point to the specified part;
22592         skip unbuttonized parts.
22593         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22594         return to the summary window if gnus-auto-select-part is non-nil.
22595
22596 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22597
22598         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22599         New variables.
22600         (mml-dnd-attach-file, mml-mode): Use them.
22601
22602         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22603         Make fetching article by MID work again for Google Groups.
22604         Add FIXME concerning gnus-group-make-web-group.
22605
22606         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22607         Don't depend on Gnus by using mail-extract-address-components if
22608         gnus-extract-address-components is not bound.
22609
22610 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22611
22612         * gnus-art.el (gnus-mime-display-security): Don't display the
22613         signature, but only the signed part.
22614
22615 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22616
22617         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22618
22619         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22620         list, not listp.
22621
22622 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22623
22624         * mm-encode.el (mm-encode-content-transfer-encoding):
22625         Likewise when encoding.
22626
22627         * mm-bodies.el (mm-decode-content-transfer-encoding):
22628         De-canonicalize CRLF for all text content types, not just
22629         text/plain.
22630
22631 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22632
22633         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22634         valid article; point arrow and cursor at the MIME button.
22635
22636 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22637
22638         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22639         Suggested by Dan Christensen <jdc@uwo.ca>.
22640
22641         * mm-decode.el (mm-save-part): Enable change of prompt.
22642
22643 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22644
22645         * gnus-msg.el (gnus-inews-add-send-actions):
22646         Make `message-post-method' lambda parameter ARG `&optional'.
22647
22648 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22649
22650         * gnus-sum.el (gnus-summary-mime-map):
22651         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22652         gnus-article-jump-to-part.
22653
22654         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22655         (gnus-article-edit-part): Use it.
22656         (gnus-article-part-wrapper): Add no-handle argument.
22657         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22658         New functions.
22659
22660 2005-08-29  Romain Francoise  <romain@orebokech.com>
22661
22662         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22663         docstring.
22664         (gnus-face-from-file): Likewise.
22665
22666 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22667
22668         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22669         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22670         non-nil.
22671         (gnus-auto-select-part): New variable.
22672         (gnus-article-jump-to-part): New function.
22673         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22674         (gnus-mime-delete-part): Allow selecting specified part after
22675         deleting or stripping parts.
22676         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22677         part if argument is bogus.
22678
22679 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22680
22681         * gnus-art.el (w3m-minor-mode-map):
22682         * gnus-spec.el (gnus-newsrc-file-version):
22683         * gnus-util.el (nnmail-active-file-coding-system)
22684         (gnus-original-article-buffer, gnus-user-agent):
22685         * gnus.el (gnus-ham-process-destinations)
22686         (gnus-parameter-ham-marks-alist)
22687         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22688         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22689         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22690         * mm-decode.el (gnus-current-window-configuration):
22691         * mm-extern.el (gnus-article-mime-handles):
22692         * mm-url.el (url-current-object, url-package-name)
22693         (url-package-version):
22694         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22695         (smime-keys, w3m-cid-retrieve-function-alist)
22696         (w3m-current-buffer, w3m-display-inline-images)
22697         (w3m-minor-mode-map):
22698         * mml-smime.el (gnus-extract-address-components):
22699         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22700         (gnus-newsrc-hashtb, message-default-charset)
22701         (message-deletable-headers, message-options)
22702         (message-posting-charset, message-required-mail-headers)
22703         (message-required-news-headers):
22704         * mml1991.el (mc-pgp-always-sign):
22705         * mml2015.el (mc-pgp-always-sign):
22706         * nnheader.el (nnmail-extra-headers):
22707         * rfc1843.el (gnus-decode-encoded-word-function)
22708         (gnus-decode-header-function, gnus-newsgroup-name):
22709         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22710
22711 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22712
22713         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22714         the end of the date treatments.
22715
22716 2005-08-15  Simon Josefsson  <jas@extundo.com>
22717
22718         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22719         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22720         Capello and Romain Francoise.
22721         (pgg-fetch-key-function): Remove, not used?
22722         (pgg-insert-url-with-w3): Require url, to get
22723         url-insert-file-contents regardless of where it is defined.
22724
22725 2005-08-13  Romain Francoise  <romain@orebokech.com>
22726
22727         * message.el (message-cite-original-1): New function.
22728         (message-cite-original): Use it.
22729         (message-cite-original-without-signature): Ditto.
22730
22731 2005-08-08  Romain Francoise  <romain@orebokech.com>
22732
22733         * message.el (message-yank-empty-prefix): New variable.
22734         (message-indent-citation): Use it.
22735         (message-cite-original-without-signature): Respect X-No-Archive.
22736
22737 2005-08-08  Simon Josefsson  <jas@extundo.com>
22738
22739         * pgg.el: Autoload url-insert-file-contents instead of loading
22740         w3/url.
22741         (pgg-insert-url-with-w3): Don't load url here.
22742
22743 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22744
22745         * message.el (message-kill-to-signature): Don't insert newline at
22746         bol.
22747         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22748
22749 2005-08-06  Romain Francoise  <romain@orebokech.com>
22750
22751         * message.el (message-user-fqdn): Fix typo in docstring.
22752
22753 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22754
22755         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22756
22757         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22758
22759 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22760
22761         * mm-bodies.el (mm-encode-body): Use coding system rather than
22762         charset to encode text.
22763
22764         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22765         number of charsets if utf-8 is available (XEmacs).
22766
22767 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22768
22769         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22770         taken from `gnus-button-mid-or-mail-regexp'.
22771         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22772         (gnus-button-alist): Improve regexp for domain part of the MIDs
22773         for news:localpart@domain buttons.
22774         (gnus-button-ctan-directory-regexp): Update.
22775
22776 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22777
22778         * sieve-manage.el (sieve-manage-interactive-login):
22779         Use make-local-variable rather than make-variable-buffer-local.
22780         (sieve-manage-open): Ditto.
22781         (sieve-manage-authenticate): Ditto.
22782
22783         * mml.el (mml-generate-mime-1): Make the content type default to
22784         text/plain if the filename is not specified.
22785
22786 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22787
22788         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22789         instead of insert-buffer.
22790
22791         * message.el (message-yank-original): Ditto; set the mark at the
22792         end of the yanked message.
22793
22794 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22795
22796         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22797         lines to scroll rather than to stop it.
22798
22799         * mml.el (mml-generate-default-type): Add doc string.
22800         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22801         default to application/octet-stream when determining the content
22802         type if it is not specified for the part or the mml contents; add
22803         a comment about mml-generate-default-type.
22804
22805 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22806
22807         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22808         make it default to application/octet-stream when determining the
22809         content type if it is not specified for the external contents.
22810
22811 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22812
22813         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22814         segmented parameter but also other parameters might be there.
22815
22816 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22817
22818         * mm-decode.el (mm-display-external): Delete temp file, directory
22819         and buffer immediately if the external process is exited.
22820
22821 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22822
22823         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22824         fewer lines than that of scroll-margin.
22825         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22826
22827 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22828
22829         * gnus-art.el (gnus-article-next-page): Revert.
22830         (gnus-article-beginning-of-window): New macro.
22831         (gnus-article-next-page-1): Use it.
22832         (gnus-article-prev-page): Ditto.
22833         (gnus-article-edit-part): Use insert-buffer-substring instead of
22834         insert-buffer.
22835         (gnus-article-edit-exit): Ditto.
22836
22837         * gnus-util.el (gnus-beginning-of-window): Remove.
22838         (gnus-end-of-window): Remove.
22839
22840         * lpath.el: Don't bind header-line-format and scroll-margin.
22841
22842 2005-07-25  Simon Josefsson  <jas@extundo.com>
22843
22844         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22845         to have the url package without w3.  Reported by Daiki Ueno
22846         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22847
22848 2005-07-20  Didier Verna  <didier@xemacs.org>
22849
22850         * gnus-diary.el: Remove the description comment (nndiary is now
22851         properly documented in the Gnus manual).
22852         Fix the spelling of "Back End".
22853         * nndiary.el: Ditto.
22854         Fix the copyright notice.
22855
22856 2005-07-18  Romain Francoise  <romain@orebokech.com>
22857
22858         * gnus-sum.el (gnus-summary-to-prefix)
22859         (gnus-summary-newsgroup-prefix): New variables.
22860         (gnus-summary-from-or-to-or-newsgroups): Use them.
22861
22862 2005-07-17  Romain Francoise  <romain@orebokech.com>
22863
22864         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22865         space as it's generally not especially interesting to the user.
22866
22867 2005-07-16  Romain Francoise  <romain@orebokech.com>
22868
22869         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22870         nil to avoid prompting and file modification if one of the
22871         messages at the top of the nnfolder file contains a copyright
22872         notice.
22873         Update copyright notice.
22874
22875         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22876         instead of `current-time-string' as the latter creates a time
22877         string that is not RFC 2822 compliant (it lacks the zone).
22878         Update copyright notice.
22879
22880 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22881
22882         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22883         for text/rtf.  Display default in prompt.  Pass default for M-n.
22884
22885         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22886
22887 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22888
22889         * gnus-msg.el (gnus-button-mailto):
22890         Remove save-selected-window-window hackery because it relies on
22891         save-selected-window internals.
22892
22893 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22894
22895         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22896         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22897         (gnus-article-prev-page): Ditto.
22898
22899         * gnus-util.el (gnus-beginning-of-window): New function.
22900         (gnus-end-of-window): New function.
22901
22902         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22903
22904 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22905
22906         * gnus-score.el (gnus-score-edit-all-score):
22907         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22908         gnus-message.
22909
22910 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22911
22912         * gnus-msg.el (gnus-button-mailto):
22913         Remove save-selected-window-window hackery because it relies on
22914         save-selected-window internals.
22915
22916 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22917
22918         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22919         add-minor-mode.
22920         (gnus-binary-mode): Ditto.
22921
22922         * gnus-topic.el (gnus-topic-mode): Ditto.
22923
22924 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22925
22926         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22927         (gnus-article-prev-page): Take scroll-margin into consideration.
22928
22929 2005-07-04  Lute Kamstra  <lute@gnu.org>
22930
22931         Update FSF's address in GPL notices.
22932
22933 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22934
22935         * gnus.el (gnus-exit):
22936         * gnus-group.el (gnus-group-icons):
22937         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22938
22939         * gnus-nocem.el (gnus-nocem):
22940         * message.el (message-various, message-buffers, message-sending)
22941         (message-interface, message-forwarding, message-insertion)
22942         (message-headers, message-news, message-mail):
22943         * pgg-gpg.el (pgg-gpg):
22944         * pgg-parse.el (pgg-parse):
22945         * pgg-pgp.el (pgg-pgp):
22946         * pgg-pgp5.el (pgg-pgp5):
22947         * pop3.el (pop3): Finish `defgroup' description with period.
22948
22949 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22950
22951         * gnus-art.el (article-display-face): Improve the efficiency.
22952         (article-display-x-face): Ditto; remove gray x-face stuff.
22953
22954 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22955
22956         * gnus-art.el (article-display-face): Correct the position in
22957         which Faces are inserted.
22958
22959 2005-06-29  Didier Verna  <didier@xemacs.org>
22960
22961         * gnus-art.el (article-display-face): Display faces in correct
22962         order.
22963
22964 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22965
22966         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22967         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22968         (gnus-nocem-check-article): Fetch the Type header.
22969         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22970         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22971         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22972         make sure gnus-nocem-hashtb is initialized.
22973         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22974         (gnus-nocem-unwanted-article-p): Ditto.
22975
22976         * pgg.el (pgg-verify): Return the verification result.
22977
22978 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22979
22980         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22981         is ascii.
22982
22983 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22984
22985         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22986         `show-nonbreak-escape'.
22987
22988 2005-06-23  Lute Kamstra  <lute@gnu.org>
22989
22990         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22991
22992         * dig.el (dig-mode):
22993         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22994
22995 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22996
22997         * nnimap.el (nnimap-split-download-body): Fix spellings.
22998
22999 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23000
23001         * gnus-art.el (gnus-article-encrypt-body):
23002         * gnus-cus.el (gnus-score-customize):
23003         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23004         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23005
23006 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23007
23008         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23009         header by looking for magic "MII" at the beginning.
23010
23011 2005-06-16  Miles Bader  <miles@gnu.org>
23012
23013         * gnus-xmas.el (gnus-xmas-group-startup-message):
23014         Use renamed gnus-splash face.
23015
23016         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23017         (assistant-field-face): New backward-compatibility alias for renamed
23018         face.
23019         (assistant-render-text): Use renamed assistant-field face.
23020
23021         * spam.el (spam): Remove "-face" suffix from face name.
23022         (spam-face): New backward-compatibility alias for renamed face.
23023         (spam-face, spam-initialize): Use renamed spam face.
23024
23025         * message.el (message-header-to, message-header-cc)
23026         (message-header-subject, message-header-newsgroups)
23027         (message-header-other, message-header-name)
23028         (message-header-xheader, message-separator, message-cited-text)
23029         (message-mml): Remove "-face" suffix from face names.
23030         (message-header-to-face, message-header-cc-face)
23031         (message-header-subject-face, message-header-newsgroups-face)
23032         (message-header-other-face, message-header-name-face)
23033         (message-header-xheader-face, message-separator-face)
23034         (message-cited-text-face, message-mml-face):
23035         New backward-compatibility aliases for renamed faces.
23036         (message-font-lock-keywords): Use renamed message faces.
23037
23038         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23039         (sieve-test-commands, sieve-tagged-arguments):
23040         Remove "-face" suffix from face names.
23041         (sieve-control-commands-face, sieve-action-commands-face)
23042         (sieve-test-commands-face, sieve-tagged-arguments-face):
23043         New backward-compatibility aliases for renamed faces.
23044         (sieve-control-commands-face, sieve-action-commands-face)
23045         (sieve-test-commands-face, sieve-tagged-arguments-face):
23046         Use renamed sieve faces.
23047
23048         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23049         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23050         (gnus-group-news-3-empty, gnus-group-news-4)
23051         (gnus-group-news-4-empty, gnus-group-news-5)
23052         (gnus-group-news-5-empty, gnus-group-news-6)
23053         (gnus-group-news-6-empty, gnus-group-news-low)
23054         (gnus-group-news-low-empty, gnus-group-mail-1)
23055         (gnus-group-mail-1-empty, gnus-group-mail-2)
23056         (gnus-group-mail-2-empty, gnus-group-mail-3)
23057         (gnus-group-mail-3-empty, gnus-group-mail-low)
23058         (gnus-group-mail-low-empty, gnus-summary-selected)
23059         (gnus-summary-cancelled, gnus-summary-high-ticked)
23060         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23061         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23062         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23063         (gnus-summary-low-undownloaded)
23064         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23065         (gnus-summary-low-unread, gnus-summary-normal-unread)
23066         (gnus-summary-high-read, gnus-summary-low-read)
23067         (gnus-summary-normal-read, gnus-splash):
23068         Remove "-face" suffix from face names.
23069         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23070         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23071         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23072         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23073         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23074         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23075         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23076         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23077         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23078         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23079         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23080         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23081         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23082         (gnus-summary-normal-ticked-face)
23083         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23084         (gnus-summary-normal-ancient-face)
23085         (gnus-summary-high-undownloaded-face)
23086         (gnus-summary-low-undownloaded-face)
23087         (gnus-summary-normal-undownloaded-face)
23088         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23089         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23090         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23091         (gnus-splash-face):
23092         New backward-compatibility aliases for renamed faces.
23093         (gnus-group-startup-message): Use renamed gnus faces.
23094
23095         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23096         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23097         (gnus-server-agent): Remove "-face" suffix from face names.
23098         (gnus-server-agent-face, gnus-server-opened-face)
23099         (gnus-server-closed-face, gnus-server-denied-face)
23100         (gnus-server-offline-face):
23101         New backward-compatibility aliases for renamed faces.
23102         (gnus-server-agent-face, gnus-server-opened-face)
23103         (gnus-server-closed-face, gnus-server-denied-face)
23104         (gnus-server-offline-face): Use renamed gnus faces.
23105
23106         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23107         Remove "-face" suffix from face names.
23108         (gnus-picon-xbm-face, gnus-picon-face):
23109         New backward-compatibility aliases for renamed faces.
23110
23111         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23112         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23113         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23114         (gnus-cite-11): Remove "-face" suffix from face names.
23115         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23116         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23117         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23118         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23119         New backward-compatibility aliases for renamed faces.
23120         (gnus-cite-attribution-face, gnus-cite-face-list)
23121         (gnus-article-boring-faces): Use renamed gnus faces.
23122
23123         * gnus-art.el (gnus-signature, gnus-header-from)
23124         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23125         (gnus-header-content): Remove "-face" suffix from face names.
23126         (gnus-signature-face, gnus-header-from-face)
23127         (gnus-header-subject-face, gnus-header-newsgroups-face)
23128         (gnus-header-name-face, gnus-header-content-face):
23129         New backward-compatibility aliases for renamed faces.
23130         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23131
23132         * gnus-sum.el (gnus-summary-selected-face)
23133         (gnus-summary-highlight): Use renamed gnus faces.
23134         * gnus-group.el (gnus-group-highlight): Likewise.
23135
23136 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23137
23138         * gnus-sieve.el (gnus-sieve-article-add-rule):
23139         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23140         * spam-stat.el (spam-stat-buffer-change-to-spam)
23141         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23142
23143         * message.el (message-is-yours-p):
23144         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23145
23146 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23147
23148         * mm-view.el (mm-inline-text): Withdraw the last change.
23149
23150 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23151
23152         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23153         executing enriched-decode.
23154
23155 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23156
23157         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23158         charset of tar files.
23159
23160 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23161
23162         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23163
23164 2005-06-04  Lute Kamstra  <lute@gnu.org>
23165
23166         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23167         information is never recorded.
23168
23169 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23170
23171         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23172
23173 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23174
23175         * pop3.el (pop3-apop): Run md5 in the binary mode.
23176
23177         * starttls.el (starttls-set-process-query-on-exit-flag):
23178         Use eval-and-compile.
23179
23180 2005-05-31  Simon Josefsson  <jas@extundo.com>
23181
23182         * smime.el (smime-replace-in-string): Define.
23183         (smime-cert-by-ldap-1): Use it.
23184
23185 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23186
23187         * gnus-art.el (article-display-x-face): Replace
23188         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23189
23190         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23191         set-process-query-on-exit-flag or process-kill-without-query.
23192
23193         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23194         loop instead of replace-regexp.
23195
23196         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23197         instead of process-kill-without-query if it is available.
23198
23199         * lpath.el: Fbind ldap-search-entries.
23200
23201         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23202         instead of find-file-hooks if it is available.
23203
23204         * mml1991.el: Bind pgg-default-user-id when compiling.
23205
23206         * mml2015.el: Bind pgg-default-user-id when compiling.
23207
23208         * nndraft.el (nndraft-request-associate-buffer):
23209         Use write-contents-functions instead of write-contents-hooks if it is
23210         available.
23211
23212         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23213         instead of find-file-hooks if it is available.
23214
23215         * nntp.el (nntp-open-connection): Replace
23216         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23217         (nntp-open-ssl-stream): Ditto.
23218         (nntp-open-tls-stream): Ditto.
23219
23220         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23221         set-process-query-on-exit-flag or process-kill-without-query.
23222         (starttls-open-stream-gnutls): Use it instead of
23223         process-kill-without-query.
23224         (starttls-open-stream): Ditto.
23225
23226 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23227
23228         * smime.el (smime-cert-by-ldap-1): Don't use
23229         replace-regexp-in-string.
23230
23231 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23232
23233         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23234
23235         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23236         in PEM format.  Adjust to the XEmacs compatibility.
23237
23238 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23239
23240         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23241         by `string-to-number'.
23242         * gnus-agent.el (gnus-agent-regenerate-group)
23243         (gnus-agent-fetch-articles): Ditto.
23244         * gnus-art.el (gnus-button-fetch-group): Ditto.
23245         * gnus-cache.el (gnus-cache-generate-active)
23246         (gnus-cache-articles-in-group): Ditto.
23247         * gnus-group.el (gnus-group-set-current-level)
23248         (gnus-group-insert-group-line): Ditto.
23249         * gnus-score.el (gnus-score-set-expunge-below)
23250         (gnus-score-set-mark-below, gnus-summary-score-effect)
23251         (gnus-summary-score-entry): Ditto.
23252         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23253         (gnus-soup-pack): Ditto.
23254         * gnus-spec.el (gnus-xmas-format): Ditto.
23255         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23256         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23257         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23258         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23259         * nndb.el (nndb-get-remote-expire-response): Ditto.
23260         * nndiary.el (nndiary-parse-schedule-value)
23261         (nndiary-string-to-number, nndiary-request-replace-article)
23262         (nndiary-request-article): Ditto.
23263         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23264         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23265         * nneething.el (nneething-make-head): Ditto.
23266         * nnfolder.el (nnfolder-request-article)
23267         (nnfolder-retrieve-headers): Ditto.
23268         * nnheader.el (nnheader-file-to-number): Ditto.
23269         * nnkiboze.el (nnkiboze-request-article): Ditto.
23270         * nnmail.el (nnmail-process-unix-mail-format)
23271         (nnmail-process-babyl-mail-format): Ditto.
23272         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23273         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23274         (nnmh-request-create-group, nnmh-request-list-1)
23275         (nnmh-request-group, nnmh-request-article): Ditto.
23276         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23277         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23278         * nnsoup.el (nnsoup-make-active): Ditto.
23279         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23280         * nntp.el (nntp-find-group-and-number)
23281         (nntp-retrieve-headers-with-xover): Ditto.
23282         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23283         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23284         (pgg-format-key-identifier): Ditto.
23285         * pop3.el (pop3-last, pop3-stat): Ditto.
23286         * qp.el (quoted-printable-decode-region): Ditto.
23287
23288         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23289         of concat.
23290
23291 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23292
23293         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23294
23295         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23296
23297         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23298
23299         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23300
23301         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23302
23303         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23304
23305         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23306         (gnus-carpal-mode): Ditto.
23307
23308         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23309         (gnus-browse-mode): Ditto.
23310
23311         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23312
23313         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23314
23315 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23316
23317         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23318
23319 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23320
23321         * gnus-util.el (gnus-run-mode-hooks): New function.
23322
23323         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23324
23325         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23326         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23327
23328 2005-05-27  Lute Kamstra  <lute@gnu.org>
23329
23330         * dns-mode.el (dns-mode): Specify customization group.
23331
23332 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23333
23334         * gnus-agent.el (gnus-agent-make-mode-line-string):
23335         Use mode-line-highlight as mouse-face.
23336
23337 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23338
23339         * canlock.el (canlock): Change the parent group to news.
23340
23341         * deuglify.el (gnus-outlook-deuglify): Add :group.
23342
23343         * dig.el (dig): Add :group.
23344
23345         * dns-mode.el (dns-mode): Add :group.
23346
23347         * encrypt.el (encrypt): Add :group.
23348
23349         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23350         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23351         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23352         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23353         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23354
23355         * gnus-diary.el (gnus-diary): Add :group.
23356
23357         * gnus.el (gnus-group-news-1-face): Add :group.
23358         (gnus-group-news-1-empty-face): Ditto.
23359         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23360         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23361         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23362         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23363         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23364         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23365         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23366         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23367         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23368         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23369         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23370         (gnus-summary-high-ticked-face): Ditto.
23371         (gnus-summary-low-ticked-face): Ditto.
23372         (gnus-summary-normal-ticked-face): Ditto.
23373         (gnus-summary-high-ancient-face): Ditto.
23374         (gnus-summary-low-ancient-face): Ditto.
23375         (gnus-summary-normal-ancient-face): Ditto.
23376         (gnus-summary-high-undownloaded-face): Ditto.
23377         (gnus-summary-low-undownloaded-face): Ditto.
23378         (gnus-summary-normal-undownloaded-face): Ditto.
23379         (gnus-summary-high-unread-face): Ditto.
23380         (gnus-summary-low-unread-face): Ditto.
23381         (gnus-summary-normal-unread-face): Ditto.
23382         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23383         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23384
23385         * hashcash.el (hashcash): New custom group.
23386         (hashcash-default-payment): Add :group.
23387         (hashcash-payment-alist): Ditto.
23388         (hashcash-default-accept-payment): Ditto.
23389         (hashcash-accept-resources): Ditto.
23390         (hashcash-path): Ditto.
23391         (hashcash-extra-generate-parameters): Ditto.
23392         (hashcash-double-spend-database): Ditto.
23393         (hashcash-in-news): Ditto.
23394
23395         * message.el (message-minibuffer-local-map): Add :group.
23396
23397         * netrc.el (netrc): Add :group.
23398
23399         * sieve-manage.el (sieve-manage-log): Add :group.
23400         (sieve-manage-default-user): Diito.
23401         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23402         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23403         (sieve-manage-authenticators): Ditto.
23404         (sieve-manage-authenticator-alist): Ditto.
23405         (sieve-manage-default-port): Ditto.
23406
23407         * sieve-mode.el (sieve-control-commands-face): Add :group.
23408         (sieve-action-commands-face): Ditto.
23409         (sieve-test-commands-face): Ditto.
23410         (sieve-tagged-arguments-face): Ditto.
23411
23412         * smime.el (smime): Add :group.
23413
23414         * spam-report.el (spam-report): Add :group.
23415
23416         * spam.el (spam, spam-face): Add :group.
23417
23418 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23419
23420         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23421         return \n.\n.\n at the end of articles.  Protect against that.
23422         (nntp-with-open-group): Allow debugging.
23423
23424         * nnheader.el (mail-header-set-extra): Make into a function
23425         because I just could't understand how to quote the list properly.
23426
23427         * dns.el (query-dns-cached): New function.
23428
23429 2005-05-26  Lute Kamstra  <lute@gnu.org>
23430
23431         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23432
23433 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23434
23435         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23436
23437         * gnus-art.el: Don't autoload mail-extract-address-components.
23438
23439         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23440         eval-and-compile to evaluate it.
23441
23442         * hashcash.el: Don't autoload executable-find.
23443
23444         * nndb.el: Don't declare the nndb back end two or more times; don't
23445         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23446
23447         * nntp.el: Autoload format-spec instead of format; use
23448         eval-and-compile to evaluate autoload forms.
23449
23450 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23451
23452         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23453
23454 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23455
23456         * gnus.el (gnus-version-number): Bump version.
23457
23458 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23459
23460         * gnus.el: No Gnus v0.3 is released.
23461
23462 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23463
23464         * lpath.el (featurep): Bind show-nonbreak-escape.
23465
23466 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23467
23468         * gnus-art.el (gnus-article-edit-part): Disable undo.
23469
23470 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23471
23472         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23473         gnus-article-date-lapsed-new-header is t if date timer is active;
23474         skip headers in which the original date value is empty.
23475         (gnus-article-save-original-date): Redefine it as a macro.
23476         (gnus-display-mime): Use it.
23477
23478 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23479
23480         * gnus-art.el (article-date-ut): Support converting date in
23481         forwarded parts as well.
23482         (gnus-article-save-original-date): New function.
23483         (gnus-display-mime): Use it.
23484
23485 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23486
23487         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23488         enclosure element of <item>.
23489
23490 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23491
23492         * message.el (message-kill-buffer-query): Rename from
23493         `message-kill-buffer-query-if-modified'.  Add :version.
23494
23495 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23498         window layout.
23499
23500 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23501
23502         * mml.el: Autoload dnd when compiling.
23503
23504 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23505
23506         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23507         x-dnd-*.
23508
23509 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23510
23511         * qp.el (quoted-printable-encode-region): Save excursion.
23512
23513 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23514
23515         * message.el (message-kill-buffer-query-if-modified): Add new variable
23516         so the user can kill a modified message buffer quickly.
23517         (message-kill-buffer): Use it.
23518
23519 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23520
23521         * lpath.el: Fbind display-time-event-handler; don't fbind
23522         string-to-multibyte.
23523
23524         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23525
23526 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23527
23528         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23529         contained in text because xml.el decodes entities) with LFs.
23530
23531 2005-04-11  Lute Kamstra  <lute@gnu.org>
23532
23533         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23534         differently.
23535
23536 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23537
23538         * mm-util.el (mm-detect-coding-region): Typo.
23539
23540 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23541
23542         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23543
23544 2005-04-06  Deepak Goel  <deego@gnufans.org>
23545
23546         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23547         user-function allow user modifications of the scores.
23548         (spam-stat-score-buffer-user): New function, to allow
23549         user-computed modifications to the score.
23550         (spam-stat-score-buffer-user-functions): List of additional
23551         scoring functions.
23552         (spam-stat-error-holder): Global temporary error holder.
23553         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23554         variable.
23555
23556 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23557
23558         * gnus-registry.el (gnus-registry-clean-empty-function)
23559         (gnus-registry-trim, gnus-registry-fetch-groups)
23560         (gnus-registry-delete-group): Groups that match
23561         `gnus-registry-ignored-groups' are removed from the registry
23562         entries, not just ignored for splitting.  This helps clean up the
23563         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23564         to get all the groups a message ID is in.
23565
23566         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23567         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23568         (spam-stat-score-buffer-user-functions): Add :number custom type.
23569
23570 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23571
23572         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23573         argument in XEmacs.
23574
23575         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23576         (nnrss-request-group): Decode group name first.
23577         (nnrss-request-article): Make a text/plain article if mml-to-mime
23578         failed.
23579         (nnrss-get-encoding): Return a compatible encoding according to
23580         nnrss-compatible-encoding-alist.
23581         (nnrss-find-el): Use consp instead of listp.
23582         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23583
23584 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23585
23586         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23587         which Emacs 20 doesn't support.
23588         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23589
23590 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23591
23592         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23593         silence the byte compiler inside the defun.
23594
23595         * gnus-demon.el (parse-time-string): Add autoload.
23596
23597         * gnus-delay.el (parse-time-string): Add autoload.
23598
23599         * gnus-art.el (parse-time-string): Add autoload.
23600
23601         * nnultimate.el (parse-time): Require for `parse-time-string'.
23602
23603 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23604
23605         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23606
23607         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23608
23609         * smime.el (smime-ldap-host-list): Add :version.
23610
23611 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23612
23613         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23614         pass it to `gnus-browse-read-group'.
23615         (gnus-browse-read-group): Add NUMBER argument and pass it to
23616         `gnus-group-read-ephemeral-group'.
23617
23618         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23619         argument and pass it to `gnus-group-read-group'.
23620
23621 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23622
23623         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23624         mm-xemacs-find-mime-charset-1 if we have the mule feature
23625         available at runtime.
23626
23627 2005-03-25  Werner Lemberg  <wl@gnu.org>
23628
23629         * nnmaildir.el: Replace `illegal' with `invalid'.
23630
23631 2005-03-23  Lute Kamstra  <lute@gnu.org>
23632
23633         * time-date.el: Add comment on time value formats.
23634         Don't require parse-time.
23635         (with-decoded-time-value): New macro.
23636         (encode-time-value): New function.
23637         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23638         (days-to-time): Return a valid time value when arg is huge.
23639         (time-since): Use time-subtract.
23640         (time-to-number-of-days): Use time-to-seconds.
23641
23642 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23643
23644         * gnus-start.el (gnus-display-time-event-handler):
23645         Check display-time-timer at runtime rather than only at load time
23646         in case display-time-mode is turned off in the mean time.
23647
23648 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23649
23650         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23651         used.
23652
23653         * nneething.el (nneething-map-file-directory): Derive from
23654         `gnus-directory'.
23655
23656         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23657         the To/Cc button.
23658
23659 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23660
23661         * nnmaildir.el (nnmaildir-request-accept-article):
23662         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23663
23664 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23665
23666         * gnus-async.el: Require timer-funcs at compile time when in
23667         XEmacs for `run-with-idle-timer'.
23668
23669 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23670
23671         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23672         autoloaded function.
23673
23674 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23675
23676         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23677
23678 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23679
23680         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23681
23682 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23683
23684         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23685         Add gnus-expert-user to default.
23686
23687 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23688
23689         * nnimap.el (nnimap-open-server): Ditto.
23690
23691         * imap.el (imap-authenticate): Fix typo.
23692
23693 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23694
23695         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23696         buffer (since IMAP server might return FETCH response out of
23697         order, and the nntp buffer must be sorted).
23698
23699 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23700
23701         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23702         comparison on string.
23703
23704         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23705         (gnus-agent-score): Rename category keywords to match gnus-cus.
23706         (gnus-agent-summary-fetch-series): Modify to protect against
23707         gnus-agent-summary-fetch-group clearing processable flags.
23708         (gnus-agent-synchronize-group-flags): Update live group buffer as
23709         synchronization may occur due to the user toggle the plugged
23710         status.
23711         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23712         successfully downloaded.
23713         (gnus-agent-expire-group-1): Avoid using markers when the overview
23714         is in ascending order; greatly improves performance.
23715         (gnus-agent-regenerate-group):
23716         Use gnus-agent-synchronize-group-flags to reset read status in both
23717         gnus and server.
23718         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23719
23720 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23721
23722         * message.el: Don't autoload former message-utils variables.
23723         (message-strip-subject-trailing-was): Change doc string.
23724
23725         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23726         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23727         (nnweb-google-search): Add "hl=en" here.
23728         (nnweb-google-parse-1, nnweb-google-create-mapping):
23729         Don't hardcode URL.
23730
23731 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23732
23733         * message.el (message-get-reply-headers, message-followup):
23734         Mention related variables `message-use-followup-to' and
23735         `message-use-mail-followup-to', in the information buffer.
23736
23737         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23738         of broken groups(-beta).google.com.
23739
23740 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23741
23742         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23743         parameter to invoked gnus-request-move-article; remove the
23744         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23745         all at once instead of once per article.
23746         (gnus-summary-remove-process-mark): Accept a list of articles as
23747         well as a single article for processing.
23748
23749         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23750         parameter.
23751
23752         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23753
23754         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23755
23756         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23757         parameter.
23758
23759         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23760         parameter.
23761
23762         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23763         parameter and remove the gnus-sum-hint-move-is-internal variable.
23764
23765         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23766         parameter.
23767
23768         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23769         parameter.
23770
23771         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23772         parameter.
23773
23774         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23775
23776         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23777         parameter.
23778
23779         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23780         parameter.
23781
23782 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23783
23784         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23785         a more conservative way.
23786
23787 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23788
23789         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23790         buffer, so it moves the window's cursor.
23791
23792 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23793
23794         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23795         `mm-dissect-multipart' and receive the from field as an (optional)
23796         argument from `mm-dissect-multipart'.
23797         (mm-dissect-multipart): Receive the from field as an argument and
23798         pass it on when we call `mm-dissect-buffer' on MIME parts.
23799         Fixes verification/decryption of signed/encrypted MIME parts.
23800
23801 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23802
23803         * gnus-sum.el (gnus-summary-move-article):
23804         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23805         whatever it calls (right now, only nnimap-request-move article
23806         respects it).
23807
23808         * nnimap.el (nnimap-request-move-article):
23809         When gnus-sum-hint-move-is-internal is set, don't do the extra
23810         nnimap-request-article.
23811
23812 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23813
23814         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23815
23816         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23817         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23818
23819         * gnus-sum.el (gnus-summary-caesar-message):
23820         Apply `gnus-treat-article' after rotation.
23821
23822         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23823         doc string.
23824
23825 2005-02-22  Simon Josefsson  <jas@extundo.com>
23826
23827         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23828         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23829         <arne@arnested.dk>.
23830         (encrypt): Add password-cache and password-cache-expiry as group
23831         members.
23832
23833 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23834
23835         * smime.el (smime-ldap-host-list): Doc fix.
23836         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23837         cache) password.
23838         (smime-sign-region): Use it.
23839         (smime-decrypt-region): Use it.
23840         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23841         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23842         fails.
23843         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23844         certificate from DER to PEM format rather than calling openssl.
23845
23846         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23847
23848         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23849         for signing/encryption.
23850
23851         * mml.el (mml-parse-1): Use them.
23852
23853 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23854
23855         * nnrss.el (nnrss-verbose): Remove.
23856         (nnrss-request-group): Use `nnheader-message' instead.
23857
23858 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23859
23860         * nnrss.el (nnrss-verbose): New variable.
23861         (nnrss-request-group): Make it say nnrss is requesting a group.
23862
23863 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23864
23865         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23866         Handle news URL with given port correctly.
23867
23868 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23869
23870         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23871         containing special characters.
23872
23873         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23874
23875         * mml.el (mime-to-mml): Ditto.
23876
23877         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23878         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23879         (rfc2047-decode-region): Quote decoded words containing special
23880         characters when rfc2047-quote-decoded-words-containing-tspecials
23881         is non-nil.
23882
23883 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23884
23885         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23886
23887         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23888
23889 2005-02-15  Simon Josefsson  <jas@extundo.com>
23890
23891         * nnimap.el (nnimap-debug): Doc fix.
23892
23893         * imap.el (imap-debug): Doc fix.
23894
23895 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23896
23897         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23898
23899 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23900
23901         * gnus.el (spam-contents): Improve docs for spam-contents
23902         parameter in its variable incarnation.
23903
23904 2005-02-14  Simon Josefsson  <jas@extundo.com>
23905
23906         * smime-ldap.el: Use require instead of load-library for ldap.
23907         (smime-ldap-search): Indent.
23908         (smime-ldap-search-internal): Shorten line.
23909
23910         * smime.el (smime-cert-by-dns): Add doc-string.
23911         (smime-cert-by-ldap-1): Indent.
23912
23913         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23914         mml-smime-get-dns-ldap.
23915         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23916
23917 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23918
23919         * smime.el: Require smime-ldap.
23920         (smime-ldap-host-list): New variable.
23921         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23922
23923         * mml-smime.el (mml-smime-encrypt-query): New function.
23924         (mml-smime-encrypt-query): Use it.
23925
23926         * smime-ldap.el: New file.
23927
23928 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23929
23930         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23931
23932 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23933
23934         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23935         argument in doc string.  Make query for type more clear.
23936
23937 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23938
23939         * gnus.el (gnus-group-startup-message): Search for gnus images in
23940         etc/images/gnus.
23941         * mm-util.el (mm-image-load-path): Likewise.
23942         * smiley.el (smiley-data-directory): Search for smilies in
23943         etc/images/smilies.
23944
23945 2005-02-09  Kim F. Storm  <storm@cua.dk>
23946
23947         Change Emacs release version from 21.4 to 22.1 throughout.
23948         Change Emacs development version from 21.3.50 to 22.0.50.
23949
23950 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23951
23952         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23953
23954         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23955         non-Mule XEmacs as well.
23956         (mm-decompress-buffer): Signal an error intentionally if it does
23957         not decompress compressed data because auto-compression-mode is
23958         disabled.
23959
23960 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23961
23962         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23963         an ID in the registry even if it has no groups.
23964
23965 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23966
23967         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23968         merge it into mm-decompress-buffer.
23969         (gnus-mime-copy-part): Use the MIME part charset, the value which
23970         a user specified or gnus-newsgroup-charset for decoding, like
23971         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23972         save-buffer what was used.  Suggested by Kevin Ryde
23973         <user42@zip.com.au>.
23974         (gnus-mime-inline-part): Allow the name parameter as well as the
23975         filename parameter; force decompressing of compressed data; always
23976         display contents being not decoded as unibyte.
23977
23978         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23979         as well as the filename parameter.
23980
23981         * mm-util.el (mm-decompress-buffer):
23982         Merge gnus-mime-jka-compr-maybe-uncompress.
23983         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23984         of compressed data.
23985
23986 2005-02-08  Simon Josefsson  <jas@extundo.com>
23987
23988         * imap.el (imap-log): Doc fix.
23989
23990 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23991
23992         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23993         the coding cookies; decompress compressed parts.
23994
23995         * mml.el (mml-generate-mime-1): Add the charset parameter according
23996         to the value which a user specified manually or the coding cookie.
23997
23998         * mm-util.el (mm-string-to-multibyte): New function.
23999         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24000         (mm-coding-system-to-mime-charset): New function.
24001         (mm-decompress-buffer): New function.
24002         (mm-find-buffer-file-coding-system): New function.
24003
24004         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24005         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24006         parts.
24007
24008 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24009
24010         * mm-view.el (mm-display-inline-fontify): Decode a part according
24011         to the charset parameter.
24012
24013 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24014
24015         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24016         prefix arg is neither nil nor a number, as info specifies.
24017
24018 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24019
24020         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24021         timestamps.
24022
24023 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24024
24025         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24026         groups error checking and notify user.
24027
24028 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24029
24030         * message.el (message-send-mail-function): Check existence of
24031         sendmail-program first before using default value
24032         `message-send-mail-with-sendmail'.  Otherwise use more generic
24033         `smtpmail-send-it'.
24034
24035 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24036
24037         * nntp.el (nntp-request-update-info): Always return nil.
24038
24039 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24040
24041         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24042
24043 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24044
24045         * message.el (message-beginning-of-line): Change the behavior when
24046         invoked between BOL and : so that it first moves backward.
24047
24048 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24049
24050         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24051         article buffer when editing of the article is discarded.
24052         (gnus-article-prepare): Revert.
24053
24054 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24055
24056         * gnus-art.el (gnus-article-prepare):
24057         Remove message-strip-forbidden-properties from the local hook.
24058
24059 2005-01-27  Simon Josefsson  <jas@extundo.com>
24060
24061         * password.el (password-cache-add): Only start one timer per key.
24062         Reported by Derek Atkins <warlord@MIT.EDU>.
24063
24064 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24065
24066         * run-at-time.el: Remove.  It is no longer needed as
24067         timer-funcs.el in the xemacs-base package has a working version of
24068         `run-at-time'.
24069
24070         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24071
24072         * password.el: Require timer-funcs instead of run-at-time in
24073         XEmacs.
24074         Remove `password-run-at-time' macro.
24075         (password-cache-add): Use `run-at-time' instead of
24076         `password-run-at-time'.
24077
24078         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24079         Remove `nnheader-cancel-function-timers' alias,
24080         `cancel-function-timers' exists in XEmacs in timer-funcs.
24081
24082         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24083         for `run-with-idle-timer'.
24084
24085         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24086         for `run-at-time'.
24087
24088         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24089         for `with-timeout'.
24090
24091         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24092         the same as for XEmacs 21.4.
24093         No need to ignore `run-with-idle-timer', this function exists in
24094         XEmacs now in timer-funcs.el in the xemacs-base package.
24095         (dgnushack-compile): No need to delete
24096         run-at-time.el from the list of files to compile because it
24097         doesn't exist anymore.
24098
24099 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24100
24101         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24102         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24103
24104 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24105
24106         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24107         sensitively.
24108
24109 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24110
24111         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24112
24113 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24114
24115         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24116         which will be inserted according to the multibyteness of a buffer
24117         rather than the type of contents.  Suggested by ARISAWA Akihiro
24118         <ari@mbf.ocn.ne.jp>.
24119
24120         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24121         of string which old xml.el may return rather than a string.
24122
24123 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24124
24125         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24126
24127 2005-01-16  Simon Josefsson  <jas@extundo.com>
24128
24129         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24130         idn/idna.el isn't available.
24131         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24132         <michael@waxrat.com>.
24133
24134         * hashcash.el: Remove non-FSF copyright header.
24135
24136         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24137         (hashcash-generate-payment): Use it.
24138         (hashcash-generate-payment-async): Use it.
24139
24140 2005-01-15  Simon Josefsson  <jas@extundo.com>
24141
24142         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24143         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24144
24145         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24146         gnus-summary-idna-message.
24147         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24148         (gnus-summary-idna-message): New function.
24149
24150 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24151
24152         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24153         gnus-novice-user.
24154
24155 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24156
24157         * nnrss.el (nnrss-request-delete-group): Delete entries in
24158         nnrss-group-alist as well.
24159         (nnrss-save-server-data): Insert newline.
24160
24161 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24162
24163         * gnus.el (gnus-user-agent): Use list of symbols instead of
24164         symbols.  Display full version number for (S)XEmacs.
24165         Optionally display (S)XEmacs codename.
24166
24167         * gnus-util.el (gnus-emacs-version): Update for new
24168         `gnus-user-agent'.
24169
24170         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24171         Gnus version.
24172
24173 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24174
24175         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24176         which is unreadable in some setups.
24177
24178 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24179
24180         * gnus-spec.el (gnus-update-format-specifications): Flush the
24181         group format spec cache if it doesn't support decoded group names.
24182
24183 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24184
24185         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24186         Allow to apply decay on score files matching a regexp.
24187
24188 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24189
24190         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24191         compatibility in %g and %c.
24192
24193 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24194
24195         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24196         name for only %g and %c.
24197         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24198         of gnus-tmp-group to decoded group name.
24199         (gnus-group-make-rss-group): Exclude `/'s from group names.
24200
24201 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24202
24203         * nnrss.el (nnrss-get-encoding): Fix regexp.
24204
24205 2004-12-27  Simon Josefsson  <jas@extundo.com>
24206
24207         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24208         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24209         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24210
24211 2004-12-17  Kim F. Storm  <storm@cua.dk>
24212
24213         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24214
24215         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24216
24217 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24218
24219         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24220
24221 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24222
24223         * nnrss.el: Require rfc2047 and mml.
24224         (nnrss-file-coding-system): New variable.
24225         (nnrss-format-string): Redefine it as an inline function.
24226         (nnrss-decode-group-name): New function.
24227         (nnrss-string-as-multibyte): Remove.
24228         (nnrss-retrieve-headers): Decode group name; don't use
24229         nnrss-format-string.
24230         (nnrss-request-group): Decode group name.
24231         (nnrss-request-article): Decode group name; allow a Message-ID as
24232         well as an article number; don't use nnrss-format-string; encode a
24233         Message-ID string which may contain non-ASCII characters; use
24234         mml-to-mime to compose a MIME article.
24235         (nnrss-request-expire-articles): Decode group name.
24236         (nnrss-request-delete-group): Decode group name.
24237         (nnrss-fetch): Clarify error message.
24238         (nnrss-read-server-data): Use insert-file-contents instead of load;
24239         bind file-name-coding-system; use multibyte buffer.
24240         (nnrss-save-server-data): Bind coding-system-for-write to the
24241         value of nnrss-file-coding-system; bind file-name-coding-system;
24242         add coding cookie.
24243         (nnrss-read-group-data): Use insert-file-contents instead of load;
24244         bind file-name-coding-system; use multibyte buffer.
24245         (nnrss-save-group-data): Bind coding-system-for-write to the
24246         value of nnrss-file-coding-system; bind file-name-coding-system.
24247         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24248         make it work with non-ASCII text.
24249         (nnrss-find-el): Make it work with old xml.el as well.
24250
24251 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24252
24253         * nnrss.el (nnrss-get-encoding): New function.
24254         (nnrss-fetch): Use unibyte buffer initially; bind
24255         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24256         decode contents according to the encoding attribute.
24257         (nnrss-save-group-data): Add coding cookie.
24258         (nnrss-mime-encode-string): New function.
24259         (nnrss-check-group): Use it to encode subject and author.
24260
24261 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24262
24263         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24264         imaginary variable.
24265
24266 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24267
24268         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24269         correctly even if there are wide characters.
24270
24271 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24272
24273         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24274         downcased symbol names; make a new cache instead of reusing
24275         bbdb-hashtable.
24276
24277 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24278
24279         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24280         concatenating segments rather than before concatenating them.
24281         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24282
24283         * message.el (message-get-reply-headers): Bind `extra'.
24284
24285 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24286
24287         * message.el (message-extra-wide-headers): New variable.
24288         (message-get-reply-headers): Use it.
24289
24290 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24291
24292         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24293         (gnus-agent-group-pathname): Ditto.
24294
24295         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24296
24297         * gnus-group.el (gnus-group-make-group): Decode group name.
24298         (gnus-group-make-rss-group): Register the group data after opening
24299         the nnrss group.
24300
24301 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24302
24303         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24304         by expiry now get marked as read.
24305
24306 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24307
24308         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24309
24310 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24311
24312         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24313         unify Latin characters in XEmacs.
24314         (mm-find-mime-charset-region): Use it.
24315
24316 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24317
24318         * gnus-util.el (gnus-delete-directory): New function.
24319
24320         * gnus-agent.el (gnus-agent-delete-group): Use it.
24321
24322         * gnus-cache.el (gnus-cache-delete-group): Use it.
24323
24324 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24325
24326         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24327         names.
24328
24329 2004-12-16  Simon Josefsson  <jas@extundo.com>
24330
24331         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24332
24333 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24334
24335         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24336
24337         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24338         (gnus-group-set-current-level): Decode group name.
24339
24340 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24341
24342         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24343         failed.
24344
24345 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24346
24347         * gnus-group.el (gnus-group-delete-group): Decode group name.
24348         (gnus-group-make-rss-group): Encode group name.
24349         (gnus-group-catchup-current): Decode group name.
24350         (gnus-group-kill-group): Decode group name.
24351
24352 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24353
24354         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24355
24356 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24357
24358         * gnus-group.el (gnus-group-make-rss-group):
24359         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24360
24361         * gnus-start.el (gnus-setup-news): Honor user's setting to
24362         gnus-message-archive-method.  Suggested by Lute Kamstra
24363         <lute@gnu.org>.
24364
24365 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24366
24367         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24368         global counterparts of the buffer-local variables.
24369
24370 2004-11-16  Romain Francoise  <romain@orebokech.com>
24371
24372         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24373         counterparts of the buffer-local variables.
24374
24375 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24376
24377         * message.el (message-forbidden-properties): Fix typo in doc
24378         string.
24379
24380 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24381
24382         * gnus-util.el (gnus-replace-in-string): Add doc string.
24383
24384         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24385         to avoid problems when splitting mails with many recipients.
24386
24387 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24388
24389         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24390         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24391
24392 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24393
24394         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24395         if there is no hashtable in memory or file modification time is
24396         newer than cached timestamp.
24397
24398 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24399
24400         * gnus-sum.el (gnus-summary-limit-to-recipient):
24401         Implement not-matching option.
24402
24403 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24404
24405         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24406         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24407         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24408         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24409         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24410         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24411
24412 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24413
24414         * message.el (message-forward-make-body-mml): Remove headers
24415         according to message-forward-ignored-headers if a message is decoded.
24416
24417 2004-12-02  Romain Francoise  <romain@orebokech.com>
24418
24419         * message.el (message-forward-make-body-plain): Always remove
24420         headers according to message-forward-ignored-headers.
24421
24422 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24423
24424         * spam.el (spam-summary-prepare-exit): Remove the
24425         gnus-summary-limit pop for now, it has problems with ham marks for
24426         me.
24427
24428 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24429
24430         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24431         correctly.
24432
24433 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24434
24435         * format-spec.el (format-spec): Message the char.
24436
24437 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24438
24439         * gnus-art.el (gnus-split-methods): Reformat comments.
24440
24441         * spam.el (spam-summary-prepare-exit): Remove article limits
24442         before exiting the summary buffer.
24443
24444 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24445
24446         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24447         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24448
24449         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24450         order to silence the byte compiler.
24451
24452         * spam.el: Fix the way to silence the byte compiler, which
24453         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24454         bbdb-search-simple, spam-BBDB-register-routine,
24455         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24456         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24457         spam-stat-buffer-is-spam, spam-stat-load,
24458         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24459         spam-stat-save and spam-stat-split-fancy.
24460
24461 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24462
24463         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24464         which may confuse users.
24465         (canlock-password-for-verify): Ditto.
24466
24467         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24468
24469         * gnus-art.el (gnus-emphasis-alist): Ditto.
24470
24471         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24472
24473         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24474
24475         * gnus-start.el (gnus-save-killed-list): Ditto.
24476
24477         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24478         (gnus-sum-thread-tree-root): Ditto.
24479         (gnus-sum-thread-tree-false-root): Ditto.
24480         (gnus-sum-thread-tree-single-indent): Ditto.
24481
24482         * message.el (message-courtesy-message): Ditto.
24483         (message-archive-note): Ditto.
24484         (message-subscribed-address-file): Ditto.
24485         (message-user-fqdn): Ditto.
24486
24487         * spam-report.el (spam-report-gmane-regex): Ditto.
24488
24489         * spam.el (spam-blackhole-good-server-regex): Ditto.
24490
24491 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24492
24493         * mml.el (mml-preview): Widen the message buffer before copying
24494         the contents to the preview buffer; sort headers before previewing.
24495
24496         * message.el (message-hidden-headers): Fix the way to avoid a bug
24497         in the `repeat' widget in Emacs 21.3 or earlier.
24498
24499 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24500
24501         * message.el (message-hidden-headers): Default to "^References:".
24502         Improve customization type.  Suggested by Reiner Steib
24503         <Reiner.Steib@gmx.de>.
24504
24505 2004-11-25  Romain Francoise  <romain@orebokech.com>
24506
24507         * message.el (message-strip-forbidden-properties): Remove check for
24508         obsolete `message-hidden' text property, hidden headers are not
24509         accessible in the buffer anymore.
24510
24511 2004-11-22  Romain Francoise  <romain@orebokech.com>
24512
24513         * message.el (message-header-format-alist): Add `From' in list
24514         so that it can be sorted.
24515         (message-fix-before-sending): Widen and sort headers before
24516         sending.
24517         (message-hide-headers): Use narrowing to hide headers by moving
24518         them to the top of the buffer and narrowing to the region
24519         underneath.
24520
24521 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24522
24523         * message.el (message-strip-forbidden-properties):
24524         Bind buffer-read-only (etc) to nil.
24525
24526 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24527
24528         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24529         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24530
24531 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24532
24533         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24534
24535 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24536
24537         * dns.el (query-dns): Use sit-for to time instead of
24538         accept-process-output, since that doesn't seem to work on udp
24539         sockets.
24540
24541 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24542
24543         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24544
24545 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24546
24547         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24548         doc string.  Improve doc string.
24549
24550 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24551
24552         * nntp.el (nntp-request-update-info): Return nil if
24553         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24554         may not call gnus-activate-group which uselessly issues the GROUP
24555         commands for all nntp groups and wastes time.  Reported by Romain
24556         Francoise <romain@orebokech.com>.
24557
24558         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24559
24560 2004-11-15  Simon Josefsson  <jas@extundo.com>
24561
24562         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24563         headers separately.
24564         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24565         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24566
24567 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24568
24569         * gnus-start.el (gnus-convert-old-newsrc):
24570         Assign legacy-gnus-agent to 5.10.7.
24571
24572 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24573
24574         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24575         start of the lines.
24576
24577 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24578
24579         * hashcash.el (hashcash-default-payment): Change default to 20.
24580         (hashcash-default-accept-payment): Change default to 20.
24581         (hashcash-process-alist): New variable.
24582         (hashcash-generate-payment-async): Add.
24583         (hashcash-already-paid-p): Add.
24584         (hashcash-insert-payment): Don't generate payments twice.
24585         (hashcash-insert-payment-async): Add.
24586         (hashcash-insert-payment-async-2): Add.
24587         (hashcash-cancel-async): Add.
24588         (hashcash-wait-async): Add.
24589         (hashcash-processes-running-p): Add.
24590         (hashcash-wait-or-cancel): Add.
24591         (mail-add-payment): New optional argument.  Conditionally start
24592         asynchronous calculation.
24593         (mail-add-payment-async): Add.
24594
24595         * message.el (message-send-mail): Wait for asynchronous hashcash
24596         results.  Don't clobber existing X-Hashcash headers.
24597         (message-setup-1): Call mail-add-payment-async when
24598         message-generate-hashcash is non-nil.
24599
24600 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24601
24602         * message.el (message-use-alternative-email-as-from): Examine the
24603         From header as well; use message-make-from in order to include a
24604         user's full name.
24605
24606 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24607
24608         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24609         default; improve customization type.
24610         (gnus-emphasis-custom-with-format): New macro.
24611         (gnus-emphasis-custom-value-to-external): New function.
24612         (gnus-emphasis-custom-value-to-internal): New function.
24613
24614 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24615
24616         * dns.el (query-dns): Resolve reverse addresses.
24617
24618 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24619
24620         * gnus-group.el (gnus-group-get-new-news): Use it.
24621
24622         * gnus-start.el (gnus-check-reasonable-setup): New function.
24623
24624 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24625
24626         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24627         "Args out of range" error.  Reported by Arnaud Giersch
24628         <arnaud.giersch@free.fr>.
24629
24630 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24631
24632         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24633
24634 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24635
24636         * spam.el (spam group): Add :version.
24637
24638         * pgg-def.el (pgg group): Add :version.
24639
24640 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24641
24642         * gnus-art.el (gnus-article-edit-article): Don't associate the
24643         article buffer with a draft file.  This is a temporary measure
24644         against the 2004-08-22 change to gnus-article-edit-mode.
24645
24646 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24647
24648         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24649         (html2text-format-tags): Remove unused variable `attr'.
24650
24651 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24652
24653         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24654
24655         * tls.el (tls-process-connection-type, tls-success)
24656         (tls-certtool-program): Add :version.
24657
24658         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24659         (starttls-extra-arguments, starttls-process-connection-type)
24660         (starttls-connect, starttls-failure, starttls-success): Add :version.
24661
24662         * spam-stat.el (spam-stat): Add :version.
24663
24664         * sieve.el (sieve): Add :version.
24665
24666         * sha1.el (sha1): Add :version.
24667         (sha1-use-external): Remove redundant version.
24668
24669         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24670         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24671         (nnmail-split-fancy-match-partial-words)
24672         (nnmail-split-lowercase-expanded): Add :version.
24673
24674         * nndiary.el (nndiary): Add :version.
24675
24676         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24677
24678         * mml-sec.el (mml-default-sign-method)
24679         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24680         Add :version.
24681
24682         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24683
24684         * mm-url.el (mm-url-use-external, mm-url-program)
24685         (mm-url-arguments): Add :version.
24686
24687         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24688         (mm-attachment-file-modes, mm-decrypt-option)
24689         (mm-w3m-safe-url-regexp): Add :version.
24690
24691         * message.el (message-cite-prefix-regexp)
24692         (message-sendmail-envelope-from, message-minibuffer-local-map)
24693         (message-user-fqdn, message-completion-alist): Add :version.
24694
24695         * gnus-win.el (gnus-configure-windows-hook)
24696         (gnus-use-frames-on-any-display): Add :version.
24697
24698         * gnus-art.el (gnus-article-address-banner-alist)
24699         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24700         (gnus-treat-from-picon, gnus-treat-mail-picon)
24701         (gnus-treat-x-pgp-sig): Add :version.
24702
24703         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24704         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24705         (gnus-summary-article-delete-hook)
24706         (gnus-summary-display-while-building): Add :version.
24707
24708         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24709         (gnus-get-top-new-news-hook): Add :version.
24710
24711         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24712         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24713
24714         * gnus-registry.el (gnus-registry): Add :version.
24715
24716         * gnus-spec.el (gnus-use-correct-string-widths)
24717         (gnus-make-format-preserve-properties): Add :version.
24718
24719         * gnus.el (gnus-group-charter-alist)
24720         (gnus-group-fetch-control-use-browse-url)
24721         (gnus-install-group-spam-parameters): Add :version.
24722
24723         * gnus-diary.el (gnus-diary): Add :version.
24724
24725         * gnus-delay.el (gnus-delay): Add :version.
24726
24727         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24728         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24729         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24730         Add :version.
24731
24732         * gnus-agent.el (gnus-agent-max-fetch-size)
24733         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24734         (gnus-agent-prompt-send-queue): Add :version.
24735
24736         * deuglify.el (gnus-outlook-deuglify): Add :version.
24737
24738         * html2text.el: Beautify code.  Improve doc strings.
24739         Some checkdoc cleanup.
24740         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24741
24742 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24743
24744         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24745
24746 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24747
24748         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24749         when package is loaded.
24750
24751         * spam.el (spam-summary-score-preferred-header): Add global preference
24752         for people who want to override the default SpamAssassin over
24753         Bogofilter preference (when both are set).
24754         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24755         (spam-user-format-function-S):
24756         Check spam-summary-score-preferred-header.
24757         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24758         (spam-user-format-function-S): Format the score correctly.
24759
24760 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24761
24762         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24763         signature file.  Suggested by Manoj Srivastava
24764         <srivasta@golden-gryphon.com>.
24765
24766         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24767         iso-2022-jp even in the Japanese language environment.
24768         Suggested by Jason Rumney <jasonr@gnu.org>.
24769
24770 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24771
24772         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24773         use the same characters as the dummy marks; make it free from
24774         getting affected by the language environment.
24775         (gnus-summary-read-group-1): Update mark positions only when the
24776         format spec is updated.
24777
24778         * gnus-spec.el (gnus-update-format-specifications): Return a list
24779         of updated types.
24780
24781 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24782
24783         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24784         of boundp to check if display-warning is available.
24785
24786 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24787
24788         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24789
24790 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24791
24792         * nnspool.el (nnspool-spool-directory): Use news-path if the
24793         news-directory variable is not bound.
24794
24795         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24796         function instead of display-warning if it is not available.
24797
24798 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24799
24800         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24801         v5-10: Use `point-at-bol'.
24802
24803 2004-10-26  Simon Josefsson  <jas@extundo.com>
24804
24805         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24806         <chenggao@gmail.com>.
24807
24808 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24809
24810         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24811         instead.
24812
24813 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24814
24815         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24816         to remove a server from the nnimap-server-buffer-alist.
24817         (nnimap-open-connection, nnimap-close-server): Use it.
24818
24819         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24820
24821 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24822
24823         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24824         running the major-mode function.
24825
24826 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24827
24828         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24829         dummy marks in the right way.
24830
24831 2004-10-18  David Edmondson  <dme@dme.org>
24832
24833         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24834         excessively.
24835
24836 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24837
24838         * gnus-util.el (gnus-split-references): Accept a nil references
24839         string and go on blissfully.
24840
24841         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24842         cases where the references string is non-nil but has no references.
24843
24844         * encrypt.el: Add autoload tags.
24845
24846         * spam.el (spam-resolve-registrations-routine): Remove article
24847         from unregistration list too.  Reported by David Hanak
24848         <dhanak@isis.vanderbilt.edu>
24849
24850 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24851
24852         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24853         nil.  Change custom type.
24854
24855 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24856
24857         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24858
24859         * gnus-sum.el (gnus-summary-move-article): Use it.
24860
24861 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24862
24863         * encrypt.el: Add autoload cookies.
24864
24865         * spam.el (spam-backend-article-list-property)
24866         (spam-backend-get-article-todo-list)
24867         (spam-backend-put-article-todo-list)
24868         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24869         Resolve registrations separately.
24870         (spam-register-routine): Format comments.
24871         (spam-unregister-routine, spam-register-routine): Always call with
24872         specific-articles, no default list.
24873         (spam-summary-prepare-exit): Use the spam-classifications function.
24874
24875         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24876         gnus-encrypt.el.
24877
24878         * encrypt.el: Copied from gnus-encrypt.el.
24879
24880         * gnus-encrypt.el: Commented that it's obsolete.
24881
24882 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24883
24884         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24885         (gnus-score-save): Use it.
24886
24887         * message.el (message-bury): Use `window-dedicated-p'.
24888
24889 2004-10-15  Simon Josefsson  <jas@extundo.com>
24890
24891         * pop3.el (top-level): Don't require nnheader.
24892         (pop3-read-timeout): Add.
24893         (pop3-accept-process-output): Add.
24894         (pop3-read-response, pop3-retr): Use it.
24895
24896 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24897
24898         * spam.el (spam-register-routine): Move comment.
24899         (spam-verify-bogofilter): Use 'unknown for the initial
24900         spam-bogofilter-valid state, not 'never.
24901
24902         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24903         for netrc-machine.
24904
24905         * nnimap.el (nnimap-open-connection):
24906         Use netrc-machine-user-or-password.
24907
24908 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24909
24910         * gnus-registry.el (gnus-registry-unload-hook):
24911         Set as a variable with add-hook.
24912
24913         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24914         of news-path.
24915
24916         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24917
24918         * spam.el: Delete duplicate `provide'.
24919         (spam-unload-hook): Set as a variable with add-hook.
24920
24921 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24922
24923         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24924         in the doc string.
24925
24926         * message.el (message-ignored-news-headers)
24927         (message-ignored-supersedes-headers)
24928         (message-ignored-resent-headers)
24929         (message-forward-ignored-headers): Improve custom type.
24930
24931 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24932
24933         * message.el (message-tokenize-header): Fix 2004-09-06 change
24934         which used point-min in the wrong place.
24935
24936 2004-10-12  Simon Josefsson  <jas@extundo.com>
24937
24938         * tls.el (tls-certtool-program): New variable.
24939         (tls-certificate-information): New function, based on
24940         ssl-certificate-information.
24941
24942 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24943
24944         * compface.el: Move the version of ELisp-based uncompface program
24945         to the contrib directory because of the copyright problem.
24946
24947 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24948
24949         * message.el (message-kill-buffer): Raise the current frame.
24950
24951 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24952
24953         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24954
24955         * gnus.el (message-y-or-n-p): Autoload.
24956
24957         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24958         (pop3-password-required, pop3-authentication-scheme)
24959         (pop3-leave-mail-on-server): Make customizable.
24960         (pop3): New custom group.
24961         (pop3-retr): Remove `sleep-for' statements.
24962         Suggested by Dave Love <fx@gnu.org>.
24963
24964         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24965         Windows/DOS.
24966
24967         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24968         (imap-parse-body): Fix incorrect use of `assert'.
24969         Suggested by Dave Love <fx@gnu.org>.
24970
24971         * mml.el (mml-minibuffer-read-disposition): Require match.
24972         Suggested by Dave Love <fx@gnu.org>.
24973
24974 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24975
24976         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24977         doc string.
24978
24979 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24980
24981         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24982
24983 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24984
24985         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24986         instead of calling `mm-insert-inline', to decode text/* parts
24987         before displaying them.
24988
24989 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24990
24991         * mm-uu.el (mm-uu-text-plain-type): New variable.
24992         (mm-uu-pgp-signed-extract-1): Use it.
24993         (mm-uu-pgp-encrypted-extract-1): Use it.
24994         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24995         bind mm-uu-text-plain-type with that value.
24996         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24997         mm-uu-dissect.
24998
24999 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25000
25001         * gnus-group.el (gnus-update-group-mark-positions):
25002         * gnus-sum.el (gnus-update-summary-mark-positions):
25003         * message.el (message-check-news-body-syntax):
25004         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25005         of string-as-multibyte.
25006
25007 2004-10-05  Juri Linkov  <juri@jurta.org>
25008
25009         * gnus-group.el (gnus-update-group-mark-positions):
25010         * gnus-sum.el (gnus-update-summary-mark-positions):
25011         * message.el (message-check-news-body-syntax):
25012         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25013         8-bit unibyte values to a multibyte string for search functions.
25014
25015 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25016
25017         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25018         (mm-uu-dissect-text-parts): New function.
25019
25020         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25021         dissect text parts.
25022
25023         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25024         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25025
25026         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25027
25028         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25029         Use gnus-current-topics instead of gnus-current-topic.
25030
25031 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25032
25033         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25034
25035 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25036
25037         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25038         where appropriate.
25039
25040         * nnml.el (nnml-generate-active-info): do.
25041
25042         * nndiary.el (nndiary-generate-active-info): do.
25043
25044         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25045         (gnus-topic-move): do.
25046
25047         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25048         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25049
25050         * gnus-srvr.el (gnus-server-prepare)
25051         (gnus-server-open-all-servers): do.
25052
25053         * gnus-msg.el (gnus-summary-cancel-article)
25054         (gnus-summary-resend-message)
25055         (gnus-summary-mail-crosspost-complaint): do.
25056
25057         * gnus-move.el (gnus-change-server): do.
25058
25059         * gnus-group.el (gnus-group-unmark-all-groups)
25060         (gnus-group-set-current-level): do.
25061
25062 2004-10-04  Simon Josefsson  <jas@extundo.com>
25063
25064         * message.el (message-generate-hashcash): Doc fix.
25065
25066 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25067
25068         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25069         avoid infinite recursion via gnus-get-function.
25070
25071 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25072
25073         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25074
25075         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25076
25077         * nnmail.el (nnmail-split-history): do.
25078
25079         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25080         (nnml-request-delete-group): do.
25081
25082         * nnslashdot.el (nnslashdot-read-groups): do.
25083
25084         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25085         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25086
25087         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25088         (nnspool-sift-nov-with-sed): Use last.
25089         (nnspool-retrieve-headers-with-nov): Use mapc.
25090         (nnspool-request-newgroups): Use dolist.
25091         (nnspool-request-group): Use last.
25092
25093         * nntp.el (nntp-read-server-type): Use dolist.
25094
25095         * nnvirtual.el (nnvirtual-create-mapping)
25096         (nnvirtual-update-read-and-marked): Use dolist.
25097         (nnvirtual-convert-headers): Simplify.
25098
25099 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25100
25101         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25102         Add support for sync'ing tick marks.
25103
25104 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25105
25106         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25107         there's no visible header.
25108
25109 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25110
25111         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25112         When necessary, pass full group name to gnus-request-set-marks.
25113
25114 2004-10-01  Simon Josefsson  <jas@extundo.com>
25115
25116         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25117         acroread.
25118
25119 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25120
25121         * spam-report.el (spam-report-gmane): Fix interactive.
25122
25123         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25124
25125         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25126         when writing file.
25127         (gnus-agent-synchronize-flags): Don't default to being
25128         interactive.
25129
25130 2004-09-30  Simon Josefsson  <jas@extundo.com>
25131
25132         * message.el (message-generate-hashcash): Add.
25133         (message-send-mail): Use it, call mail-add-payment.
25134
25135 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25136
25137         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25138
25139 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25140
25141         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25142         gnus-requst-update-info with explicit code to sync the in-memory
25143         info read flags with the marks being sync'd to the backend.
25144
25145         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25146
25147 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25148
25149         * spam.el (spam-verify-bogofilter): Add new function.
25150         (spam-check-bogofilter)
25151         (spam-bogofilter-register-with-bogofilter): Use it.
25152         (spam-verify-bogofilter): Add small fixes.
25153
25154 2004-09-28  Simon Josefsson  <jas@extundo.com>
25155
25156         * hashcash.el (hashcash-generate-payment): Revert.
25157
25158 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25159
25160         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25161         Use gnus-extract-references instead of gnus-split-references.
25162
25163         * gnus-util.el (gnus-extract-references): Add new function, analogous
25164         to gnus-split-references but extracts only the message-ID without
25165         anything extra.
25166
25167         * hashcash.el (hashcash-generate-payment)
25168         (hashcash-check-payment): Do the right thing if hashcash-path is
25169         nil (because the hashcash program could not be found).
25170
25171         * spam.el (spam-use-hashcash): Remove comment.
25172
25173 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25174
25175         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25176         (gnus-cache-enter-article, gnus-cache-remove-article)
25177         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25178
25179         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25180
25181         * gnus-art.el (article-hide-boring-headers)
25182         (article-translate-strings, article-display-face)
25183         (gnus-article-mime-match-handle-first)
25184         (gnus-article-highlight-headers)
25185         (gnus-article-add-buttons-to-head): do.
25186
25187 2004-09-27  Simon Josefsson  <jas@extundo.com>
25188
25189         * hashcash.el: New version, from
25190         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25191         ../contrib/.
25192
25193 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25194
25195         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25196
25197 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25198
25199         * gnus-dup.el (gnus-dup-open): Use mapc.
25200         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25201
25202         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25203         Reported by Stefan Wiens <s.wi@gmx.net>.
25204
25205         * gnus.el (gnus-shutdown): Use dolist.
25206
25207         * gnus-undo.el (gnus-undo): Use mapc.
25208
25209         * nnrss.el (nnrss-generate-active): do.
25210
25211         * message.el (message-cite-original-without-signature)
25212         (message-cite-original): Use mapc.
25213         (message-do-actions, message-make-forward-subject): Use dolist.
25214
25215 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25216
25217         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25218         deletion to remove entire duplicate line.  Fixes merged article
25219         number bug.
25220
25221 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25222
25223         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25224         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25225         first ask if you want to open a server and then, even when you
25226         responded with no, asking if you want to synchronize the server's
25227         flags.
25228         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25229         multi-line expressions.
25230         (gnus-agent-synchronize-group-flags): New internal function.
25231         Updates marks in memory (in the info structure) AND in the
25232         backend.
25233
25234         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25235
25236         * nnagent.el (nnagent-request-set-mark):
25237         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25238         method, to ensure that synchronization updates marks in the
25239         backend and in the info (in memory) structure.
25240
25241 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25242
25243         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25244         convention fully; don't miss the root article of a thread; make
25245         the X-Draft-From header with correct article numbers.
25246
25247 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25248
25249         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25250         unless plugged.  Disable the agent so that an open failure causes
25251         an error.
25252
25253         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25254         Revert 2004-09-21 change.  The backend must be opened while
25255         synchronizing flags even when the backend stores the flags
25256         locally.
25257
25258 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25259
25260         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25261         in `header' match.  Reported by Svend Tollak Munkejord.
25262
25263         * message.el (message-cite-original): Fix use of
25264         `message-cite-articles-with-x-no-archive'.
25265
25266 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25267
25268         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25269         (gnus-window-to-buffer): Ditto.
25270
25271         * mml.el (mml-preview-buffer): New variable.
25272         (mml-preview): Manage window layout with gnus-buffer-configuration.
25273
25274         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25275         X-Draft-From header even if those articles aren't quoted.
25276
25277 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25278
25279         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25280         (gnus-request-set-mark, gnus-request-update-mark): Use new
25281         g-s-t-u-l-m to decide to use backend even when unplugged.
25282
25283 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25284
25285         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25286         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25287
25288 2004-09-20  Simon Josefsson  <jas@extundo.com>
25289
25290         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25291         "utf-16-le".
25292
25293 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25294
25295         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25296
25297 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25298
25299         * uudecode.el (uudecode-use-external): Add :version.
25300
25301         * smime.el (smime-CA-file, smime-encrypt-cipher)
25302         (smime-dns-server): Add :version.
25303
25304         * smiley.el (gnus-smiley-file-types): Add :version.
25305
25306         * sha1.el (sha1-use-external): Add :version.
25307
25308         * pgg-def.el (pgg-query-keyserver): Add :version.
25309
25310         * nnmail.el (nnmail-fancy-expiry-targets)
25311         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25312         Add :version.
25313
25314         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25315         (nnimap-retrieve-groups-asynchronous): Add :version.
25316         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25317
25318         * mml.el (mml-content-disposition-parameters)
25319         (mml-insert-mime-headers-always): Add :version.
25320
25321         * mm-util.el (mm-coding-system-priorities): Add :version.
25322
25323         * mm-decode.el (mm-inline-text-html-with-images)
25324         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25325         (mm-verify-option): Add :version.
25326         (mm-text-html-renderer): Change :version.
25327
25328         * message.el (message-fcc-externalize-attachments)
25329         (message-required-headers, message-draft-headers)
25330         (message-subject-trailing-was-query)
25331         (message-subject-trailing-was-ask-regexp)
25332         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25333         (message-mark-insert-end, message-archive-header)
25334         (message-archive-note, message-cross-post-default)
25335         (message-cross-post-note, message-followup-to-note)
25336         (message-cross-post-note-function, message-use-mail-followup-to)
25337         (message-subscribed-address-functions)
25338         (message-subscribed-address-file, message-subscribed-addresses)
25339         (message-subscribed-regexps, message-allow-no-recipients)
25340         (message-yank-cited-prefix, message-signature-insert-empty-line)
25341         (message-hidden-headers, message-hierarchical-addresses)
25342         (message-mail-user-agent, message-use-idna)
25343         (message-valid-fqdn-regexp)
25344         (message-strip-special-text-properties, message-header-synonyms)
25345         (message-beginning-of-line, message-tab-body-function): Add :version.
25346         (message-insert-canlock, message-wide-reply-confirm-recipients):
25347         Change :version.
25348
25349         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25350         and :version.
25351         (mail-source-delete-old-incoming-confirm)
25352         (mail-source-movemail-program): Add :version.
25353
25354         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25355         (gnus-agent-cache, gnus-agent): Change :version.
25356
25357         * gnus-util.el (gnus-use-byte-compile): Change :version.
25358
25359         * gnus-sum.el (gnus-summary-make-false-root-always)
25360         (gnus-summary-default-high-score)
25361         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25362         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25363         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25364         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25365         (gnus-sum-thread-tree-single-indent)
25366         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25367         (gnus-sum-thread-tree-leaf-with-other)
25368         (gnus-sum-thread-tree-single-leaf): Add :version.
25369         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25370         (gnus-article-loose-mime): Change :version.
25371
25372         * gnus-start.el (gnus-backup-startup-file)
25373         (gnus-save-startup-file-via-temp-buffer): Add :version.
25374
25375         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25376         (gnus-server-offline-face): Add :version.
25377
25378         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25379
25380         * gnus-msg.el (gnus-gcc-externalize-attachments)
25381         (gnus-debug-files, gnus-debug-exclude-variables)
25382         (gnus-discouraged-post-methods): Change :version.
25383         (gnus-confirm-mail-reply-to-news)
25384         (gnus-confirm-treat-mail-like-news): Add :version.
25385
25386         * gnus-int.el (gnus-server-unopen-status): Add :version.
25387
25388         * gnus-group.el (gnus-group-jump-to-group-prompt)
25389         (gnus-large-ephemeral-newsgroup)
25390         (gnus-fetch-old-ephemeral-headers): Add :version.
25391
25392         * gnus-fun.el (gnus-x-face-directory)
25393         (gnus-convert-pbm-to-x-face-command)
25394         (gnus-convert-image-to-x-face-command)
25395         (gnus-convert-image-to-face-command): Add :version.
25396
25397         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25398
25399         * gnus-cite.el (gnus-cite-blank-line-after-header)
25400         (gnus-article-boring-faces): Add :version.
25401
25402         * gnus-art.el (gnus-buttonized-mime-types)
25403         (gnus-inhibit-mime-unbuttonizing)
25404         (gnus-treat-display-face)
25405         (gnus-treat-body-boundary): Change :version.
25406         (gnus-body-boundary-delimiter, gnus-picon-databases)
25407         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25408         (gnus-treat-date-english, gnus-treat-fold-headers)
25409         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25410         (gnus-treat-mail-picon, gnus-treat-wash-html)
25411         (gnus-article-encrypt-protocol)
25412         (gnus-use-idna, gnus-article-over-scroll)
25413         (gnus-mime-display-multipart-alternative-as-mixed)
25414         (gnus-mime-display-multipart-related-as-mixed)
25415         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25416         (gnus-ctan-url, gnus-button-ctan-handler)
25417         (gnus-button-handle-ctan-bogus-regexp)
25418         (gnus-button-ctan-directory-regexp)
25419         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25420         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25421         (gnus-button-man-level, gnus-button-emacs-level)
25422         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25423
25424         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25425         (gnus-agent-go-online): Change :version.
25426         (gnus-agent-expire-unagentized-dirs)
25427         (gnus-agent-auto-agentize-methods): Add :version.
25428
25429         * flow-fill.el (fill-flowed-display-column)
25430         (fill-flowed-encode-column): Add :version.
25431
25432         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25433         (gnus-outlook-deuglify-unwrap-max)
25434         (gnus-outlook-deuglify-cite-marks)
25435         (gnus-outlook-deuglify-unwrap-stop-chars)
25436         (gnus-outlook-deuglify-no-wrap-chars)
25437         (gnus-outlook-deuglify-attrib-cut-regexp)
25438         (gnus-outlook-deuglify-attrib-verb-regexp)
25439         (gnus-outlook-deuglify-attrib-end-regexp)
25440         (gnus-outlook-display-hook): Add :version.
25441
25442         * binhex.el (binhex-use-external): Add :version.
25443
25444 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25445
25446         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25447         and `invisible'.
25448
25449 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25450
25451         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25452         in gnus-registry-trim.
25453
25454 2004-09-13  Simon Josefsson  <jas@extundo.com>
25455
25456         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25457
25458         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25459
25460         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25461         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25462         <yamaoka@jpl.org>.
25463         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25464         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25465         <yamaoka@jpl.org>.
25466
25467         * sieve.el (sieve-manage-mode): Ditto.
25468
25469 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25470
25471         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25472
25473 2004-09-11  Simon Josefsson  <jas@extundo.com>
25474
25475         * dns-mode.el: Add.
25476
25477         * mm-view.el (mm-display-dns-inline): Add.
25478
25479         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25480         (mm-automatic-display): Ditto.
25481
25482         * mailcap.el (mailcap-mime-data): Add text/dns.
25483         (mailcap-mime-extensions): Map .soa to text/dns.
25484
25485 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25486
25487         * gnus-art.el (article-decode-mime-words, article-babel)
25488         (gnus-article-highlight-signature, gnus-article-add-buttons)
25489         (gnus-signature-toggle): Remove unnecessary bindings of
25490         `inhibit-read-only' inherited from v5.10 merge.
25491
25492 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25493
25494         * nntp.el (nntp): New customization group.
25495         (nntp-authinfo-file): Add customization group.
25496
25497         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25498
25499         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25500
25501         * gnus.el (to-address, to-list, subscribed)
25502         (large-newsgroup-initial): Ditto.
25503
25504         * flow-fill.el (fill-flowed-display-column)
25505         (fill-flowed-encode-column): Ditto.
25506
25507 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25508
25509         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25510         Use point-min rather than 1.
25511         (message-send-mail): Use buffer-size rather than point-max.
25512
25513         * gnus-sum.el (gnus-summary-search-article-forward):
25514         Signal a specific `search-failed' rather than a generic `error'.
25515
25516         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25517         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25518         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25519
25520 2004-09-10  Simon Josefsson  <jas@extundo.com>
25521
25522         * nndb.el (require): Remove tcp and duplicate cl.
25523
25524 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25525
25526         * gnus-agent.el (directory-files-and-attributes): Move forward.
25527
25528 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25529
25530         * gnus-agent.el (directory-files-and-attributes):
25531         Optionally defined to support XEmacs.
25532
25533 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25534
25535         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25536         to avoid run-time CL dependencies.
25537         (gnus-agent-unfetch-articles): New function.
25538         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25539         article numbers even when local .overview file is missing.
25540         (gnus-agent-read-article-number): New function.  Only accepts
25541         27-bit article numbers.
25542         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25543         Use gnus-agent-read-article-number.
25544         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25545         from backend while recognizing that article numbers in .overview
25546         must be valid.
25547         (gnus-agent-update-files-total-fetched-for):
25548         Use directory-files-and-attributes to improve performance.
25549         * gnus-int.el (gnus-request-move-article):
25550         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25551         improve performance.
25552
25553         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25554         some users confused by references to .newsrc when they only have a
25555         .newsrc.eld file.
25556         (gnus-convert-mark-converter-prompt)
25557         (gnus-convert-converter-needs-prompt): Fix use of property list.
25558         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25559         New function.  Used internally to only display 'gnus converting
25560         files' message when actually necessary.
25561
25562         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25563         methods now autoloaded.
25564
25565 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25566
25567         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25568         identifiers.
25569
25570 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25571
25572         * gnus-picon.el: Fix indentation and closing parenthesis.
25573
25574 2004-09-01  Simon Josefsson  <jas@extundo.com>
25575
25576         * message.el (message-canlock-generate): Require sha1, not
25577         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25578         to require within a function.  Sadly, if sha1.el isn't loaded, the
25579         let binding in m-c-g will hide the defcustom definition, which is
25580         bad.)
25581
25582         * canlock.el: Require sha1, not sha1-el.
25583
25584         * message.el: Don't autoload sha1 (there is a autoload cookie in
25585         sha1.el).
25586
25587         * sha1-el.el: Rename to sha1.el.
25588
25589 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25590
25591         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25592
25593 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25594
25595         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25596
25597 2004-08-30  Kim F. Storm  <storm@cua.dk>
25598
25599         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25600
25601         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25602         Add :group 'nnimap.
25603
25604 2004-08-30  Andreas Schwab  <schwab@suse.de>
25605
25606         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25607         ?* and ?\;.
25608
25609         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25610         and ?\' to symbol instead of whitespace.
25611
25612 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25613
25614         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25615
25616         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25617         instead of re-search-forward.
25618
25619         * gnus-uu.el (gnus-uu-save-article): Ditto.
25620         (gnus-uu-post-encode-uuencode): Ditto.
25621
25622         * html2text.el (html2text-clean-list-items): Ditto.
25623         (html2text-clean-dtdd): Ditto.
25624         (html2text-format-tags): Ditto.
25625
25626         * message.el (message-send-mail-with-sendmail): Fix regexp.
25627         (message-fill-field-general): Use search-forward instead of
25628         re-search-forward.
25629         (unbold-region): Ditto.
25630
25631         * nnrss.el (nnrss-request-article): Ditto.
25632
25633         * nnslashdot.el (nnslashdot-request-article): Ditto.
25634
25635         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25636
25637         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25638         "Unrecognized menu descriptor" error in XEmacs.
25639
25640 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25641
25642         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25643         parent article of a sparse article in the thread hashtb.
25644
25645 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25646
25647         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25648         (nnmail-expand-newtext): Lowercase expanded entries if
25649         nnmail-split-lowercase-expanded is non-nil.
25650
25651 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25652
25653         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25654
25655         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25656         of gnus-tmp-news-method into string under XEmacs.  It will be
25657         passed to gnus-correct-length which takes only a string argument.
25658
25659 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25660
25661         * gnus-util.el (gnus-bind-print-variables): New macro.
25662         (gnus-prin1): Use it.
25663         (gnus-prin1-to-string): Use it.
25664         (gnus-pp): New function.
25665         (gnus-pp-to-string): New function.
25666
25667         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25668         Replace pp-to-string with gnus-pp-to-string.
25669         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25670         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25671         * gnus-msg.el (gnus-debug): Ditto.
25672         * gnus-score.el (gnus-score-save): Ditto.
25673         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25674         gnus-pp-to-string.
25675         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25676         with gnus-pp.
25677         * score-mode.el (gnus-score-pretty-print): Ditto.
25678         * webmail.el (webmail-debug): Ditto.
25679
25680 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25681
25682         * gnus-art.el (article-display-face, article-display-x-face):
25683         Use buffer-read-only.
25684
25685 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25686
25687         * gnus-art.el (article-hide-list-identifiers):
25688         Bind inhibit-read-only as t.
25689
25690 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25691
25692         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25693
25694 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25695
25696         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25697         (gnus-narrow-to-page): Don't assume point-min == 1.
25698         (gnus-article-edit-mode): Derive from message-mode.
25699
25700         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25701         point-min == 1.
25702
25703         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25704         Disable incorrect use of `assert'.
25705
25706         * message.el (message-mode): Set comment-start-skip.
25707
25708
25709 2004-08-22  Sam Steingold  <sds@gnu.org>
25710
25711         * pop3.el (pop3-leave-mail-on-server): New user variable.
25712         (pop3-movemail): Delete mail only when it is nil.
25713
25714 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25715
25716         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25717
25718         * mml.el (mml-preview): Use `pop-to-buffer'.
25719
25720         * message.el (message-goto-mail-followup-to): Insert after "To".
25721         (message-carefully-insert-headers): Add comment.
25722
25723         * gnus.el: Remove unused variable `gnus-article-check-size'.
25724
25725         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25726
25727         * gnus-art.el (gnus-button-alist):
25728         Improve `gnus-button-handle-library' entry.
25729
25730 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25731
25732         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25733         Use downcase, since XEmacs capitalizes error messages differently.
25734
25735 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25736
25737         * nntp.el: Add (require 'gnus) due to reference to
25738         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25739
25740 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25741
25742         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25743         Bind `mm-fill-flowed'.
25744
25745         * mm-decode.el (mm-dissect-singlepart): Check it.
25746
25747 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25748
25749         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25750         'imap' for netrc parsing.
25751
25752 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25753
25754         * mailcap.el (mailcap-mime-data): Mark as risky.
25755
25756 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25757
25758         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25759         may be included in the encoded word.
25760         (rfc2047-encode): Don't append a space if the encoded word
25761         includes close parenthesis.
25762
25763 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25764
25765         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25766         of text within parentheses.
25767
25768 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25769
25770         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25771         (gnus-encrypt-write-file-contents): Make the password key the file
25772         name PLUS the cipher, not just the cipher.  Also remove failed
25773         passwords from the cache.
25774
25775 2004-08-06  Simon Josefsson  <jas@extundo.com>
25776
25777         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25778         Doc fix.
25779
25780 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25781
25782         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25783         LWSP.
25784
25785 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25786
25787         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25788         Try to append in-reply-to: data to the references: header.
25789
25790         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25791         (netrc-parse): Use gnus-encrypt.el functions.
25792
25793         * gnus-encrypt.el: Add new file for encryption support; currently
25794         does only a few GPG ciphers and an internal XOR cipher.
25795
25796         * password.el: Add comments on using password-read-and-add.
25797         (password-read-and-add): Add function to read and add the
25798         password to the cache at once.
25799
25800 2004-07-28  Simon Josefsson  <jas@extundo.com>
25801
25802         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25803         parameter (but don't use it, for now).
25804
25805         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25806         instead of hard coding to nil.
25807
25808 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25809
25810         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25811         as mm-inline-image-xemacs does.
25812
25813 2004-07-26  Simon Josefsson  <jas@extundo.com>
25814
25815         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25816         Revert part of 2004-07-17 change below.
25817
25818 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25819
25820         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25821         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25822
25823 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25824
25825         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25826         quotes that actually start with ">" at the beginning of the
25827         lines.
25828
25829 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25830
25831         * rfc2047.el (rfc2047-encode-region): Fix last change.
25832         (rfc2047-encode-parameter): Remove useless concat.
25833
25834 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25835
25836         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25837         encode special characters; fix some kind of misconfigured headers;
25838         signal a real error if debug-on-quit or debug-on-error is non-nil.
25839         (rfc2047-encode-max-chars): New variable.
25840         (rfc2047-encode-1): Use it.
25841         (rfc2047-encode-parameter): New function.
25842
25843         * mml.el (mml-insert-parameter): Remove an excessive space.
25844
25845 2004-07-17  Simon Josefsson  <jas@extundo.com>
25846
25847         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25848         Kai Grossjohann <kai@emptydomain.de>.
25849         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25850         (gnus-group-make-menu-bar): Ditto.
25851
25852         * gnus-util.el (gnus-group-server): Add.
25853
25854 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25855
25856         * message.el (message-clone-locals): Clone sendmail and smtp
25857         variables.
25858
25859 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25860
25861         * rfc2047.el (rfc2047-encode-region): Fix last change.
25862
25863 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25864
25865         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25866         characters as non-special.
25867
25868 2004-07-09  Simon Josefsson  <jas@extundo.com>
25869
25870         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25871         Users will lose all flag changes made while unplugged with
25872         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25873         good default.  See numerous reports on ding mailing list.
25874
25875 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25876
25877         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25878         add generate-head-function and generate-article-function to the
25879         rfc822-forward entry.
25880         (nndoc-rfc822-forward-generate-article): New function.
25881         (nndoc-rfc822-forward-generate-head): New function.
25882
25883         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25884
25885 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25886
25887         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25888         respect display group parameter and gnus-summary-expunge-below.
25889         (gnus-articles-to-read): Remove unused reference to display group
25890         parameter.
25891
25892 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25893
25894         * nnheader.el (nnheader-uniquify-message-id): New experimental
25895         variable.
25896         (nnheader-nov-read-message-id): Use it.
25897
25898         * spam-report.el (spam-report-gmane): Add interactive.
25899
25900 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25901
25902         * mm-encode.el (mm-content-transfer-encoding-defaults):
25903         Use qp-or-base64 for the application/* types.
25904
25905 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25906
25907         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25908
25909 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25910
25911         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25912         trim value.
25913
25914 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25915
25916         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25917         New macro and function.
25918         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25919
25920 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25921
25922         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25923         after-load-alist.
25924
25925 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25926
25927         * gnus-group.el (gnus-group-get-new-news-this-group):
25928         Don't update info that isn't there.
25929
25930 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25931
25932         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25933         entry.
25934
25935 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25936
25937         * mm-view.el (mm-inline-render-with-function): Use multibyte
25938         buffer; decode html source by charset.
25939
25940         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25941
25942         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25943         Mule-UCS is loaded under XEmacs.
25944         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25945
25946 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25947
25948         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25949
25950 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25951
25952         * mm-util.el (mm-coding-system-p): Return a coding-system.
25953         (mm-mime-mule-charset-alist): Use shift_jis instead of
25954         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25955         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25956         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25957         instead of japanese-shift-jis and iso-latin-1 respectively in
25958         order to share the default value with both Emacs and XEmacs-mule.
25959         (mm-mule-charset-to-mime-charset):
25960         Make mm-coding-system-priorities effective.
25961         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25962         while predicating of candidates upon the priorities.
25963
25964 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25965
25966         * gnus-sum.el (gnus-summary-make-menu-bar):
25967         Add gnus-uu-invert-processable.
25968
25969         * gnus.el: Autoload gnus-uu-invert-processable.
25970
25971 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25972
25973         * mm-util.el (mm-with-multibyte-buffer): New macro.
25974
25975         * rfc2047.el (rfc2047-encode-string): Use it.
25976         (rfc2047-encode-region): Move point to the end of the region after
25977         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25978
25979 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25980
25981         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25982         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25983
25984 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25985
25986         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25987         (gnus-cite-parse): Ignore quoted envelope From_.
25988         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25989
25990 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25991
25992         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25993         invalid addresses.
25994
25995 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25996
25997         * spam.el: Change section markers, revise TODO list.
25998         (spam-backends): Make new master list of all installed backends.
25999         (spam-summary-exit-behavior): Add new variable to determine how
26000         messages moves are done at summary exit.
26001         (spam-move-spam-nonspam-groups-only)
26002         (spam-process-ham-in-nonham-groups)
26003         (spam-process-ham-in-spam-groups): Remove variables, the
26004         spam-summary-exit-behavior variable should be used to manage this
26005         behavior.
26006         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26007         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26008         and spam-old-spam-articles.
26009         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26010         Add empty variables, placeholders for the backends they represent.
26011         (spam-set-difference): Move, unchanged.
26012         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26013         unless the user has a processor variable.
26014         (spam-classifications, spam-classification-valid-p)
26015         (spam-backend-properties, spam-backend-property-valid-p)
26016         (spam-backend-function-type-valid-p)
26017         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26018         (spam-report-articles-gmane, spam-report-articles-resend):
26019         Remove functions, they are not needed.
26020         (spam-install-backend-super, spam-backend-list)
26021         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26022         (spam-backend-function, spam-backend-ham-registration-function)
26023         (spam-backend-spam-registration-function)
26024         (spam-backend-ham-unregistration-function)
26025         (spam-backend-spam-unregistration-function)
26026         (spam-backend-statistical-p, spam-backend-mover-p)
26027         (spam-install-backend-alias, spam-install-checkonly-backend)
26028         (spam-install-mover-backend, spam-install-nocheck-backend)
26029         (spam-install-backend, spam-install-statistical-backend)
26030         (spam-install-statistical-checkonly-backend): Add backend installation
26031         support.
26032         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26033         (spam-group-processor-p): Use the new backend code and respect the
26034         summary exit behavior.
26035         (spam-mark-spam-as-expired-and-move-routine): Remove.
26036         (spam-summary-prepare): Change to use the new spam-old-articles
26037         variable.
26038         (spam-copy-or-move-routine, spam-copy-spam-routine)
26039         (spam-move-spam-routine, spam-copy-ham-routine)
26040         (spam-move-ham-routine): Add code to copy/move ham or spam.
26041         (spam-fetch-field-fast): Improve doc and code, plus allow the
26042         'number request.
26043         (spam-list-of-checks, spam-list-of-statistical-checks):
26044         Remove variables.
26045         (spam-split, spam-find-spam): Use the new backend code.
26046         (spam-registration-functions): Remove variable.
26047         (spam-unregister-routine): Add convenience wrapper.
26048         (spam-log-undo-registration, spam-register-routine)
26049         (spam-log-processing-to-registry)
26050         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26051         where possible.
26052         (spam-check-gmane-xref, spam-check-regex-headers)
26053         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26054         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26055         (spam-check-bogofilter-headers, spam-check-spamoracle)
26056         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26057         (spam-check-crm114-headers): Use the spam-split-group that
26058         spam-split prepares, no need to determine it every time.
26059
26060         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26061         to the nnheader-parse-naked-head call.
26062
26063         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26064
26065         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26066         the nnheader-nov-read-message-id call.
26067
26068 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26069
26070         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26071         gnus-activate-group twice.  Suggested by Markus Peter
26072         <warp@spin.de>.
26073
26074 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26075
26076         * gnus-art.el (gnus-article-time-format): Exchange the order of
26077         day and month in the default value; fix customization type.
26078         (article-date-ut): Use add-text-properties.
26079         (article-make-date-line): Use message-make-date instead of
26080         current-time-string.
26081
26082         * message.el (message-fetch-field): Don't use set-text-properties.
26083         (message-make-date): Simplify.
26084
26085         * messagexmas.el (message-xmas-make-date): New function.
26086         (message-xmas-redefine): Defalias message-make-date to it.
26087
26088 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26089
26090         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26091         (rfc2047-encode-region): Treat text within parentheses as special;
26092         show the original text when error has occurred.
26093
26094         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26095         already-computed method to gnus-activate-group.
26096
26097         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26098         same select-methods identical Lisp objects.
26099
26100         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26101         object when modifying the info.
26102
26103 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26104
26105         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26106         gnus-opened-servers since it has never been opened with the new
26107         configuration yet.
26108
26109 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26110
26111         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26112         arg to nnheader-generate-fake-message-id.
26113
26114 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26115
26116         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26117         number and build a fake message ID localized to a group and
26118         article number (so it's repeatable from that point on).
26119         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26120         ID format.
26121
26122         * gnus-sum.el (gnus-get-newsgroup-headers):
26123         Call nnheader-generate-fake-message-id with the article number.
26124
26125 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26126
26127         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26128         end-of-buffer.
26129
26130 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26131
26132         * message.el (message-ignored-supersedes-headers): Add Approved.
26133
26134 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26135
26136         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26137         goto-char.
26138         (rfc2047-encode): Fold the line before encoding.
26139
26140 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26141
26142         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26143         folding -- not all headers can be folded, and this should be done
26144         by the message composition mode.  Probably.  I think.
26145
26146 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26147
26148         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26149         fast.
26150
26151         * gnus-ems.el (gnus-remove-image): Don't use
26152         message-text-with-property; remove only the image found first.
26153
26154         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26155         found first.
26156
26157 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26158
26159         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26160
26161 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26162
26163         * message.el (message-text-with-property): Make it fast and accept
26164         optional arguments.
26165         (message-strip-forbidden-properties): Use it.
26166         (message-fix-before-sending): Follow the m-t-w-p change.
26167
26168         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26169
26170 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26171
26172         * gnus-art.el (article-hide-headers): Don't change the buffer
26173         mistakenly when performing mml-preview even if
26174         gnus-single-article-buffer is nil.
26175
26176 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26177
26178         * message.el (message-expand-name-databases): New user option.
26179         (message-expand-name): Use it.
26180
26181 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26182
26183         * spam.el (spam-report-articles-resend)
26184         (spam-report-resend-register-routine): Allow ham reporting.
26185         (spam-report-resend-register-ham-routine): Add wrapper.
26186         (spam-registration-functions): Add ham resending functions.
26187         (spam-list-of-processors): Add ham resend processor.
26188
26189         * gnus.el (ham-resend-to): Add new group parameter.
26190         (spam-process): Add ham resend option.
26191
26192         * spam-report.el (spam-report-resend): Allow reporting ham.
26193         (spam-report-resend-ham): Add wrapper.
26194
26195 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26196
26197         * message.el (message-cite-articles-with-x-no-archive):
26198         New variable.
26199         (message-cite-original): Use it.
26200
26201 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26202
26203         * message.el (message-cite-original): Respect X-No-Archive.
26204
26205 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26206
26207         * gnus-art.el (article-hide-headers): Refer to the values for
26208         gnus-ignored-headers and gnus-visible-headers in the summary
26209         buffer since a user may have set them as group parameters.
26210
26211 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26212
26213         * assistant.el (assistant-node-name): Add convenience function.
26214         (assistant-render-text, assistant-render-node): Add error handling,
26215         plus handle multiple next nodes.
26216         (assistant-find-next-node): Comment out for now.
26217         (assistant-find-next-nodes): Add function, returns list of next
26218         nodes.
26219
26220 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26221
26222         * mail-source.el (mail-source-directory): Fix doc-string.
26223
26224 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26225
26226         * assistant.el (assistant-render-text, assistant-eval): Add :set
26227         widget type, which is different because it takes and returns a
26228         list.  Much hilarity ensues.
26229
26230 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26231
26232         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26233
26234         * gnus-group.el (gnus-group-get-new-news-this-group):
26235         Add doc-string.
26236
26237         * gnus-start.el (gnus-activate-group): Add doc-string.
26238
26239 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26240
26241         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26242
26243 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26244
26245         * assistant.el (assistant-render-text): Try to add a :set
26246         widget, more to come.
26247
26248         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26249         strings.
26250         (spam-report-articles-resend)
26251         (spam-register-routine): Do registration iff any articles warrant
26252         it.
26253         (spam-summary-prepare-exit): Change log message for nil group
26254         destinations.
26255
26256 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26257
26258         * spam.el (spam-report-resend-register-routine):
26259         Allow spam-report-resend-to to be a group parameter or a global value.
26260
26261 2004-05-26  Simon Josefsson  <jas@extundo.com>
26262
26263         * starttls.el: Merge with my GNUTLS based starttls.el.
26264         (starttls-gnutls-program, starttls-use-gnutls)
26265         (starttls-extra-arguments, starttls-process-connection-type)
26266         (starttls-connect, starttls-failure, starttls-success):
26267         New variables.
26268         (starttls-program, starttls-extra-args): Doc fix.
26269         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26270         New functions.
26271         (starttls-negotiate, starttls-open-stream):
26272         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26273         function if it is set.
26274
26275 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26276
26277         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26278         structured fields.
26279
26280 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26281
26282         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26283
26284 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26285
26286         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26287         Add variable.
26288         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26289         assigning the spam-mark to new messages.
26290
26291 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26292
26293         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26294
26295 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26296
26297         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26298
26299         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26300         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26301         default.
26302
26303 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26304
26305         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26306         correct data.
26307
26308 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26309
26310         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26311         (spam-group-processor-p): Fix function.
26312         (spam-group-processor-multiple-p)
26313         (spam-group-spam-processor-report-gmane-p)
26314         (spam-group-spam-processor-report-resend-p)
26315         (spam-group-spam-processor-bogofilter-p)
26316         (spam-group-spam-processor-blacklist-p)
26317         (spam-group-spam-processor-ifile-p)
26318         (spam-group-ham-processor-ifile-p)
26319         (spam-group-spam-processor-spamoracle-p)
26320         (spam-group-spam-processor-crm114-p)
26321         (spam-group-ham-processor-bogofilter-p)
26322         (spam-group-spam-processor-stat-p)
26323         (spam-group-ham-processor-stat-p)
26324         (spam-group-ham-processor-whitelist-p)
26325         (spam-group-ham-processor-BBDB-p)
26326         (spam-group-ham-processor-spamoracle-p)
26327         (spam-group-ham-processor-copy-p): Remove functions with some
26328         prejudice against unneeded code.
26329         (spam-report-articles-resend)
26330         (spam-report-resend-register-routine): Allow the group/topic
26331         spam-resend-to value to override spam-report-resend-to.
26332         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26333         properly now.
26334
26335         * gnus.el (spam-resend-to): Add group/topic parameter.
26336         (spam-process): Move the OBSOLETE processors to the end of the
26337         choices.
26338
26339 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26340
26341         * spam-report.el (spam-report-resend-to, spam-report-resend):
26342         Start with resend-to set to nil, and then ask the user if necessary.
26343         (spam-report-resend): spam-report-resend takes a list of articles, not
26344         separate article numbers.
26345
26346 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26347
26348         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26349         addition to emacs-w3m.
26350
26351 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26352
26353         * assistant.el (assistant-authinfo-data): New function.
26354         (assistant-eval): Eval for entire assistant.
26355
26356         * netrc.el (netrc-services-file): New variable.
26357         (netrc-parse-services): New function.
26358         (netrc-find-service-name): New function.
26359         (netrc-find-service-number): New function.
26360         (netrc-port-equal): New function.
26361         (netrc-machine): Use it.
26362
26363         * nnimap.el (nnimap-open-connection): Use netrc.
26364
26365         * gnus-util.el (gnus-netrc-get): Remove aliases.
26366
26367         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26368
26369         * assistant.el (wid-edit): Fix compilation.
26370
26371         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26372
26373 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26374
26375         * gnus-util.el (gnus-set-file-modes): New function.  (small
26376         patch).
26377
26378 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26379
26380         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26381
26382         * assistant.el (assistant-render-node): Fix up rendering and
26383         read-only text.
26384         (assistant-render-node): Reset.
26385         (assistant-make-read-only): Not sticky.
26386
26387 2004-05-20  Danny Siu  <dsiu@adobe.com>
26388
26389         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26390         centered even when gnus-auto-center-summary is t.
26391
26392 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26393
26394         * dns.el (dns-get-txt-answer): New function.
26395         (dns-read-txt): Ditto.
26396         (query-dns): Use it.
26397
26398 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26399
26400         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26401         active for foreign groups even if the group level is higher than
26402         the specified value.
26403
26404 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26405
26406         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26407         non-active groups.
26408
26409         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26410
26411 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26412
26413         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26414
26415 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26416
26417         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26418         (spam-crm114-header, spam-crm114-spam-switch)
26419         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26420         (spam-crm114-positive-spam-header)
26421         (spam-crm114-database-directory, spam-list-of-processors)
26422         (spam-group-spam-processor-crm114-p)
26423         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26424         (spam-generic-score, spam-list-of-checks)
26425         (spam-list-of-statistical-checks, spam-registration-functions)
26426         (spam-check-crm114-headers, spam-crm114-score)
26427         (spam-check-crm114, spam-crm114-register-with-crm114)
26428         (spam-crm114-register-spam-routine)
26429         (spam-crm114-unregister-spam-routine)
26430         (spam-crm114-register-ham-routine)
26431         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26432
26433 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26434
26435         * gnus.el: Add spam-use-crm114.
26436
26437         * spam.el (spam-list-of-processors, spam-registration-functions):
26438         Add spam-use-resend.
26439         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26440         (spam-report-articles-gmane): Add doc fix.
26441         (spam-report-articles-resend, spam-report-resend-register-routine):
26442         Add wrappers around spam-report-resend-to.
26443
26444         * spam-report.el (spam-report-resend-to, spam-report-resend):
26445         Add support for resending spam.
26446         (spam-report-gmane): Fix line length >80.
26447
26448         * gnus.el (spam-process): Add spam-use-resend.
26449
26450 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26451
26452         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26453         number of processed spam messages.
26454         (spam-ham-copy-or-move-routine): Return the number of processed
26455         ham messages.
26456         (spam-summary-prepare-exit): Use the above values to decide
26457         whether status messages should be displayed.
26458
26459 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26460
26461         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26462         `rfc2047-encoding-function-alist' in order to avoid conflicting
26463         with the old version.
26464         (rfc2047-encode-region): Concatenate words containing non-ASCII
26465         characters in structured fields; don't encode space-delimited
26466         ASCII words even in unstructured fields; don't break words at
26467         char-category boundaries.
26468         (rfc2047-encode-1): New function.
26469         (rfc2047-encode): Use it; encode text so that it occupies the
26470         maximum width within 76-column; work correctly on Q encoding for
26471         iso-2022-* charsets.
26472         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26473         sure not to break a line just after the header name.
26474         (rfc2047-b-encode-region): Remove.
26475         (rfc2047-b-encode-string): New function.
26476         (rfc2047-q-encode-region): Remove.
26477         (rfc2047-q-encode-string): New function.
26478
26479         * mm-util.el (mm-replace-in-string): New function.
26480
26481 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26482
26483         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26484         Really get it right.
26485         (gnus-inews-make-draft): Really.
26486
26487 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26488
26489         * nnmh.el (nnmh-request-list-1): Don't check the link count
26490         before descending.  (small patch)
26491
26492 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26493
26494         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26495         stuff.
26496
26497         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26498         Match on real group name.
26499
26500         * gnus-art.el (gnus-signature-limit): Doc fix.
26501
26502         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26503
26504         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26505
26506 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26507
26508         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26509         isn't a string.
26510
26511 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26512
26513         * gnus-draft.el (gnus-draft-send):
26514         Bind rfc2047-encode-encoded-words.
26515
26516         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26517         (rfc2047-encodable-p): Say that =? needs encoding.
26518         (rfc2047-encode-encoded-words): New variable.
26519
26520         * gnus-group.el (gnus-group-select-group): Doc fix.
26521
26522         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26523
26524         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26525         to nil.
26526
26527         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26528
26529         * nnheader.el (nnheader-get-lines-and-char): New function.
26530
26531 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26532
26533         * gnus-msg.el (gnus-summary-followup-with-original):
26534         Document yanking of region when active.
26535
26536 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26537
26538         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26539         groups if the group level is higher than the specified value.
26540
26541 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26542
26543         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26544         (gnus-group-jump-to-group): Add prefix argument using
26545         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26546         non-active group.
26547
26548         * compface.el (uncompface): Be verbose when changing
26549         `uncompface-use-external'.
26550
26551         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26552         handle manual section.
26553
26554 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26555
26556         * gnus-art.el (gnus-button-alist): Revert previous change.
26557
26558 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26559
26560         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26561
26562 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26563
26564         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26565         whether backend can accept message.
26566
26567         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26568
26569 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26570
26571         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26572         Avoid creating directory when nntp-marks-is-evil is true.
26573         Reported by Reiner Steib.
26574
26575 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26576
26577         * gnus-picon.el (gnus-picon-insert-glyph):
26578         Add optional `nostring' argument.
26579
26580 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26581
26582         * gnus-picon.el (gnus-picon-style): New variable.
26583         (gnus-picon-transform-address): Support `gnus-picon-style'.
26584
26585 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26586
26587         * message.el (message-fill-field): Return point.
26588         (message-generate-headers): Go to end of field.
26589
26590         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26591         stuff for non-living groups.
26592
26593 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26594
26595         * gnus-art.el (gnus-article-followup-with-original)
26596         (gnus-article-reply-with-original): gnus-mark-active-p ->
26597         gnus-region-active-p.
26598
26599 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26600
26601         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26602         only when there is spam or ham to be processed.
26603
26604 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26605
26606         * mail-source.el (mail-source-delete-crash-box): Refactor.
26607         (mail-source-fetch): Use it.
26608         (mail-source-fetch-file): Ditto.
26609         (mail-source-fetch-directory): Run postscript in loop.
26610         (mail-source-fetch-pop): Delete.
26611         (mail-source-fetch-maildir): Ditto.
26612         (mail-source-fetch-imap): Ditto.
26613
26614         * imap.el (imap-authenticators): Comment out sasl.
26615
26616         * message.el (message-skip-to-next-address): New function.
26617         (message-fill-header-address): Refactor.
26618         (message-fill-address): Use it.
26619         (message-delete-address): Use it.
26620         (message-fill-header-general): Refactor.
26621         (message-fill-field-address): Rename.
26622         (message-narrow-to-field): Find the start of the header.
26623         (message-header-format-alist): Don't pre-fill.
26624         (message-fill-header): Remove.
26625         (message-insert-header): New function.
26626         (message-shorten-references): Use it.
26627
26628         * rfc2047.el (rfc2047-field-value): Strip props.
26629
26630         * mail-parse.el (mail-header-make-address): New alias.
26631
26632         * ietf-drums.el (ietf-drums-make-address): New function.
26633
26634         * imap.el: Add compiler directives.
26635
26636         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26637
26638         * gnus-art.el (article-decode-idna-rhs): Don't use
26639         message-idna-inside-rhs-p.
26640
26641 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26642
26643         * message.el (message-idna-inside-rhs-p): Remove.
26644         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26645
26646         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26647         false positives.
26648
26649 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26650
26651         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26652
26653 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26654
26655         * nneething.el (nneething-file-name): Don't create spurious
26656         files.
26657
26658         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26659         (gnus-inews-do-gcc): Remove sleep.
26660
26661         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26662         part under point.
26663
26664         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26665         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26666
26667 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26668
26669         * spam.el (spam-summary-prepare-exit): Fix (length).
26670
26671 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26672
26673         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26674         as expired without moving it" message when there are spam
26675         messages left.
26676
26677 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26678
26679         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26680         header is not nil.
26681
26682 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26683
26684         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26685         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26686         (nntp-marks-changed-p): New arg SERVER.
26687         (nntp-request-update-info): Adjust caller.
26688
26689 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26690
26691         * nntp.el (nntp-save-marks): Pass missing arg.
26692
26693 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26694
26695         * nntp.el: Support marks.
26696         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26697         (nntp-marks-modtime, nntp-marks-directory): New variables.
26698         (nntp-request-set-mark, nntp-request-update-info)
26699         (nntp-possibly-create-directory, nntp-marks-changed-p)
26700         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26701         New functions.
26702
26703 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26704
26705         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26706         (gnus-xmas-redefine): Rename.
26707
26708         * gnus-score.el (gnus-score-insert-help):
26709         Use gnus-select-lowest-window.
26710
26711         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26712         appt-select-lowest-window and rename to gnus-select-lowest-window.
26713
26714         * gnus.el: do.
26715
26716 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26717
26718         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26719         encodings of MIME-encoded words, in order to improve
26720         interoperability with several broken MUAs.
26721
26722 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26723
26724         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26725         tags, only when charsets are not specified in headers.
26726         (mm-inline-text-html-render-with-w3m): Ditto.
26727
26728         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26729         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26730
26731 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26732
26733         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26734         instead of MIME-decoded from fields when checking
26735         `gnus-article-address-banner-alist'.
26736
26737 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26738
26739         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26740         description rather than subject.
26741
26742 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26743
26744         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26745
26746 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26747
26748         * gnus.el (gnus-version-number): Bump.
26749
26750 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26751
26752         * gnus.el: No Gnus v0.2 is released.
26753
26754 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26755
26756         * gnus-agent.el (gnus-agent-read-agentview):
26757         Inline gnus-uncompress-range.
26758
26759 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26760
26761         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26762         `exec-installed-p'.
26763
26764 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26765
26766         * gnus.el (spam-process, spam-autodetect-methods):
26767         Add bsfilter and bsfilter-headers.
26768
26769         * spam.el (spam-bsfilter): New customize group.
26770         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26771         (spam-bsfilter-header, spam-bsfilter-probability-header)
26772         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26773         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26774         (spam-bsfilter-database-directory): New options.
26775         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26776         (spam-list-of-statistical-checks, spam-registration-functions):
26777         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26778         (spam-bsfilter-score): New command.
26779         (spam-check-bsfilter-headers, spam-check-bsfilter)
26780         (spam-bsfilter-register-with-bsfilter)
26781         (spam-bsfilter-register-spam-routine)
26782         (spam-bsfilter-unregister-spam-routine)
26783         (spam-bsfilter-register-ham-routine)
26784         (spam-bsfilter-unregister-ham-routine): New functions.
26785         (spam-generic-score): Support bsfilter; Accept an optional argument
26786         to recalcurate spam score even if scoring header has already been
26787         added.
26788         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26789         optional argument to recalcurate spam score even if scoring header
26790         has already been added.
26791
26792 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26793
26794         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26795         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26796         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26797         link is missing.
26798
26799 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26800
26801         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26802         (html2text-get-attr): Rewrite.
26803
26804         * message.el (message-setup-1): Remove redundant put-text-property
26805         on mail-header-separator.
26806
26807 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26808
26809         * gnus-registry.el (gnus-registry-cache-whitespace)
26810         (gnus-registry-action, gnus-registry-spool-action)
26811         (gnus-registry-split-fancy-with-parent): Change message levels
26812         from 5 to 3 or 7, as needed.
26813
26814         * spam.el (spam-summary-prepare-exit)
26815         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26816         (spam-split, spam-find-spam, spam-log-undo-registration)
26817         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26818         level from 5 to 6.
26819
26820 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26821
26822         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26823         2004-03-04 change).
26824
26825 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26826
26827         * sieve-manage.el (sieve-manage-open):
26828         * nnweb.el (nnweb-insert-html):
26829         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26830         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26831         * nnspool.el (nnspool-request-group):
26832         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26833         * nnml.el (nnml-request-update-info):
26834         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26835         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26836         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26837         (nnimap-request-set-mark):
26838         * nnfolder.el (nnfolder-request-update-info):
26839         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26840         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26841         * gnus-uu.el (gnus-uu-find-articles-matching):
26842         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26843         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26844         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26845         * gnus-nocem.el (gnus-nocem-scan-groups):
26846         * gnus-int.el (gnus-start-news-server):
26847         * gnus-group.el (gnus-group-make-kiboze-group)
26848         (gnus-group-browse-foreign-server):
26849         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26850         Use mapc when appropriate.
26851
26852 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26853             Adam Sjøgren  <asjo@koldfront.dk>
26854             Wes Hardaker  <wes@hardakers.net>
26855             Michael Shields  <shields@msrl.com>
26856
26857         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26858         may need for spam sorting and scoring.
26859         (spam-user-format-function-S): Add user format function suitable for
26860         general use.
26861         (spam-article-sort-by-spam-status): Add sorting function for summary
26862         sorting.
26863         (spam-extra-header-to-number): Add function to get a score from a
26864         header.
26865         (spam-summary-score): Add function to get a numeric score from the
26866         headers.
26867         (spam-generic-score): Fix function doc, was in wrong place.
26868         (spam-initialize): Take symbols when it's run, and install the
26869         extra headers that spam-necessary-extra-headers thinks we need.
26870
26871 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26872
26873         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26874         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26875
26876 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26877
26878         * gnus-sum.el (gnus-set-global-variables)
26879         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26880         (gnus-article-get-xrefs, gnus-summary-best-group)
26881         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26882         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26883         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26884         Use with-current-buffer.
26885
26886 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26887
26888         * spam.el (spam-summary-prepare-exit): Simplify logic.
26889         (spam-fetch-article-header): Read the article header if it's not
26890         available.
26891         (spam-list-articles): Simplify logic.
26892         (spam-filelist-register-routine): Fix bug with unregister-list.
26893
26894         * gnus-registry.el: Fix comments at beginning.
26895
26896 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26897
26898         * message.el (message-cater-to-broken-inn): Remove.
26899         (message-shorten-references): Make sure the total folded length of
26900         References is shorter than 998 characters to cater to a bug in INN
26901         2.3.  Also, don't pretend that references aren't folded -- this
26902         hasn't worked for a while.
26903
26904 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26905
26906         * gnus-agent.el (gnus-agentize):
26907         gnus-agent-send-mail-real-function no longer set to current value
26908         of message-send-mail-function but rather a lambda that calls
26909         message-send-mail-function.  The change makes the agent real-time
26910         responsive to user changes to message-send-mail-function.
26911
26912 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26913
26914         * legacy-gnus-agent.el
26915         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26916         help from Florian Weimer <fw@deneb.enyo.de>
26917
26918 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26919
26920         * nnmail.el (nnmail-cache-insert): Revert last change.
26921
26922 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26923
26924         * nnmail.el (nnmail-cache-insert): Always check whether
26925         nnmail-cache-ignore-groups matches a group name.
26926
26927 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26928
26929         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26930         (spam-find-spam, spam-log-processing-to-registry)
26931         (spam-log-registered-p, spam-log-unregistration-needed-p)
26932         (spam-log-undo-registration): Use gnus-message instead of
26933         gnus-error, none of these errors are fatal.
26934
26935         * gnus-registry.el (gnus-registry-clean-empty-function)
26936         (gnus-registry-clean-empty): Remove only empty entries without
26937         extra data.
26938
26939 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26940
26941         * spam-stat.el (spam-stat-buffer-change-to-spam)
26942         (spam-stat-buffer-change-to-non-spam): Change (error) to
26943         (gnus-message 8) invocation.
26944
26945 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26946
26947         * nntp.el (nntp-via-netcat-command): New variable.
26948         (nntp-via-netcat-switches): New variable.
26949         (nntp-open-via-rlogin-and-netcat): New function.
26950         (nntp-open-connection-function): Doc fix.
26951         (nntp-telnet-command): Doc fix.
26952         (nntp-end-of-line): Doc fix.
26953         (nntp-via-rlogin-command): Doc fix.
26954         (nntp-via-user-name): Doc fix.
26955         (nntp-via-address): Doc fix.
26956
26957 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26958
26959         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26960         error in Emacs 21.1.
26961
26962 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26963
26964         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26965
26966 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26967
26968         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26969         (gnus-agent-with-refreshed-group): New macro.
26970         (gnus-agent-rename-group): New function.
26971         (gnus-agent-delete-group): New function.
26972         (gnus-agent-save-group-info): Use gnus-command-method when
26973         `method' parameter is nil.  Don't write nil entries into the
26974         active file.
26975         (gnus-agent-get-group-info): New function.
26976         (gnus-agent-fetch-articles):
26977         Use gnus-agent-update-files-total-fetched-for to increment disk space
26978         used.
26979         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26980         Use gnus-agent-update-view-total-fetched-for to increment disk space
26981         used.
26982         (gnus-agent-get-local): Add optional parameters to avoid calling
26983         gnus-group-real-name and gnus-find-method-for-group.
26984         (gnus-agent-set-local): Delete stored entry if either min, or max,
26985         are nil.
26986         (gnus-agent-fetch-session): Reworded error/quit messages.
26987         On quit, use gnus-agent-regenerate-group to record existance of any
26988         articles fetched to disk before the quit occurred.
26989         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26990         gnus-agent-update-view-total-fetched-for, and
26991         gnus-agent-update-files-total-fetched-for to decrement disk space
26992         used.
26993         (gnus-agent-retrieve-headers):
26994         Use gnus-agent-update-view-total-fetched-for to increment disk space
26995         used.
26996         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26997         with gnus-agent-update-files-total-fetched-for to decrement disk
26998         space and fresh group buffer.
26999         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27000         (gnus-agent-need-update-total-fetched-for): New variable.
27001         (gnus-agent-update-files-total-fetched-for): New function.
27002         (gnus-agent-update-view-total-fetched-for): New function.
27003         (gnus-agent-total-fetched-for): New function.
27004
27005         * gnus-cache.el (gnus-cache-save-buffers):
27006         Use gnus-cache-update-overview-total-fetched-for to change disk space
27007         used by this group.
27008         (gnus-cache-possibly-enter-article):
27009         Use gnus-cache-update-file-total-fetched-for to increment disk space
27010         used by this group.
27011         (gnus-cache-possibly-remove-article):
27012         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27013         used by this group.
27014         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27015         (gnus-cache-rename-group): New function.
27016         (gnus-cache-delete-group): New function.
27017         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27018         (gnus-cache-need-update-total-fetched-for): New variable.
27019         (gnus-cache-with-refreshed-group): New macro.
27020         (gnus-cache-update-file-total-fetched-for): New function.
27021         (gnus-cache-update-overview-total-fetched-for): New function.
27022         (gnus-cache-rename-group-total-fetched-for): New function.
27023         (gnus-cache-delete-group-total-fetched-for): New function.
27024         (gnus-cache-total-fetched-for): New function.
27025
27026         * gnus-group.el: Require gnus-sum and autoload functions to
27027         resolve warnings when gnus-group.el compiled alone.
27028         (gnus-group-line-format): Document new %F.
27029         (size of Fetched data) group line format; identifies disk space
27030         used by agent and cache.
27031         (gnus-group-line-format-alist): Define new F format.
27032         (gnus-total-fetched-for): New function.
27033         (gnus-group-delete-group): No longer update
27034         gnus-cache-active-altered as gnus-request-delete-group now keeps
27035         the cache in sync.
27036         (gnus-group-list-active): Let the agent store a server's active
27037         list if currently plugged.
27038
27039         * gnus-int.el (gnus-request-delete-group):
27040         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27041         local disk in sync with the server.
27042         (gnus-request-rename-group):
27043         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27044         local disk in sync with the server.
27045
27046         * gnus-start.el (gnus-get-unread-articles):
27047         Cosmetic simplification to logic.
27048
27049         * gnus-util.el (gnus-rename-file): New function.
27050
27051 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27052
27053         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27054
27055 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27056
27057         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27058         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27059
27060 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27061
27062         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27063         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27064
27065 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27066
27067         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27068
27069 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27070
27071         * spam.el (spam-set-difference): Add function to replace
27072         gnus-set-difference in spam.el.
27073         (spam-summary-prepare-exit): Use spam-set-difference.
27074
27075 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27076
27077         * gnus-registry.el (gnus-registry-cache-file): Update to use
27078         gnus-dribble-directory OR gnus-home-directory OR ~.
27079         (gnus-registry-split-fancy-with-parent): Fix doc.
27080
27081 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27082
27083         * message.el (message-exchange-point-and-mark):
27084         Use message-mark-active-p.  Suggested by Jesper Harder
27085         <harder@ifa.au.dk>.
27086
27087 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27088
27089         * message.el (message-exchange-point-and-mark): Don't activate
27090         region if it was inactive.  Suggested by Hiroshi Fujishima
27091         <pooh@nature.tsukuba.ac.jp>.
27092
27093 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27094
27095         * gnus-art.el (article-display-face): Display Faces in the same
27096         order as X-Faces.
27097
27098 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27099
27100         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27101
27102 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27103
27104         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27105         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27106         (gnus-article-mime-hierarchy): Remove.
27107         (gnus-article-mime-hierarchy-next): Remove.
27108         (gnus-article-mode): Revert 2004-03-19 change.
27109         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27110         (gnus-insert-mime-button): Revert 2004-03-19 change.
27111         (gnus-mime-accumulate-hierarchy): Remove.
27112         (gnus-mime-enter-multipart): Remove.
27113         (gnus-mime-leave-multipart): Remove.
27114         (gnus-mime-display-part): Revert 2004-03-19 change.
27115         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27116
27117         * mml.el (mml-preview): Revert 2004-03-19 change.
27118
27119 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27120
27121         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27122
27123 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27124
27125         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27126         t while entering a file name using the mm-with-multibyte macro.
27127         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27128
27129         * mm-util.el (mm-with-multibyte): New macro.
27130
27131 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27132
27133         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27134         New user option.
27135         (gnus-mime-multipart-functions): Doc and customization fix.
27136         (gnus-article-mime-hierarchy): New variable.
27137         (gnus-article-mime-hierarchy-next): New variable.
27138         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27139         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27140         gnus-article-mime-hierarchy-next to nil.
27141         (gnus-insert-mime-button): Show hierarchy numbers.
27142         (gnus-mime-accumulate-hierarchy): New function.
27143         (gnus-mime-enter-multipart): New function.
27144         (gnus-mime-leave-multipart): New function.
27145         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27146         (gnus-mime-display-alternative): Show hierarchy numbers.
27147
27148         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27149         gnus-article-mime-hierarchy-next to nil.
27150
27151 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27152
27153         * dns.el: Don't require gnus-xmas.
27154
27155 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27156
27157         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27158         inline PGP.
27159         (mml-menu): Disable mml-quote-region if mark is inactive.
27160
27161 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27162
27163         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27164         when the group's active is not available.
27165
27166 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27167
27168         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27169         error.
27170
27171 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27172
27173         * imap.el (imap-store-password): New variable.
27174         (imap-interactive-login): Use it.
27175         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27176
27177 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27178
27179         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27180         window-start and hscroll to summary window.
27181
27182 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27183
27184         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27185         conversion message to newsrc-dribble when an actual conversion is
27186         performed.
27187
27188 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27189
27190         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27191
27192 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27193
27194         * mm-decode.el (mm-complicated-handles): New function reviving
27195         former definition of mm-multiple-handles.
27196
27197         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27198         (gnus-mime-delete-part): Use it.
27199
27200 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27201
27202         * gnus-agent.el (gnus-agent-read-local):
27203         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27204         avoid the implicit assumption that they will always be equal.
27205         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27206         coding-system-for-write, as the with-temp-file macro first prints
27207         to a buffer then saves the buffer.
27208
27209 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27210
27211         * gnus-art.el (gnus-article-edit-part): New function.
27212         (gnus-mime-save-part-and-strip): Use it; do query instead of
27213         signaling an error; don't use mm-multiple-handles.
27214         (gnus-mime-delete-part): Ditto.
27215
27216 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27217
27218         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27219         old file versions.
27220         (gnus-group-prepare-hook): Remove function that converted list
27221         form of gnus-agent-expire-days to group properties.
27222
27223         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27224         (gnus-request-accept-article): Re-indented.
27225
27226         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27227         converters to handle old agent file formats.  Add logic for a
27228         "backup before upgrading warning".
27229         (gnus-convert-mark-converter-prompt): Developers can mark
27230         functions as needing (default), or not needing,
27231         gnus-convert-old-newsrc's "backup before upgrading warning".
27232         (gnus-convert-converter-needs-prompt): Tests whether the user
27233         should be protected from potentially irreversable changes by the
27234         function.
27235
27236         * legacy-gnus-agent.el: New.  Provides converters that are only
27237         loaded when gnus-convert-old-newsrc needs to call them.
27238
27239 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27240
27241         * mail-source.el (mail-source-touch-pop): Doc fix.
27242
27243         * message.el (message-smtpmail-send-it): Doc fix.
27244
27245 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27246
27247         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27248
27249         * nnmail.el (nnmail-split-fancy): do.
27250
27251         * gnus-kill.el (gnus-kill, gnus-execute): do.
27252
27253 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27254
27255         * gnus-sum.el (gnus-widget-reversible-match)
27256         (gnus-widget-reversible-to-internal)
27257         (gnus-widget-reversible-to-external): New functions.
27258         (gnus-widget-reversible): New widget.
27259         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27260
27261 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27262
27263         * gnus-sum.el (gnus-thread-sort-functions)
27264         (gnus-article-sort-functions): Document `(not F)' items.
27265
27266 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27267
27268         * spam.el (spam-use-gmane-xref): Add new backend.
27269         (spam-gmane-xref-spam-group): Add variable to control the name of the
27270         Gmane spam group.
27271         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27272         (spam-regex-headers-spam, spam-regex-headers-ham)
27273         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27274         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27275         backends and checks.
27276         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27277
27278         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27279         an autodetect method.
27280
27281 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27282
27283         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27284         articles are being added to a group.
27285         (gnus-request-replace-article): Inform the agent that articles
27286         need to be uncached as the cached contents are no longer valid.
27287
27288 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27289
27290         * binhex.el: Don't autoload executable-find.
27291
27292         * canlock.el: Don't autoload mail-fetch-field.
27293
27294         * dgnushack.el: Autoload c-mode for XEmacs.
27295
27296         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27297
27298         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27299         rmail-dont-reply-to and rmail-output.
27300
27301         * gnus-score.el: Don't autoload ffap-string-at-point.
27302
27303         * gnus-setup.el: Don't autoload sc-cite-original.
27304
27305         * imap.el: Don't autoload base64-decode-string,
27306         base64-encode-string and md5.
27307
27308         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27309         and rmail-msg-restore-non-pruned-header.
27310
27311         * mm-decode.el: Don't autoload executable-find.
27312
27313         * mm-url.el: Don't autoload executable-find.
27314
27315         * mm-view.el: Don't autoload diff-mode.
27316
27317         * nndb.el: Don't autoload news-reply-mode, news-setup,
27318         cancel-timer and telnet.
27319
27320         * password.el: Don't autoload run-at-time for Emacs.
27321
27322         * sha1-el.el: Don't autoload executable-find.
27323
27324         * sieve-mode.el: Don't autoload c-mode.
27325
27326         * uudecode.el: Don't autoload executable-find.
27327
27328 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27329
27330         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27331         (gnus-agent-possibly-alter-active): Avoid null in numeric
27332         comparison.
27333         (gnus-agent-set-local): Refuse to save null in local object table.
27334         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27335         list of articles that will be marked as unread.
27336
27337 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27338
27339         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27340
27341 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27342
27343         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27344         language tags.
27345
27346 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27347
27348         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27349         Don't bind "obarray".
27350
27351         * gnus-sum.el (gnus-thread-sort-functions):
27352         Add `gnus-thread-sort-by-most-recent-number' and
27353         `gnus-thread-sort-by-most-recent-date'.
27354         Reported by Kai Grossjohann <kai@emptydomain.de>.
27355
27356 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27357
27358         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27359
27360 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27361
27362         * gnus-cus.el (gnus-agent-customize-category):
27363         Remove ignore-errors macro reference that required cl to be loaded at
27364         run-time.
27365
27366         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27367         single-interval range of the form (min . max).  Previously the
27368         range had to look like ((min . max)).  Likewise, return
27369         (min . max) rather than ((min . max)).
27370         (gnus-range-map): Use gnus-range-normalize to accept
27371         single-interval range.
27372
27373         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27374         the cache, but not the agent, now appear with their usual face.
27375
27376         * dgnushack.el (loaddir): New variable that is bound to the
27377         directory containing the dgnushack.el file.  Use loaddir, rather
27378         than srcdir, to update load-path.  Change lets dgnushack compile
27379         code in directories other than GNUS/lisp.
27380
27381 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27382
27383         * lpath.el: Don't bind w3m-safe-url-regexp.
27384
27385         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27386         w3m-safe-url-regexp variable buffer-local.
27387
27388         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27389
27390 2004-02-27  Simon Josefsson  <jas@extundo.com>
27391
27392         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27393         gnus-group-real-prefix.
27394         (gnus-summary-move-article): Use it, instead of
27395         gnus-group-real-prefix.
27396
27397 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27398
27399         * lpath.el: Bind w3m-safe-url-regexp.
27400
27401         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27402         w3m-safe-url-regexp variable buffer-local and set it as the value
27403         of mm-w3m-safe-url-regexp.
27404
27405         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27406
27407         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27408         parsing gnus-posting-styles when the message is not for replying.
27409
27410         * dgnushack.el: Autoload sgml-mode for XEmacs.
27411
27412         * nnrss.el (nnrss-opml-export):
27413         Use mm-set-buffer-file-coding-system instead of
27414         set-buffer-file-coding-system.
27415
27416 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27417
27418         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27419         of checkdoc.el).
27420         * nnrss.el: do.
27421         * gnus-mlspl.el: do.
27422         * gnus-ml.el: do.
27423         * gnus-srvr.el: do.
27424
27425         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27426
27427 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27428
27429         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27430         Corrections to custom-manual links.
27431
27432         * gnus-art.el (gnus-article): Ditto.
27433
27434         * mm-decode.el (mime-display, mime-security): Ditto.
27435
27436 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27437
27438         * flow-fill.el: Typo.
27439
27440 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27441
27442         * spam-wash.el: New file.
27443
27444 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27445
27446         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27447
27448 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27449
27450         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27451         to be run with new-articles as LIST1, not LIST2.
27452         (spam-registration-functions): Add spam-use-ham-copy as a nil
27453         registration backend.
27454
27455 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27456
27457         * spam-stat.el (spam-stat-washing-hook): New option.
27458         (spam-stat-buffer-words): Use it.
27459         (spam-stat-process-directory, spam-stat-test-directory):
27460         Use insert-file-contents-literally.
27461         (spam-stat-coding-system): New variable.
27462         (spam-stat-load, spam-stat-save): Use it.
27463
27464 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27465
27466         * spam-report.el (spam-report-plug-agent):
27467         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27468
27469 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27470
27471         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27472         Allow / in mailto URLs.
27473
27474 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27475
27476         * spam-report.el (spam-report-process-queue): Fix interactive use.
27477         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27478         (spam-report-unplug-agent): Doc fixes.
27479         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27480         (spam-report-agentize, spam-report-deagentize): Autoload.
27481
27482 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27483
27484         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27485
27486         * message.el (message-setup-fill-variables): Add mml tags to
27487         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27488         <ajk@iu.edu>.
27489         (message-mode): Don't modify paragraph-separate there.
27490
27491 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27492
27493         * compface.el (uncompface-use-external): Default to undecided.
27494         (uncompface-use-external-threshold): New variable.
27495         (uncompface-float-time): New macro.
27496         (uncompface): Determine whether to use the external decoder if
27497         uncompface-use-external is undecided.
27498
27499 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27500
27501         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27502         after images.
27503
27504         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27505
27506 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27507
27508         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27509
27510         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27511
27512         * gnus-sum.el (gnus-summary-limit-to-age)
27513         (gnus-summary-limit-children): do.
27514
27515         * gnus-int.el (gnus-request-scan): do.
27516
27517         * gnus-group.el (gnus-group-suspend): do.
27518
27519         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27520
27521         * gnus-cite.el (gnus-cite-parse-attributions): do.
27522
27523         * gnus-agent.el (gnus-summary-set-agent-mark)
27524         (gnus-agent-regenerate-group): do.
27525
27526         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27527
27528         * binhex.el (binhex-decode-region-internal): do.
27529
27530 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27531
27532         * gnus-fun.el (gnus-face-properties-alist): New user option.
27533         (gnus-display-x-face-in-from): Use it.
27534
27535         * gnus-art.el (article-display-face): Ditto.
27536
27537         * compface.el (uncompface-use-external): Default to nil.
27538
27539 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27540
27541         * nntp.el (nntp-erase-buffer): New function.
27542         (nntp-retrieve-data, nntp-send-command)
27543         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27544         (nntp-possibly-change-group): Use it.
27545
27546         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27547         Use with-current-buffer.
27548
27549 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27550
27551         * compface.el: Merge the ELisp-based uncompface program.
27552         (compface): New customization group.
27553         (uncompface-use-external): New user option.
27554         (uncompface): Call uncompface-internal if uncompface-use-external
27555         is nil.
27556         (uncompface-internal): New function.  Note that there are also
27557         some other functions and variables added for this function.
27558
27559 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27560
27561         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27562         if necessary.
27563
27564 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27565
27566         * spam-report.el (spam-report-unplug-agent)
27567         (spam-report-plug-agent, spam-report-deagentize)
27568         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27569         Add support for the Agent in spam-report: when unplugged, report to a
27570         file; when plugged, submit all the requests.
27571
27572         * spam.el (spam-register-routine): Fix message about
27573         registration.
27574
27575 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27576
27577         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27578         dependencies.
27579         (rfc2047-encode): Use it.
27580
27581         * gnus-art.el (gnus-button-marker-list): Move before first
27582         reference.
27583
27584         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27585         (imap-parse-body): Fix format string mismatch.
27586
27587         * gnus-score.el (gnus-summary-increase-score): do.
27588
27589         * nnrss.el (nnrss-close): New function.
27590
27591 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27592
27593         * nnrss.el (nnrss-make-filename): New function.
27594         (nnrss-request-delete-group, nnrss-read-server-data)
27595         (nnrss-save-server-data, nnrss-read-group-data)
27596         (nnrss-save-group-data): Use it.
27597         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27598         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27599         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27600
27601 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27602
27603         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27604
27605 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27606
27607         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27608         files.
27609
27610         * message.el (message-generate-headers-first): Don't quote nil
27611         and t in docstrings.
27612
27613         * imap.el (imap-id): do.
27614
27615         * gnus-agent.el (gnus-agent-consider-all-articles)
27616         (gnus-agent-queue-mail): do.
27617
27618 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27619
27620         * spam-report.el (spam-report-process-queue): New function.
27621         Process requests from `spam-report-requests-file'.
27622         (spam-report-process-queue): Doc fix.
27623
27624 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27625
27626         * spam.el (spam-register-routine)
27627         (spam-log-processing-to-registry, spam-log-registered-p)
27628         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27629         Change "check" to "spam-check" for semi-clarity.
27630
27631 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27632
27633         * pop3.el: Require nnheader.
27634
27635         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27636
27637         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27638
27639         * gnus-picon.el: Require cl.
27640
27641         * gnus-fun.el: Require gnus-ems and gnus-util.
27642
27643         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27644
27645         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27646
27647         * gnus-art.el (gnus-article-edit-mode): Define before first
27648         reference.
27649
27650 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27651
27652         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27653         (gnus-uu-post-encoded): Use point-at-bol.
27654
27655         * gnus-topic.el (gnus-group-active-topic-p): do.
27656
27657         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27658
27659         * gnus-group.el (gnus-group-kill-region): do.
27660
27661         * gnus-art.el (article-date-ut): do.
27662
27663         * message.el (message-fetch-field): Remove redundant
27664         case-fold-search binding.
27665         (message-narrow-to-field): Simplify.
27666
27667 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27668
27669         * spam.el (spam-directory): Derive from `gnus-directory'.
27670
27671         * spam-report.el (spam-report-url-to-file)
27672         (spam-report-requests-file): New function and variable for offline
27673         reporting.
27674         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27675         and user defined function.
27676         (spam-report-url-ping-mm-url): Remove doubled slash.
27677
27678 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27679
27680         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27681
27682 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27683
27684         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27685         Fix format string mismatch.
27686
27687         * sieve.el (sieve-deactivate-all): do.
27688
27689         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27690
27691         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27692
27693         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27694
27695         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27696
27697 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27698
27699         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27700         the list of checks.
27701
27702 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27703
27704         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27705         padding.
27706
27707 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27708
27709         * mm-view.el (mm-fill-flowed): New variable.
27710         (mm-inline-text): Use it.
27711
27712 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27713
27714         * spam.el (spam-spamassassin-register-ham-routine)
27715         (spam-spamassassin-register-spam-routine): Fix function names.
27716
27717 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27718
27719         * gnus.el (gnus-tmp-grouplens): Remove.
27720         (gnus-summary-line-format): Remove grouplens.
27721
27722         * gnus-group.el (gnus-group-line-format): Ditto.
27723
27724         * gnus-spec.el (gnus-format-specs): Ditto.
27725         (gnus-update-format-specifications): Flush the group format spec
27726         cache if there's the grouplens stuff.
27727         (gnus-parse-simple-format): Replace %l with the empty string.
27728
27729 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27730
27731         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27732         omission.
27733
27734 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27735
27736         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27737         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27738
27739 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27740
27741         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27742         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27743         New macros and functions.
27744         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27745         Handle > NLINK_MAX messages.
27746         * nnmaildir.el (nnmaildir-request-set-mark):
27747         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27748
27749 2004-01-25  Alex Schroeder  <alex@gnu.org>
27750
27751         * spam-stat.el (spam-stat-process-directory-age): New option.
27752         (spam-stat-process-directory): Use it.
27753
27754 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27755
27756         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27757         (spam-stat-save): Accept prefix argument.
27758
27759 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27760
27761         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27762         links" error.
27763
27764 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27765
27766         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27767         the rest of the and/or forms.
27768
27769 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27770
27771         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27772         compatibility with old .newsrc.eld files.
27773
27774         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27775
27776         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27777
27778         * gnus-start.el (gnus-1): do.
27779
27780         * gnus-group.el (gnus-group-line-format-alist): do.
27781
27782         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27783
27784         * gnus-gl.el: Remove.
27785
27786 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27787
27788         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27789         marks consisting of a single range {for example, (3 . 5)} rather
27790         than a list of a single range { ((3 . 5)) }.
27791
27792 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27793
27794         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27795         Use with-current-buffer.
27796         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27797         avoid consing a string.
27798
27799         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27800         Remove obsolete entries for big5 and gb2312.
27801
27802 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27803
27804         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27805         uncompressed list.
27806
27807 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27808
27809         * spam-stat.el (spam-stat-strip-xref): New function.
27810         (spam-stat-process-directory): Use it.
27811
27812         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27813         here -- it's done in message-fetch-field.
27814
27815 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27816
27817         * gnus-agent.el (gnus-agent-queue-mail)
27818         (gnus-agent-prompt-send-queue): New variables.
27819         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27820         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27821         "nndraft:queue" along to gnus-draft-send.
27822         Use gnus-agent-prompt-send-queue.
27823         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27824         is "nndraft:queue".  Suggested by Gaute Strokkenes
27825         <gs234@srcf.ucam.org>
27826
27827         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27828         (agent-enable-undownloaded-faces): Add.
27829         (gnus-agent-cat-groups): Use eval-and-compile, not
27830         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27831         method of gnus-agent-cat-groups even when the buffer has been
27832         evaled.
27833         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27834         delete gnus-agent-save-active-1.
27835         (gnus-agent-save-groups): Delete.  Identical to
27836         gnus-agent-save-active.
27837         (gnus-agent-write-active): No longer adjust agent's copy of active
27838         file as agent's adjustments are now stored in their own
27839         file.  Remove optional parameter.
27840         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27841         servers.  Add use of min/max range limits from server's local
27842         file.
27843         (gnus-agent-save-alist): Remove unused optional argument.
27844         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27845         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27846         (gnus-agent-set-local): A per-server file that keeps min/max range
27847         limits for articles known to the agent.  Provides a fast mechanism
27848         for altering many active ranges.
27849         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27850         active file (local makes it unnecessary).
27851         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27852
27853         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27854         (agent-enable-undownloaded-faces): Add.
27855
27856         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27857         disable it when sending to "nndraft:queue".
27858         (gnus-group-send-queue): Add safety check to avoid sending queue
27859         when unplugged.
27860
27861         * gnus-group.el (gnus-group-catchup): Use new
27862         gnus-sequence-of-unread-articles, not
27863         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27864         numbers of articles.  Use gnus-range-map to avoid having to
27865         uncompress the unread list.
27866         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27867         Fix invalid ange-ftp reference.
27868
27869         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27870         (gnus-sorted-range-intersection): Intersection of two ranges
27871         without requiring that they first be uncompressed.
27872
27873         * gnus-start.el (gnus-activate-group): Unless blocked by the
27874         caller, possibly expand the active range to include both cached
27875         and agentized articles.
27876         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27877         multiple version-dependent converters.
27878         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27879         gnus-agent-save-active.
27880         (gnus-save-newsrc-file): Save dirty agent range limits.
27881
27882         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27883         gnus-agent-possibly-alter-active.
27884         (gnus-adjust-marked-articles): Faster handling of simple lists.
27885
27886 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27887
27888         * spam-stat.el (spam-stat-test-directory): New optional argument
27889         displays a list of files detected.  Suggested by Andrew Cohen
27890         <cohen@andy.bu.edu>.
27891         (spam-stat-buffer-words-with-scores): Don't narrow and change
27892         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27893
27894 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27895
27896         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27897         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27898         (spam-spamassassin-arguments)
27899         (spam-spamassassin-spam-flag-header)
27900         (spam-spamassassin-positive-spam-flag-header)
27901         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27902         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27903         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27904         (spam-list-of-processors, spam-list-of-checks)
27905         (spam-list-of-statistical-checks, spam-registration-functions)
27906         (spam-check-spamassassin-headers, spam-check-spamassassin)
27907         (spam-spamassassin-score)
27908         (spam-spamassassin-register-with-sa-learn)
27909         (spam-spamassassin-register-spam-routine)
27910         (spam-spamassassin-register-ham-routine)
27911         (spam-assassin-register-spam-routine)
27912         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27913         (spam-bogofilter-score): Fix to show article before scoring.
27914
27915 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27916
27917         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27918         default scoring function.
27919         (spam-generic-score): Call spam-spamassassin-score if
27920         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27921         spam-bogofilter-score otherwise.
27922
27923         * gnus.el (spam-process, spam-autodetect-methods):
27924         Add spamassassin and spamassassin-headers.
27925
27926 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27927
27928         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27929         Suppress unnecessary messages.
27930
27931 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27932
27933         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27934         make-hash-table.
27935
27936 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27937
27938         * canlock.el (base64-encode-string): Don't autoload it.
27939
27940 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27941
27942         * run-at-time.el: Remove useless (require 'itimer),
27943         eval-and-compile and (featurep 'xemacs).
27944
27945 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27946
27947         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27948         GROUP is a virtual group.
27949
27950 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27951
27952         * gnus.el: Autoload `message-y-or-n-p'.
27953
27954 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27955
27956         * pgg-parse.el: Remove unnecessary (require 'custom).
27957
27958         * pgg-def.el: do.
27959
27960         * nnmail.el: do.
27961
27962         * gnus-undo.el: do.
27963
27964         * gnus-picon.el: do.
27965
27966         * gnus-util.el: do.
27967
27968 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27969
27970         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27971
27972 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27973
27974         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27975         handle, as well as a list.
27976
27977         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27978         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27979         (mm-w3m-cid-retrieve): Simplify.
27980
27981 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27982
27983         * message.el (message-kill-to-signature): Allow prefix arg to
27984         specify number of lines to keep before signature.
27985
27986 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27987
27988         * message.el (message-kill-to-signature): Change docstring.
27989
27990 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27991
27992         * canlock.el: Always require sha1-el.
27993         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27994
27995         * message.el: Autoload sha1 only when compiling.
27996
27997         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27998         eudc-expand-inline for XEmacs.
27999
28000 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28001
28002         * message.el (message-canlock-generate): Require sha1-el.
28003
28004 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28005
28006         * message.el (message-expand-name): Silence the byte compiler.
28007
28008         * lpath.el: Add detect-coding-system.
28009
28010         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28011         cus-edit.
28012
28013 2004-01-13  Simon Josefsson  <jas@extundo.com>
28014
28015         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28016         Invoke gnus-score-mode.
28017         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28018
28019         * gnus-range.el (gnus-compress-sequence): Doc fix.
28020         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28021
28022 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28023
28024         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28025
28026 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28027
28028         * spam.el (spam-get-article-as-string): Update to use
28029         gnus-request-article-this-buffer, much simpler.
28030         (spam-get-article-as-buffer): Remove.
28031
28032 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28033
28034         * message.el (message-expand-name): Use EUDC if the user uses that.
28035
28036 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28037
28038         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28039         character for the encoding to avoid consing a string.
28040
28041         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28042         unnecessarily.
28043
28044         * mm-util.el (mm-replace-chars-in-string): Remove.
28045
28046         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28047         of mm-replace-chars-in-string.
28048
28049 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28050
28051         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28052
28053         * mm-util.el (mm-subst-char-in-string): Support inplace.
28054
28055         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28056         a new string in every iteration.  Use shy groups.
28057
28058 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28059
28060         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28061         * gnus-soup.el (gnus-soup-group-brew):
28062         * gnus-msg.el (gnus-put-message):
28063         * gnus-move.el (gnus-group-move-group-to-server):
28064         * gnus-kill.el (gnus-batch-score):
28065         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28066         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28067         (gnus-group-update-group, gnus-group-read-group)
28068         (gnus-group-make-group, gnus-group-make-help-group)
28069         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28070         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28071         (gnus-group-sort-by-unread, gnus-group-catchup)
28072         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28073         (gnus-group-yank-group, gnus-group-set-info)
28074         (gnus-group-list-groups):
28075         * gnus.el (gnus-generate-new-group-name):
28076         * gnus-delay.el (gnus-delay-send-queue):
28077         * nnvirtual.el (nnvirtual-catchup-group):
28078         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28079         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28080         (gnus-group-prepare-topics, gnus-topic-check-topology):
28081         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28082         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28083         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28084         (gnus-group-make-articles-read):
28085         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28086         (gnus-group-change-level, gnus-kill-newsgroup)
28087         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28088         (gnus-get-unread-articles, gnus-make-articles-unread)
28089         (gnus-make-ascending-articles-unread): Use accessor
28090         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28091         to get group information for improved readability.
28092
28093
28094 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28095
28096         * gnus-art.el (article-decode-mime-words, article-babel)
28097         (gnus-article-highlight-signature, gnus-article-add-buttons)
28098         (gnus-signature-toggle): Use gnus-with-article-buffer.
28099
28100         * gnus-art.el (gnus-article-highlight-headers)
28101         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28102
28103         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28104         (gnus-article-set-globals, gnus-request-article-this-buffer)
28105         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28106         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28107         (gnus-mime-display-alternative): Use with-current-buffer.
28108
28109 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28110
28111         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28112         also under 80 char limit, and call gnus-error if needed.
28113         (spam-fetch-article-header): Fix - it was a
28114         buffer-local variable (gnus-newsgroup-data).
28115         (spam-find-spam): Use spam-generate-fake-headers, forget about
28116         spam-insert-fake-headers.
28117         (spam-insert-fake-headers): Remove.
28118
28119 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28120
28121         * deuglify.el (gnus-article-outlook-unwrap-lines)
28122         (gnus-outlook-rearrange-article)
28123         (gnus-outlook-repair-attribution-outlook)
28124         (gnus-outlook-repair-attribution-block)
28125         (gnus-outlook-repair-attribution-other): Remove redundant
28126         save-excursion.
28127
28128 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28129
28130         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28131         (spam-fetch-field-subject-fast)
28132         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28133         (spam-fetch-article-header): Add functions to deal with Gnus
28134         internals for fast retrieval of article header data.
28135         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28136
28137 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28138
28139         * pop3.el (pop3-md5): Remove.
28140         (pop3-apop): Replace pop3-md5 with md5.
28141
28142         * mm-bodies.el: base64 is always built-in.
28143
28144         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28145         Use with-current-buffer.
28146
28147 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28148
28149         * canlock.el (canlock-insert-header): Remove excessive grouping in
28150         regexp.
28151
28152         * gnus-sum.el (gnus-summary-read-document): Ditto.
28153
28154         * gnus-uu.el (gnus-uu-part-number): Ditto.
28155
28156         * html2text.el (html2text-remove-tags): Ditto.
28157         (html2text-format-tags): Ditto.
28158         (html2text-format-single-elements): Ditto.
28159
28160         * mml.el (mml-parse-1): Ditto.
28161
28162 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28163
28164         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28165
28166         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28167
28168         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28169
28170         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28171
28172 2003-11-15  Simon Josefsson  <jas@extundo.com>
28173
28174         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28175         (pgg-gpg-lookup-key): Use regexp match instead of
28176         split-string (split-string is different between emacs 21.2 and
28177         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28178
28179 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28180
28181         * gnus-art.el (gnus-mime-view-all-parts)
28182         (gnus-article-part-wrapper, gnus-article-view-part):
28183         Use with-current-buffer.
28184
28185 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28186
28187         * spam.el (spam-disable-spam-split-during-ham-respool)
28188         (spam-spamoracle-database, spam-cache-lookups)
28189         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28190         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28191         (spam-group-ham-marks, spam-group-spam-marks)
28192         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28193         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28194         also add spam-use-blackholes to the statistical checks.
28195         (spam-fetch-field-fast): Add interface to fetching fields, may
28196         become a macro.
28197         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28198         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28199         (spam-insert-fake-headers): Fake an article when needed.
28200         (spam-find-spam): Fake article when possible.
28201         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28202         (spam-check-bogofilter-headers): Use message-fetch-field instead
28203         of nnmail-fetch-field.
28204
28205 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28206
28207         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28208
28209 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28210
28211         * spam.el (spam-split): Do not require spam-use-CHECK to be
28212         enabled if that check is passed to spam-split explicitly; also
28213         fix so 'spam doesn't get converted to spam-split-group when
28214         spam-split-symbolic-return is t.
28215         (spam-find-spam): Find registrations of the article and use those
28216         instead of re-running spam-split to find the spam/ham
28217         classification of the article.
28218         (spam-log-processing-to-registry, spam-log-registered-p)
28219         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28220         Use gnus-error instead of gnus-message.
28221         (spam-log-registration-type): Add function to determine the
28222         classification of a message based on registry entries; will
28223         return nil if both 'spam and 'ham are found.
28224         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28225         a reasonably fast local cache without the loading errors.
28226         (spam-cache-lookups): Set to t by default.
28227         (spam-find-spam): Don't try to guess spam-cache-lookups.
28228         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28229         spam-caches entry.
28230         (spam-filelist-build-cache, spam-filelist-check-cache):
28231         Fix caching of whitelist/blacklist entries.
28232         (spam-check-whitelist, spam-check-blacklist):
28233         Invoke spam-from-listed-p with a type, not a cache variable.
28234         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28235
28236 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28237
28238         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28239
28240         * nnmail.el (nnmail-split-fancy): do.
28241
28242         * mml.el (mml-parse): do.
28243
28244         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28245         (gnus-score-adaptive): do.
28246
28247 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28248
28249         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28250         (gnus-mime-button-map): Don't set keymap parent.
28251         (gnus-button-ctan-directory-regexp): Use shy grouping.
28252         (gnus-prev-page-map): Don't set keymap parent.
28253         (gnus-prev-page-map): Remove duplicated one.
28254         (gnus-next-page-map): Don't set keymap parent.
28255         (gnus-mime-security-button-map): Ditto.
28256
28257         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28258         version number.
28259
28260         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28261
28262 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28263
28264         * canlock.el (canlock-sha1-function): Remove.
28265         (canlock-sha1-function-for-verify): Remove.
28266         (canlock-openssl-program): Remove.
28267         (canlock-openssl-args): Remove.
28268         (canlock-ignore-errors): Remove.
28269         (canlock-sha1-with-openssl): Remove.
28270         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28271         (canlock-verify): Don't use canlock-ignore-errors.
28272
28273         * sha1-el.el (sha1-string-external): Make it can return a string
28274         in binary form.
28275         (sha1-region-external): Ditto.
28276         (sha1-string-internal): Ditto.
28277         (sha1-region-internal): Ditto.
28278         (sha1-region): Ditto.
28279         (sha1-string): Ditto.
28280         (sha1): Ditto.
28281
28282 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28283
28284         * spam.el (spam-report-articles-gmane): New command.
28285
28286 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28287
28288         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28289
28290         * run-at-time.el (run-at-time-saved): Remove.
28291         (run-at-time): Doc fix.
28292
28293 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28294
28295         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28296         (gnus-summary-limit-map): Add it.
28297         (gnus-summary-make-menu-bar): do.
28298
28299 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28300
28301         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28302         Make attempt at some caching support (done for BBDB only now).
28303         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28304         addresses to be checked.
28305         (spam-clear-cache-BBDB): Add function, to be invoked by
28306         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28307         (spam-check-BBDB): Check and use the caches, if
28308         spam-cache-lookups is on, remove superfluous (provide).
28309
28310 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28311
28312         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28313
28314 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28315
28316         * run-at-time.el (run-at-time-saved): Move to after the definition
28317         of `run-at-time'.
28318
28319         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28320
28321 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28322
28323         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28324         mm-w3m-local-map-property.
28325
28326         * mm-view.el (mm-w3m-mode-map): Remove.
28327         (mm-w3m-local-map-property): Remove.
28328         (mm-inline-text-html-render-with-w3m): Don't use
28329         mm-w3m-local-map-property.
28330
28331 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28332
28333         * run-at-time.el: New file.
28334
28335         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28336         under Emacs.
28337
28338         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28339         of gnus-set-text-properties.
28340
28341         * gnus-uu.el (gnus-uu-save-article): Ditto.
28342
28343         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28344
28345         * gnus-cite.el (gnus-cite-parse): Ditto.
28346
28347         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28348         of gnus-.
28349
28350         * gnus-xmas.el (run-at-time): Require run-at-time.
28351
28352         * gnus.el: Change calls to nnheader-run-at-time and
28353         password-run-at-time throughout to use run-at-time directly.
28354
28355         * password.el: Remove definition of run-at-time.
28356
28357         * nnheaderxm.el: Remove definition of run-at-time.
28358
28359 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28360
28361         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28362         in prompt.
28363
28364 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28365
28366         * messagexmas.el (message-xmas-redefine): Alias
28367         `message-make-caesar-translation-table' to
28368         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28369         version.
28370
28371         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28372         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28373         `gnus-xmas-set-text-properties'.
28374         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28375         `gnus-xmas-completing-read'.
28376         (gnus-xmas-completing-read): Removed.
28377         (gnus-xmas-open-network-stream): Removed.
28378
28379         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28380         XEmacs version.
28381
28382         * dns.el (dns-make-network-process): Use `open-network-stream'
28383         instead of `gnus-xmas-open-network-stream'.
28384
28385         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28386
28387         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28388
28389 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28390
28391         * gnus-art.el (gnus-mime-display-alternative)
28392         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28393         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28394         Don't use gnus-local-map-property.
28395
28396         * gnus-util.el (gnus-local-map-property): Remove.
28397
28398         * mm-view.el (mm-view-pkcs7-decrypt):
28399         Replace gnus-completing-read-maybe-default with completing-read.
28400
28401         * gnus-util.el (gnus-completing-read): do.
28402         (gnus-completing-read-maybe-default): Remove.
28403
28404 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28405
28406         * password.el: Only autoload `run-at-time' if not XEmacs.
28407         Only autoload the itimer functions if XEmacs.
28408
28409 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28410
28411         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28412         XEmacsen.
28413
28414         * dgnushack.el: Autoload executable-find for XEmacs.
28415
28416 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28417
28418         * gnus-art.el (gnus-read-string): Remove.
28419         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28420         read-string.
28421
28422 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28423
28424         * netrc.el: Autoload password-read.
28425         (netrc): Add configuration group.
28426         (netrc-encoding-method, netrc-openssl-path):
28427         Add variables for encoding and decoding of files with symmetric
28428         ciphers.
28429         (netrc-encode): Add assistant function to encode a file with
28430         netrc-encoding-method.
28431         (netrc-parse): Add interactive parameter, added optional
28432         decoding if netrc-encoding-method is non-nil but otherwise
28433         behavior is standard.
28434         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28435         Do s/encode/encrypt/ everywhere.
28436
28437         * spam.el: Remove executable-find autoload.
28438
28439 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28440
28441         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28442
28443         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28444
28445 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28446
28447         * gnus-art.el (gnus-treat-ansi-sequences)
28448         (article-treat-ansi-sequences): New variable and function.
28449         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28450
28451         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28452         Use it.
28453
28454 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28455
28456         * mm-util.el (mm-quote-arg): Remove.
28457
28458         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28459         shell-quote-argument.
28460
28461         * gnus-uu.el (gnus-uu-command): do.
28462
28463         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28464
28465         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28466         with make-char.
28467
28468         * mm-util.el (mm-make-char): Remove.
28469
28470         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28471         add-minor-mode.
28472
28473         * gnus-undo.el (gnus-undo-mode): do.
28474
28475         * gnus-topic.el (gnus-topic-mode): do.
28476
28477         * gnus-sum.el (gnus-dead-summary-mode): do.
28478
28479         * gnus-start.el (gnus-slave-mode): do.
28480
28481         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28482
28483         * gnus-ml.el (gnus-mailing-list-mode): do.
28484
28485         * gnus-gl.el (gnus-grouplens-mode): do.
28486
28487         * gnus-draft.el (gnus-draft-mode): do.
28488
28489         * gnus-dired.el (gnus-dired-mode): do.
28490
28491         * gnus-ems.el (gnus-add-minor-mode): Remove.
28492
28493         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28494         Replace gnus-char-width with char-width.
28495
28496         * gnus-ems.el (gnus-char-width): Remove.
28497
28498         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28499         Replace gnus-char-width with char-width.
28500
28501         * gnus-ems.el (gnus-char-width): Remove.
28502
28503         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28504         definition.
28505         Remove Emacs 20 hash table compatibility code.
28506
28507         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28508         20 compatibility code.
28509
28510         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28511
28512         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28513
28514         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28515         Replace with point-at-{eol,bol}.
28516
28517         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28518
28519         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28520
28521         * flow-fill.el (fill-flowed-point-at-bol)
28522         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28523
28524         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28525         Replace with point-at-{eol,bol} throughout all files.
28526
28527 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28528
28529         * ntlm.el (ntlm-string-as-unibyte): New macro.
28530         (ntlm-build-auth-response): Use it.
28531
28532         Remove Emacs 20 stuff:
28533         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28534         (butlast, mapc, remove): Remove the compiler macros.
28535         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28536         of delq and copy-sequence.
28537         * gnus-art.el (popup-menu): Remove the compiler macro.
28538         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28539         Emacs 20.
28540
28541 2004-01-05  Simon Josefsson  <jas@extundo.com>
28542
28543         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28544         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28545         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28546         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28547         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28548         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28549         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28550         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28551         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28552         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28553         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28554         string-xor into ntlm-string-xor.
28555         Suggested by Jesper Harder <harder@myrealbox.com>.
28556
28557         * ntlm.el: Don't include poem.
28558
28559         * md4.el (print-int32, print-string-hexa): Remove.
28560         Suggested by Jesper Harder <harder@myrealbox.com>.
28561
28562         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28563
28564         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28565         probably breaks emacs with DL patch, but do we care? Is anyone
28566         still using the DL stuff?)
28567
28568         * sieve-manage.el: Use the password package.
28569         (sieve-manage-read-passwd): Remove.
28570         (sieve-manage-interactive-login): Use password.  Re-add
28571         condition-case around loop.
28572
28573         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28574         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28575         Use the password package.
28576
28577 2003-02-19  Simon Josefsson  <jas@extundo.com>
28578
28579         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28580         token.
28581
28582 2002-08-07  Simon Josefsson  <jas@extundo.com>
28583
28584         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28585         (sieve-manage-authenticators)
28586         (sieve-manage-authenticator-alist): Add some SASL mechs.
28587         (sieve-sasl-auth): New function.
28588         (sieve-manage-cram-md5-auth)
28589         (sieve-manage-plain-auth): Rewrite using SASL library.
28590         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28591         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28592         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28593         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28594
28595 2004-01-05  Simon Josefsson  <jas@extundo.com>
28596
28597         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28598         New files.
28599
28600 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28601
28602         * gnus-group.el (gnus-no-groups-message): Update.
28603
28604         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28605
28606 2003-11-09  Simon Josefsson  <jas@extundo.com>
28607
28608         * imap.el: Support for ID IMAP extension (RFC 2971).
28609         (imap-local-variables): Add imap-id.
28610         (imap-id): New variable.
28611         (imap-id): New function.
28612         (imap-parse-response): Parse untagged ID response.
28613         * nnimap.el (nnimap-id): New variable.
28614         (nnimap-open-connection): Use it.
28615
28616 2003-12-28  Simon Josefsson  <jas@extundo.com>
28617
28618         * gnus-score.el (gnus-score-edit-all-score): New.
28619         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28620
28621 2004-01-04  Simon Josefsson  <jas@extundo.com>
28622
28623         * password.el: Add.
28624
28625 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28626
28627         * dns.el (dns-query-types): Fix typo.
28628         (dns-query-types): New function.
28629         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28630         PTR and SOA replies, see RFC 1035.
28631
28632 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28633
28634         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28635
28636         * Move to Changelog.2.
28637
28638 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28639
28640         * gnus.el (gnus-version-number): Bump version.
28641
28642 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28643
28644         * gnus.el: No Gnus v0.1 is released.
28645
28646 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28647
28648         * gnus.el: No Gnus v0.0 is released.
28649
28650 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28651
28652         * gnus.el (gnus-version-number): Bump.
28653         (gnus-version): No.
28654
28655 See ChangeLog.2 for earlier changes.
28656
28657   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28658
28659   This file is part of GNU Emacs.
28660
28661   GNU Emacs is free software: you can redistribute it and/or modify
28662   it under the terms of the GNU General Public License as published by
28663   the Free Software Foundation, either version 3 of the License, or
28664   (at your option) any later version.
28665
28666   GNU Emacs is distributed in the hope that it will be useful,
28667   but WITHOUT ANY WARRANTY; without even the implied warranty of
28668   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28669   GNU General Public License for more details.
28670
28671   You should have received a copy of the GNU General Public License
28672   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28673
28674 ;; Local Variables:
28675 ;; coding: utf-8
28676 ;; fill-column: 79
28677 ;; add-log-time-zone-rule: t
28678 ;; End: