057c343bee1404d28848079936ae3eda9576d885
[gnus] / lisp / ChangeLog
1 2015-11-11  Eli Zaretskii  <eliz@gnu.org>
2
3         * mm-url.el (mm-url-form-encode-xwfu): Allow argument CHUNK to be nil.
4         (Bug#21881)
5
6 2015-11-08  Michael Sperber  <mike@xemacs.org>
7
8         * gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
9         `gnus-summary-delete-article` in a way that also works on XEmacs.
10
11 2015-11-01  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
12
13         * ntlm.el: Change version to 2.0.0.
14
15 2015-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16
17         Silence lexical-binding warnings
18
19         * auth-source.el (auth-source-netrc-use-gpg-tokens):
20         Simplify (symbol-value 'VAR) to just VAR.
21         (auth-source-backend-parse): Use make-instance.
22         (auth-source-search): Remove unused key args.
23         Remove unused vars `accessor-key' and `backend'.  Avoid `eval'.
24         (auth-source-search-backends): Use slot names rather than their initarg.
25         (auth-source-netrc-create):
26         (auth-source-delete):
27         (auth-source-secrets-create, auth-source-plstore-search)
28         (auth-source-macos-keychain-create, auth-source-macos-keychain-search)
29         (auth-source-plstore-create, auth-source-netrc-search)
30         (auth-source-netrc-parse): Remove unused key args.
31         (auth-source-forget+): Simplify the arglist.
32         (auth-source-macos-keychain-search-items)
33         (auth-source-token-passphrase-callback-function): Mark unused args.
34         (auth-source-epa-extract-gpg-token): Remove unused var `plain'.
35         (pp-escape-newlines): Declare.
36         (auto-source--symbol-keyword): New function.
37         (auth-source-plstore-create, auth-source-netrc-create)
38         (auth-source-netrc-normalize): Use it.
39         (auth-source-netrc-search): Don't pass :delete to
40         auth-source-netrc-parse since it doesn't use it.
41         (auth-source-plstore-create, auth-source-netrc-create): Use plist-get
42         symbol-value to index in keyword args.
43         (auth-source-macos-keychain-result-append): Avoid setq.
44         (auth-source-netrc-create): Remove unused vars `file' and `add'.
45         (auth-source-user-or-password): Remove unused var `cname'.
46
47 2015-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
48
49         * gnus-topic.el (gnus-topic-prepare-topic): Remove unused var `topic'.
50         (gnus-topic-remove-topic): Mark unused arg `hide'.
51         (gnus-tmp-header): Declare.
52         (gnus-topic-goto-missing-group): Remove unused var `entry'.
53         (gnus-topic-unmark-topic): Mark unused arg `dummy'.
54         (gnus-topic-copy-matching): Mark unused arg `copyp'.
55         Move initialization of `topic' into its declaration.
56
57 2015-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * auth-source.el: Revert.
60
61         * auth-source.el: Add eval-and-compile to autoloads for
62         epg-context-set-passphrase-callback, epg-decrypt-string,
63         epg-encrypt-string, and epg-context-set-armor.
64
65 2015-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
66
67         * mailcap.el (mailcap-mime-data): Remove fboundp checks.
68         (mailcap-viewer-passes-test): Do it instead.  Thanks to Stefan Monnier.
69
70 2015-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * mailcap.el (mailcap-mailcap-entry-passes-test): Doc fix.
73
74 2015-10-20  Michael Sperber  <mike@xemacs.org>
75
76         * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which
77         does not exist on XEmacs.
78
79 2015-10-18  Michael Sperber  <mike@xemacs.org>
80
81         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
82         * nnmail.el (nnmail-get-new-mail-per-group):
83         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
84
85 2015-10-18  Michael Sperber  <mike@xemacs.org>
86
87         * message.el (message-get-reply-headers): In addition to
88         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
89         used in XEmacs.
90
91 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
94
95 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
96
97         * auth-source.el (auth-source-epa-make-gpg-token):
98         Replace an usage of `epg-context-set-armor' with `setf'.
99         (auth-source-do-debug, auth-source-do-trivia)
100         (auth-source-read-char-choice, auth-source-search)
101         (auth-source-pick-first-password, auth-source-netrc-parse)
102         (auth-source-netrc-search, auth-source-secrets-search)
103         (auth-source-macos-keychain-search)
104         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
105         (auth-source-user-or-password): Use sharp-quoting with functions.
106
107 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
108
109         * auth-source.el (auth-source-search): Clarify :create's meaning.
110
111 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
112
113         Backslash cleanup in Elisp source files
114
115         This patch should not change behavior.  It typically omits backslashes
116         where they are redundant (e.g., in the string literal "^\$").
117         In a few places, insert backslashes where they make regular expressions
118         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
119         has the same effect as a regular expression.
120         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
121         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
122         with RCS IDs, as that makes it clearer that the backslash is intended.
123         * auth-source.el (auth-source-secrets-search)
124         (auth-source-macos-keychain-search):
125         * gnus-art.el (gnus-mime-action-on-part)
126         (gnus-mime-display-multipart-related-as-mixed)
127         (gnus-button-mid-or-mail-heuristic-alist)
128         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
129         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
130         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
131         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
132         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
133         * gnus-cus.el (gnus-group-customize):
134         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
135         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
136         * gnus-mlspl.el (gnus-group-split-fancy):
137         * gnus-registry.el (gnus-registry-prune-factor):
138         * gnus-salt.el (gnus-summary-pick-line-format):
139         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
140         (gnus-sieve-script):
141         * gnus-util.el (gnus-directory-sep-char-regexp):
142         * gnus.el (gnus-message-archive-group, gnus-user-agent):
143         * message.el (message-archive-header, message-reply-headers)
144         (message-send-method-alist):
145         * mm-decode.el (mm-add-meta-html-tag):
146         * nndoc.el (nndoc-generate-lanl-gov-head):
147         * nnheader.el (nnheader-max-head-length):
148         * registry.el (registry-db, registry-prune):
149         * rfc1843.el (rfc1843-hzp-word-regexp)
150         (rfc1843-hzp-word-regexp-strictly):
151         * rfc2047.el (rfc2047-encoded-word-regexp)
152         (rfc2047-encoded-word-regexp-loose):
153
154         Fix several backslash typos in Elisp strings
155         * gnus-art.el (gnus-button-handle-library):
156         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
157         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
158         * spam-report.el (spam-report-gmane-regex):
159         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
160         For example, to get the regular expression ‘\.’ use the string
161         literal "\\.", not "\." (which is equivalent to ".").
162
163         * auth-source.el (auth-source-read-char-choice):
164         * nnmaildir.el (NOV example):
165         * registry.el (registry-search): Doc fix.
166
167 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * gnus-compat.el: Require overlay for XEmacs.
170
171 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
172
173         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
174         t rather than after-change-functions to nil.
175
176 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
177
178         * time-date.el (time-to-seconds, time-less-p):
179         Mark unused vars with underscore.
180
181 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
182
183         * time-date.el (with-decoded-time-value): Fix debug spec.
184
185 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
186
187         * nnmairix.el (nnmairix-widget-create-query):
188         * time-date.el (format-seconds): Prefer grave quoting in source-code
189         strings used to generate help and diagnostics.
190
191 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
192
193         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
194
195 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * ntlm.el (ntlm-unibyte-string): New compatibility function.
198
199 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
200
201         Add support for NTLMv2 authentication.
202         * ntlm.el (ntlm): New customization group.
203         (ntlm-compatibility-level): New defcustom.
204         (ntlm-compute-timestamp): New function.
205         (ntlm-generate-nonce): Likewise.
206         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
207
208 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
209
210         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
211         isn't always passed in, check it's not nil before making it into a
212         list.  The active arg will also be nil if the group is new, check for
213         that.
214
215 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
216
217         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
218
219 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
220
221         * gmm-utils.el (gmm-image-load-path-for-library):
222         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
223         * gnus-registry.el (gnus-registry-split-strategy):
224         * gnus-start.el (gnus-check-new-newsgroups):
225         * gnus-sum.el (gnus-select-group-hook):
226         * gnus-uu.el (gnus-uu-user-archive-rules):
227         * gnus.el (gnus-message-archive-group, gnus-visual):
228         * message.el (message-cite-style):
229         * nnir.el (nnir-swish++-additional-switches)
230         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
231         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
232         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
233         * nntp.el (nntp-server-action-alist):
234         * tls.el (tls-checktrust):
235         Fix some more docstring etc. quoting problems.
236         Mostly these fixes prevent the transliteration of apostrophes
237         that should stay apostrophes.  Also, prefer curved quotes in
238         Bahá’í proper names, as that’s the preferred Bahá’í style and
239         these names are chock-full of non-ASCII characters anyway.
240
241 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
242
243         Escape ` and ' in doc
244         * gnus-art.el (gnus-article-address-banner-alist)
245         (gnus-face-properties-alist):
246         * gnus-sum.el (gnus-newsgroup-variables):
247         * nndiary.el (nndiary-reminders):
248         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
249         Escape apostrophes and grave accents in docstrings if they
250         are supposed to stand for themselves and are not quotes.  Remove
251         apostrophes from docstring examples like ‘'(calendar-nth-named-day
252         -1 0 10 year)’ that confuse source code with data.  Do some other
253         minor docstring fixups as well, e.g., insert a missing close
254         quote.
255
256 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * gnus-util.el (gnus-format-message):
259         * tls.el (tls-format-message): Use defalias at the top level so as to
260         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
261
262         * gnus-sum.el (gnus-summary-search-article):
263         Ensure that the article where the search word is found is displayed
264         and pointed to in the summary buffer.
265
266 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * tls.el (tls-format-message):
269         Alias to format-message, or format if not available.
270         (open-tls-stream): Use it.
271
272 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
273
274         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
275         * gnus-art.el (gnus-article-browse-delete-temp-files):
276         * gnus-eform.el (gnus-edit-form):
277         * gnus-fun.el (gnus-display-x-face-in-from):
278         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
279         * gnus-topic.el (gnus-topic-edit-parameters):
280         * mail-source.el (mail-source-delete-old-incoming):
281         * message.el (message-strip-subject-encoded-words)
282         (message-check-recipients, message-send-form-letter):
283         * mm-decode.el (mm-display-part):
284         * mm-uu.el (mm-uu-pgp-signed-extract-1):
285         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
286         * spam-report.el (spam-report-process-queue):
287         * tls.el (open-tls-stream):
288         Respect ‘text-quoting-style’ in diagnostics.
289         * gnus-art.el (article-display-face):
290         * gnus-fun.el (gnus-display-x-face-in-from):
291         Use straight quoting in email.
292         * rfc2231.el (rfc2231-decode-encoded-string):
293         Escape apostrophes in doc strings.
294
295 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
296
297         Go back to grave quoting in Gnus
298
299         * auth-source.el (auth-source-netrc-parse-entries):
300         * gnus-agent.el (gnus-agent-check-overview-buffer)
301         (gnus-agent-fetch-headers):
302         * gnus-int.el (gnus-start-news-server):
303         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
304         (gnus-registry-post-process-groups):
305         * gnus-score.el (gnus-summary-increase-score):
306         * gnus-start.el (gnus-convert-old-newsrc):
307         * gnus-topic.el (gnus-topic-rename):
308         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
309         * spam.el (spam-check-blackholes):
310         Stick with grave quoting in diagnostics strings.  This is more
311         portable to older Emacs, desirable for Gnus.
312
313 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
314
315         Prefer directed to neutral quotes in docstings and diagnostics.
316         In docstrings, escape apostrophes that would otherwise be translated
317         to curved quotes using the newer, simpler rules.
318
319         * auth-source.el (auth-source-netrc-parse-entries):
320         * gnus-agent.el (gnus-agent-check-overview-buffer)
321         (gnus-agent-fetch-headers):
322         * gnus-int.el (gnus-start-news-server):
323         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
324         * gnus-score.el (gnus-summary-increase-score):
325         * gnus-start.el (gnus-convert-old-newsrc):
326         * gnus-topic.el (gnus-topic-rename):
327         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
328         * nnmairix.el (nnmairix-widget-create-query):
329         * spam.el (spam-check-blackholes):
330         Use directed rather than neutral quotes in diagnostics.
331
332         * gnus-util.el (gnus-format-message):
333         Alias to format-message, or format if not available.
334
335 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
336
337         * auth-source.el (auth-sources):
338         Prefer (substitute-command-keys "`\\[foo-command]'")
339         to "`M-x foo-command'" in docstring.
340
341         * time-date.el (format-seconds):
342         Use curved quotes in diagnostic format strings.
343
344         * nnmairix.el (nnmairix-propagate-marks-upon-close):
345         * pop3.el (pop3-authentication-scheme):
346         Don't quote symbols with apostrophes in doc strings.
347         Use asymmetric quotes instead.
348
349 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         Use overlay functions directly
352
353         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
354         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
355
356         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
357         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
358         (gnus-article-highlight-signature, gnus-article-extend-url-button)
359         (gnus-article-add-button, gnus-insert-prev-page-button)
360         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
361         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
362         * gnus-html.el (gnus-html-wash-tags):
363         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
364         (gnus-highlight-selected-tree):
365         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
366         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
367         * gnus-util.el (gnus-put-overlay-excluding-newlines):
368         * message.el (message-fix-before-sending)
369         (message-toggle-image-thumbnails):
370         * mm-decode.el (mm-convert-shr-links):
371         * sieve.el (sieve-highlight, sieve-insert-scripts):
372         Use overlay functions directly instead of using gnus-overlay-*,
373         message-overlay-*, and sieve-overlay-*.
374
375         * gnus-sum.el (gnus-remove-overlays):
376         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
377         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
378         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
379         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
380         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
381         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
382         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
383         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
384         (gnus-overlays-at, gnus-overlays-in):
385         * message.el (message-delete-overlay, message-make-overlay)
386         (message-overlay-get, message-overlay-put, message-overlays-in):
387         * messagexmas.el (message-delete-overlay, message-make-overlay)
388         (message-overlay-get, message-overlay-put, message-overlays-in):
389         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
390         Remove.
391
392 2015-08-19  Glenn Morris  <rgm@gnu.org>
393
394         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
395
396 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * message.el (message-overlay-put, message-make-overlay)
399         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
400         (message-delete-overlay, message-window-inside-pixel-edges):
401         Declare before using.
402
403 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * message.el (message-overlay-get, message-overlays-in)
406         (message-window-inside-pixel-edges):
407         * messagexmas.el (message-overlay-get, message-overlays-in):
408         XEmacs compatible functions.
409
410 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * message.el (message-toggle-image-thumbnails): New command.
413
414 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
415
416         * message.el (message-send-form-letter): Change (message (format ...))
417         to (message ...).  This lessens the probability of confusion when
418         the output of `format' contains `%'.
419
420 2015-08-04  David Kastrup  <dak@gnu.org>
421
422         * gnus-art.el (gnus-article-describe-key)
423         (gnus-article-describe-key-briefly):
424         Do not overwrite preexisting contents of unread-command-events.
425
426 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
427
428         * nnimap.el (nnimap-request-move-article)
429         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
430         extension if available.
431
432 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
433
434         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
435         capabilities instead of relying on LOGIN response.
436
437 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
438
439         * nnbabyl.el (nnbabyl-retrieve-headers):
440         * nndiary.el (nndiary-retrieve-headers):
441         * nneething.el (nneething-retrieve-headers):
442         * nnmbox.el (nnmbox-retrieve-headers):
443         * nnmh.el (nnmh-retrieve-headers):
444         * nnml.el (nnml-retrieve-headers):
445         * nnspool.el (nnspool-retrieve-headers):
446         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
447         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
448         progress-report percentages and the like.  This avoids problems
449         if (* 100 NUMERATOR) would overflow.
450
451         * gnus-registry.el (gnus-registry-import-eld):
452         * registry.el (registry-reindex):
453         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
454
455 2015-07-17  Julien Danjou  <jd@abydos>
456
457         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
458         command.
459
460 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
461
462         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
463         of function arguments.
464
465 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
466
467         * nnimap.el: Clean up "unused var" warnings.
468         (auth-source-creation-prompts): Declare.
469         (nnimap-retrieve-headers, nnimap-status-message)
470         (nnimap-request-create-group, nnimap-request-delete-group)
471         (nnimap-close-group, nnimap-request-move-article)
472         (nnimap-request-accept-article, nnimap-request-newgroups)
473         (nnimap-request-post, nnimap-dummy-active-number)
474         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
475         (nnimap-parse-flags): Remove unused var `p'.
476         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
477         (nnimap-flags-to-marks): Remove unused var `totalp'.
478
479 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
480
481         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
482         before RFC822.SIZE.
483
484 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
485
486         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
487         so that a 'plain value for the `nnimap-stream' server variable is
488         handled correctly.
489
490 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
491
492         Remove unused let variables
493         * nnimap.el (nnimap-request-group): Variables are not used.
494
495         Check if group names are already strings
496         * gnus-group.el (gnus-group-group-name):
497         The group name may already be a string.
498         Specifically, in the group list reached from the *Server* buffer,
499         the 'gnus-group text property returns a string.  Everywhere else
500         it returns a symbol.
501
502 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
503
504         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
505         (nnmaildir--update-nov): Remove unused var `numdir'.
506         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
507         (nnmaildir-request-group, nnmaildir-request-create-group)
508         (nnmaildir-request-post, nnmaildir-request-move-article)
509         (nnmaildir-request-accept-article, nnmaildir-active-number):
510         Mark unused args.
511         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
512         Declare.
513         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
514         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
515         `mark', `end', `new-mark', and `mark-sym'.
516         (nnmaildir-retrieve-headers):
517         Remove unused args `srv-dir', `dir', `nlist2'.
518         (nnmaildir-request-expire-articles):
519         Remove unused vars `article', `stop' and `nlist2'.
520         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
521         `end'.  Use nnmaildir--article when dyn-binding is needed.
522         Give the value directly in the `let' for `del-mark', `del-action',
523         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
524         (nnmaildir-close-server):
525         Declare those local vars that need to be dyn-bound.
526
527 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
528
529         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
530
531 2015-05-31  David Engster  <deng@randomsample.de>
532
533         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
534         instead of using `sleep-for', as the latter does not seem to reliably
535         wait (see for instance bug 15990).
536
537 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
538
539         * gnus-art.el (gnus-button-alist): Re-revert last change.
540         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
541
542 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
543
544         * gnus-art.el (gnus-button-alist): Revert last change.
545         It wasn't that important, and it caused a Gnus build to fail.  See:
546         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
547
548         * gnus-art.el (gnus-button-alist):
549         Also treat "‘" and "’" as quoting chars.
550
551 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
552
553         * gnus-art.el (gnus-treat-strip-list-identifiers)
554         (gnus-article-mode-syntax-table):
555         * gnus-group.el (gnus-group-nnimap-edit-acl):
556         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
557         e.g., missing quote, ``x'' where `x' was meant, etc.
558
559 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
562         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
563         into just c.
564
565 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
568         Normalize characters into numbers in spec keys.
569
570 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * dgnushack.el (declare-function): Redefine it to use autoload.
573         * lpath.el (gnus-html-prefetch-images): Declare.
574
575 2015-05-04  Glenn Morris  <rgm@gnu.org>
576
577         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
578
579         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
580
581         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
582         (gnus-topic-create-topic, gnus-topic-enter-dribble):
583         Declare rather than autoload.
584
585         * mm-archive.el (gnus-recursive-directory-files)
586         (mailcap-extension-to-mime): Autoload at run-time.
587
588         * mm-util.el (latin-unity-massage-name)
589         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
590         (latin-unity-representations-present-region):
591         Declare rather than autoload.
592
593         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
594         Autoload at run-time.
595         (epg-context-set-signers, epg-context-result-for)
596         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
597         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
598         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
599         (epg-configuration, epg-expand-group, epa-select-keys):
600         Declare rather than autoload.
601
602         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
603         Autoload at run-time.
604         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
605         (gnus-registry-get-id-key, gnus-registry-action):
606         Declare rather than autoload.
607
608         * nnmail.el (mail-send-and-exit): Autoload at run-time.
609
610         * spam.el (spam-stat-buffer-change-to-non-spam)
611         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
612         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
613         (spam-stat-split-fancy): Remove pointless autoloads.
614
615         * mm-view.el (epg-decrypt-string): Autoload.
616         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
617         (epg-sub-key-validity): Fix declarations.
618
619 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
620
621         * gnus.el: Ma Gnus v0.13 is released.
622
623 2015-05-01  Glenn Morris  <rgm@gnu.org>
624
625         * gnus-util.el (iswitchb-read-buffer):
626         * mm-decode.el (libxml-parse-html-region):
627         * mml.el (libxml-parse-html-region):
628         * nnrss.el (libxml-parse-html-region): Update declaration.
629
630 2015-04-27  Glenn Morris  <rgm@gnu.org>
631
632         * message.el (gnus-extract-address-components):
633         Remove bogus declaration that was masking previous problem.
634
635 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
636
637         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
638         altering the buffer.
639         (hashcash-insert-payment-async-2): Revert previous change because it
640         still means that the mark is moving around.
641
642 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * gnus-uu.el (gnus-uu-save-article):
645         Make the save-restriction/widen calls make more sense.
646
647 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * gnus-art.el (gnus-use-idna):
650         * gnus-sum.el (gnus-summary-idna-message):
651         * message.el (message-use-idna):
652         Catch the invalid-operation error that idna.el will issue.
653
654 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
655
656         * gnus-group.el (gnus-group--setup-tool-bar-update):
657         cursor-sensor-functions should be a list of functions.
658
659 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
660
661         * gnus-group.el (gnus-tmp-*): Declare.
662         (gnus-update-group-mark-positions): Remove unused `topic' var.
663         (gnus-group-insert-group-line): Remove unused var `header'.
664         (gnus-group--setup-tool-bar-update): New function.
665         (gnus-group-insert-group-line): Use it.
666         (gnus-group-update-eval-form): Declare local
667         dynamically-bound variables.
668         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
669
670         * gnus-topic.el (gnus-topic-jump-to-topic)
671         (gnus-group-prepare-topics, gnus-topic-update-topic)
672         (gnus-topic-change-level, gnus-topic-catchup-articles)
673         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
674         Use inhibit-read-only.
675         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
676         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
677
678 2015-04-12  João Távora  <joaotavora@gmail.com>
679
680         * message.el (message-mode):
681         Use `set' and `make-local-variable' instead of `setq-local'.
682
683 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
684
685         * gnus-sum.el (gnus-summary-refer-thread):
686         Make sure gnus-newsgroup-unreads remains sorted.
687
688 2015-04-12  João Távora  <joaotavora@gmail.com>
689
690         Improve sexp-based movement in message-mode
691         * message.el (message--syntax-propertize): New function.
692         (message-mode): Set syntax-related vars.d
693         (message-smileys): New variable.
694
695 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
696
697         * gnus-art.el (gnus-hidden-properties): Simplify.
698         (gnus-article-hide-text, gnus-article-unhide-text)
699         (gnus-article-unhide-text-type): Remove special handling of
700         `intangible' since that property is not used any more.
701         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
702
703 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
706         and a runtime function for it, of which the XEmacs version takes only
707         two arguments.
708
709 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
710
711         Use American spelling for 'normalize'
712         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
713         All uses changed.  Add an alias for obsolete usages.
714
715 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * gnus-art.el (gnus-article-browse-html-save-cid-content):
718         Always return relative file name.
719         (gnus-article-browse-html-parts):
720         Make external links absolute and cid file names relative.
721
722 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
723
724         * registry.el (registry-prune): Re-use `registry-full' in
725         `registry-prune'.  It's a bit of redundant work, but safer.
726         Also ensure that target-size is an integer.
727
728 2015-03-31  Daiki Ueno  <ueno@gnu.org>
729
730         * plstore.el (plstore--decrypt): Clear entry in
731         `plstore-passphrase-alist' if decryption failed (bug#20030).
732
733 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
734
735         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
736         to "Display" menu.
737
738 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
739
740         * nnimap.el (nnimap-split-incoming-mail): If a message is already
741         in the group it should be split to, don't re-copy it into the group.
742
743 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
744
745         * nnmh.el (nnmh-request-expire-articles):
746         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
747
748 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
749
750         * registry.el (registry-lookup-secondary, registry-full)
751         (registry-prune, registry-collect-prune-candidates):
752         * gnus-registry.el (gnus-registry-load): Use slot names rather than
753         initarg names in `oref' and `oset'.
754
755 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
756
757         * registry.el (registry-prune): Allow registry to reach full size
758         before pruning.
759
760 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
761
762         * registry.el (registry-collect-prune-candidates): Fix call to
763         cl-subseq.
764
765 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * registry.el (registry-db): Temporary fix old Emacsen compilation.
768
769 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
770
771         * gnus-registry.el (gnus-registry-handle-action)
772         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
773         (gnus-registry-keywords): Make it do something.
774         (gnus-registry-import-eld): Remove unused var `new-entry'.
775         (gnus-registry-action): Remove unused var `to-name'.
776         (gnus-registry-make-db): Prefer `make-instance' to avoid
777         compiler warnings.
778         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
779
780         * registry.el (registry-db): Don't oset-default an instance-allocated
781         slot.
782
783 2015-03-10  Glenn Morris  <rgm@gnu.org>
784
785         * message.el (message-valid-fqdn-regexp): Bump :version for
786         2014-11-17 change.
787
788 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
789
790         * gnus-notifications.el (gnus-notifications-action): Raise window
791         frame.
792         (gnus-notifications-action): Allow mark as read.
793         (gnus-notifications-notify): Show uption to mark as read.
794
795 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
796
797         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
798         (registry-search, registry-delete, registry-size, registry-insert)
799         (registry-reindex, registry-collect-prune-candidates):
800         * gnus-registry.el (gnus-registry-fixup-registry)
801         (gnus-registry-remove-extra-data): Use slot names rather than initarg
802         names in `oref' and `oset'.
803
804 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
805         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
806         in the group it should be split to, don't re-copy it into the group.
807
808 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
809
810         * message.el (message-insert-formatted-citation-line): Change %F to
811         fall back to email address if no first name could be determined.
812
813 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
816         Fix point motion when removing displayed MIME part.
817         (gnus-article-edit-part): Make jumping to the next part really work
818         when deleting or stripping.
819         (gnus-mime-buttonize-attachments-in-header): Make header attachment
820         buttons identical to the ones in the article body so as to work deleting
821         and stripping.
822
823 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * mm-decode.el (mm-shr)
826         * mm-view.el (mm-inline-text-html-render-with-w3m):
827         Revert my bogus change that made the start marker of a part
828         the "moves after insertion" type.
829
830 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
831
832         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
833         Tools: https://github.com/politza/pdf-tools) for viewing PDF
834         attachments in emacs.
835
836 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
837
838         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
839         instead of sasl-scram-sha-1, as the former is the name that can be
840         required.
841
842         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
843         (sasl-scram-sha-1-client-final-message)
844         (sasl-scram-sha-1-authenticate-server): Move to end of file.
845
846 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
849
850 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
853         (sasl-string-prefix-p): New compatibility functions.
854
855 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
856
857         * gnus-compat.el (process-live-p): Added new compat function for Emacs
858         23.
859
860 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
861
862         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
863         from the server LIST response.
864
865 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
866
867         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
868         during header retrieval, error out instead of interpreting the data in
869         the buffer as the only messages there.  This way, we don't mark
870         articles as read on a server hangup (bug#19035).
871
872         * mm-decode.el (mm-head-p): New function.
873         (mm-display-part): Go to a blank line when inserting parts internally.
874
875 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
876
877         * sasl-scram-rfc.el: New file.
878
879         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
880         Add SCRAM-SHA-1 first.
881         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
882         entry (bug#17636).
883
884 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
885
886         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
887         that we don't get a warning when setting the buffer-local variable
888         (bug#19573).
889
890         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
891         `gnus-request-group'.
892
893 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * gnus-art.el (gnus-article-browse-html-save-cid-content)
896         (gnus-article-browse-html-parts): Make cid file names relative if and
897         only if html doesn't specify <base> directory.
898
899 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
900
901         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
902         parts, because that breaks filling (since buttons are in a bold face).
903
904 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
907         use gnus-overlays-at and gnus-overlay-put.
908
909 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
910
911         * mm-decode.el (mm-shr): Only pass the fill column when not using
912         fonts, because limiting the width to what's appropriate for followups
913         doesn't really help when not using proportional fonts.
914
915 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
916
917         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
918         shr, beacause that breaks folding.
919         (mm-shr): Don't shorten the width when using fonts.
920
921 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
922
923         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
924         variable; always check the newrc timestamp.
925         (gnus-save-newsrc-file): Always check timestamp.
926
927 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
928
929         * mail-source.el (mail-source-call-script): If scripts exit with an
930         error, pop up an error buffer.
931
932 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
933
934         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
935         as a default.
936
937         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
938         correct server.
939
940 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
941
942         * nnimap.el (nnimap-request-group-scan): Fix the function name.
943
944         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
945
946 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
947
948         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
949         that nnimap works for non-activated backends.
950
951 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
952
953         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
954         message, since we already get an obsolescence message.  Use `declare'.
955
956 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
957
958         * nnir.el: Revert "Enable non-ASCII IMAP searches".
959
960 2015-01-30  Glenn Morris  <rgm@gnu.org>
961
962         * gnus-registry.el (gnus-registry-max-pruned-entries)
963         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
964         Fix :version.
965         (gnus-registry-default-sort-function): Improve :type.
966
967 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
968
969         * nnimap.el (nnimap-request-group): Allow running this function on
970         groups that don't exist in Gnus yet.
971         (nnimap-request-group): Revert previous patch since that made it
972         impossible to enter nnimap groups.
973
974         * message.el (message-smtpmail-send-it): Remove the mail header
975         separator before sending.
976
977 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
978
979         * nnimap.el (nnimap-find-expired-articles): Fix handling of
980         (expiry-wait . never).
981
982 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
983
984         * nnimap.el (nnimap-request-group): Clear the buffer before returning
985         the data.
986
987 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * gnus-compat.el (string-bytes): Work for XEmacs.
990
991 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
992
993         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
994
995         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
996         IMAP.
997
998 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
999
1000         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
1001
1002         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
1003
1004         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
1005         be added to the backlog.
1006
1007 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
1008
1009         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
1010         target with a recursive make call.
1011
1012 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
1013
1014         * nnimap.el (nnimap-header-parameters): Refactor and request
1015         X-GM-LABELS if it's been announced.
1016         (nnimap-transform-headers): Gather and output GM-LABELS.
1017
1018 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
1019
1020         * mm-decode.el (mm-display-part): Make non-string methods work.
1021         Non-string methods are funcalled and work just fine, the test was
1022         bogus.
1023         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
1024         whole frame.
1025
1026 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1027
1028         * nnimap.el (nnimap-request-accept-article): Allow respooling using
1029         nnimap.
1030
1031         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
1032         request rescans when being run interactively.
1033
1034         * nnimap.el (nnimap-request-group): Don't rescan the group here,
1035         because that can be very slow in large groups.
1036
1037         * gnus-int.el (gnus-request-group-scan): New backend function.
1038
1039         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
1040
1041 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-group.el (gnus-group-suspend): Close all backends.
1044
1045 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1046
1047         * dgnushack.el (dgnushack-compile-file): New function.
1048         (dgnushack-compile): Use it (bug#19514).
1049
1050 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
1053
1054 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1055
1056         * registry.el: Don't use <class> as a variable.
1057
1058 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1059
1060         system-name's returned value can vary
1061         Also, the system-name variable is now obsolete.
1062         Fixes Bug#19438.
1063         * message.el (message-make-fqdn):
1064         * nnvirtual.el (nnvirtual-retrieve-headers)
1065         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
1066         and avoid naming locals 'system-name'.
1067
1068 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
1069
1070         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
1071         lines don't get overlong when responding.
1072
1073 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * registry.el (cl-remf, cl-loop, cl-subseq):
1076         Alias to remf, loop, and subseq respectively for old Emacsen.
1077
1078 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1079
1080         * gnus-group.el (gnus-read-ephemeral-bug-group):
1081         Bind coding-system-for-read and coding-system-for-write only around
1082         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1083
1084 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1085
1086         * registry.el (registry-db): Set default slot later.
1087         This is because its value is not a literal integer.
1088
1089 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1090
1091         * registry.el (registry-db): Fix default registry-db max-size.
1092
1093 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1094
1095         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1096         add warning.
1097
1098         * gnus-art.el: Fix up compiler warnings.
1099         (article-display-face, article-display-x-face): Remove unused `face'.
1100         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1101         (article-date-ut): Remove unused var `first'.
1102         (gnus-article-prepare): Remove unused var `gnus-article'.
1103         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1104         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1105         `coding-system' along with corresponding dead code.
1106         (gnus-mime-view-part-externally): Remove unused var
1107         `mm-user-display-methods'.
1108         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1109         (gnus-display-mime): Remove unused var `handle'.
1110         (gnus-mime-display-alternative): Remove unused var `props'.
1111         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1112         (gnus-article-edit-done): Remove unused var `p'.
1113         (gnus-url-mailto): Remove unused var `to'.
1114         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1115         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1116
1117 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1118
1119         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1120         slots into a :max-size slot.
1121         (registry-db-version): Add new variable for database version number.
1122         (registry-prune): Use :max-size slot. Accept and use a sort-function
1123         argument.
1124         (registry-collect-prune-candidates): Add new function for finding
1125         non-precious pruning candidates.
1126         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1127         Remove obsolete functions.
1128         (initialize-instance): Upgrade registry version when starting.
1129
1130         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1131         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1132         (gnus-registry-cache-file): Change default
1133         filename extension to "eieio".
1134         (gnus-registry-read): Add new function, split out from
1135         `gnus-registry-load', that does the actual object reading.
1136         (gnus-registry-load): Use it. Add condition case handler to check for
1137         old filename extension and rename to the new one.
1138         (gnus-registry-default-sort-function): New variable to specify a sort
1139         function to use when pruning.
1140         (gnus-registry-save, gnus-registry-insert): Use it.
1141         (gnus-registry-sort-by-creation-time): Define a default sort function.
1142
1143         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1144         Adjust test for new object signature.
1145         (gnustest-registry-pruning-test): Add new pruning test.
1146         (gnustest-registry-sort-function): Default sort function for testing.
1147         (gnustest-registry-pruning-sort-test): New test for sorting.
1148
1149 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1152         function for reuse.
1153         (gnus-mime-buttonize-attachments-in-header): Adjust.
1154
1155 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1156
1157         * message.el (message-change-subject): Really check whether the subject
1158         changed.
1159
1160 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1163         PDFs.
1164         (mailcap-view-mime): New function.
1165
1166 2014-12-01  Glenn Morris  <rgm@gnu.org>
1167
1168         * gnus-cloud.el (gnus-cloud): Add :version tag.
1169
1170 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * gnus-art.el (gnus-use-idna):
1173         * gnus-sum.el (gnus-summary-idna-message):
1174         * message.el (message-use-idna):
1175         Protect against nil value for idna-program.
1176
1177         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1178
1179 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1180
1181         * auth-source.el (auth-source-macos-keychain-search-items): Return
1182         result of `auth-source-macos-keychain-result-append' (bug#19074).
1183
1184 2014-11-25  Glenn Morris  <rgm@gnu.org>
1185
1186         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1187         Add :version tag.
1188
1189 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * pop3.el (pop3-open-server): Warn unless encrypted.
1192
1193         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1194
1195 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1196
1197         Port new time stamp handling to Emacs 23.2.
1198         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1199         * time-date.el (time-add, time-subtract, time-less-p):
1200         Use eval-and-compile, not eval-when-compile.
1201
1202 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1203
1204         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1205         TLDs.
1206
1207 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1208
1209         Port new time stamp handling to old Emacs and to XEmacs.
1210         This is needed for Gnus, which copies time-date.el and which
1211         runs on older Emacs implementations.
1212         * time-date.el (with-decoded-time-value):
1213         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1214         (encode-time-value, with-decoded-time-value):
1215         Obsolete only if new Emacs.
1216         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1217
1218         Improve time stamp handling, and be more consistent about it.
1219         This implements a suggestion made in:
1220         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1221         Among other things, this means timer.el no longer needs to
1222         autoload the time-date module.
1223         * time-date.el (seconds-to-time, days-to-time, time-since)
1224         (with-decoded-time-value):
1225         Treat 'nil' as current time.  This is mostly for XEmacs.
1226         (encode-time-value, with-decoded-time-value): Obsolete.
1227         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1228         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1229
1230 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1233         discarding changes in ephemeral groups.
1234
1235         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1236         things the user isn't interested in.
1237
1238 2014-11-13  Julien Danjou  <jd@abydos>
1239
1240         * gnus-notifications.el (gnus-notifications-notify): Provide both
1241         app-icon and image-path.
1242
1243 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1244
1245         * mm-url.el (mm-url-encode-multipart-form-data):
1246         Restore to handle "multipart/form-data" by eww.
1247
1248 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1249
1250         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1251         Landscheidt.
1252
1253 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1254
1255         Simplify use of current-time and friends.
1256         * gnus-delay.el (gnus-delay-article):
1257         * gnus-sum.el (gnus-summary-read-document):
1258         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1259         * message.el (message-make-expires-date):
1260         Omit unnecessary call to current-time.
1261         * gnus-util.el (gnus-float-time): Simplify to an alias because
1262         time-to-seconds now behaves like float-time with respect to nil arg.
1263         (gnus-seconds-year): Don't call current-time twice to get the current
1264         time stamp, as this can lead to inconsistent results.
1265         * time-date.el (time-to-seconds) [!float-time]:
1266         Use current time if arg is nil, to be compatible with float-time.
1267         (time-date--day-in-year): New function, with most of the guts of
1268         the old time-to-day-in-year.
1269         (time-to-day-in-year): Use it.
1270         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1271
1272 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * gnus.el (gnus-mode-line-buffer-identification):
1275         Don't add image data for a non-graphic display (bug#18813).
1276
1277 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1280         load-path, it blocks autoloading of find-image (bug#18813).
1281
1282 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1283
1284         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1285         to keep connection open (bug#18728).
1286
1287 2014-10-20  Glenn Morris  <rgm@gnu.org>
1288
1289         * Merge in all changes up to 24.4 release.
1290
1291 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1292
1293         * message.el (message-insert-signature): Use `newline' instead of
1294         inserting explicit "\n".
1295
1296 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1297
1298         * gnus-icalendar.el: Support vcal format timezones.
1299         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1300         compute dates with associated timezone.
1301         (gnus-icalendar-event-from-ical): Compute all timezones.
1302
1303 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1304
1305         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1306         check the newsrc.eld file's timestamp before saving it.
1307         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1308         timestamp has changed to be newer.
1309
1310 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1311
1312         * gnus-icalendar.el (gnus-icalendar-identities):
1313         Include message-alternative-emails.
1314
1315 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1318         New compatibility functions.
1319         (ntlm-build-auth-response): Use them.
1320
1321 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1322
1323         * ntlm.el (ntlm-build-auth-request):
1324         Add NTLM2 Session support.  (Bug#15603)
1325
1326 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1327
1328         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1329         expired messages only when it was built in reverse order.
1330
1331 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1332
1333         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1334         last so it can be used in `message-send-hook'.
1335
1336 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1337
1338         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1339         <#secure> tag (bug#18513).
1340
1341 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * parse-time.el: Require cl when compiling.
1344
1345 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         Use cl-lib as much as possible following the 2014-09-26 change
1348         in the Emacs trunk.
1349         * parse-time.el: Try requiring cl-lib.
1350         (parse-time-incf): Alias to cl-incf or incf.
1351         (digit-char-p): Remove.
1352         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1353         (parse-integer): Rename to parse-time-integer.
1354         (parse-time-tokenize, parse-time-rules, parse-time-string)
1355         Use parse-time-incf and parse-time-integer.
1356
1357 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1358
1359         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1360         of ":delete".
1361
1362 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1365         (gnus-article-browse-html-parts):
1366         Revert last change that breaks links other than cid contents.
1367
1368 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1371         (gnus-article-browse-html-parts): Make cid file names relative.
1372
1373 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1376         temporarily displayed when running a mode function (at least org-mode
1377         requires it).
1378
1379 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1380
1381         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1382         the gnus-summary-article-expire-hook should be told where the function
1383         is going. In particular, the Gnus registry might want to know.
1384
1385 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1386
1387         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1388
1389 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1392
1393 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1394
1395         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1396         the gnus-summary-article-expire-hook should be told where the function
1397         is going. In particular, the Gnus registry might want to know.
1398
1399 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1400
1401         Don't mishandle year-9999 dates (Bug#18176).
1402         * parse-time.el (parse-time-rules):
1403         Allow years up to most-positive-fixnum.
1404         * time-date.el (date-to-time):
1405         Pass "Specified time is not representable" errors through.
1406
1407 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1408
1409         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1410         groups and t.
1411
1412 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * gnus-utils.el (gnus-recursive-directory-files):
1415         Unify hard or symbolic links (bug#18063).
1416
1417 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1418
1419         * gnus-msg.el (gnus-configure-posting-style):
1420         Allow string replacements in values when matching against a header.
1421
1422 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1425         the dribble buffer even when it is shrunk a lot.
1426         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1427
1428 2014-06-26  Glenn Morris  <rgm@gnu.org>
1429
1430         * mm-util.el (help-function-arglist): Remove outdated declaration.
1431
1432 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1433
1434         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1435         attribute values.  (Bug#17834)
1436
1437 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1438
1439         * gnus-sum.el (gnus-summary-edit-article-done):
1440         Prefer point-marker to copy-marker of point.
1441
1442 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * Makefile.in (install-el, install-el-elc): Compress .el files.
1445         (uninstall): Remove compressed .el files.
1446
1447 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1450         (gnus-article-read-summary-keys):
1451         Don't bug out when there is no article in the summary buffer.
1452         (gnus-mime-buttonize-attachments-in-header):
1453         Improve criterion that finds parts to display.
1454
1455         * gnus-art.el (gnus-mm-display-part):
1456         * mm-decode.el (mm-shr):
1457         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1458         (mm-insert-inline): Revert last changes.
1459
1460 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * gnus-art.el (gnus-mm-display-part):
1463         * mm-decode.el (mm-shr):
1464         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1465         (mm-insert-inline): Set insertion type of end-marker, not only
1466         start-marker, of undisplayer so as to stay after inserted text.
1467
1468 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1469
1470         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1471         attribute. (Bug#17613)
1472
1473 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1474
1475         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1476         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1477
1478 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1481         Don't delete next part button; keep spacing between buttons.
1482
1483 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1486         Work for the last MIME part in an article.
1487         (gnus-mime-display-single): Suppress excessive newlines between parts.
1488
1489         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1490         by leading or trailing newline.
1491
1492 2014-05-12  Sam Steingold  <sds@gnu.org>
1493
1494         * time-date.el (seconds-to-string): New function to pretty print time
1495         delay in seconds.
1496
1497 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1500         while prompting a user for a file name, etc.
1501         (gnus-mime-display-single): Display part with a common appearance no
1502         matter whether MIME button is omitted or not; don't add duplicate entry
1503         to gnus-article-mime-handle-alist.
1504         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1505
1506 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1507
1508         * mml2015.el (mml2015-display-key-image): New variable.
1509
1510 2014-05-08  Glenn Morris  <rgm@gnu.org>
1511
1512         * gnus-fun.el (gnus-grab-cam-face):
1513         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1514         This is CVE-2014-3421.
1515
1516 2014-05-04  Glenn Morris  <rgm@gnu.org>
1517
1518         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1519
1520 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1523         the displaying state of a part.
1524         (gnus-mm-display-part): Don't insert a newline in the beginning of
1525         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1526
1527         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1528         (mm-shr): Make undisplayer unbreakable.
1529
1530         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1531         Don't insert excessive newline.
1532         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1533         (mm-insert-inline): Make undisplayer unbreakable.
1534
1535 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1536
1537         * gnus.el: Ma Gnus v0.11 is released.
1538
1539 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * gnus-art.el (gnus-mm-display-part):
1542         Highlight header attachment buttons.
1543
1544 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1547         a part; redisplay a button (enbugged in 2014-02-05).
1548
1549 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1550
1551         * auth-source.el (auth-source-search, auth-source-search-backends):
1552         Treat :max 0 as an indicator that a boolean return is wanted, as
1553         documented. Reported by Joe Bloggs.
1554
1555 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * gnus-icalendar.el: Require gnus-art.
1558
1559 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1560
1561         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1562         (gnus-icalendar--update-org-event): put event timestamp in
1563         the org entry body instead of the drawer.
1564         (gnus-icalendar-event--get-attendee-names): list of participants should
1565         contain even attendees without common name attribute.
1566         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1567         property tags in org drawers.
1568
1569 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gmm-utils.el (gmm-format-time-string): New function.
1572
1573         * message.el (message-insert-formatted-citation-line): Use the original
1574         author's time zone to express a date string.
1575
1576 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1577
1578         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1579         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1580         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1581         Silence compiler warnings.
1582         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1583
1584 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * mml.el: Require url when compiling.
1587
1588         * gnus-cloud.el (gnus-cloud-parse-version-1):
1589         Use plist-get rather than CL's getf.
1590         (gnus-activate-group, gnus-subscribe-group): Declare.
1591
1592         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1593
1594 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1597         buttons when toggling the header off.
1598
1599 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1600
1601         * tls.el (tls-program): Reflow docstring.
1602
1603 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1604
1605         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1606         groups work again.
1607
1608 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1609
1610         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1611         999 correctly (i.e. "1,342").
1612
1613 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1614
1615         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1616         out if the directory doesn't exist.
1617
1618 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1619
1620         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1621         commands here; instead, only check if epg-config.el is available.
1622
1623 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1624
1625         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1626         messages with embedded images.
1627         (mml-generate-mime): Don't bug out if you don't have libxml.
1628
1629 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1630
1631         * message.el (message-make-html-message-with-image-files): New command.
1632
1633 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1634
1635         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1636
1637         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1638
1639 2014-02-23  David Engster  <deng@randomsample.de>
1640
1641         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1642         to stay compatible with older Emacsen, so replace `cl-loop' with
1643         `loop'.
1644
1645 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1646
1647         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1648         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1649         instead, build list of patterns.
1650
1651 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1654         Display header attachment buttons by gnus-article-prepare-display
1655         rather than gnus-article-prepare so as to view in mml-preview as well.
1656
1657 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1658
1659         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1660         in `auth-sources' means and link to EPA docs.
1661
1662 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1663
1664         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1665         (bug#12375).
1666
1667 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1670         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1671
1672 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1673
1674         * message.el (message-tab): Mention what happens on normal tabs
1675         (bug#11297).
1676
1677 2014-02-08  Glenn Morris  <rgm@gnu.org>
1678
1679         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1680
1681 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1684         buttons that are hidden in unselected alternative part as well.
1685         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1686
1687         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1688
1689 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1690
1691         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1692         keystroke.
1693         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1694         types.
1695
1696         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1697         with an empty string.
1698
1699 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1700
1701         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1702         buffer-local in some buffers, so bind it explicitly in the buffer we're
1703         trying to cancel the article in (bug#10808).
1704
1705 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1708         New functions.
1709
1710         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1711         New user option.
1712         (gnus-mime-buttonize-attachments-in-header): New function.
1713         (gnus-article-prepare): Use it.
1714         (gnus-mime-inline-part): Suppress extra newline.
1715         (gnus-mm-display-part): Save excursion;
1716         remove useless deleting and adding of buttons.
1717         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1718
1719         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1720         Add gnus-mime-buttonize-attachments-in-header.
1721
1722 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1723
1724         * nnimap.el (nnimap-request-articles): New command to download several
1725         articles at once.
1726
1727         * gnus.el (gnus-variable-list): Save Cloud variables.
1728
1729         * gnus-int.el (gnus-request-accept-article): Doc fix.
1730
1731 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1732
1733         * parse-time.el (parse-time-iso8601-regexp)
1734         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1735         it more generally.
1736
1737 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1738
1739         * gnus-cloud.el: New file to provide the Emacs Cloud.
1740
1741         * dgnushack.el: Silence XEmacs w3 warning.
1742
1743         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1744         `url-retrieve-synchronously', apparently.
1745
1746         * dgnushack.el: Silence XEmacs dns.el warning.
1747
1748         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1749         instead of in all files.
1750
1751         * dns.el (network-interface-list): Define for XEmacs.
1752
1753         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1754         XEmacs.
1755
1756         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1757
1758 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1759
1760         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1761         `gnus-group-split-fancy'.
1762
1763 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1764
1765         * message.el (message-remove-header): Doc fix.
1766         (message-forward-included-headers): New variable.
1767         (message-remove-ignored-headers): Use it.
1768
1769 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1770
1771         * nnir.el (nnir-request-update-mark): Don't try to update the source
1772         group if we can't find it (bug#16611).
1773
1774 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1775
1776         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1777
1778 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1779
1780         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1781         network interfaces changed.
1782         (dns-query): Use it to flush the data.
1783
1784 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1785
1786         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1787         from random face commands.
1788         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1789         Face.
1790         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1791         (gnus--random-face-with-type): Generic function returning a face-type
1792         as a string.
1793         (gnus--insert-random-face-with-type): Generic function inserting a face
1794         in a message buffer header.
1795         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1796         (gnus-insert-random-x-face-header): Rewritten to use
1797         `gnus--insert-random-face-with-type`.
1798         (gnus-random-face): Return random (png) Face as string.
1799         (nus-insert-random-face-header): Insert random (png) Face in a message
1800         buffer.
1801
1802 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1803
1804         * mm-url.el: Remove all usage of w3.
1805
1806         * nnrss.el: Ditto.
1807
1808         * mm-decode.el: Ditto.
1809
1810         * mm-view.el: Ditto.
1811
1812         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1813         outdated and all Emacsen have url.el built-in.
1814
1815         * gnus-setup.el: Remove outdated file.
1816
1817 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1818
1819         * gnus.el: Ma Gnus v0.9 is released.
1820
1821 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1822
1823         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1824
1825 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1826
1827         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1828         in the summary buffer (bug#13769).
1829
1830 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1831
1832         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1833         name if we're using a single article buffer.  Otherwise, it may point
1834         to a killed buffer (bug#13756).
1835
1836 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1837
1838         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1839         the match data, just save and restore it explicitly (bug#12375).
1840
1841         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1842         that's needed.
1843
1844         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1845         the code once (bug#9069).
1846
1847 2014-01-18  Steinar Bang  <sb@dod.no>
1848
1849         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1850         reading.
1851
1852 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1853
1854         * message.el (message-bury): Call bury-buffer with no argument
1855         in the message-return-action case too.
1856
1857 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1860         (nnimap-split-fancy, nnimap-split-methods): Declare.
1861
1862         * mm-util.el (help-function-arglist): Declare.
1863
1864 2013-12-28  Glenn Morris  <rgm@gnu.org>
1865
1866         * gnus-sieve.el (gnus-sieve-select-method):
1867         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1868         (gravatar-rating, gravatar-size):
1869         * message.el (message-minibuffer-local-map):
1870         * sieve-manage.el (sieve-manage-authenticators)
1871         (sieve-manage-authenticator-alist): Specify custom types.
1872
1873         * hashcash.el (hashcash-program): Rename from hashcash-path.
1874         Update callers.
1875
1876         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1877         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1878         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1879
1880         * auth-source.el (auth-sources):
1881         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1882         Fix custom types.
1883
1884         * tls.el (tls-certtool-program): Fix default value.
1885
1886 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1887
1888         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1889         we get proper traces there, too.
1890
1891 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1892
1893         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1894         value of the parameters if the current article has a Reply-To or From
1895         field.
1896
1897 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1898
1899         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1900
1901 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1902
1903         * gnus-sum.el (gnus-summary-exit): Stop animations.
1904
1905 2013-12-19  Juri Linkov  <juri@jurta.org>
1906
1907         * gnus.el (gnus-suppress-keymap):
1908         * gnus-art.el (gnus-article-mode-map):
1909         * gnus-group.el (gnus-group-mode-map):
1910         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1911         Remove [backspace] key binding because it shadows DEL (bug#16035).
1912
1913         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1914
1915 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1918         Make sure work directory exists.
1919         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1920         rather than tmp directory.
1921         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1922         not necessarily always run, with it.
1923
1924 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1925
1926         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1927         value of gnus-icalendar-additional-identities work without restart.
1928
1929 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * mm-util.el (mm-make-temp-file):
1932         Alias to make-temp-file for modern Emacsen.
1933
1934 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1937         nnir-article-number and nnir-article-group.
1938
1939 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1940
1941         * message.el (message-send-mail-with-sendmail):
1942         Don't kill error buffer if sending fails.
1943
1944 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1945
1946         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1947         (gnus-icalendar-event->org-entry)
1948         (gnus-icalendar--update-org-event)
1949         (gnus-icalendar-event->gnus-calendar): Distinguish between
1950         required/optional/non-participant attendee status.  Fix bug causing
1951         the first required event participant to be omitted.
1952
1953 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * gnus-art.el (article-de-quoted-unreadable)
1956         (article-de-base64-unreadable, gnus-mime-copy-part)
1957         * gnus-html.el (gnus-article-html)
1958         * mm-view.el (mm-inline-text-html-render-with-w3)
1959         (mm-inline-text-html-render-with-w3m-standalone)
1960         * rfc2231.el (rfc2231-decode-encoded-string):
1961         Allow overriding charset by mm-charset-override-alist.
1962
1963         * gnus-art.el (gnus-article-browse-html-parts):
1964         Replace LWSPs with `&nbsp;'s in header.
1965
1966         Work for broken Chinese articles.
1967
1968         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1969         Exclude broken handles that gnus-summary-enter-digest-group may create.
1970         (gnus-article-browse-html-parts):
1971         Allow overriding charset by mm-charset-override-alist.
1972
1973 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1974
1975         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1976         (gnus-icalendar-identities): Support additional-identities.
1977
1978 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1979
1980         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1981         org-timestamp for events ending at midnight.
1982
1983 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1984
1985         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1986         .log files.
1987
1988 2013-11-20  David Engster  <deng@randomsample.de>
1989
1990         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1991
1992 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1993
1994         * message.el (message-beginning-of-line):
1995         Use beginning-of-visual-line when visual-line-mode is turned on.
1996
1997 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1998
1999         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
2000         (gnus-icalendar-event-from-ical)
2001         (gnus-icalendar-event->org-entry)
2002         (gnus-icalendar--update-org-event): Required/optional participation,
2003         list of attendees synced to org.
2004
2005 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2006
2007         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
2008         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
2009         cancellations to be synced to org if the original appt has an org
2010         outline.
2011
2012 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2013
2014         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
2015         (gnus-icalendar-event->org-entry)
2016         (gnus-icalendar--update-org-event)
2017         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
2018
2019 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
2020
2021         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
2022         Fix timezone handling in gnus-icalendar export to org.
2023
2024 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
2027
2028 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
2031
2032 2013-10-30  Glenn Morris  <rgm@gnu.org>
2033
2034         * gnus-group.el (gnus-group-browse-foreign-server):
2035         * gnus-int.el (gnus-start-news-server):
2036         Silence compiler obsolescence warning.
2037
2038 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2039
2040         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
2041         `nnoo-current-server' first, then for the actual `nnimap-address' to
2042         allow netrc entries for the nnoo server to coexist with netrc entries
2043         for the `nnimap-address'.
2044
2045 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * mm-decode.el (mm-dissect-buffer): Revert last change.
2048         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2049         The problem that motivated those changes was attributed to a broken
2050         mail sender, and has been fixed.
2051
2052 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
2055         token is missing in the Content-Type header.
2056
2057         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2058
2059 2013-09-18  Glenn Morris  <rgm@gnu.org>
2060
2061         * gnus-util.el (image-size): Declare.
2062
2063 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
2066         (gnus-icalendar-event-from-ical)
2067         (gnus-icalendar-event--build-reply-event-body)
2068         (gnus-icalendar-event-reply-from-buffer)
2069         (gnus-icalendar-find-org-event-file)
2070         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
2071         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
2072
2073         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
2074
2075 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2076
2077         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2078         Use save-current-buffer.
2079         (gnus-tree-mode-map): Initialize in the declaration.
2080         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2081         (scroll-in-place): Defvar it.
2082         (gnus-tmp-*): Defvar them.
2083         (gnus-get-tree-buffer): Use derived-mode-p.
2084         (gnus--let-eval): New macro.
2085         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2086         non-prefixed variables.
2087         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2088
2089         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2090         vars since it doesn't seem to be available.
2091         (gnus-set-global-variables, gnus-summary-read-group-1)
2092         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2093         (gnus-summary-display-article, gnus-summary-select-article)
2094         (gnus-summary-next-article, gnus-offer-save-summaries)
2095         (gnus-summary-generic-mark): Use derived-mode-p.
2096         (gnus-summary-read-group-1, gnus-summary-exit)
2097         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2098         Adjust calls to gnus-tree-close and gnus-tree-open.
2099
2100         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2101
2102         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2103         (gnus-agent-mode): Use derived-mode-p.
2104         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2105         gnus-command-method and *-command-method to nil, but bind
2106         gnus-command-method to *-command-method instead!
2107         (gnus-agent-fetch-articles): Remove unused var `id'.
2108         (gnus-agent-fetch-headers): Remove unused arg `force'.
2109         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2110         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2111         (gnus-agent-short-article, gnus-agent-long-article)
2112         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2113         first use.
2114         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2115         `score-param'.
2116         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2117         (gnus-get-predicate): Push in front of the cache, rather than end.
2118         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2119         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2120         (gnus-agent-expire-unagentized-dirs): Don't rebind
2121         gnus-agent-expire-current-dirs since the defvar silences the warning.
2122         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2123         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2124         (gnus-agent-regenerate): Simplify interactive spec and doc.
2125
2126 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * gnus-int.el (gnus-open-server): Silence compiler.
2129
2130         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2131
2132         * message.el (message-display-completion-list): Abolish.
2133         (message-completion-in-region): Use display-completion-list.
2134
2135 2013-09-17  Glenn Morris  <rgm@gnu.org>
2136
2137         * gnus-util.el (gnus-message-with-timestamp-1):
2138         Use `messages-buffer' function if available.  Ignore read-only.
2139
2140 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * message.el (message-expand-group, message-completion-in-region):
2143         Correct the order of start and end of a region.
2144
2145 2013-09-13  Glenn Morris  <rgm@gnu.org>
2146
2147         * mml2015.el (gnus-create-image): Autoload it.
2148
2149         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2150
2151         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2152         (image-size): Declare.
2153
2154 2013-09-12  Glenn Morris  <rgm@gnu.org>
2155
2156         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2157         Avoid using `find', which i) might not be defined at runtime;
2158         ii) does not work, since its default test is eql, not equal.
2159         (gnus-mime-action-alist): Declare.
2160
2161 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2162
2163         * score-mode.el (gnus-score-mode-map): Move initialization
2164         into declaration.
2165         (gnus-score-mode): Use define-derived-mode.
2166         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2167         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2168         into declaration.
2169         (gnus-kill-file-mode): Use define-derived-mode.
2170         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2171         Use derived-mode-p.
2172         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2173         (gnus-group-setup-buffer, gnus-group-name-at-point)
2174         (gnus-group-make-web-group, gnus-group-enter-directory)
2175         (gnus-group-suspend): Use derived-mode-p.
2176         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2177         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2178         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2179         (gnus-article-setup-buffer, gnus-article-prepare)
2180         (gnus-article-prepare-display, gnus-sticky-article)
2181         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2182         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2183         (gnus-article-read-summary-keys): Use derived-mode-p.
2184
2185 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2188
2189 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2192         shift_jis from the default value set for Japanese users.
2193
2194 2013-08-13  Glenn Morris  <rgm@gnu.org>
2195
2196         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2197
2198         * gnus.el (gnus-valid-select-methods): Fix type.
2199
2200         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2201
2202 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * mm-decode.el (mm-display-external): Run a timer for the temp files
2205         deletion after a viewer exits; add a deletion timer for the needsterm
2206         case, too.
2207
2208         * mm-decode.el (mm-display-external): Try to delete temporary files by
2209         using a 1-min. timer.
2210
2211 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2214         New internal variables.
2215         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2216         (mm-display-external): Use it to delete temporary files instead of
2217         using timers.
2218
2219 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2222
2223 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2224
2225         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2226         with cond for backwards compatability.
2227
2228 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * mm-decode.el (mm-display-external): Bind process-connection-type to
2231         nil; don't delete a temp file immediately even if a viewer finishes,
2232         since it may be a shell script, like xdg-open, that launches a real
2233         viewer program belatedly.
2234
2235 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2236
2237         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2238         that we can create nndoc groups that excerpt other groups.
2239
2240 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * gnus-delay.el (gnus-delay-article): Fix typo.
2243
2244         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2245         articles.
2246
2247         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2248         we can get spell-checking etc.
2249
2250 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2253         a single one used for encoding the whole text in a header.
2254
2255 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2258         doesn't work properly on XEmacs.
2259
2260 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2263         before sending.
2264
2265         * dgnushack.el (dgnushack-compile): Add a temporary check for
2266         gnus-icalendar.
2267
2268         * mm-decode.el (mm-command-output): New face.
2269         (mm-display-external): Use it.
2270
2271 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2272
2273         * nnmbox.el (nnmbox-request-article): Don't change point.
2274
2275 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2278         Include `handle' parameter.
2279
2280 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2281
2282         * gnus-icalendar.el: New file.
2283
2284 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2287
2288         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2289         dummy roots, too.
2290
2291 2013-08-01  David Edmondson  <dme@dme.org>
2292
2293         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2294         out on ttys.
2295
2296 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2299         not empty.
2300
2301         * nnrss.el (nnrss-discover-feed): Indent.
2302
2303 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2306
2307 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2310         dirty to ensure nnimap data being saved.
2311
2312 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2313
2314         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2315         menu entry.
2316
2317         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2318         the current thread's total score instead of the current article's
2319         score.
2320
2321         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2322         (gnus-sort-threads-recursively): Delete defcustom.
2323         (gnus-sort-threads-recursive): Adapt accordingly.
2324
2325 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2326
2327         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2328         (gnus-sort-threads-recursive): Use it.
2329         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2330         again.  Now that determines how to sort subthreads.
2331
2332 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2333
2334         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2335         (gnus-sort-threads): Use it.
2336
2337 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2338
2339         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2340         punctuation characters follow parentheses (bug#14950).
2341
2342 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * gnus.el (gnus-continuum-version):
2345         * gnus-msg.el (gnus-extended-version): Simplify.
2346
2347         * gnus.el (gnus-continuum-version-1): Remove.
2348         * gnus-msg.el (gnus-bug): Revert.
2349
2350         Calculate gnus-version correctly on Cygwin.
2351
2352         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2353         (gnus-continuum-version-1): New function, return a string.
2354
2355         * gnus-msg.el (gnus-extended-version, gnus-bug):
2356         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2357
2358 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2359
2360         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2361         (bug#13384).
2362
2363 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2366         that were only relevant in a development version a long time ago.
2367
2368 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2371         that the old Emacs 24s bundle.
2372
2373 2013-07-10  David Engster  <deng@randomsample.de>
2374
2375         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2376         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2377         fixes a bug in Emacs trunk where the 'unexist' marks were always
2378         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2379         Gnus v0.03".
2380
2381 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2382
2383         * gnus.el (gnus-summary-line-format): Reference
2384         `gnus-user-date-format-alist' for the &user-date; format, not
2385         `gnus-summary-user-date-format-alist'.
2386
2387 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2390         delete files (bug#13481).
2391
2392 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2393
2394         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2395
2396 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2397
2398         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2399         display images.
2400
2401         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2402
2403         * message.el (message-cancel-news): According to
2404         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2405         preferred over "cmsg cancel" in the Subject.
2406
2407         * nnir.el (nnir-engines): Note that the group specs are regexps
2408         (bug#13238).
2409
2410         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2411         gotten read-only text properties, ensure that those aren't heeded when
2412         copying stuff over (bug#13434).
2413
2414         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2415         (bug#13762).
2416
2417 2013-07-05  David Kastrup  <dak@gnu.org>
2418
2419         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2420         authinfo file again (important for blank passwords).  This had been
2421         broken with 2013-06-15 change.
2422
2423 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2426         Revert 2013-01-14 change.
2427
2428 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2429
2430         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2431         of 'create-image' for XEmacs compatibility; check errors when decoding
2432         image.  Reported by Uwe Brauer.
2433
2434 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2437         gnus-button-push revised at 2011-01-19.
2438
2439 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2442         now live in the lisp/net Emacs 24 repository.
2443
2444 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * eww.el (eww-update-header-line-format): Quote % characters.
2447
2448 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * eww.el (eww-process-text-input): Display passwords as asterisks.
2451
2452         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2453
2454 2013-06-19  Tom Tromey  <tromey@redhat.com>
2455
2456         * eww.el (eww-top-url): Remove.
2457         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2458         (eww-render): Set new variables.  Don't set eww-top-url.
2459         (eww-handle-link): Handle "prev", "home", and "contents".
2460         Downcase the rel text.
2461         (eww-top-url): Choose best top URL.
2462
2463 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * eww.el: Rewrite to implement form elements "by hand" instead of
2466         relying in widget.el.  Using widget.el leads to too many
2467         user interface inconsistencies.
2468         (eww-self-insert): Implement entering commands in text fields.
2469         (eww-process-text-input): New function to make text input field editing
2470         work.
2471         (eww-submit): Rewrite to use the new-style form methods.
2472         (eww-select-display): Display the correct selected item.
2473         (eww-change-select): Implement changing the select value.
2474         (eww-toggle-checkbox): Implement radio/checkboxes.
2475         (eww-update-field): Fix compilation error.
2476         (eww-tag-textarea): Implement <textarea>.
2477
2478         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2479         don't shadow mode-specific bindings.
2480
2481         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2482         nothing to push.
2483
2484         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2485
2486 2013-06-19  Glenn Morris  <rgm@gnu.org>
2487
2488         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2489
2490 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2491
2492         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2493
2494 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * shr.el (shr-make-table-1): Implement <td rowspan>.
2497         (shr-table-horizontal-line): Allow nil as a value, and change the
2498         default.
2499         (shr-insert-table-ruler): Respect the nil value.
2500
2501 2013-06-18  Tom Tromey  <tromey@barimba>
2502
2503         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2504         New defvars.
2505         (eww-open-file): New defun.
2506         (eww-render): Initialize new variables.
2507         (eww-display-html): Handle "link" and "a".
2508         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2509         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2510         (eww-back-url): Rename from eww-previous-url.
2511         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2512         defuns.
2513
2514 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515
2516         * shr.el (shr-tag-table): Insert the images after the table, so that
2517         they're not covered by the table colourisation, which often looked
2518         awkward.
2519         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2520         <dd>.
2521         (shr-make-table-1): Implement <td colspan=> support.
2522         (shr-insert-document): Use one less than window width if `shr-width' is
2523         nil, since otherwise things may get one character too wide.
2524
2525 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * eww.el (eww-detect-charset): Improve regexp; move backward.
2528
2529 2013-06-18  Glenn Morris  <rgm@gnu.org>
2530
2531         * mm-decode.el (widget-convert-button): Autoload.
2532
2533         * sieve-manage.el (mm-enable-multibyte): Autoload.
2534
2535         * shr.el (libxml-parse-html-region): Declare.
2536         (shr-render-buffer): Explicit error if no libxml2 support.
2537
2538 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2539
2540         * auth-source.el (auth-source-current-line): New function.
2541         (auth-source-netrc-parse-entries): When a data token is "machine",
2542         assume we're in the wrong place and abort parsing the current line.
2543
2544 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2547         (eww-convert-widgets): Don't bug out if the first widget starts at the
2548         beginning of the buffer.
2549         (eww-convert-widgets): Fix last patch.
2550         (eww-tag-input): Support <input type=image>.
2551
2552         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2553         (shr-tag-base): Protect against base specs that are degenerate.
2554         (shr-ensure-paragraph): Don't delete empty lines that have text
2555         properties, because these may be input fields.
2556
2557         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2558         we can navigate to them.
2559
2560         * shr.el (shr-colorize-region): Put the colours over the entire region.
2561         (shr-inhibit-decoration): New variable.
2562         (shr-add-font): Use it to inhibit text property decorations while doing
2563         preliminary table renderings.  This speeds up typical Wikipedia page
2564         renderings by 15%.
2565         (shr-tag-span): Don't respect the <title>, because that overwrites the
2566         help-echo from links inside the spans.
2567         (shr-next-link): Use `help-echo' for navigation, so that we can
2568         navigate to form elements, too.
2569
2570         * eww.el (eww-button): New face.
2571         (eww-convert-widgets): Use it to make submit buttons more button-like.
2572
2573         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2574         that Gnus commands work.
2575
2576         * shr.el (shr-render-td): Support horizontal alignment.
2577
2578         * eww.el (eww-put-color): Removed.
2579         (eww-colorize-region): Use `add-face-text-property'.
2580
2581         * shr.el (shr-add-font): Append face data, so that we get the correct
2582         precedence: The innermost value (which is applied first) wins.
2583         (shr-make-overlay): Obsolete function.
2584
2585         * mm-decode.el (mm-convert-shr-links): New function to convert
2586         new-style shr URL links into widgets.
2587         (mm-shr): Use it.
2588
2589         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2590         widget commands, since we're no longer using widgets for links.
2591
2592         * shr.el (shr-next-link): New command.
2593         (shr-previous-link): New command.
2594         (shr-urlify): Don't use `widget-convert', because that's slow.
2595         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2596         because collecting the overlays and reapplying them when generating
2597         tables is slow.
2598         (shr-insert-table): Ditto.
2599
2600 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2601
2602         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2603         * shr.el (browse-url): Require `url'.
2604         * eww.el (url): Require format-spec.
2605
2606 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * eww.el (eww-display-html): Default to using the entire window width.
2609         (eww-browse-url): Don't add a User-Agent header (twice), because that
2610         makes Bing refuse connection.
2611
2612         * shr.el (shr-make-table): Cache the table rendering at the table
2613         level, and not the <td> level.  This is a bit faster.
2614
2615         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2616         #id.
2617
2618         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2619         browsers don't.
2620         (shr-expand-url): Respect #anchor links.
2621         (shr-parse-base): Chop off the anchor before using.
2622         (shr-descend): Respect display: none.
2623         (shr-descend): Allow marking elements that have certain IDs.
2624
2625         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2626
2627         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2628
2629         * eww.el (eww-tag-textarea): Support <textarea>.
2630
2631 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2632
2633         * shr.el (shr-dom-to-xml): Fixed function call.
2634
2635         * eww.el (eww): New group.
2636         (eww-header-line-format): New custom variable.
2637         (eww-current-title): New variable.
2638         (eww-display-html): Update header and handle title tag.
2639         (eww-update-header-line-format): New function.
2640         (eww-tag-title): New function.
2641
2642         * shr.el (shr-dom-to-xml): New function.
2643         (shr-tag-svg): Add support for the SVG tag.
2644         (shr-bullet): New custom variable.
2645         (shr-tag-li): Support custom bullet in unordered lists.
2646
2647 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * shr.el (shr-expand-url): Respect // URLs.
2650
2651         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2652         put a background colour onto the entire buffer.
2653         (eww-render): When being redirected, use the redirect URL as the new
2654         base URL.
2655
2656         * shr.el (shr-parse-base): Fix parsing error.
2657
2658         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2659
2660         * shr.el (shr-parse-base): New function.
2661         (shr-expand-url): Use it to expand relative URLs reliably.
2662
2663 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2664
2665         * auth-source.el (auth-source-search-collection): Fix docstring.
2666         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2667         single-quoted strings and multiline entries.
2668         (auth-source-netrc-parse-next-interesting)
2669         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2670         functions to support parser.
2671
2672 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * eww.el (eww-submit): Get submit button logic right when hitting RET
2675         on non-submit buttons.
2676
2677         * shr.el: Remove shr-preliminary-table-render, since that can't really
2678         be used for anything in practice.
2679
2680 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2681
2682         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2683         (sieve-manage-quit).
2684
2685 2013-06-14  Glenn Morris  <rgm@gnu.org>
2686
2687         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2688
2689 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2690
2691         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2692         control the maximum size of photo ID image.
2693         (mml2015-epg-key-image-to-string): Respect it.
2694
2695 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2698         instead of the final one so that we can more easily distinguish them.
2699
2700         * eww.el (eww-submit): Compute the submission URL correctly.
2701
2702 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2703
2704         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2705         Use plist-get rather than CL's getf.
2706         (sieve-manage-parse-capability): Avoid CL's remove-if.
2707
2708 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2709
2710         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2711         (sieve-manage-quit).
2712
2713 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2716         last slash.
2717
2718         * eww.el (eww-tag-select): Use the first value as the default value.
2719
2720 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2721
2722         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2723         (eww-mode): Use `define-derived-mode'.
2724         (eww-parse-headers): Parse headers from beginning of buffer so that
2725         file:// links work.
2726
2727 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2730
2731 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2734         to handle them at all.
2735
2736 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2739         work, too.
2740         (eww-tag-select): Implement <select>.
2741
2742 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2743
2744         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2745         stream managing functions by using open-protocol-stream to do most of
2746         the work.  Has the nice benefit of enabling STARTTLS.
2747         Wait for capabilities after STARTTLS: following RFC5804, the server
2748         sends new capabilities after successfully establishing a TLS connection
2749         with the client.  The client should update the cached list of
2750         capabilities, but we just ignore the answer for now.
2751         (sieve-manage-network-p, sieve-manage-network-open)
2752         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2753         (sieve-manage-forward, sieve-manage-streams)
2754         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2755         API, nor called by any other function.
2756         Enable Multibyte for SieveManage buffers: The parser won't properly
2757         handle umlauts and line endings unless multibyte is turned on in the
2758         process buffer.
2759
2760 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761
2762         * eww.el (eww-tag-input): Support password fields.
2763         (eww-submit): Support POST.
2764
2765 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766
2767         * eww.el (eww-tag-form): Protect against degenerate forms.
2768
2769         * shr.el (shr-expand-url): Expand URLs that start with a slash
2770         correctly.
2771
2772         * eww.el (eww-submit): Get submit button logic right.
2773
2774         * shr.el (shr-final-table-render): New variable to signal when we're
2775         doing the final table rendering so that we can collect more data at
2776         that point.
2777
2778         * eww.el (eww-submit): Make form submission work.
2779         (eww-tag-input): Implement submit buttons.
2780         (eww-click-radio): Implement radio and checkboxes.
2781         (eww-submit): Handle hidden elements.
2782
2783         * shr.el (shr-descend): Allow other packages to override (or provide)
2784         rendering of elements.
2785         (shr-expand-url): Strip query strings from URLs before expanding them.
2786
2787         * eww.el: Don't require cl-lib.
2788         (eww-tag-form): Start form support.
2789
2790         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2791
2792         * eww.el: Start writing a new, tiny web browser.
2793         (eww-previous-url): New command.
2794         (eww-quit): New command.
2795
2796 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2797
2798         * sieve.el: Put point at beginning of buffer when viewing a script.
2799         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2800         number in sieve-buffer's header.  Fixed code to also work with a string
2801         as port specifier.  Properly close the connection on pressing 'q'.  Make
2802         sieve-manage-quit close the connection and process buffer.  Also, remove
2803         duplicate keybinding for 'q'.
2804
2805 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2806
2807         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2808         make it easier to read.
2809         (mm-pkcs7-enveloped-magic): Ditto.
2810
2811 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2812
2813         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2814         before `image-type-available-p' to avoid loading the image libraries
2815         needlessly.
2816
2817 2013-06-05  David Engster  <deng@randomsample.de>
2818
2819         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2820         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2821         to see whether the group was synced before.
2822
2823 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2824
2825         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2826         when opening the connection.
2827         Suggested by João Távora <joaotavora@gmail.com> in
2828         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2829
2830 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2833         assume Date header begins with "Date", that may be customized into
2834         something like "X-Sent" using gnus-article-time-format.
2835         (article-transform-date): Allow multi-line Date header.
2836
2837 2013-06-02  David Engster  <deng@randomsample.de>
2838
2839         * registry.el (initialize-instance, registry-lookup)
2840         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2841         (registry-lookup-secondary-value, registry-search, registry-delete)
2842         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2843         not wrap methods in `eval-and-compile'.  This breaks due to latest
2844         changes in EIEIO (introduction of eieio-core.el).
2845
2846 2013-05-30  Glenn Morris  <rgm@gnu.org>
2847
2848         * nnmail.el (nnmail-fancy-expiry-target):
2849         Also bind mail-dont-reply-to-names.
2850
2851         * spam-stat.el (spam-stat-save):
2852         No need to tweak font-lock in temp buffers.
2853
2854         * shr.el (shr-put-image): Silence compiler.
2855
2856 2013-05-29  Glenn Morris  <rgm@gnu.org>
2857
2858         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2859
2860         * gnus-group.el (gnus-sequence-of-unread-articles)
2861         (gnus-summary-add-mark, gnus-mark-article-as-read)
2862         (gnus-group-make-articles-read): Declare.
2863
2864         * gnus-sum.el (gnus-parameter-list-identifier)
2865         (gnus-article-stop-animations, gnus-stop-downloads)
2866         (gnus-article-only-boring-p, article-goto-body)
2867         (gnus-flush-original-article-buffer, article-narrow-to-head)
2868         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2869         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2870
2871         * gnus.el: No need to eval-and-compile autoloads.
2872
2873         * gravatar.el (help-function-arglist): Autoload.
2874
2875         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2876
2877         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2878
2879         * spam.el: No need to load spam-report when compiling.
2880         No need to eval-and-compile autoloads.
2881         (spam-report-resend-to): Declare.
2882         (spam-report-resend-register-routine): Require 'spam-report.
2883
2884 2013-05-24  Julien Danjou  <julien@danjou.info>
2885
2886         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2887         setup.
2888
2889 2013-05-23  Glenn Morris  <rgm@gnu.org>
2890
2891         * gnus-util.el (rmail-swap-buffers-maybe)
2892         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2893         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2894         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2895
2896         * mm-decode.el: No need to load term when compiling.
2897         (term-mode, term-char-mode): Declare.
2898
2899         * mm-util.el: No need to load jka-compr when compiling.
2900         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2901
2902         * nnmaildir.el: Require is automatically eval-and-compile.
2903         (nnmail): Require at run-time too.
2904
2905         * registry.el (registry-size): Move definition before use.
2906
2907 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2908
2909         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2910         signed data to conform the standard.  (Bug#14232)
2911
2912 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2913
2914         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2915         double angle quotation mark.
2916
2917 2013-05-20  Glenn Morris  <rgm@gnu.org>
2918
2919         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2920
2921 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2922
2923         * message.el (message-insert-formatted-citation-line): handle finding
2924         first/lastname when more than 2 names appear.
2925
2926 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2927
2928         * shr.el (shr-tag-span): New function.
2929
2930 2013-05-18  Glenn Morris  <rgm@gnu.org>
2931
2932         * message.el (message-mode): Use message-mode-abbrev-table,
2933         with text-mode-abbrev-table as parent.  (Bug#14413)
2934
2935 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * message.el (message-expand-group): Decode group names.
2938
2939 2013-05-16  Julien Danjou  <julien@danjou.info>
2940
2941         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2942         app-icon.
2943
2944 2013-05-15  Glenn Morris  <rgm@gnu.org>
2945
2946         * shr-color.el (shr-color-visible-luminance-min)
2947         (shr-color-visible-distance-min): Use shr-color group.
2948
2949 2013-05-11  Glenn Morris  <rgm@gnu.org>
2950
2951         * gnus-vm.el: Make it loadable without VM.
2952         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2953         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2954
2955 2013-05-09  Glenn Morris  <rgm@gnu.org>
2956
2957         * mml1991.el: Make it loadable.  (Bug#13456)
2958
2959         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2960         * gnus-async.el (gnus-async-post-fetch-function):
2961         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2962         * gnus-html.el (gnus-html-image-cache-ttl):
2963         * gnus-notifications.el (gnus-notifications-timeout):
2964         * gnus-picon.el (gnus-picon-properties):
2965         * gnus-util.el (gnus-completion-styles):
2966         * gnus.el (gnus-other-frame-resume-function):
2967         * message.el (message-user-organization-file)
2968         (message-cite-reply-position):
2969         * nnir.el (nnir-summary-line-format)
2970         (nnir-retrieve-headers-override-function):
2971         * shr-color.el (shr-color-visible-luminance-min):
2972         * shr.el (shr-blocked-images):
2973         * spam-report.el (spam-report-resend-to):
2974         * spam.el (spam-summary-exit-behavior): Fix custom types.
2975
2976         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2977
2978 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2981         because of let-binding help-xref-following.  (Bug#14356)
2982
2983 2013-05-06  Glenn Morris  <rgm@gnu.org>
2984
2985         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2986
2987 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2988
2989         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2990         entering into the registry.
2991
2992 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2993
2994         * gnus.el: Ma Gnus v0.7 is released.
2995
2996 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2999         (Bug#14304)
3000
3001 2013-04-27  Glenn Morris  <rgm@gnu.org>
3002
3003         * gnus.el (gnus-list-debbugs):
3004         Use require rather than autoload.  (Bug#14262)
3005
3006 2013-04-27  Julien Danjou  <julien@danjou.info>
3007
3008         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
3009         port to "sieve" now that it has an official IANA port assigned.
3010
3011 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
3014         Don't set the MAILHOST environment variable permanently (Bug#14271).
3015
3016 2013-04-26  Glenn Morris  <rgm@gnu.org>
3017
3018         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
3019
3020 2013-04-25  Andrew Cohen  <cohen@bu.edu>
3021
3022         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
3023         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
3024
3025 2013-04-24  Andrew Cohen  <cohen@bu.edu>
3026
3027         * nnir.el (nnir-close-group): Make sure we are in the right group.
3028
3029         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
3030         dependency table from all newly retrieved headers.
3031
3032 2013-04-16  David Edmondson  <dme@dme.org>
3033
3034         Support <img src="data:...">.
3035
3036         * shr.el (shr-image-from-data): New function.
3037         (shr-tag-img): Use it.
3038
3039 2013-04-14  Andrew Cohen  <cohen@bu.edu>
3040
3041         * nnir.el (nnir-request-set-mark): Make sure we are in the right
3042         group.
3043
3044 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
3047         corresponding to any existing group (Bug#14166).
3048
3049 2013-04-10  Andrew Cohen  <cohen@bu.edu>
3050
3051         * nnir.el (number-sequence): No longer used.
3052         (nnir-request-set-mark): New function.
3053         (nnir-request-update-info): Improve marks updating.
3054         (nnir-request-scan): Don't duplicate marks updating.
3055         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
3056         Use 'assq rather than 'assoc.  Quote anonymous function.
3057         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
3058         Use 'gnus-group-prefixed-p.
3059         (gnus-summary-create-nnir-group): Make sure server for method is open.
3060
3061 2013-04-04  Andrew Cohen  <cohen@bu.edu>
3062
3063         * nnir.el (gnus-nnir-group-p): New function.
3064         (nnir-possibly-change-group): Use it.
3065
3066         * gnus-msg.el (gnus-setup-message): Use it.
3067
3068 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * mml.el (mml-minibuffer-read-description): Use `default' insted of
3071         `initial-input' for the argument name.
3072         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3073
3074 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
3075
3076         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
3077         (used by MH-E).
3078
3079 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3080
3081         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3082         group.
3083
3084         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3085         fix compilation.
3086
3087 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3088
3089         * nnir.el (nnir-method-default-engines): And another typo.
3090
3091 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3092
3093         * nnir.el (nnir-method-default-engines): Fix typo.
3094
3095 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3096
3097         * nnir.el: Define 'number-sequence for xemacs.
3098         (gnus-summary-create-nnir-group): New function to create an nnir group
3099         from an nnir summary buffer based on the current query.
3100         (nnir-request-create-group): Update to allow nnir group creation based
3101         on the current query.
3102
3103 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * nndraft.el (nndraft-request-expire-articles):
3106         Make expiry target always `delete'.
3107
3108 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3109
3110         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3111         buffer use the posting-style and gcc of the original article group.
3112         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3113
3114         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3115         after other deffoos.
3116
3117 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3118
3119         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3120         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3121         support for real (i.e. not ephemeral) nnir groups.
3122         (gnus-summary-make-nnir-group): New function for initiating searches
3123         from a summary buffer.
3124
3125 2013-03-18  Sam Steingold  <sds@gnu.org>
3126
3127         * message.el (message-bury): Minor cleanup.
3128
3129 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3130
3131         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3132
3133 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3136         nnml-request-list.  (Bug#13873)
3137         (nndir-request-newsgroups): Remove, unused.
3138
3139         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3140
3141 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3142
3143         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3144         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3145         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3146
3147 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3148
3149         * shr.el: Make all the overlays set the `evaporate' property so that
3150         they're removed properly.
3151
3152 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3153
3154         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3155         shell-quote-argument.
3156
3157 2013-02-22  David Engster  <deng@randomsample.de>
3158
3159         * gnus-registry.el (gnus-registry-save): Provide class name when
3160         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3161         `condition-case' to stay compatible with older EIEIO versions which
3162         only accept one argument.
3163
3164 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3165
3166         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3167         (epg-user-id-validity): Autoload.
3168         (mml2015-epg-check-user-id): New function.
3169         (mml2015-epg-check-sub-key): New function split from
3170         mml2015-epg-find-usable-key.
3171         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3172         optional name-is-key-id, to handle the case when user-id is unusable.
3173         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3174
3175 2013-02-17  Glenn Morris  <rgm@gnu.org>
3176
3177         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3178
3179 2013-02-16  Glenn Morris  <rgm@gnu.org>
3180
3181         * shr.el (shr-put-image): Only animate images that specify a delay.
3182         This is consistent with the old image-animated-p behavior.
3183
3184 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3187         for XEmacs.
3188
3189 2013-02-13  Juri Linkov  <juri@jurta.org>
3190
3191         * gnus-art.el (gnus-article-mode-map):
3192         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3193         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3194
3195 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3196
3197         * auth-source.el (auth-source-format-prompt): Don't get confused by
3198         any "\" in replacement text.  (Bug#13637)
3199
3200 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3201
3202         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3203         (gnus-backend-trace): Honour gnus-backend-trace.
3204
3205         * mml.el (mml-insert-part): Insert closing tag.
3206
3207         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3208
3209 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3212         able to find the article, which can happen in debbugs groups,
3213         apparently.
3214
3215 2013-01-16  Glenn Morris  <rgm@gnu.org>
3216
3217         * smiley.el (smiley-style): Make the file loadable in batch mode.
3218
3219 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3220
3221         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3222         imap process running.
3223
3224 2013-01-14  Julien Danjou  <julien@danjou.info>
3225
3226         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3227         Compare addresses against addresses, not against the full From field.
3228
3229 2013-01-13  Richard Stallman  <rms@gnu.org>
3230
3231         * message.el (message-forward-make-body-mime): New args BEG, END
3232         specify what part of FORWARD-BUFFER to use.  Do the work directly
3233         instead of calling `mml-insert-buffer'.
3234
3235 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3236
3237         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3238         cross-reference(s).
3239
3240         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3241         cross-reference(s).
3242
3243 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3244
3245         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3246         and point-max-marker.
3247         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3248
3249 2013-01-11  Julien Danjou  <julien@danjou.info>
3250
3251         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3252         max are almost equal.  Also return the correct value for V which is
3253         already between 0 and 1.
3254
3255 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3256
3257         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3258         to mml2015-encrypt-to-self.
3259         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3260
3261 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3262
3263         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3264         mml-smime-epg-find-usable-secret-key.
3265
3266 2013-01-08  Glenn Morris  <rgm@gnu.org>
3267
3268         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3269
3270 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3271
3272         * mml-smime.el: Support signing by sender.
3273         Requested by Uwe Brauer.
3274         (mml-smime-sign-with-sender): New user option analogous
3275         to mml2015-sign-with-sender.
3276         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3277         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3278         mml2015.el.
3279
3280 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3283         isn't running, because Gnus will probably not know how to handle the
3284         Gcc header (bug#11941).
3285
3286         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3287         articles.
3288
3289 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3292         (nnfolder-generate-active-file): Make this function work with recursive
3293         folder names.
3294
3295 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3296
3297         * nntp.el (nntp-open-connection): Use HELP as the capability command
3298         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3299         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3300
3301 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3302
3303         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3304         place holder since this gives `Invalid face reference: nil' messages.
3305         Use the `default' face instead.  It has the same effect here, even
3306         though it is not no-op.
3307
3308         * gnus-util.el
3309         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3310
3311 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3312
3313         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3314         non-string posting styles (bug#13285).
3315
3316 2012-12-27  Glenn Morris  <rgm@gnu.org>
3317
3318         * plstore.el (plstore-passphrase-callback-function):
3319         Use plstore-get-file.
3320
3321 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3322
3323         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3324         stderr.
3325
3326 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3329
3330         * gnus-compat.el (set-buffer-multibyte): Remove.
3331
3332 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3333
3334         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3335         temporary file to get PGP key image.  Pass no-show-photos when
3336         extracting image to avoid having it pop up twice.
3337
3338 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3339
3340         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3341         eligible for treatment.
3342
3343         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3344         lines.  This makes summary commands with hidden threads work more
3345         reliably.
3346
3347         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3348         button to mark the hidden citations (bug#9395).
3349
3350 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3351
3352         * mml2015.el (mml2015-epg-signature-to-string): New function.
3353         (mml2015-epg-verify-result-to-string): New function.
3354         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3355         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3356         instead of epg-verify-result-to-string.
3357         (epg-signature-key-id, epg-signature-to-string): Autoload.
3358         (epg-verify-result-to-string): Remove autoload.
3359
3360 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3361
3362         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3363         ID image from GPG public key.
3364         (mml2015-epg-key-image-to-string): New function.
3365
3366 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3367
3368         * plstore.el (plstore-passphrase-callback-function): Fix error when
3369         error when plstore-cache-passphrase-for-symmetric-encryption is set
3370         (bug#13264).
3371
3372 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3375         buffer to the article buffer here, because that clobbers multiple
3376         article buffers.
3377
3378         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3379         buffer always points to the right summary buffer.
3380
3381 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3382
3383         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3384         the password (bug#12097).
3385
3386 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3387
3388         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3389         (bug#13263).
3390
3391         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3392         buffer exists before using it (bug#12475).
3393
3394         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3395         offline groups (bug#11937).
3396
3397         * message.el (message-yank-original): When using customize to set the
3398         value of `message-cite-style', the variable it set to a symbol that's
3399         the name of the variable, which must then be dereferenced (bug#12616).
3400
3401 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3402
3403         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3404         the `face' property with a list whose car is the face specified in the
3405         format string and whose cdr is (nil).
3406         * lisp/gnus-util.el
3407         (gnus-put-text-property-excluding-characters-with-faces):
3408         Change accordingly.
3409         (gnus-get-text-property-excluding-characters-with-faces): New function.
3410         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3411         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3412         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3413
3414 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3415
3416         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3417         login methods.
3418         (nnimap-login): Respect the `nnimap-authenticator' variable.
3419
3420         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3421         mark state when moving articles.  Otherwise unticked articles will get
3422         their ticks back after moving.
3423
3424 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3425
3426         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3427
3428         * message.el (message-ignored-news-headers): Always remove
3429         X-Message-SMTP-Method to avoid information leakage if the user
3430         mistakenly inserts the header into news messages.
3431
3432         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3433
3434         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3435         right than four characters, this command would move point to
3436         `point-max'.  Don't do that.
3437
3438         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3439         to nil to allow re-selecting groups that gain articles.
3440         (gnus-bug-group-download-format-alist): Update the URL.
3441
3442 2012-12-23  Andreas Schwab  <schwab@suse.de>
3443
3444         * shr.el (shr-tag-em): Render em as italic, not bold.
3445
3446 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3447
3448         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3449         for reuse.
3450         (gnus-open-server): Use it to add more tracing.
3451         (gnus-finish-retrieve-group-infos): Add backend tracing.
3452         (gnus-backend-trace): Also note the elapsed seconds.
3453
3454 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3455
3456         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3457         Set epa-file-encrypt-to from variable to avoid querying.
3458
3459 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3460
3461         * sieve-mode.el (sieve-font-lock-keywords):
3462         Keywords should be word delimited.  (Bug#13173)
3463
3464 2012-12-13  Andreas Schwab  <schwab@suse.de>
3465
3466         * tls.el (tls-program): Update customize type.
3467
3468 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3471         instead of <pre> to align message header.
3472
3473 2012-12-12  Sam Steingold  <sds@gnu.org>
3474
3475         * gnus.el (gnus-other-frame-resume-function): Add user option.
3476         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3477
3478 2012-12-06  Sam Steingold  <sds@gnu.org>
3479
3480         * gnus-start.el (gnus-before-resume-hook): Add.
3481         (gnus-1): Run it when Gnus is alive.
3482
3483 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3486         * gnus-art.el (article-unsplit-urls)
3487         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3488         * gnus-registry.el (gnus-registry-get-article-marks)
3489         * message.el (message-goto-body): Use it.
3490         (message-called-interactively-p): Remove.
3491
3492         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3493         (spam-stat-score-buffer): Use it.
3494
3495         * spam.el: Silence the warnings against BBDB functions when compiling.
3496
3497         * gnus-score.el (gnus-score-decode-text-parts):
3498         Use append+mapcar instead of the cl function mapcan.
3499
3500 2012-12-05  Sam Steingold  <sds@gnu.org>
3501
3502         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3503         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3504         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3505
3506 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * gmm-utils.el (gmm-called-interactively-p): Revert.
3509         This seems to cause Emacs to get stuck!
3510         * gnus-art.el (article-unsplit-urls)
3511         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3512         * gnus-registry.el (gnus-registry-get-article-marks)
3513         * message.el (message-goto-body)
3514         (message-called-interactively-p): Revert.
3515
3516         * gmm-utils.el (gmm-called-interactively-p): New function.
3517         * gnus-art.el (article-unsplit-urls)
3518         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3519         * gnus-registry.el (gnus-registry-get-article-marks)
3520         * message.el (message-goto-body): Use it.
3521         (message-called-interactively-p): Remove.
3522
3523         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3524         * gnus-sync.el (gnus-sync-lesync-call)
3525         * message.el (message-read-from-minibuffer): Use it.
3526
3527 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * gmm-utils.el (gmm-flet): Remove.
3530         * gnus-sync.el (gnus-sync-lesync-call)
3531         * message.el (message-read-from-minibuffer): Don't use it.
3532
3533 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3536
3537 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3540
3541         * gnus-sync.el (gnus-sync-lesync-call)
3542         * message.el (message-read-from-minibuffer): Use gmm-flet.
3543
3544         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3545
3546         * gnus-util.el (gnus-macroexpand-all): Remove.
3547
3548 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3549
3550         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3551         to TAB, not [tab].
3552         (gnus-summary-article-map): Likewise.
3553
3554         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3555         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3556
3557 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3558
3559         * time-date.el: Commentary fix.
3560
3561 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3562
3563         * color.el: Don't require cl.
3564         (color-complement): `caddr' -> `nth 2'.
3565
3566         * time-date.el (time-to-seconds): De-obsolete.
3567
3568 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * message.el (message-get-reply-headers):
3571         Make sure the reply goes to the author if it is a wide reply.
3572
3573 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3574
3575         * gnus-score.el (gnus-score-body):
3576         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3577         scoring by body.
3578
3579 2012-11-16  Glenn Morris  <rgm@gnu.org>
3580
3581         * gnus-diary.el (nndiary-request-create-group-functions)
3582         (nndiary-request-update-info-functions)
3583         (gnus-subscribe-newsgroup-functions)
3584         (nndiary-request-accept-article-functions):
3585         Use new names for hooks rather than obsolete aliases.
3586
3587 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3590
3591 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3594         in meta tag with the one the part specifies in its header.
3595
3596 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3597
3598         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3599         by default.
3600
3601 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3604         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3605
3606 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3609         and a runtime function for it, of which the XEmacs version takes only
3610         two arguments.
3611
3612 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3613
3614         * nndiary.el (nndiary-request-create-group-functions)
3615         (nndiary-request-update-info-functions)
3616         (nndiary-request-accept-article-functions):
3617         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3618         "-hooks" suffix.
3619
3620 2012-10-19  Julien Danjou  <julien@danjou.info>
3621
3622         * gnus-art.el: Require gnus-util because it uses
3623         `gnus-timer--function'.
3624
3625 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3626
3627         * starttls.el (starttls-extra-arguments): Doc fix.
3628
3629 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3630
3631         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3632         it.
3633
3634 2012-10-06  Glenn Morris  <rgm@gnu.org>
3635
3636         * gnus-notifications.el (gnus-notifications):
3637         Add missing group :version tag.
3638         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3639         (gnus-gcc-post-body-encode-hook):
3640         * gnus-sync.el (gnus-sync-lesync-name)
3641         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3642
3643 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3644
3645         * color.el (color-hsl-to-rgb): Fix incorrect results for
3646         small and large hue values.  (Bug#12559)
3647
3648 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         New UIDL implementation.
3651
3652         * mail-source.el (mail-sources, mail-source-keyword-map):
3653         Add :leave as a pop3 keyword.
3654         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3655
3656         * pop3.el (pop3-leave-mail-on-server): Allow number.
3657         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3658         (pop3-movemail): Add UIDL support.
3659         (pop3-send-streaming-command): Take a list of mail numbers instead of
3660         the number of mails.
3661         (pop3-write-to-file): Add X-UIDL header.
3662         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3663         (pop3-uidl-add-xheader): New functions.
3664
3665         * message.el (message-ignored-resent-headers):
3666         Add X-Content-Length and X-UIDL headers.
3667
3668 2012-10-05  Glenn Morris  <rgm@gnu.org>
3669
3670         * color.el (color-name-to-rgb, color-rgb-to-hex)
3671         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3672         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3673         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3674         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3675
3676 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3679         a user about whether to delete temp files if once a user answered as n.
3680
3681 2012-09-25  Chong Yidong  <cyd@gnu.org>
3682
3683         * password-cache.el (password-read-and-add): Use a declare form to mark
3684         this function obsolete.
3685
3686 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * lpath.el: Bind mail-encode-mml for old Emacsen.
3689
3690 2012-09-17  Richard Stallman  <rms@gnu.org>
3691
3692         * message.el (message-in-body-p): Don't set mark or modify buffer.
3693
3694         * mml.el (mml-attach-file): Doc fix.
3695         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3696         Set mail-encode-mml when in Mail mode.
3697         Simplify code to set HEAD and move back to HEAD.
3698         (mml-insert-multipart, mml-insert-part):
3699         Set mail-encode-mml when in Mail mode.
3700
3701 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * gnus-util.el (gnus-timer--function): New function.
3704
3705         * gnus-art.el (gnus-article-stop-animations): Use it.
3706
3707 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3708
3709         Fix glitches caused by addition of psec to timers.
3710         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3711         rather than raw access to timer vector.
3712
3713 2012-09-11  Julien Danjou  <julien@danjou.info>
3714
3715         * gnus-notifications.el (gnus-notifications): Check for nil values in
3716         ignored addresses check.
3717
3718 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3719
3720         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3721
3722 2012-09-07  Chong Yidong  <cyd@gnu.org>
3723
3724         * gnus-util.el
3725         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3726
3727         * gnus-salt.el (gnus-tree-highlight-node):
3728         * gnus-sum.el (gnus-summary-highlight-line):
3729         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3730
3731 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3734
3735 2012-09-06  Juri Linkov  <juri@jurta.org>
3736
3737         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3738         scheme for buffer names to be more consistent with other group and
3739         article buffer names in Gnus.
3740
3741 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3742
3743         * gnus-util.el
3744         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3745
3746         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3747         Jenkner.
3748
3749         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3750
3751         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3752
3753         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3754
3755 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3758         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3759
3760         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3761         string-prefix-p in Emacs >=23.2.
3762
3763         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3764         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3765         instead of string-match-p.
3766         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3767
3768 2012-09-06  Kenichi Handa  <handa@gnu.org>
3769
3770         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3771         lowercase a..f.
3772
3773 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3774
3775         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3776
3777 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3778
3779         * nnimap.el (nnimap-request-move-article): Decode the group name when
3780         doing internal moves to avoid charset issues.
3781
3782         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3783         TIME is set.
3784
3785 2012-09-05  Juri Linkov  <juri@jurta.org>
3786
3787         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3788         than one group at a time (bug#11961).
3789
3790 2012-09-05  Julien Danjou  <julien@danjou.info>
3791
3792         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3793         this hide the real reason with a message giving absolutely no hint.
3794
3795 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3796
3797         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3798         to the backend (bug#11804).
3799
3800         * message.el (message-insert-newsgroups): Don't insert newsgroup
3801         duplicates (bug#12275).
3802
3803 2012-09-05  John Wiegley  <johnw@newartisans.com>
3804
3805         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3806         sieve rules.
3807
3808 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3809
3810         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3811         function.
3812
3813         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3814
3815         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3816
3817 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3818
3819         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3820         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3821         This should make nnmaildir more usable with offlineimap.
3822
3823 2012-09-05  Julien Danjou  <julien@danjou.info>
3824
3825         * nnimap.el (nnimap-request-list): Revert change that made listing
3826         synchronous.
3827         (nnimap-get-responses): Restore.
3828
3829 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3830
3831         * dgnushack.el: XEmacs 21.5 compilation fix.
3832
3833         * gnus-notifications.el (gnus-notifications-notify): Use it.
3834
3835         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3836         warnings on XEmacs.
3837
3838 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3839
3840         Better seeds for (random).
3841         * gnus-sync.el (gnus-sync-lesync-setup):
3842         * message.el (message-canlock-generate, message-unique-id):
3843         Change (random t) to (random), now that the latter is more random.
3844
3845 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3846
3847         * nnimap.el (nnimap-change-group): Document result value
3848
3849         * auth-source.el (auth-sources): Fix macos keychain access.
3850
3851         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3852         allow the backend `request-head' function to determine the group
3853         name on its own.
3854         (gnus-request-expire-articles): Filter out negative article numbers
3855         during expiry (Bug#11980).
3856
3857         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3858         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3859
3860         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3861         you've found the article when you haven't.
3862
3863         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3864         that nnimap-change-group can return t.
3865
3866 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3867
3868         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3869
3870 2012-08-30  Julien Danjou  <julien@danjou.info>
3871
3872         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3873         `gnus-notifications-timeout'.
3874         (gnus-notifications-timeout): Add.
3875         (gnus-notifications-action): New function.
3876         (gnus-notifications-notify): Add :action using
3877         `gnus-notifications-action'.
3878         (gnus-notifications-id-to-msg): New variable.
3879         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3880         notifications id to messages.
3881
3882 2012-08-30  Kenichi Handa  <handa@gnu.org>
3883
3884         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3885         once.
3886
3887 2012-08-29  Julien Danjou  <julien@danjou.info>
3888
3889         * gnus-notifications.el: New file.
3890         (gnus-notifications-notify): New function.
3891         (gnus-notifications): Use `gnus-notifications-notify'.
3892
3893 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3896         transfer encoding first; bind gnus-newsgroup-charset to the charset
3897         that the article specifies (Bug#12209).
3898
3899 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3902         (gnus-group-customize-done): Encode values posting-style holds.
3903
3904         * gnus-msg.el (gnus-summary-resend-message)
3905         (gnus-configure-posting-styles): Decode values posting-style group
3906         parameter holds.
3907
3908 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3911         `name' and `address' in Resent-From header.
3912
3913 2012-08-14  Chong Yidong  <cyd@gnu.org>
3914
3915         * gnus-art.el (article-display-face): Handle failure in
3916         gnus-create-image (Bug#11802).
3917
3918 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3919
3920         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3921         Use defsetf.
3922
3923 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3924
3925         * auth-source.el (auth-source-plstore-search)
3926         (auth-source-secrets-search): Ignore :require and :type in search spec.
3927
3928 2012-08-06  Julien Danjou  <julien@danjou.info>
3929
3930         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3931         `nnimap-request-move-article'.
3932
3933         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3934         Remove autoload, already handled by gnus.el.
3935
3936         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3937
3938         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3939         supported by nnimap actually.  Reverts previous change.
3940
3941         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3942         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3943         to-buffer argument that is already supported.
3944
3945 2012-08-05  Julien Danjou  <julien@danjou.info>
3946
3947         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3948         Add autoload.
3949
3950 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus.el (gnus-valid-select-methods): Fix custom type.
3953
3954 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3955
3956         * auth-source.el (auth-sources, auth-source-backend-parse)
3957         (auth-source-macos-keychain-search)
3958         (auth-source-macos-keychain-search-items)
3959         (auth-source-macos-keychain-result-append)
3960         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3961         auth-source.el through the /usr/bin/security utility.
3962         (auth-sources): Fix syntax error.
3963         (auth-source-macos-keychain-result-append): Fix variable name.
3964         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3965
3966 2012-07-27  Julien Danjou  <julien@danjou.info>
3967
3968         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3969         Emacs < 24.1
3970
3971 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * message.el (message-kill-address): Don't kill last newline.
3974         (message-skip-to-next-address): Don't move to the next header.
3975         (message-fill-field-address): Work properly.
3976
3977 2012-07-25  Julien Danjou  <julien@danjou.info>
3978
3979         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3980
3981 2012-07-24  Julien Danjou  <julien@danjou.info>
3982
3983         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3984
3985         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3986         (nntp-async-timer-handler): Remove, unused.
3987
3988         * nnimap.el (nnimap-get-responses): Remove, unused.
3989
3990         * nnheader.el (mail-header-set-extra): Remove, unused.
3991
3992         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3993         unused.
3994
3995         * mm-view.el (mm-view-sound-file): Remove, unused.
3996
3997         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3998         (mm-url-encode-multipart-form-data): Remove, unused.
3999
4000         * message.el (message-remove-signature, message-make-host-name)
4001         (message-fill-address): Remove, unused.
4002
4003         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
4004         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
4005         unused.
4006
4007         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
4008         (gnus-xmas-call-region): Remove, unused.
4009
4010         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
4011
4012         * gnus-util.el (gnus-extract-address-component-name)
4013         (gnus-extract-address-component-email, gnus-sortable-date)
4014         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
4015         (gnus-process-live-p): Remove, unused.
4016
4017         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
4018
4019         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
4020         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
4021         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
4022         function.
4023
4024         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
4025
4026         * gnus-score.el (gnus-summary-score-crossposting)
4027         (gnus-score-regexp-bad-p): Remove, unused.
4028
4029         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
4030
4031         * gnus-range.el (gnus-sublist-p): Remove, unused.
4032
4033         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
4034         unused.
4035
4036         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
4037
4038         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
4039         (gnus-request-associate-buffer): Remove, unused.
4040
4041         * gnus-group.el (gnus-group-set-method-info)
4042         (gnus-group-set-params-info): Remove, unused.
4043
4044         * gnus-fun.el (gnus-shell-command-to-string)
4045         (gnus-shell-command-on-region): Remove, unused.
4046
4047         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
4048
4049         * gnus-art.el (gnus-article-text-type-exists-p)
4050         (article-translate-characters, gnus-article-hide-text-of-type)
4051         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
4052         Remove, unused.
4053
4054 2012-07-22  Andrew Cohen  <cohen@bu.edu>
4055
4056         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
4057
4058 2012-07-21  Julien Danjou  <julien@danjou.info>
4059
4060         * message.el (message-dont-reply-to-names): Replace deprecated
4061         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
4062         (message-get-reply-headers): Ditto.
4063
4064 2012-07-18  Julien Danjou  <julien@danjou.info>
4065
4066         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
4067         `sieve-upload-and-kill'.
4068
4069         * sieve.el (sieve-bury-buffer): Remove function.
4070         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
4071         (sieve-upload-and-kill): New function, mapped to C-c C-c.
4072
4073 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4074
4075         * shr.el (shr-expand-url): Handle URL starting with `//'.
4076
4077 2012-07-13  Chong Yidong  <cyd@gnu.org>
4078
4079         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4080         instead of calling toggle-read-only with a (bogus) argument.
4081
4082 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4083
4084         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4085         of initial input when reading the author to restrict the summary to.
4086
4087 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * mm-decode.el (mm-shr):
4090         Allow overriding charset by mm-charset-override-alist.
4091
4092 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * gnus-art.el (gnus-article-view-part):
4095         Toggle subparts of multipart/alternative part.
4096
4097 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4098
4099         * shr.el (shr-render-buffer): New command.
4100         (shr-visit-file): Use it.
4101
4102 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4105         Set no-byte-compile and no-update-autoloads.
4106
4107 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4110
4111 2012-06-25  Julien Danjou  <julien@danjou.info>
4112
4113         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4114         `nnimap-request-move-articles-find-limit' since we do not use it only
4115         for move operations.
4116         (nnimap-request-accept-article): Use
4117         `nnimap-request-articles-find-limit' to limit search by message-id.
4118
4119 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4120
4121         Support higher-resolution time stamps (Bug#9000).
4122
4123         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4124         VARLIST.  It's optional, for backward compatibility.
4125         (encode-time-value): New optional arg PICO.  New type 3.
4126         (time-to-seconds) [!float-time]: Support the new picoseconds
4127         component if it's used.
4128         (seconds-to-time, time-subtract, time-add):
4129         Support ps-resolution time stamps as well.
4130
4131 2012-06-19  Julien Danjou  <julien@danjou.info>
4132
4133         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4134
4135         * nnimap.el (nnimap-log-buffer): Check that
4136         `window-point-insertion-type' is boundp, since it's not available in
4137         XEmacs.
4138
4139 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4140
4141         * nnimap.el (nnimap-log-buffer): Add this, setting
4142         `window-point-insertion-type' in the buffer to t.
4143         (nnimap-log-command): Use nnimap-log-buffer.
4144
4145 2012-06-19  Julien Danjou  <julien@danjou.info>
4146
4147         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4148         argument to be able to limit the search.
4149         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4150         (nnimap-request-move-articles-find-limit): Add this to limit the search
4151         by Message-Id after a message move.
4152         (nnimap): Add defgroup.
4153
4154 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4155
4156         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4157
4158 2012-06-15  Julien Danjou  <julien@danjou.info>
4159
4160         * nnimap.el (nnimap-find-article-by-message-id): Use
4161         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4162         (nnimap-possibly-change-group): Add read-only argument.
4163         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4164         issuing EXAMINE manually.
4165         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4166         with read-only argument.
4167         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4168         cannot possibly change because we need to be sure that it's either
4169         read-write or read-only.
4170
4171 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4174         being bound to a lambda form.
4175
4176 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4177
4178         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4179         articles when fetch-old is non-nil (bug#11370).
4180
4181 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4182
4183         * gnus-picon.el (gnus-picon-properties): New defcustom.
4184         (gnus-picon-create-glyph): Use it.
4185
4186 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4187
4188         * gnus-group.el (gnus-group-get-new-news): Respect
4189         `gnus-group-use-permanent-levels', as documented (bug#11638).
4190
4191 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4192
4193         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4194         groups (bug#11641).
4195
4196 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4197
4198         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4199         is an integer to avoid later problems.
4200
4201 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4204         locales.
4205
4206         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4207         on a handle.
4208
4209         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4210         address as the default.
4211         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4212
4213         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4214         makes no sense to query the user about internal files.
4215
4216         * gnus-spec.el: Remove all the byte-compilation stuff, since
4217         benchmarking shows that it doesn't help when entering large summary
4218         buffers.
4219
4220         * gnus-xmas.el (gnus-xmas-define): Remove.
4221
4222         * gnus-util.el (gnus-byte-code): Remove.
4223
4224         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4225         grouplens stuff.
4226
4227 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4228
4229         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4230         (bug#11514).
4231
4232 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4233
4234         * message.el (message-buffers): Return all buffers derived from Message
4235         to make `gnus-dired-attach' work with mu4e.
4236
4237 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4238
4239         * nntp.el: Stop the `letf' madness.
4240         (nntp--report-1): New var.
4241         (nntp-report): Merge nntp-report-1 into it.
4242         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4243         the nntp-report function.
4244
4245         * auth-source.el: Fix comment-style to follow the convention.
4246
4247 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4248
4249         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4250         (mm-dissect-singlepart): Don't guess the MIME type of
4251         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4252         set.
4253         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4254         toplevel MIME type is multipart/encrypted.
4255
4256 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4259         a string so that Gcc works (bug#11514).
4260
4261 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4262
4263         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4264         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4265
4266 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4267
4268         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4269         jumping to *Server* from a dedicated *Group* window.
4270         (gnus-configure-frame): CSE.
4271
4272         * gnus-registry.el: Minor style cleanup.
4273         (gnus-registry--set/remove-mark): New function, extracted from
4274         gnus-registry-install-shortcuts.
4275         (gnus-registry-install-shortcuts): Use it.
4276
4277 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * nnspool.el (news-path): Use eval-and-compile.
4280
4281 2012-05-24  Glenn Morris  <rgm@gnu.org>
4282
4283         * nnspool.el (news-directory, news-path, news-inews-program):
4284         Move here from paths.el.  Don't see a need for these to be autoloaded.
4285
4286         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4287         Merge in doc from paths.el version.  Don't see any need for this to be
4288         autoloaded, or for the warning about users not setting it.
4289
4290 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4291
4292         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4293         format.  In particular, add an optional argument and a docstring.
4294
4295         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4296
4297         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4298         current before calling `gnus-groups-to-gnus-format'.
4299         Note that this was already the case for `gnus-active-to-gnus-format'.
4300
4301 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4302
4303         Fix minor Y10k bug.
4304         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4305
4306 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4307
4308         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4309         message once it's actually open.
4310
4311 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4312
4313         * gnus.el: Ma Gnus v0.5 is released.
4314
4315 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4316
4317         * auth-source.el (auth-source--aput-1, auth-source--aput)
4318         (auth-source--aget): New functions and macros.
4319         Use them instead of aput/aget.
4320
4321 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4322
4323         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4324
4325 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4326
4327         * plstore.el (plstore-called-interactively-p): New compat macro copied
4328         from message.el.
4329         (plstore-mode): Use it.
4330
4331 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4332
4333         * plstore.el: Revive the editing feature.
4334         (plstore-mode): New mode to edit plstore file.
4335         (plstore-mode-toggle-display, plstore-mode-original)
4336         (plstore-mode-decoded): New command.
4337         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4338         (plstore--insert-buffer, plstore--make): New function.
4339         (plstore-open, plstore-save): Simplify by using them.
4340
4341 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4344
4345 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4346
4347         * tls.el (open-tls-stream): Remove unused binding.
4348
4349 2012-04-16  Glenn Morris  <rgm@gnu.org>
4350
4351         * nndraft.el (nndraft-request-list): Fix declaration.
4352
4353 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * mm-decode.el (mm-dissect-buffer): Doc fix.
4356
4357         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4358         don't have a current group.
4359
4360         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4361         buffer if it doesn't exist.
4362
4363         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4364         given, mark the group as ephemeral with the current window conf.
4365
4366         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4367         buffer exists, which it doesn't if we haven't started Gnus.
4368         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4369
4370 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4373         type is.
4374
4375         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4376         `unexists' entries.
4377         (gnus-clean-old-newsrc): Fix last checkin.
4378
4379         * nnimap.el (nnimap-update-info): None of the articles below the active
4380         low-water mark exist.
4381
4382         * dgnushack.el: Get rid of XEmacs compilation warning.
4383
4384         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4385         would have gotten if we posted to the group, and use that to compare
4386         against the message we want to cancel (bug#10808).
4387
4388         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4389         on XEmacs.
4390
4391 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4392
4393         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4394         `scroll-margin'.
4395
4396 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4397
4398         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4399         citation prefix within a block of cited text should be considered part
4400         of that block *only* if it is a blank line.
4401
4402 2012-04-09  Chong Yidong  <cyd@gnu.org>
4403
4404         * binhex.el, hashcash.el, uudecode.el:
4405         Remove * characters from the front of variable docstrings.
4406
4407 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4410         before kinsoku-bol characters nor within kinsoku-eol characters.
4411
4412 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4415         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4416         (gnus-sync-read): Use mapc instead of mapcar.
4417
4418         * mm-archive.el: Require mm-decode for some macros.
4419         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4420         the byte compiler.
4421         (mm-archive-decoders): New function that returns the value of
4422         the mm-archive-decoders variable.
4423
4424         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4425         instead.
4426         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4427
4428         * nnimap.el (gnus-refer-thread-use-nnir):
4429         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4430
4431 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4434
4435 2012-03-12  Peter Münster  <pmrb@free.fr>
4436
4437         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4438         (gnus-demon-cancel): Ditto.
4439         (gnus-demon-run-callback): When function cannot be called due to low
4440         idleness, call it when idleness reaches the expected value, instead of
4441         waiting another timer period.
4442         (gnus-demon-init): Add `time' to arguments of call-back.
4443
4444 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4447
4448         * gnus.el: Register gnus-registry functions.
4449
4450         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4451         indent.
4452
4453         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4454         enabled before warping.
4455
4456 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4457
4458         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4459         registry about each article retrieved.
4460
4461         * gnus-int.el (gnus-select-group-with-message-id): New function.
4462         (gnus-try-warping-via-registry): Ditto.
4463         (gnus-warp-to-article): Fall back on the registry.
4464
4465 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4466
4467         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4468         inboxes.
4469
4470 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4471
4472         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4473
4474 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4477         gnus-gcc-self-resent-messages may be a group parameter.
4478         (gnus-summary-resend-message): Don't encode encoded words in header
4479         when Gcc'ing resent message.
4480
4481 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482
4483         * shr.el (shr-insert): Treat non-breaking space just like normal
4484         space.  This seems to produce more pleasing results.
4485         (shr-insert): Only insert a blank line if we're starting from an image.
4486         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4487         (shr-ensure-paragraph): Consider lines with white space to be blank.
4488
4489 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4490
4491         * Makefile.in: Respect DESTDIR.
4492
4493 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4494
4495         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4496         and gnus-gcc-post-body-encode-hook.
4497
4498 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499
4500         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4501         messages that don't exist.
4502
4503         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4504
4505 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4508         Remove.
4509
4510         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4511
4512         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4513
4514 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4517         have a group name.
4518
4519         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4520         a multibyte buffer (bug#7410).
4521         (article-wash-html): Parse the original article buffer to get the
4522         unencoded data (bug#7410).
4523
4524         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4525         .newsrc.el files.
4526
4527 2012-04-05  Bastien Guerry  <bzg@altern.org>
4528
4529         * color.el (color-lighten-name): Fix typo.
4530
4531 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4534         "#" to avoid having them interpreted as comments.
4535
4536 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4537
4538         * shr.el (shr-insert): Update the text state properly to avoid
4539         inserting spurious paragraph starts.
4540
4541 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * shr.el (shr-table-widths): Divide the extra width more fairly over
4544         the TDs (bug#10973).
4545         (shr-render-td): Don't delete too much padding.
4546         (shr-natural-width): Compute the natural width more correctly.
4547         (shr-insert): Allow the natural width to be computed for tables again.
4548         (shr-tag-table-1): Rework how the natural widths are computed by
4549         rendering the table a third time.
4550         (shr-natural-width): Removed.
4551         (shr-buffer-width): New function.
4552         (shr-expand-newlines): Use it.
4553
4554         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4555         using a `gnus-use-full-window' setup (bug#11013).
4556
4557 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558
4559         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4560         24.1 release.
4561
4562 2012-03-10  David Edmondson  <dme@dme.org>
4563
4564         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4565         'Forwarded Message' header and the start of the message.
4566
4567 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4568
4569         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4570         isn't running (bug#10897).
4571
4572 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573
4574         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4575         This is inconsistent with all the other stream functions, which leave
4576         the setting up to the higher levels (if so wanted) (bug#10931).
4577
4578 2012-02-28  Glenn Morris  <rgm@gnu.org>
4579
4580         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4581         mm-decode.el: Standardize possessive apostrophe usage.
4582
4583 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4584
4585         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4586
4587 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4588
4589         * parse-time.el (parse-time-string): Allow extractor to return nil.
4590
4591 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4594
4595 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4596
4597         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4598
4599 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4600
4601         * mm-decode.el (mm-shr): Remove "soft hyphens".
4602
4603         * nnimap.el (nnimap-request-list): Return the group names encoded as
4604         utf8.  Otherwise non-European group names don't work.
4605         (nnimap-request-newgroups): Ditto.
4606
4607         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4608         the default in `read-string' (bug#10757).
4609
4610         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4611         topics (bug#10843).
4612
4613         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4614         buffer.  Suggested by Herbert Valerio Riedel.
4615         (nnimap-request-move-article): Delete the message from the correct IMAP
4616         server.
4617
4618 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4619
4620         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4621         Reported by Peter Münster.
4622
4623 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4624
4625         * shr.el (shr-image-fetched): Make sure we really kill the right
4626         buffer.
4627
4628 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4629
4630         * gnus-start.el (gnus-1): Avoid duplicate entries.
4631
4632 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4633
4634         * imap.el: Remove.
4635
4636         * nntp.el (nntp-coding-system-for-read): Remove.
4637         (nntp-coding-system-for-write): Ditto.
4638         (nntp-open-connection): Just use `binary' directly.
4639
4640         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4641         Gnus 0.3.
4642
4643 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4644
4645         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4646         application/octet-stream parts really is.
4647
4648         * gnus-sum.el (gnus-propagate-marks): Remove.
4649
4650 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4651
4652         * shr.el (shr-rescale-image): Undo previous change; see
4653         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4654
4655 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4656
4657         * gnus.el: Ma Gnus v0.3 is released.
4658
4659 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4660
4661         * gnus-sum.el (gnus-summary-local-variables): Make
4662         `gnus-newsgroup-unexist' into a local variable.
4663
4664 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4665
4666         * registry.el (registry-usage-test, registry-persistence-test): Move to
4667         tests/gnustest-registry.el.
4668         (registry-make-testable-db, registry-match-test)
4669         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4670
4671         * gnus-registry.el (gnus-registry-misc-test)
4672         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4673
4674         * tests/gnustest-registry.el: New file with the registry and
4675         gnus-registry ERT tests.
4676
4677 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * gnus-msg.el (gnus-summary-resend-message): Make
4680         gnus-summary-resend-message-insert-gcc be last item in
4681         message-header-setup-hook.
4682
4683 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4684
4685         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4686         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4687         Remove.
4688         (nnfolder-open-server): Don't use marks.
4689         (nnfolder-request-delete-group): Ditto.
4690         (nnfolder-request-rename-group): Ditto.
4691         (nnfolder-request-set-mark, nnfolder-request-marks)
4692         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4693         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4694
4695         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4696         (nnml-marks-modtime): Remove.
4697         (nnml-request-delete-group): Don't use marks.
4698         (nnml-request-rename-group): Ditto.
4699         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4700         (nnml-save-marks, nnml-open-marks): Remove.
4701
4702         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4703         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4704         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4705         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4706         (nntp-server-to-method-cache): Remove.
4707
4708         * shr.el (shr-rescale-image): Fix wrong merge.
4709
4710 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4711
4712         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4713         too-wide lines.
4714
4715 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4716
4717         * nnimap.el (nnimap-record-commands): New variable.
4718         (nnimap-log-command): Use it.
4719         (nnimap-make-process-buffer): Add a space to the process buffer.
4720         (nnimap-transform-headers): Don't bug out on header lines containing
4721         stuff that look like IMAP length encodings.
4722
4723         * shr.el (shr-rescale-image): Allow viewing large images.
4724
4725 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4726
4727         * nnml.el (nnml-request-compact-group): Delete the marks file after
4728         compaction (bug#10800).
4729
4730         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4731         group exit.
4732
4733         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4734         QRESYNC/FETCH output.
4735
4736 2012-02-11  Glenn Morris  <rgm@gnu.org>
4737
4738         * sieve-manage.el (sieve-manage-default-stream):
4739         * shr.el (shr):
4740         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4741         (nnir-retrieve-headers-override-function)
4742         (nnir-imap-default-search-key, nnir-notmuch-program)
4743         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4744         (nnir-method-default-engines):
4745         * message.el (message-cite-reply-position):
4746         * gssapi.el (gssapi-program):
4747         * gravatar.el (gravatar):
4748         * gnus-sum.el (gnus-refer-thread-use-nnir):
4749         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4750         (gnus-registry-max-pruned-entries):
4751         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4752         * gnus-int.el (gnus-after-set-mark-hook)
4753         (gnus-before-update-mark-hook):
4754         * gnus-async.el (gnus-async-post-fetch-function):
4755         * auth-source.el (auth-source-cache-expiry):
4756         Add missing :version tags to new defcustoms and defgroups.
4757
4758 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4759
4760         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4761         `gnus-newsgroup-unexist'.
4762
4763         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4764         marks.
4765         (gnus-article-special-mark-lists): Put the `unexist' in the special
4766         marks list instead.
4767
4768         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4769         articles in the list of articles to be selected.
4770
4771         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4772         articles.
4773         (nnimap-update-info): Keep track of unexisting articles.
4774         (nnimap-update-qresync-info): Ditto.
4775
4776 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4777
4778         * message.el (message-default-send-mail-function): Made into own
4779         function for reuse by emacsbug.el.
4780
4781 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4782
4783         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4784         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4785
4786 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4787
4788         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4789         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4790
4791         * gnus-compat.el: Define `timer-set-function'.
4792
4793         * mm-decode.el (mm-display-external): Output the text from the command
4794         in the buffer after the command finished.  This makes text-based
4795         commands behave better.
4796
4797 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4798
4799         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4800
4801 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4802
4803         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4804         23.1.
4805
4806 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4809
4810 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4811
4812         * message.el (smtpmail-smtp-user): Silence compiler warning.
4813
4814 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4815
4816         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4817         SMTP user name.
4818
4819 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * gnus-sum.el (gnus-summary-show-thread):
4822         next-single-char-property-change may return nil in XEmacs.
4823         (gnus-summary-article-map): Fix typo.
4824
4825 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4826
4827         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4828         running.
4829
4830         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4831
4832         * gnus.el (gnus-server-extend-method): Don't add an -address component
4833         if the method already has one (bug#9676).
4834
4835 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4836
4837         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4838         of an initial-input for consistency (bug#10757).
4839
4840         * dgnushack.el: Fix XEmacs compilation warning.
4841
4842         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4843
4844         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4845
4846 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4847
4848         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4849         lines that are narrower than the window width.  Otherwise background
4850         "blocks" will look less readable.
4851
4852 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4853
4854         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4855         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4856         have newlines within the strings, and where the UID comes after the
4857         BODYSTRUCTURE element (bug#10537).
4858
4859         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4860         (bug#10732).
4861
4862         * shr.el (shr-insert-document): Add doc string.
4863         (shr-visit-file): Ditto.
4864         (shr-remove-trailing-whitespace): New function.
4865         (shr-insert-document): Use it to clean up trailing whitespace as the
4866         final step (bug#10714).
4867
4868 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4871         buffer if `gnus-kill-summary-on-exit' is nil.
4872
4873 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4874
4875         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4876         when just reading a single group from "without" Gnus.
4877
4878 2012-02-06  Chong Yidong  <cyd@gnu.org>
4879
4880         * gnus-sum.el (gnus-summary-show-thread):
4881         next-single-char-property-change never returns nil (Bug#8657).
4882
4883 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4884
4885         * message.el (message-multi-smtp-send-mail): New function.
4886         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4887         header to implement multi-SMTP functionality.
4888
4889         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4890         (gnus-agentize): Don't set it.
4891         (gnus-agent-send-mail): Don't use it.
4892
4893         * gnus-sum.el (gnus-summary-widget-backward): New function and
4894         keystroke.
4895
4896         * gnus-compat.el: More the compat functions more compatible.
4897
4898         * shr.el (shr-put-image): Remove underlines from sliced images.
4899         (shr-zoom-image): Compute the region to be replaced more correctly.
4900
4901 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4904         (gnus-summary-resend-message-insert-gcc): New function.
4905         (gnus-summary-resend-message): Modify message-header-setup-hook and
4906         message-sent-hook to make it work for Gcc.
4907         (gnus-inews-do-gcc): Update the number of unread articles of groups
4908         that messages are Gcc'd to.
4909
4910         * message.el (message-resend): Run message-sent-hook to do Gcc.
4911
4912 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4913
4914         * lpath.el: Fix an XEmacs compilation warning.
4915
4916         * gnus-compat.el: Require `help-fns' to fix compilation error.
4917
4918         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4919         a higher level to silence compilation.
4920
4921         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4922         parameter to allow controlling the scaling.
4923
4924         * shr.el (shr-zoom-image): New command and keystroke.
4925         (shr-put-image): Take a `size' flag to say how to scale the image.
4926
4927         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4928         deletion unless already defined.
4929
4930         * gnus.el (gnus-compat): Require it.
4931
4932         * gnus-compat.el: New file.
4933
4934         * gnus-start.el (gnus-clean-old-newsrc): New function.
4935         (gnus-read-newsrc-file): Use it.
4936
4937         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4938         Use recursive deletion.
4939         (mm-dissect-archive): Add support for zip files.
4940
4941         * gnus-util.el (gnus-recursive-directory-files): New function.
4942
4943         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4944         (mm-archive-decoders): Add tgz support.
4945
4946         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4947         Otherwise inserting text into the Gnus buffer can look odd.
4948
4949         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4950
4951         * mm-archive.el (mm-archive-decoders): Add support for tar.
4952
4953         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4954
4955         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4956
4957 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4958
4959         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4960
4961         * mm-archive.el: New file.
4962
4963         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4964
4965         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4966
4967         * message.el (message-goto-*): Make all the `message-goto-*' commands
4968         push the mark before moving point.  This makes it easier to go back to
4969         where you came from after editing whatever you jumped to.
4970
4971 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4972
4973         * gnus.el: Ma Gnus v0.1 is released.
4974
4975 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4976
4977         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4978         without reconnecting.
4979         (nnimap-possibly-change-group): Ditto.
4980         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4981         connection has died before being called.
4982
4983 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4984
4985         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4986         an initial sync unless we're really doing one.
4987
4988         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4989         address parameter if one already exists (bug#9676).
4990
4991         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4992         not the prefix, as documented (bug#10689).
4993
4994 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4995
4996         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4997         the "server".
4998
4999         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
5000         the real error message with the useless "previously known to be down".
5001         Which isn't even correct.
5002
5003         * nntp.el (nntp-open-connection): Report the error message if the nntp
5004         server can't be reached.
5005
5006         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
5007         groups we do a total scan for.
5008         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
5009         doing that.
5010
5011 2012-01-31  Jim Meyering  <jim@meyering.net>
5012
5013         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5014         Correct a comment (insert "not") and hide nominally-doubled "to".
5015
5016 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5017
5018         * gnus.el (gnus-version): Change name to "Ma Gnus".
5019
5020 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
5021
5022         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
5023         section in the manual.
5024
5025 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5026
5027         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
5028         words.
5029         (rfc2047-encode-string): Ditto.
5030         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
5031         understand folded filename="..." parameters, for instance.
5032
5033         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
5034         the message for greater debuggability.
5035
5036 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5037
5038         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
5039         instead of setting it locally, since the latter doesn't seem to have
5040         any effect (most of the time).
5041
5042 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
5043
5044         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
5045         function call.
5046
5047 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
5048
5049         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
5050         seconds, and make the repeat clause with HH:MM specs work as
5051         documented.
5052
5053 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5054
5055         * proto-stream.el (proto-stream-capability-open): Fall back on
5056         :end-of-command if :end-of-capability doesn't exist.
5057
5058 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
5061         bound globally in old Emacsen and XEmacsen.
5062
5063 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5064
5065         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
5066         so that previous errors don't prohibit getting new news.
5067
5068         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
5069
5070         * nntp.el (nntp-retrieve-group-data-early): Ditto.
5071
5072 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
5073
5074         * gnus.el (gnus-group-find-parameter): Check for liveness of the
5075         buffer, not of the string which is its name.
5076
5077 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5078
5079         * proto-stream.el (proto-stream-capability-open): Wait for
5080         :end-of-capability, not :end-of-command.
5081
5082         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5083         non-server-marks groups.
5084         (gnus-group-make-articles-read): Ditto.
5085
5086         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5087         methods (bug#9676).
5088
5089         * gnus.el (gnus-method-ephemeral-p): New function.
5090
5091 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5094         left-to-right.
5095
5096 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5097
5098         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5099         warning.
5100
5101 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5102
5103         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5104         macroexpand the nnir things, since they haven't been defined yet, and
5105         nnir requires gnus-sum.
5106
5107 2012-01-24  Julien Danjou  <julien@danjou.info>
5108
5109         * color.el (color-rgb-to-hsl): Fix value computing.
5110         (color-hue-to-rgb): New function.
5111         (color-hsl-to-rgb): New function.
5112         (color-clamp, color-saturate-hsl, color-saturate-name)
5113         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5114         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5115
5116 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5119
5120 2012-01-19  Julien Danjou  <julien@danjou.info>
5121
5122         * color.el (color-name-to-rgb): Use the white color to find the max
5123         color component value and return correctly computed values.
5124         (color-name-to-rgb): Add missing float conversion for max value.
5125
5126 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5127
5128         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5129         logical server name in addition to the actual machine address.
5130
5131         * auth-source.el (auth-source-user-and-password): Add convenience
5132         wrapper to search by just host and optionally user.
5133
5134 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135
5136         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5137         after rendering.
5138
5139 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5140
5141         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5142         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5143         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5144
5145 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5148         (bug#9693).
5149         (gnus-summary-setup-buffer): Document return value (bug#9697).
5150
5151         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5152         since ido doesn't work on symbols (bug#9632).
5153
5154         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5155         when getting a single value as when getting all the values.  This means
5156         that atoms like `gcc-self' work cumulatively, like variable settings,
5157         instead of getting the value from the last matching clause.
5158         (gnus-group-find-parameter): Protect against the group buffer not
5159         existing (bug#9585).
5160
5161 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162
5163         * gnus-start.el (gnus-activate-group): Document more parameters
5164         (bug#9694).
5165
5166         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5167         (bug#9692).
5168
5169         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5170         article was fetched, so that it can be expired later (bug#9958).
5171         (gnus-agent-summary-fetch-series): Add doc string.
5172         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5173         (bug#9517).
5174
5175         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5176         retrieval is happening.
5177
5178         * gnus.el (gnus-parameters): Doc fix.
5179
5180 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5181
5182         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5183         show the thread after expansion.
5184
5185 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * gnus-art.el (article-narrow-to-head): If the head is completely
5188         empty, narrow to the empty region (bug#9764).
5189
5190         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5191         read, and then mark them as unread only when the unread mark is used.
5192         This makes `C-- T k' actually work, even though it's confusing.
5193
5194         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5195         alive before we try to find its window.
5196
5197 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5198
5199         * mm-decode.el (mm-display-external): Use a longer timeout for the
5200         deletion to allow slow programs to display the file.
5201
5202 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5203
5204         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5205         prompt to be less confusing.
5206
5207         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5208         argument to `message-reply'.  This broke `special-display-*' frame
5209         pop-uping (bug#10238).
5210
5211 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5214         systems, since these allegedly don't work there.
5215
5216 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5217
5218         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5219         live buffer.
5220
5221 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222
5223         * nnir.el (nnir-retrieve-headers): Protect against the article not
5224         existing on the server (bug#10335).
5225
5226 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5227
5228         * gnus-agent.el (gnus-agent-load-local): Recompute
5229         gnus-agent-article-local on changing method.
5230
5231 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * gnus.el (gnus-parameters): Note precedence.
5234
5235 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5236
5237         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5238         in the group buffer.
5239
5240 2012-01-04  Julien Danjou  <julien@danjou.info>
5241
5242         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5243         change.
5244
5245 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5246
5247         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5248         too.
5249
5250         * nntp.el (nntp-retrieve-group-data-early): Use it.
5251
5252 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5253
5254         * nntp.el (nntp-retrieval-in-progress): New variable.
5255         (nntp-make-process-buffer): Make it buffer-local.
5256
5257         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5258         2010.
5259         (gnus-demon-init): Use it to compute the time if time is on the form
5260         "04:23".
5261
5262         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5263
5264         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5265         status in the correct buffer.
5266
5267 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5268
5269         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5270         when opening topics (bug#10407).
5271
5272 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5273
5274         * gnus-cus.el (gnus-score-customize):
5275         * gnus-sum.el (gnus-sort-gathered-threads):
5276         * message.el (message-shorten-references):
5277         * nnmairix.el (nnmairix-request-group):
5278         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5279
5280 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5281
5282         * gnus-agent.el (gnus-agent-regenerate-group):
5283         * gnus-int.el (gnus-retrieve-group-data-early):
5284         * mm-util.el (mm-codepage-ibm-list):
5285         * nndiary.el (Commentary, nndiary-get-new-mail):
5286         * nnir.el (nnir):
5287         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5288
5289 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * mm-view.el (mm-display-inline-fontify): Add comment.
5292
5293 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5294
5295         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5296         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5297
5298 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5299
5300         * gnus-art.el (gnus-split-methods):
5301         * gnus-msg.el (gnus-configure-posting-styles):
5302         * gnus-spec.el (gnus-parse-simple-format):
5303         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5304         * message.el (message-do-actions): Spelling fix.
5305
5306 2011-12-15  Juri Linkov  <juri@jurta.org>
5307
5308         * mm-decode.el (mm-inline-media-tests): Add missing
5309         `mm-handle-media-subtype'.
5310
5311 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5312
5313         * gnus-group.el (gnus-group-tool-bar):
5314         * gnus-sum.el (gnus-summary-tool-bar):
5315         * message.el (message-tool-bar):
5316         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5317
5318 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5319
5320         * plstore.el (plstore--insert-buffer): Spelling fix.
5321
5322 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5323
5324         * message.el (message-valid-fqdn-regexp): Update with newly approved
5325         top-level domain names ".tel" and ".asia".
5326
5327 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5330         unconditionally.
5331
5332 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5335         pop-to-buffer-same-window for old Emacsen.
5336
5337 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5338
5339         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5340
5341 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5342
5343         * netrc.el (netrc-credentials): Spelling fix.
5344
5345 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5346
5347         * gnus-fun.el (gnus-fun-ppm-change-string):
5348         * gnus-msg.el (gnus-inews-do-gcc):
5349         * gnus-sum.el (gnus-summary-find-for-reselect):
5350         * gnus.el (gnus-summary-cancelled):
5351         * message.el (message-cancel-hook, message-send-news):
5352         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5353         * nnir.el (nnir-run-hyrex):
5354         * nntp.el (nntp-with-open-group-function):
5355         * pgg.el (pgg-pending-timers): Spelling fix.
5356
5357 2011-12-04  Chong Yidong  <cyd@gnu.org>
5358
5359         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5360         change (Bug#10200).
5361
5362 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * compface.el (uncompface):
5365         * gnus-art.el (gnus-article-x-face-command): Update the header format
5366         of icon data for the most recent icontopbm program.
5367
5368 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-msg.el (gnus-inews-do-gcc):
5371         * message.el (message-send-mail):
5372         * mml.el (mml-generate-mime): Share the value of the buffer-local
5373         `message-options' variable between a draft buffer and temprary working
5374         buffers.
5375
5376 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5377
5378         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5379
5380 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5383         for Cygwin.
5384
5385 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5386
5387         * gnus-group.el (gnus-group-prepare-flat):
5388         * mm-bodies.el (mm-encode-body):
5389         * mml.el (mml-preview):
5390         * nnml.el (nnml-request-compact-group):
5391         * pop3.el (pop3-stream-type): Spelling fix.
5392
5393 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5394
5395         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5396
5397 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5398
5399         * color.el (color-rgb-to-hsl):
5400         * gmm-utils.el (gmm-tool-bar-style):
5401         * gnus-group.el (gnus-group-prepare-flat):
5402         * gnus-topic.el (gnus-topic-prepare-topic):
5403         * mm-decode.el (mm-discouraged-alternatives):
5404         * rfc2047.el (rfc2047-encode-1):
5405         * starttls.el: Spelling fix.
5406
5407 2011-11-24  Glenn Morris  <rgm@gnu.org>
5408
5409         * binhex.el (binhex-begin-line): Give it basic doc-string.
5410
5411         * starttls.el, tls.el: Fix case of "GnuTLS".
5412
5413 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5414
5415         * gnus-group.el (gnus-group-highlight): Fix typo.
5416
5417 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5418
5419         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5420         value of `delete-file', that returns nil for a local file but returns t
5421         for a remote file using ssh.
5422
5423 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5424
5425         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5426
5427 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5430         avoid later breakage.
5431
5432 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5435         article buffers' name.
5436
5437 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5438
5439         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5440         by Paul Eggert's spellfixes two days ago.
5441
5442 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443
5444         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5445         doesn't have it.
5446
5447         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5448         buffer-local instead of binding them to avoid warnings.  Also demote
5449         errors (bug#10063).
5450         (font-lock-mode-hook): Shut up byte compiler.
5451
5452 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5453
5454         * mm-util.el (mm-charset-after):
5455         * nnir.el (nnir-run-hyrex):
5456         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5457         (ntlm-get-password-hashes, ntlm-md4hash):
5458         * smime.el: Fix typo.
5459
5460 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5461
5462         * gnus-agent.el (gnus-agent-expire-group-1):
5463         * nndiary.el (nndiary-last-occurence):
5464         * nnimap.el (nnimap-request-set-mark):
5465         * nnmairix.el (nnmairix-only-use-registry):
5466         * gnus-group.el (gnus-group-prepare-flat):
5467         * gnus-sum.el (gnus-decode-encoded-word-methods):
5468         * message.el (message-wash-subject):
5469         * nntp.el (nntp-retrieve-headers-with-xover):
5470         * smime.el (smime-certificate-directory): Spelling fix.
5471
5472 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5473
5474         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5475
5476         * color.el:
5477         * gnus-agent.el (gnus-agent-possibly-alter-active):
5478         * gnus-dired.el (gnus-dired-print):
5479         * mail-parse.el:
5480         * nnmairix.el (nnmairix-request-group):
5481         * shr.el (shr-image-displayer):
5482         * sieve-manage.el:
5483         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5484
5485 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5486
5487         * gnus-sum.el (gnus-auto-select-subject):
5488         * spam-report.el (spam-report-resend): Spelling fix.
5489
5490 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5491
5492         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5493         * gnus-art.el (gnus-default-article-saver):
5494         * gnus-srvr.el (gnus-server-copy-server):
5495         * gnus.el (gnus-sloppily-equal-method-parameters):
5496         * html2text.el (html2text-format-tag-list):
5497         * message.el (message-narrow-to-head):
5498         * nndiary.el:
5499         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5500         * sieve.el: Spelling fix.
5501
5502 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5503
5504         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5505         * gnus-sum.el (gnus-summary-make-menu-bar):
5506         * gnus-uu.el (gnus-uu-decode-postscript)
5507         (gnus-uu-decode-postscript-and-save):
5508         * mailcap.el (mailcap-print-command):
5509         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5510         Fix typos.
5511
5512 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5513
5514         * gnus-art.el (gnus-article-part-wrapper):
5515         * html2text.el (html2text-fix-paragraphs):
5516         * mm-decode.el (mm-image-fit-p):
5517         * rfc2047.el (rfc2047-encode-message-header):
5518         * shr-color.el (shr-color-visible-distance-min)
5519         (shr-color-relative-to-absolute, set-minimum-interval)
5520         (shr-color-visible): Fix typos.
5521
5522 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5523
5524         * gmm-utils.el (gmm-tool-bar-item):
5525         * gnus-art.el (gnus-treat-body-boundary):
5526         * gnus-diary.el (gnus-user-format-function-d):
5527         * gnus-start.el (gnus-get-unread-articles):
5528         * pgg-gpg.el (pgg-gpg-update-agent):
5529         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5530
5531 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5532
5533         * gnus-topic.el (gnus-group-prepare-topics):
5534         * gnus-uu.el (gnus-extract-view):
5535         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5536
5537 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5538
5539         * spam.el: Move BBDB autoloads.
5540         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5541         BBDB 2 and 3.
5542         (spam-check-BBDB): Use it.
5543         (spam-enter-ham-BBDB): Use it.
5544
5545 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5546
5547         * smime.el (smime-draw-buffer): Spelling fix.
5548
5549 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5550
5551         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5552         for scanning exactly one level.
5553         * gnus-start.el (gnus-get-unread-articles): Ditto.
5554
5555 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5556
5557         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5558         slightly clearer.
5559
5560 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5561
5562         * gnus-sync.el: More commentary about setup.
5563
5564 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565
5566         * message.el (message-send-and-exit): Document `arg'.
5567
5568 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5569
5570         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5571
5572 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5573
5574         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5575
5576         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5577         we don't use `bound-and-true-p'.
5578
5579 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5580
5581         * gnus-util.el (gnus-bound-and-true-p): Remove.
5582         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5583         * nnir.el: Use it.
5584         * nnmairix.el: Use it.
5585
5586 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5587
5588         * gnus-sync.el: Improve docs about CouchDB admins.
5589
5590         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5591         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5592         for reasons unknown.
5593         * nnir.el: Use it.
5594         * nnmairix.el: Use it.
5595
5596         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5597         * nnir.el: Ditto.
5598         * nnmairix.el: Ditto.
5599
5600         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5601
5602 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5603
5604         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5605         not needed.  Provide xmlplistread list function to produce XML plist
5606         output for non-Gnus LeSync clients.
5607
5608 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5609
5610         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5611
5612         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5613         and save against it.  Group subscriptions, read marks, other marks,
5614         subscription levels, topic names, and topic offsets (the group's
5615         position within the topic) are saved.  This is an experimental backend
5616         and may change significantly.  Load json.el from the gnus-fallback-lib
5617         if it's not available otherwise.
5618         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5619
5620 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5621
5622         * message.el (message-completion-function): Make sure
5623         message-tab-body-function is not attempted if one of
5624         message-completion-alist fails to find a completion (bug#9158).
5625
5626 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5627
5628         * mml.el (mml-quote-region): Quote <#secure> tag.
5629         (mml-generate-mime-1): Unquote <#secure> tag.
5630
5631 2011-10-20  Chong Yidong  <cyd@gnu.org>
5632
5633         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5634         calling a minor mode from Lisp with nil arg enables it, so we have to
5635         make the wording a bit ambiguous here).
5636
5637 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5640         * nnir.el (nnir-mode): Use it.
5641         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5642         Use it.
5643
5644         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5645         * nnmairix.el (gnus-registry-enabled): Ditto.
5646
5647 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5648
5649         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5650         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5651         only while we need to find out if it should be t or nil.
5652         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5653         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5654         the registry is installed.  Set it to nil when it's unloaded.
5655         (gnus-registry-install-p): Provide user guidance for the initial value
5656         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5657         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5658         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5659         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5660         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5661         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5662         `gnus-registry-install'.
5663
5664 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5665
5666         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5667         previous change.
5668         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5669         primary key is marked as disabled.
5670
5671 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5672
5673         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5674         primary key is marked as disabled.
5675
5676 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5677
5678         * html2text.el (html2text-clean-anchor): Check for quotes around
5679         `href' value.
5680
5681 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5682
5683         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5684         searching.  Drop `bbdb-cache'.
5685
5686 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * message.el (message-signed-or-encrypted-p): Exclude header when
5689         checking if there is signed or encrypted body in text/plain message.
5690
5691 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5692
5693         * html2text.el (html2text-get-attr): Correctly handle attribute values
5694         containing "=".
5695
5696 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5697
5698         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5699         handle bindings.
5700
5701 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * gnus-win.el (gnus-configure-windows): Protect against reading
5704         ephemeral groups outside of Gnus.
5705
5706 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * shr.el (shr-tag-img): Don't get images displayed in tables.
5709
5710 2011-10-03  Glenn Morris  <rgm@gnu.org>
5711
5712         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5713         the "maintainer" version of debbugs.gnu.org reports.
5714
5715 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5716
5717         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5718         make asynchronous adjacent image insertion work better.
5719
5720 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5721
5722         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5723         documentation.
5724
5725 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5728         `gnus-asynchronous' isn't shadowed.
5729
5730 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5733
5734         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5735         (nnimap-insert-partial-structure): The charset parameter isn't
5736         case-sensitive.
5737
5738         * nnheader.el (nnheader-message-maybe): New function.
5739
5740         * shr.el (shr-tag-table): Render totally broken tables better.
5741
5742         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5743         computing the boundary.
5744
5745 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5746
5747         * pop3.el (pop3-number-of-responses): Remove.
5748         (pop3-wait-for-messages): Rewrite to take linear time instead of
5749         exponential time.
5750
5751 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5754         re-fetch images.
5755
5756         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5757         re-fetch images when hitting `g' in Gnus.
5758
5759 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5762         (mml-compute-boundary): Don't check collision if it is non-nil.
5763         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5764         before checking collision.
5765
5766 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767
5768         * message.el (message-indent-citation): Really make sure there's a
5769         newline at the end.
5770
5771         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5772         Fix suggested by John Wiegley.
5773
5774         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5775
5776         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5777
5778         * message.el (message-default-send-rename-function): Break out into its
5779         own function.
5780
5781         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5782         doesn't work under XEmacs.
5783
5784         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5785         of "imaps" to word around Windows problems.
5786         (nnimap-open-connection-1): Use it.
5787
5788         * message.el (message-indent-citation): Revert last change which made
5789         `F' not work.
5790
5791 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5792
5793         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5794         terminal as well.
5795
5796 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5799         because it displays images using overlays that aren't easy to copy to
5800         the article buffer.
5801
5802 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5803
5804         * message.el (message-indent-citation): Fix empty line removal at the
5805         end of the citation.
5806
5807 2011-09-20  Julien Danjou  <julien@danjou.info>
5808
5809         * auth-source.el (auth-source-netrc-create): Use default value for
5810         password if specified.  Evaluate default.
5811         (auth-source-plstore-create): Ditto.
5812         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5813         value evaluation.
5814         (auth-source-netrc-create): Typo fix.
5815         (auth-source-plstore-create): Ditto.
5816
5817         * password-cache.el (password-cache-remove): Remove entries even if the
5818         value is nil, so that password with a nil value (negative caching) is
5819         possible to invalidate.
5820
5821         * auth-source.el (auth-source-format-cache-entry): New function.
5822
5823 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5826
5827 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5828
5829         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5830
5831 2011-09-19  Julien Danjou  <julien@danjou.info>
5832
5833         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5834         which work with things that are not ASCII.
5835
5836 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837
5838         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5839
5840 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5843         message level.
5844
5845 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5848
5849 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5852
5853 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5854
5855         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5856         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5857
5858 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5859
5860         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5861         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5862         articles.
5863
5864 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5865
5866         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5867         (message-mail-other-window, message-mail-other-frame)
5868         (message-news-other-window, message-news-other-frame):
5869         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5870         instead of setting buffer display varibles.
5871
5872 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873
5874         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5875
5876         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5877
5878 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5881         duplicates" to a higher level.
5882
5883         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5884         most egregious messages.
5885
5886 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5889
5890 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5891
5892         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5893         up the file (bug#9351).
5894
5895 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5896
5897         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5898         it does with all other backends, but decode the names immediately after
5899         getting them.
5900
5901         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5902         decoding nnimap groups.
5903
5904         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5905         newsrc file.  It doesn't seem like an important optimization any more.
5906
5907 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5908
5909         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5910         overflows.
5911
5912 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5913
5914         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5915         (gnus-interactive-exit): Extend to `quiet'.
5916
5917         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5918
5919         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5920         string.
5921
5922         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5923         renaming function arguments from `this'.
5924
5925         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5926
5927         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5928         has been renamed.
5929         (gnus-lrm-string-p): Include RLM and PDF, too.
5930
5931         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5932         (bug#9225).
5933
5934 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5935
5936         Add autoload cookies for functions used by sendmail.el.
5937         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5938
5939         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5940
5941 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * gnus-art.el (article-date-ut): Work properly even when there are
5944         things like Date header in the body; work for forwarded parts.
5945
5946 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5947
5948         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5949         original-article-buffer.
5950
5951 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5952
5953         * nnir.el (nnir-compose-result): Fix matching of server type.
5954         (nnir-run-swish++): Ditto.
5955         (nnir-run-namazu): Ditto.
5956         (nnir-run-notmuch): Ditto.
5957
5958 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5961         (bug#9405).
5962
5963         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5964         (bug#9421).
5965
5966         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5967         (bug#9425).
5968
5969         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5970         thing (bug#9426).
5971
5972 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5973
5974         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5975         the error message.
5976
5977 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5978
5979         * message.el (message-setup-1): Return t (Bug#9392).
5980
5981 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5982
5983         * gnus-sum.el: When adding article headers to a summary buffer also
5984         update gnus-newsgroup-articles (bug#9386).
5985
5986 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * auth-source.el: Autoload help-mode.
5989
5990 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5991
5992         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5993         names.
5994
5995 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5996
5997         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5998         mm-replace-in-string for compatibility issues.
5999         * mml2015.el (mml2015-epg-verify): Ditto.
6000
6001 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
6004
6005         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
6006
6007 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6008
6009         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
6010         continue on and do the clean-up phase (bug#9188).
6011
6012         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
6013         just ignore groups that can't be opened instead of erroring out
6014         (bug#9225).
6015
6016         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
6017         nil since some many people are fuddy-duddies.
6018
6019         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
6020         images.
6021
6022         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
6023         instead.
6024
6025         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
6026
6027         * gnus-util.el (gnus-process-live-p): Copy over compat function.
6028
6029         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
6030         processing.
6031
6032         * nntp.el (nntp-kill-buffer): Kill the process before killing the
6033         buffer to avoid warnings.
6034
6035 2011-08-20  Simon Josefsson  <simon@josefsson.org>
6036
6037         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
6038         specified to reduce precision.
6039
6040 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041
6042         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
6043         bodystructures (bug#9314).
6044
6045 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
6048         Make button keymap non-sticky after buttons.
6049
6050 2011-08-18  David Engster  <dengste@eml.cc>
6051
6052         * nnmairix.el (nnmairix-request-set-mark)
6053         (nnmairix-goto-original-article): Remove adding of article to registry,
6054         since `gnus-registry-add-group' isn't available anymore.
6055         (nnmairix-determine-original-group-from-registry):
6056         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
6057         available anymore.
6058
6059 2011-08-12  Simon Josefsson  <simon@josefsson.org>
6060
6061         * starttls.el (starttls-any-program-available): Define as obsolete
6062         function.
6063
6064 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
6067         versions which Gnus use when appropriate.
6068
6069         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
6070         a pretty destructive command.
6071
6072         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
6073
6074 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6075
6076         * message.el (message-fix-before-sending): Make a different warning
6077         about NUL characters (bug#9270).
6078
6079         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6080         from custom (bug#9260).
6081
6082         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6083         things work in Emacs 22 and XEmacs, too.
6084
6085         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6086         default From.
6087
6088         * gnus-spec.el (gnus-lrm-string-p): New macro.
6089         (gnus-lrm-string): New constant.
6090         (gnus-summary-line-format-spec): LRM-ify the from.
6091         (gnus-tilde-max-form): LRM-ify string chopping.
6092
6093         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6094
6095         * message.el (message-is-yours-p): Allow disabling canlock checking
6096         (bug#9295).
6097         (message-shoot-gnksa-feet): Add `canlock-verify'.
6098         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6099         message directory isn't writable (bug#9304).
6100
6101         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6102         non-world-readable.
6103
6104 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6107         articles.
6108
6109 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6110
6111         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6112         copy-list.
6113
6114 2011-08-12  Sam Steingold  <sds@gnu.org>
6115
6116         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6117         in the reverse order to avoid modifying the cache with `nreverse'.
6118         (gnus-all-score-files): Do not modify the value returned by
6119         `gnus-score-find-alist' because it lives in a cache variable.
6120         (gnus-current-home-score-file): No need to `nreverse' the return value
6121         of `gnus-score-find-alist', it is already in the correct order.
6122
6123 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6124
6125         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6126         type MESSAGE and subtype RFC822 is slightly different from those of
6127         type TEXT.
6128
6129 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6130
6131         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6132         This allows article-referral to work from an nnir group.
6133
6134 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6135
6136         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6137
6138 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6139
6140         * mml1991.el (mml1991-epg-find-usable-key)
6141         (mml1991-epg-find-usable-secret-key): New function.
6142         (mml1991-epg-sign): Check if signing key is usable.
6143         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6144
6145 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6146
6147         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6148         server-variables only.  This should fix a bug introduced with commit
6149         e1889675b7f4adf057833c5513c9374134c4e053.
6150         (nnir-run-query): 'nnir-search-engine should not be set from the global
6151         environment.
6152
6153 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6154
6155         * nnir.el (nnir-search-thread): Position point on referring article
6156         line.
6157         (nnir-warp-to-article): Clean up summary buffers.
6158
6159         * nnimap.el (nnimap-request-thread): Whitespace fix.
6160
6161 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6162
6163         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6164
6165 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * starttls.el (starttls-available-p): Rename from
6168         `starttls-any-program-available' and changed return convention.
6169
6170 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6171
6172         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6173         `unix-sync' unless it's defined.
6174
6175 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6176
6177         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6178         `aref' for XEmacs compatibiltiy.
6179
6180 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6183
6184 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6185
6186         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6187         closures, quote the form properly (bug#9194).
6188
6189 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6190
6191         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6192         (gnus-summary-insert-new-articles): Protect against servers that are
6193         down.
6194
6195 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6196
6197         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6198         in mm handle if none is specified.
6199
6200 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6201
6202         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6203
6204 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6205
6206         * nnir.el (nnir-search-thread): New function to make an nnir group
6207         based on a thread query.
6208
6209         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6210         of nnir in thread referral.
6211         (gnus-summary-refer-thread): Use it.
6212
6213         * nnimap.el (nnimap-request-thread): Use it.
6214
6215 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * shr.el (shr-tag-comment): Ignore HTML comments.
6218
6219 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6220
6221         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6222         argument.
6223         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6224         Use `nnir-address' to handle server info rather than passing an arg.
6225
6226         * nnimap.el (nnimap-make-thread-query): New utility function to format
6227         an imap thread search query.
6228         (nnimap-request-thread): Use it.
6229
6230         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6231         right select-method if we are not going back to the group buffer.
6232
6233 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6234
6235         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6236         enter invalid buffer configurations into the quit form (bug#9107).
6237         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6238         unplugged/plugged.
6239
6240         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6241         keep track of which ones are unread (bug#9061).
6242
6243         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6244         (bug#9055).
6245
6246         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6247         (bug#9041).
6248
6249         * gnus-html.el (mm-util): Require (bug#9073).
6250
6251         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6252         (gnus-summary-refer-thread): Use it to remove duplicates in the
6253         un-threaded view (bug#9053).
6254         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6255
6256 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6257
6258         * nnir.el (nnir-read-server-parm): Use default value from global
6259         variable.  Without this the default search engine parameters aren't
6260         used at all.
6261
6262 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * message.el (message-unique-id): Don't use the undocumented return
6265         value from (random t) (bug#9118).
6266
6267 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6268
6269         * message.el (message-auto-save-directory): If the ~/Mail directory
6270         doesn't exist, use ~ as the auto-save directory (bug#4432).
6271
6272         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6273         hasn't already been started.
6274
6275 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6276
6277         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6278
6279         * message.el (message-reply): Work around mysterious bug where
6280         `message-mode' seems to overwrite the locally bound `subject' variable.
6281
6282 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6283
6284         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6285         correct group.
6286
6287         * gnus-int.el (gnus-request-thread): Add group argument.
6288
6289         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6290
6291 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6292
6293         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6294
6295         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6296         renamed to `debbugs-gnu-*'.
6297
6298 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6299
6300         * plstore.el: Revert the editing feature since it is not urgent.
6301         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6302         (plstore-mode-decoded): Remove.
6303
6304 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6305
6306         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6307         isn't very interesting any more, and it leaks potentially secret data.
6308         (gnus-debug): Remove.
6309
6310         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6311         use of :custom-show.
6312
6313 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6314
6315         * plstore.el: Add documentation.
6316         (plstore-mode): New mode to edit plstore file.
6317         (plstore-mode-toggle-display, plstore-mode-original)
6318         (plstore-mode-decoded): New command.
6319         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6320         (plstore--insert-buffer, plstore--make): New function.
6321         (plstore-open, plstore-save): Simplify by using them.
6322
6323 2011-07-06  Glenn Morris  <rgm@gnu.org>
6324
6325         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6326
6327 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6328
6329         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6330         no longer is much used.
6331         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6332         Articles".
6333
6334 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6335
6336         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6337         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6338         `notmuch' backend.
6339
6340 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * mm-decode.el (mm-text-html-renderer): Doc fix.
6343
6344         * gnus-msg.el (gnus-bug): Fix the MML tag.
6345
6346         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6347
6348 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6349
6350         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6351         secondary methods if started with `gnus-no-server'.
6352
6353 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6354
6355         * message.el (message-return-action): Fix typo in docstring.
6356
6357 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6358
6359         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6360         bug reports at once.
6361
6362         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6363
6364 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * nndraft.el: Require gnus-group.
6367         (nndraft-request-list): Declare.
6368
6369         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6370         no unread article unless it matches gnus-permanently-visible-groups.
6371
6372         * nndraft.el (nndraft-update-unread-articles): New function.
6373         (nndraft-request-associate-buffer): Use it to update the number of
6374         unread articles for the nndraft groups in the group buffer when saving
6375         or killing a draft message.
6376
6377 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6378
6379         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6380         systems to binary before writing and reading the mbox files.
6381
6382         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6383         instead of trying to list them all (bug#8978).
6384
6385 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6386
6387         * pop3.el (pop3-open-server): Use :end-of-capability.
6388
6389 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6390
6391         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6392         the id is always a number.
6393
6394         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6395
6396         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6397         debbugs mode, if possible.
6398
6399 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6400
6401         * auth-source.el (auth-source-token-passphrase-callback-function):
6402         Reindent.
6403         (epg-context-operation): Remove unnecessary autoload.
6404
6405 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6406
6407         * gnus.el (gnus-list-debbugs): New command.
6408
6409         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6410         mboxstat instead of the maintbox, since the stat seems to be fuller.
6411
6412         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6413         summary buffers.
6414
6415         * message.el (message-get-reply-headers): Delete all duplicates,
6416         instead of the first.
6417         (message-get-reply-headers): Ensure that we have progress while
6418         deleting duplicates.
6419
6420         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6421         gnus-posting-style value from the summary buffer to make it easier to
6422         make that a per-buffer conf.
6423
6424 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6425
6426         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6427         found by setting `shortcut' in 'query.
6428         (nnir-request-article): Use `shortcut' setting when requesting article
6429         by Message-ID.
6430
6431 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6432
6433         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6434         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6435         Bring the pseudo-headers back too.
6436
6437 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6438
6439         * auth-source.el (auth-source-token-passphrase-callback-function):
6440         Simplify and remove EPA dependency.
6441
6442 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6443
6444         * nnir.el (nnir-request-article): Fix error message text.
6445
6446 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6447
6448         * auth-source.el (plstore-delete): Autoload.
6449         (auth-source-plstore-search): Support delete operation.
6450         * plstore.el (plstore-delete): New function.
6451
6452 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6455         mark actually existing articles as unread rather than the ones that
6456         active asserts.
6457
6458 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6459
6460         * nntp.el (nntp-record-command):
6461         * gnus-util.el (gnus-message-with-timestamp-1):
6462         Use format-time-string rather than decoding time stamps by hand.
6463         This is simpler and insulates the code from potential changes to
6464         current-time format.
6465
6466 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6469
6470 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6471
6472         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6473         (plstore-save): Support public key encryption.
6474         (plstore--init-from-buffer): New function.
6475         (plstore-open): Use it; fix error when opening a non-existent file.
6476         (plstore-revert): Use plstore--init-from-buffer.
6477
6478 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6479
6480         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6481
6482 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6485         for old Emacsen.
6486
6487 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6488
6489         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6490         is not fully working.
6491
6492 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6493
6494         * dgnushack.el: Autoload sha1 on XEmacs.
6495
6496         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6497         quit window configuration.
6498
6499         * auth-source.el (epg-context-set-passphrase-callback):
6500         Remove duplicate autoload.
6501
6502 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6503
6504         * nnir.el (nnir-request-article): Allow requesting articles by
6505         Message-ID with nnimap.
6506
6507         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6508         current server.
6509
6510 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6511
6512         * auth-source.el: Autoload EPA/EPG functions.
6513         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6514         changed when EPA/EPG is not available.
6515         (auth-source-backend): Rename "arg" member to "data".
6516         (auth-source-backend-parse, auth-source-plstore-search)
6517         (auth-source-plstore-create): Use it.
6518
6519 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6520
6521         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6522         `gnus-refer-article-methods'.
6523
6524 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * auth-source.el: Require EPA and EPG.
6527         (auth-source-passphrase-alist): New variable.
6528         (auth-source-passphrase-callback-function)
6529         (auth-source-token-passphrase-callback-function): Callbacks for the
6530         netrc field encryption (GPG tokens).
6531         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6532         Symmetric encryption and decryption of the netrc GPG tokens.
6533         (auth-source-netrc-normalize): Use them, simplifying the closure.
6534
6535 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6538         is available.
6539
6540 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6543         non-nil, and `nnimap-split-methods' is nil, use the former.
6544
6545 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6546
6547         * plstore.el (plstore-revert): New function.
6548         (plstore-open): Use it; hide the buffer from user.
6549
6550 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6551
6552         * auth-source.el (auth-source-backend): New member "arg".
6553         (auth-source-backend-parse): Handle new backend 'plstore.
6554         * plstore.el: New file.
6555
6556 2011-06-30  Glenn Morris  <rgm@gnu.org>
6557
6558         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6559
6560 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6563         expiring articles to.
6564
6565         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6566         variations as ASCII (bug#5458).
6567
6568 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6571
6572 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573
6574         * message.el (message-point-in-header-p): Tweak the function to default
6575         to saying that we're not in the headers if there is no separator at
6576         all.  This makes it possible to use the Message version of `M-q' in
6577         buffers with no headers (bug#7987).
6578         (message-point-in-header-p): Fix last checkin to work with an empty
6579         mail-header-separator, too.
6580
6581         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6582         again, save the choice via customize.
6583
6584 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6585
6586         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6587
6588         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6589         ended the connection, bail out before waiting infinitely on a new
6590         connection.
6591
6592 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6593
6594         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6595         reports.
6596
6597         * gnus.el (gnus-bug-package): Use "gnus."
6598         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6599
6600 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6601
6602         * dgnushack.el: Make the timer warning go away on XEmacs.
6603
6604         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6605         animations going on at article exit time.
6606
6607         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6608         since removing it breaks people upgrading.
6609
6610         * shr.el (shr-put-image): Use the new interface for animating images.
6611         (shr-put-image): Animate for 60 seconds.
6612
6613         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6614         avoid compiler warnings.
6615
6616         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6617         error with `find-file-hooks' on Emacs 22.
6618         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6619         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6620         on all architectures.
6621
6622         * spam.el (spam-stat): Require in a normal fashion without binding
6623         `spam-stat-install-hooks' to avoid compilation warnings.
6624
6625         * spam-stat.el (spam-stat-install-hooks): Remove.
6626         (spam-stat-install-hooks): Don't run automatically.
6627
6628 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6629
6630         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6631         and keystroke.
6632
6633 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * auth-source.el (auth-source-netrc-cache): Move forward.
6636
6637 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * proto-stream.el (proto-stream-open-starttls): Use
6640         `gnutls-available-p' to see whether we have built-in support.
6641
6642         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6643         we already know.
6644         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6645         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6646
6647 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6648
6649         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6650         %S format, since that looks odd.
6651         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6652         file, especially when saving.
6653
6654 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6655
6656         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6657         article found.
6658
6659 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6660
6661         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6662         `auth-source-save-secrets' with a more sensitive alist that can be
6663         configured per file.  Experimental, so defaults to 'never.
6664         (auth-source-netrc-create): Use it.  Still experimental code.
6665         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6666         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6667
6668 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6669
6670         * auth-source.el (auth-source-save-secrets): New variable to control if
6671         secret tokens should be saved encrypted.
6672         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6673         to `auth-source-netrc-normalize'.
6674         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6675         on the EPA variables being defined.
6676         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6677         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6678         the lexical-let closure.
6679         (auth-source-netrc-create): Create "gpg:" tokens according to
6680         `auth-source-save-secrets'.
6681
6682 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * gnus-group.el (gnus-group-update-group): Add new argument
6685         `info-unchanged' that stops updating dribble buffer.
6686
6687         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6688         deletes lines matching to it in dribble buffer.
6689
6690         * gnus-agent.el (gnus-agent-fetch-group-1):
6691         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6692         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6693         * gnus-start.el (gnus-group-change-level):
6694         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6695
6696         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6697         if newsgroup info is not changed.
6698
6699         * gnus-group.el (gnus-group-get-new-news-this-group):
6700         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6701         Don't update dribble buffer.
6702
6703 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6704
6705         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6706         remove entries with groups we ignore.
6707
6708 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6709
6710         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6711         the underline comes at the bottom.
6712
6713 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6714
6715         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6716         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6717         (gnus-registry-article-marks-to-names): Rename from
6718         `gnus-registry-user-format-function-M2'.
6719
6720 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6723         ephemeral group.
6724
6725 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6726
6727         * shr.el (shr-browse-image): Copy the URL if called interactively.
6728
6729 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6730
6731         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6732         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6733         done, then unselected articles may be marked as read.
6734
6735         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6736         since not doing this seems to lead to a race condition in pop3-logon.
6737
6738         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6739         so that the call chain it correct when we call "upwards".
6740
6741         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6742         in read-only groups.
6743
6744         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6745
6746         * message.el (message-cite-reply-position): Doc string fix.
6747
6748         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6749         avoid regexp overflow.
6750         (nnimap-transform-split-mail): Ditto.
6751
6752         * pop3.el (pop3-retr): Error out if the server closes the connection.
6753
6754 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6755
6756         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6757         mm-with-unibyte-current-buffer.  The buffer should not contain any
6758         multibyte chars anyway at this stage.
6759
6760 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761
6762         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6763         at the end of lines.
6764
6765 2011-05-29  Julien Danjou  <julien@danjou.info>
6766
6767         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6768
6769 2011-05-27  Glenn Morris  <rgm@gnu.org>
6770
6771         * gnus-group.el (gnus-bug-group-download-format-alist):
6772         Use the "maintainer" version of debian reports as well.
6773
6774 2011-05-26  Glenn Morris  <rgm@gnu.org>
6775
6776         * gnus-group.el (gnus-bug-group-download-format-alist):
6777         Use the "maintainer" version of debbugs.gnu.org reports.
6778
6779 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6782
6783 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6784
6785         * gnus-cus.el (gnus-agent-customize-category):
6786         * gnus-delay.el (gnus-delay-send-queue):
6787         * gnus.el (gnus-other-frame):
6788         Don't quote lambda expressions with `quote'.
6789
6790 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6791
6792         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6793         the thread moves us backwards and so we loop forever.
6794
6795 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6798         whitespace in base64 data lines.
6799
6800 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * gnus-registry.el (gnus-registry-user-format-function-M):
6803         Use `mapconcat'.
6804         (gnus-registry-user-format-function-M2): Use to see the full text of
6805         the marks.  Make "," the mark text separator.
6806
6807         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6808         authentication with auth-source.
6809
6810 2011-05-17  Glenn Morris  <rgm@gnu.org>
6811
6812         * gnus-group.el (gnus-import-other-newsrc-file):
6813         Use insert-file-contents.
6814
6815 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6818         1000 iterations.
6819
6820 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * nntp.el (nntp-open-connection): Check if process-type is available.
6823
6824 2011-05-16  Julien Danjou  <julien@danjou.info>
6825
6826         * shr.el (shr-tag-del): Add support for del tag.
6827
6828 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * gnus-html.el (gnus-html-put-image): Register a displayer.
6831
6832         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6833
6834 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6835
6836         * registry.el (prune-factor): New initialization parameter defaulting
6837         to 0.1.
6838         (registry-prune-hard): Use it.
6839
6840         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6841         0.1 expicitly.
6842
6843 2011-05-13  Glenn Morris  <rgm@gnu.org>
6844
6845         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6846         is bound, since this function requires sendmail.
6847
6848 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * registry.el (registry-usage-test): Disable pruning test.
6851
6852 2011-05-11  David Engster  <dengste@eml.cc>
6853
6854         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6855         Bind set-network-process-option for XEmacs.
6856
6857 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * registry.el (registry-prune-hard-candidates)
6860         (registry-prune-soft-candidates): Helper methods for registry pruning.
6861         (registry-prune): Use them.  Make the sort function optional.
6862
6863 2011-05-10  Jim Meyering  <meyering@redhat.com>
6864
6865         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6866
6867 2011-05-10  Julien Danjou  <julien@danjou.info>
6868
6869         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6870         symbol and not a list.
6871
6872 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gnus-art.el (gnus-article-mode): Move binding of
6875         shr-put-image-function here from gnus-article-prepare-display.
6876
6877         * shr.el (shr-put-image-function): New variable.
6878         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6879         (shr-put-image): Return scaled image.
6880
6881         * gnus-art.el (gnus-shr-put-image): New function.
6882         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6883
6884         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6885         original ones, as deletable.
6886
6887 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6888
6889         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6890
6891 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * registry.el (registry-full): Add convenience method.  Fix logic.
6894         (registry-insert): Use it.  Fix logic here too.
6895
6896         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6897         `registry-prune' if `registry-full' returns t.
6898         (gnus-registry-handle-action)
6899         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6900         (gnus-registry-usage-test): Use it.
6901
6902 2011-05-07  Julien Danjou  <julien@danjou.info>
6903
6904         * shr.el (shr-link): Make shr-link inherit from link by default.
6905
6906 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6907
6908         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6909
6910 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6911
6912         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6913         error out because the face is not a list.
6914
6915 2011-05-05  Glenn Morris  <rgm@gnu.org>
6916
6917         * proto-stream.el (gnutls-negotiate): Fix declarations.
6918
6919         * gnus-start.el (gnus-propagate-marks): Declare.
6920
6921 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6922
6923         * registry.el (registry-reindex): Fix percentage message.
6924
6925         * proto-stream.el (network-stream-open-starttls): Adjust to call
6926         `gnutls-negotiate' with :process and :hostname arguments.
6927
6928 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6929
6930         * shr.el: Add shr-link face for links.
6931         (shr-urlify): Use it.
6932
6933         * registry.el (registry-insert): Make error message more helpful.
6934
6935 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * gnus-html.el (gnus-html-schedule-image-fetching):
6938         Use url-queue-retrieve, if it exists.
6939
6940         * shr.el (shr-tag-img): Ditto.
6941
6942         * gnus.el: Autoload more gnus-agent functions.
6943
6944         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6945         agent if we haven't already (bug#8502).
6946
6947         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6948         into the Agent, too.
6949
6950         * gnus-agent.el (gnus-agent-store-article): New function.
6951
6952         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6953         and moved from that file for reuse.
6954
6955         * pop3.el (pop3-open-server): Error messages are "-ERR".
6956
6957 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6958
6959         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6960         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6961
6962 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6963
6964         * gnus.el: No Gnus v0.17 is released.
6965
6966 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6967
6968         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6969         buffer has moved to a different frame.
6970
6971 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6972
6973         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6974         to get the conversion from unibyte to multibyte buffers to work on
6975         Emacs 22.
6976
6977         * nntp.el (nntp-request-article): Slight clean-up.
6978
6979 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6980
6981         * shr.el (shr-strike-through): New face.
6982         (shr-tag-s): Use it to provide <s> support.
6983         (shr-tag-s): Remove duplicate definition.
6984
6985 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6986
6987         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6988         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6989
6990 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6991
6992         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6993         `gnutls-negotiate'.
6994         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6995
6996 2011-04-23  Glenn Morris  <rgm@gnu.org>
6997
6998         * gnus-sum.el (gnus-extra-headers): Bump :version.
6999
7000 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7001
7002         * shr.el (shr-tag-sup): New function.
7003         (shr-tag-sub): Ditto.
7004
7005 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7006
7007         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
7008         for the case where `gnus-registry-ignored-groups' is a list of lists,
7009         and don't call `gnus-parameter-registry-ignore' otherwise.
7010
7011 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7012
7013         * nnimap.el (nnimap-user): New backend variable.
7014         (nnimap-open-connection-1): Use it.
7015         (nnimap-credentials): Accept user parameter so it's explicit what user
7016         name is desired.
7017
7018         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
7019         default.
7020
7021         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
7022         not gnus-registry.el.
7023
7024         * gnus-registry.el: Mention in comments how to modify
7025         `gnus-extra-headers' for proper recipient tracking and that it may
7026         already have To and Cc recently, which it does as of this commit.
7027         (gnus-registry-ignored-groups): Remove defcustom.
7028         Explain why in comments.
7029         (gnus-registry-action): Fix data-header reference to use the extra
7030         headers.  Explain in package commentary how to add To and Cc headers to
7031         the gnus-extra-headers.
7032         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
7033         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
7034         parameter list or a string list in `gnus-registry-ignored-groups'.
7035         Fix logic error.
7036
7037 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7038
7039         * shr.el (shr-expand-url): Protect against null urls.
7040
7041 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7042
7043         * shr.el (shr-base): New binding.
7044         (shr-tag-base): Keep track of <base>.
7045         (shr-expand-url): New function used throughout.
7046
7047 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
7048
7049         * gnus-registry.el
7050         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
7051         (gnus-registry-ignored-groups): New variable.
7052         (gnus-registry-ignore-group-p): Use it.
7053         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
7054         set the destination group to nil (same as delete) if it's ignored.
7055
7056 2011-04-20  David Engster  <dengste@eml.cc>
7057
7058         * tests/gnustest-nntp.el: New file for simple NNTP testing.
7059
7060         * Makefile.in (test-nntp): New rule.
7061         (check): Add it.
7062         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
7063
7064 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-registry.el (gnus-registry-action)
7067         (gnus-registry-fetch-header-fast):
7068         Don't use mail-header that looks an internal function of mailheader.el.
7069
7070 2011-04-19  Glenn Morris  <rgm@gnu.org>
7071
7072         * time-date.el (time-to-days): Remove unused local variables.
7073
7074 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus-registry.el: Eliminate cl functions.
7077         (gnus-registry-sort-addresses): New function that replaces mapcan.
7078         (gnus-registry-action, gnus-registry-spool-action)
7079         (gnus-registry-split-fancy-with-parent)
7080         (gnus-registry-fetch-recipients-fast): Use it.
7081         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7082
7083         * registry.el (initialize-instance, registry-lookup)
7084         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7085         (registry-lookup-secondary-value, registry-search, registry-delete)
7086         (registry-insert, registry-reindex, registry-size, registry-prune):
7087         Use eval-and-compile.
7088
7089 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * registry.el (registry-reindex): New method to recreate the secondary
7092         registry indices.
7093
7094         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7095         tracked field changes.
7096         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7097         (gnus-registry-action, gnus-registry-spool-action)
7098         (gnus-registry-handle-action)
7099         (gnus-registry--split-fancy-with-parent-internal)
7100         (gnus-registry-split-fancy-with-parent)
7101         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7102         move, and delete actions, and for fancy splitting with parent.
7103         (gnus-registry-extract-addresses)
7104         (gnus-registry-fetch-recipients-fast)
7105         (gnus-registry-fetch-header-fast): Convenience functions.
7106         (gnus-registry-misc-test): ERT test of
7107         `gnus-registry-extract-addresses'.
7108
7109 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7110
7111         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7112         Track by subject first, then sender.
7113
7114 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7115
7116         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7117
7118         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7119         Lisp.
7120
7121         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7122         (gnus-draft-send): Use it to avoid popping
7123         up frames from gnus-group-send-queue.
7124
7125 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7126
7127         * gnus-registry.el: Updated gnus-registry docs.
7128
7129 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7130
7131         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7132         Fix logic bug.
7133         (gnus-registry-post-process-groups): Fix logging of no results and
7134         quote sender and subject.
7135
7136 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7137
7138         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7139         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7140         gnutls-cli are too slow to be done opportunistically.
7141
7142         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7143         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7144         we had no early-data returned.
7145         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7146         two async commands to the same server at the same time.
7147
7148 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7149
7150         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7151
7152 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7155         "warning" level.
7156
7157         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7158         (mm-url-insert-file-contents): Don't set the package names.
7159
7160 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7161
7162         * gnus-registry.el (gnus-registry-action): Remove properties and
7163         simplify subject in `gnus-registry-handle-action'.
7164         (gnus-registry-spool-action): Get subject and sender from message if
7165         they are not passed in.
7166         (gnus-registry-handle-action): Remove properties and simplify subject
7167         consistently.
7168
7169 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7170
7171         * registry.el: Require CL before using defmacro*.
7172
7173 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus-art.el (article-treat-date): Assume that
7176         gnus-article-date-headers may be a group parameter.
7177
7178 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7179
7180         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7181
7182         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7183         interactively so the newsrc file can contain foreign groups too.
7184         Useful for debugging but not much for users.
7185
7186 2011-04-07  David Engster  <dengste@eml.cc>
7187
7188         * registry.el (registry-usage-test): Only do
7189         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7190         lexical binding.
7191
7192 2011-04-07  David Engster  <dengste@eml.cc>
7193
7194         * Makefile.in (check, test-registry): New rules for test-suite.
7195
7196 2011-04-06  David Engster  <dengste@eml.cc>
7197
7198         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7199         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7200
7201 2011-04-06  David Engster  <dengste@eml.cc>
7202
7203         * registry.el (initialize-instance): Change :after to :AFTER to be
7204         compatible with old EIEIO version in XEmacs.
7205
7206 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7207
7208         * gnus-registry.el (gnus-registry-post-process-groups)
7209         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7210         and provide better messaging.
7211
7212 2011-04-06  David Engster  <dengste@eml.cc>
7213
7214         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7215         errors.
7216
7217         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7218         dgnushack-compile with error-on-warn enabled, and to signal an error if
7219         clean compilation failed.
7220         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7221         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7222
7223 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7224
7225         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7226         unconditionally anyway, discarding errors.
7227         (gnus-registry-delete-entries): New convenience function.
7228         (gnus-registry-import-eld): Import from old .eld registry.
7229
7230         * registry.el: Don't use ERT if it's not available.  Load it
7231         unconditionally anyway, discarding errors.
7232
7233         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7234         version from the Claudio Bley GnuTLS patch (extra optional parameters
7235         and host name).
7236
7237 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7238
7239         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7240         fixup the parameters that can be customized by the user between
7241         save/read cycles.
7242         (gnus-registry-read): Use it.
7243         (gnus-registry-make-db): Use it.
7244         (gnus-registry-spool-action, gnus-registry-handle-action):
7245         Fix messaging.
7246         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7247         Map references to actual group names with sender and subject tracking.
7248         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7249         (gnus-registry-usage-test): Add subject lookup test.
7250
7251         * registry.el (registry-db, initialize-instance): Set up constructor
7252         instead of :initform arguments for the sake of older Emacsen.
7253         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7254         pre-lexbind merge bug.
7255         (registry-usage-test): Use it.
7256         (initialize-instance, registry-db): Move the non-function initforms
7257         back to the class definition.
7258
7259 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7260
7261         * registry.el: New library to manage gnus-registry-style data.
7262
7263         * gnus-registry.el: Use it (major rewrite).
7264
7265         * nnregistry.el: Use it.
7266
7267         * spam.el: Use it.
7268
7269 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7272         marks on non-selected articles.
7273
7274 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7275
7276         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7277         parameter to open-protocol-stream.
7278
7279 2011-04-01  Julien Danjou  <julien@danjou.info>
7280
7281         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7282         fundamental-mode.
7283
7284 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7287         servers.
7288
7289 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7292         made marks not propagate, again.
7293
7294 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7295
7296         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7297         Make this the default type.
7298         (proto-stream-open-plain): Rename from proto-stream-open-default.
7299         (open-protocol-stream, proto-stream-open-starttls)
7300         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7301         with `plain'.
7302
7303         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7304         value.
7305
7306         * nntp.el (nntp-open-connection-function): Document the fact that some
7307         values are not functions but are instead handled specially.
7308         Recognize nntp-open-plain-stream value.
7309         (nntp-open-connection): Recognize that value.
7310
7311 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7312
7313         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7314         where it seems to be needed.
7315
7316 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7317
7318         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7319         stuff.
7320
7321         * gnus-score.el (gnus-score-string): Fix calling convention of
7322         `gnus-simplify-buffer-fuzzy' after last patches.
7323
7324         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7325         server for articles we didn't get any headers for.  This is a sanity
7326         check.
7327
7328 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7329
7330         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7331         new CAPABILITY, use it.
7332
7333 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7334
7335         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7336         downloading anything.
7337
7338         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7339
7340 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7341
7342         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7343         colors.
7344         (gnus-splash-svg-color-symbols): New function.
7345
7346 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7349         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7350         (gnus-simplify-subject-fuzzy): Use the local
7351         gnus-simplify-subject-fuzzy-regex instead of the global one.
7352         This makes using this variable in group parameters work.
7353
7354 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7355
7356         * gnus-registry.el (gnus-registry-unfollowed-groups):
7357         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7358         archive:sent-YYYY-MM-DD groups).
7359         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7360         tracking if there are more than `gnus-registry-max-track-groups'
7361         matches.
7362
7363 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7364
7365         * message.el (message--yank-original-internal): New function to do the
7366         insertion cleanly inside eval in `message-yank-original'.
7367         (message-yank-original): Use it.
7368
7369 2011-03-29  Julien Danjou  <julien@danjou.info>
7370
7371         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7372         local variables disabled rather than `normal-mode'.
7373
7374 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7375
7376         * imap.el (imap-shell-open, imap-process-connection-type):
7377         Use imap-process-connection-type for 'shell' streams as well as
7378         Kerberos, SSL, other subprocesses.
7379
7380 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7381
7382         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7383         with open-network-stream.
7384         (proto-stream-always-use-starttls): Option removed.
7385         (open-protocol-stream): Return a process object by default.  Provide a
7386         new parameter :return-list specifying a list-type return value, which
7387         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7388         :type `network' to `try-starttls', and `network-only' to `default'.
7389         Make `default' the default, for compatibility with open-network-stream.
7390         Handle the no-parameter case exactly as open-network-stream, with no
7391         additional stream processing.  Search plists using plist-get.
7392         Explicitly add :end-of-commend parameter if it is missing.
7393         (proto-stream-open-default): Rename from
7394         proto-stream-open-network-only.  Return 'default as the type.
7395         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7396         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7397         failed.  Always return a list with a (possibly dead) process as the
7398         first element, for compatibility with open-network-stream.
7399         (proto-stream-open-tls): Use plist-get.  Always return a list.
7400         (proto-stream-open-shell): Return `default' as connection type.
7401         (proto-stream-capability-open): Use plist-get.
7402         (proto-stream-eoc): Function deleted.
7403
7404         * nnimap.el (nnimap-stream, nnimap-open-connection)
7405         (nnimap-open-connection-1): Handle renaming of :type parameter for
7406         open-protocol-stream.
7407         (nnimap-open-connection-1): Pass a :return-list parameter
7408         open-protocol-stream to obtain a list return value.  Parse this list
7409         using plist-get.
7410
7411         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7412         for open-protocol-stream.  Accept open-protocol-stream return value
7413         that is a subprocess object instead of a list.  Handle the case of a
7414         dead returned process.
7415
7416 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7417
7418         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7419
7420         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7421
7422 2011-03-21  Julien Danjou  <julien@danjou.info>
7423
7424         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7425         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7426         query.
7427         (mm-inline-text): Render normal text with fontification whenever
7428         possible.
7429
7430         * gnus-sum.el (gnus-summary-save-parts-1):
7431         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7432         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7433         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7434         Use `mm-handle-filename'.
7435
7436         * mm-util.el (mm-handle-filename): New function, return the filename of
7437         an handle.
7438
7439 2011-03-18  Julien Danjou  <julien@danjou.info>
7440
7441         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7442         (gnus-buffer-live-p): Check that buffer is not nil.
7443
7444 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7445
7446         * gnus.el: No Gnus v0.15 is released.
7447
7448 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449
7450         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7451         avoid warning on XEmacs.
7452
7453         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7454         on XEmacs.
7455
7456         * gnus-art.el: Require mouse, which the build bot seems to say is
7457         needed.
7458
7459         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7460
7461         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7462         XEmacs, since it doesn't have url-retrieve-synchronously.
7463
7464         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7465         since assoc-string doesn't exist in XEmacs.
7466
7467 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7468
7469         * gnus-group.el (gnus-group-list-ticked): New function.
7470         (gnus-group-make-menu-bar): Provide a menu entry for it.
7471         (gnus-group-list-map): Provide a binding for it.
7472
7473 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7474
7475         * shr.el (shr-visit-file): New command.
7476
7477         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7478
7479 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7480
7481         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7482         servers.
7483
7484 2011-03-16  Julien Danjou  <julien@danjou.info>
7485
7486         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7487         inline.
7488
7489         * gnus-art.el (article-hide-list-identifiers):
7490         Use gnus-group-get-list-identifiers.
7491
7492         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7493         (gnus-summary-remove-list-identifiers):
7494         Use gnus-group-get-list-identifiers to get regexp.
7495         (gnus-select-newsgroup, gnus-summary-insert-subject)
7496         (gnus-summary-insert-articles):
7497         Call gnus-summary-remove-list-identifiers unconditionally.
7498
7499 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7500
7501         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7502         we're selecting a group with unread articles.
7503
7504         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7505
7506         * gssapi.el: New file separated out from imap.el to provide a general
7507         Kerberos 5 connection facility for Emacs.
7508
7509         * message.el (message-elide-ellipsis): Document the format spec
7510         ellipsis.
7511
7512 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * message.el (message-elide-region): Allow the ellipsis to say how many
7515         lines were removed.
7516
7517 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7518
7519         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7520         window configurations containing buffers that are now dead.
7521
7522         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7523         parsing to avoid integer overflows.
7524         (nnimap-parse-flags): Simplify the last change.
7525         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7526         too large for 32-bit Emacsen.
7527
7528 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7529
7530         * auth-source.el (auth-source-netrc-create):
7531         * message.el (message-yank-original): Fix use of `case'.
7532
7533 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7534
7535         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7536         XEmacs, which was one character too wide.
7537
7538 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7539
7540         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7541         default number of articles to display.
7542         (gnus-articles-to-read): Use pretty names for prompt.
7543
7544 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7545
7546         * gnus-int.el (gnus-open-server): Ditto.
7547
7548         * gnus-start.el (gnus-activate-group): Give a backtrace if
7549         debug-on-quit is set and the user hits `C-g'.
7550         (gnus-read-active-file): Ditto.
7551
7552         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7553
7554 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7555
7556         * message.el (message-yank-original): Use cond instead of CL case.
7557
7558 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7559
7560         * auth-source.el (auth-source-netrc-create): Use usual format for the
7561         default in prompts.
7562
7563 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * lpath.el: Fbind read-char-choice for XEmacs.
7566
7567 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7568
7569         * auth-source.el (auth-source-netrc-create): Show the default in the
7570         prompt when prompting for token creation.
7571
7572 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7573
7574         * auth-source.el (auth-source-format-prompt): Always convert the value
7575         to a string to avoid evaluating non-string arguments.
7576         (auth-source-netrc-create): Offer default properly, not as initial
7577         content in `read-string'.
7578         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7579         of line to determine if we've been run before.  If so, don't run again,
7580         but print a trivial message to indicate the cache was hit instead.
7581
7582 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7583
7584         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7585         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7586         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7587         Gnus.
7588
7589 2011-03-11  Julien Danjou  <julien@danjou.info>
7590
7591         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7592         modified file".
7593
7594 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7595
7596         * auth-source.el (auth-source-read-char-choice): New function to read a
7597         character choice using `dropdown-list', `read-char-choice', or
7598         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7599         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7600         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7601         (auth-source-netrc-saver): Use it.
7602         (auth-source-pick-first-password): New convenience function.
7603
7604 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7605
7606         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7607         parameter in the credentials.
7608         (nnimap-open-connection-1): Use it after a successful login.
7609         (nnimap-credentials): Add IMAP-specific user and password prompt.
7610
7611         * auth-source.el (auth-source-search): Add :require parameter, taking a
7612         list.  Document it and the :save-function return token.  Pass :require
7613         down.  Change the CREATED message from a warning to a debug statement.
7614         (auth-source-search-backends): Pass :require down.
7615         (auth-source-netrc-search): Pass :require down.
7616         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7617         Change save prompt to indicate all modifications saved here are
7618         deletions.
7619         (auth-source-netrc-create): Take user login name as default in user
7620         prompt.  Move all the save functionality to a lexically bound function
7621         under the :save-function token in the returned list.  Set up clearer
7622         default prompts for user, host, port, and secret.
7623         (auth-source-netrc-saver): New function, intended to be wrapped for
7624         :save-function.
7625
7626 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7627
7628         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7629         lines to be spaces instead.
7630
7631 2011-03-07  Julien Danjou  <julien@danjou.info>
7632
7633         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7634         (sieve-sasl-auth): Check that auth-source-search did return something,
7635         or just return an empty string.
7636
7637 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7638
7639         * gnus.el (gnus-interactive): Use read-directory-name.
7640
7641         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7642         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7643         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7644         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7645         Likewise.
7646
7647         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7648
7649 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7650
7651         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7652         onto the list of killed groups, too.  This makes killed nnimap groups,
7653         for instance, more reliably not reappear.
7654
7655         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7656         the parent.
7657
7658         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7659
7660         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7661         really have server-side marks.
7662
7663         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7664         since most backends do not usefully have server-side marks.
7665         (gnus-update-read-articles): Propagate marks to all backends that
7666         really have server-side marks.
7667
7668 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7669
7670         * message.el (message-cite-reply-position, message-cite-style):
7671         New variables.
7672         (message-yank-original): Use the new citation styles.
7673
7674 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7675
7676         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7677         buffer-local issue); don't mark it buffer-local when running under
7678         XEmacs.
7679
7680 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7681
7682         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7683         numbers too big to be `read'.
7684
7685 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7686
7687         * password-cache.el (password-in-cache-p): Add autoload.
7688
7689         * message.el (message-options): Make buffer-local two ways to attempt
7690         to fix a XEmacs bug.
7691
7692 2011-03-02  Julien Danjou  <julien@danjou.info>
7693
7694         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7695
7696 2011-03-01  Julien Danjou  <julien@danjou.info>
7697
7698         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7699         group.
7700         (article-hide-list-identifiers): Use list-identifier group parameter.
7701
7702 2011-02-28  Julien Danjou  <julien@danjou.info>
7703
7704         * sieve.el (sieve-buffer-script-name): New local variable to store
7705         sieve script name.
7706         (sieve-edit-script): Store sieve script name.
7707         (sieve-upload): Use sieve script name when uploading.
7708         (sieve-upload): Use substitute-command-keys.
7709         (sieve-edit-script): Use substitute-command-keys.
7710         (sieve-refresh-scriptlist): Use substitute-command-keys.
7711         (sieve-manage-mode-map): Define keymap properly.
7712         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7713         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7714         Remove commented code about cvs.
7715         (sieve-manage-quit): New function.
7716         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7717
7718 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7719
7720         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7721
7722 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7723
7724         * auth-source.el (auth-source-search): Cache empty result sets.
7725
7726         * password-cache.el (password-in-cache-p): Convenience function to
7727         check if a key is in the cache, even if the value is nil.
7728
7729         * auth-source.el (auth-source-save-behavior): New variable to replace
7730         `auth-source-never-create'.
7731         (auth-source-netrc-create): Use it.
7732         (auth-source-never-save): Remove.
7733
7734 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7735
7736         * nnimap.el (nnimap-stream): Doc fix.
7737         (nnimap-open-connection-1): Reverse the order of the ports to that the
7738         prompted-for port is first.
7739
7740         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7741         retrieval by the no-group selection.
7742
7743         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7744         numerical parameters.
7745
7746 2011-02-25  Julien Danjou  <julien@danjou.info>
7747
7748         * gnus-gravatar.el: Use gnus-with-article-buffer.
7749
7750         * gnus-art.el (gnus-with-article-buffer): Check that the
7751         gnus-article-buffer is alive.
7752
7753 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7754
7755         * auth-source.el (auth-source-creation-prompts): New variable to manage
7756         creation-time prompts.
7757         (auth-source-search): Document it.
7758         (auth-source-format-prompt): Add utility function.
7759         (auth-source-netrc-create): Don't default the user name to
7760         user-login-name.  Use `auth-source-creation-prompts' and some default
7761         prompts for user, host, port, and password (the default generic prompt
7762         remains ugly).
7763         (auth-source-never-save): Add customizable option to never save info.
7764         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7765         mode excursion.
7766
7767 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7770         argument that XEmacs doesn't support.
7771
7772         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7773         compiled for Emacsen having no `libxml-parse-html-region' support.
7774
7775         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7776
7777         * lpath.el: Bind buffer-save-without-query for XEmacs.
7778
7779 2011-02-23  Julien Danjou  <julien@danjou.info>
7780
7781         * gnus-art.el (article-make-date-line): Ignore errors if time is
7782         invalid and not convertible.
7783         (article-make-date-line): Only add lapsed time if time is not nil.
7784
7785 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7786
7787         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7788         `read-char-choice' for backwards compatibility.
7789         (auth-source-netrc-element-or-first): New function to DTRT for
7790         parameter extraction.
7791         (auth-source-netrc-create): Use it and fix multiple parameter print
7792         bug.  Use the default passed from above (given-default) or the
7793         built-in (user-login-name for :user).
7794
7795 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7796
7797         * gnus-start.el (gnus-dribble-read-file):
7798         Set buffer-save-without-query, since we always want to save the dribble
7799         file, probably.
7800
7801         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7802         nnimap.
7803
7804         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7805         -summary- since it's a user-visible variable.
7806
7807         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7808         first time you use the new Gnus.
7809
7810 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7811
7812         * auth-source.el: Don't load netrc.el.
7813         (auth-sources): Search ~/.netrc as well by default.
7814         (auth-source-debug): Add 'trivia option for extra output.
7815         (auth-source-do-trivia): Use it.
7816         (auth-source-search): Simplify logic to use
7817         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7818         appropriate.  Don't keep a running count at this level.  Layer :create
7819         and :delete options appropriately on the first and second passes.
7820         Don't track the backend with the search results.
7821         (auth-source-search-backends): New function to search a list of
7822         backends for a processed spec.
7823         (auth-source-netrc-parse): Cache all netrc files, making
7824         auth-source-netrc-cache an alist keyed by the file name and using the
7825         file mtime as the caching criterion.  Keep the obfuscated data secret
7826         with a lexical bind.
7827         (auth-source-netrc-search): Don't calculate the length of the results
7828         unnecessarily.
7829         (auth-source-search-backends): Fix bug.
7830         (auth-source-netrc-create): Rework prompts.
7831
7832 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7833
7834         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7835         Lower case names of search constraints.
7836         (nnir-run-query): Cache and reuse search constraints for all imap
7837         servers.
7838
7839 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7840
7841         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7842         after exit.
7843         (gnus-setup-message): Define missing variable from last checkin.
7844
7845         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7846         value, show the raw article.
7847
7848 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7849
7850         * gnus.el: No Gnus v0.13 is released.
7851
7852 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7853
7854         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7855         auth-source now accepts numbers.
7856
7857         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7858         spec, too.
7859         (auth-source-ensure-strings): New function.
7860
7861         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7862         (gnus-article-setup-buffer): Always restart the date timer so that user
7863         changes to the frequency is respected.
7864
7865         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7866         port numbers, so make sure it gets that if nnimap-server-port is
7867         explicit.
7868
7869 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7870
7871         * nnimap.el (nnimap-inbox): Doc fix.
7872
7873 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7874
7875         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7876         Autoload.  Add optional arg FRAME, and pass it to color-values.
7877         (color-complement): Caller changed.  Doc fix.
7878         (color-gradient): Rewrite for better clarity and efficiency.
7879
7880 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7881
7882         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7883         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7884         color-lab-to-srgb.
7885
7886 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7887
7888         * color.el: First part of merge from hexrgb.el.
7889         (color-rgb-to-hex): Rename from color-rgb->hex.
7890         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7891         saturation to zero if the value is too small.
7892         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7893         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7894         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7895         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7896         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7897         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7898         (color-cie-de2000): Doc fix.
7899
7900 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7901
7902         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7903         given method as in the group name if we're using an extended method.
7904         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7905         command, if we're using that, instead of waiting for the beginning.
7906
7907         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7908         we're sure to get unique server names, and we don't output two async
7909         commands in the same buffer.  This fixes an NNTP hang for some users.
7910
7911 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7912
7913         * gnus.el: No Gnus v0.11 is released.
7914
7915 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7916
7917         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7918         summary buffer before reading going to the next buffer.  This avoids
7919         putting the point in the group buffer if you `C-g' the command.
7920
7921         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7922         cache (for now) to make ~/.authinfo.gpg files usable.
7923
7924         * nnfolder.el (copyright-update): Define for the compiler.
7925
7926         * auth-source.el (auth-source-search): Fix unbound variable.
7927
7928 2011-02-19  Glenn Morris  <rgm@gnu.org>
7929
7930         * gnus.el (gnus-meta): Doc fix.
7931
7932 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7933
7934         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7935         in case it's not yet loaded.
7936
7937 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7938
7939         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7940         line we're waiting for.
7941
7942 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7943
7944         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7945         face with line-width greater than zero will cause RET in gnus summary
7946         buffer to scroll down article page-wise because auto vscroll happens,
7947         it should be temporally disabled when doing a scroll-up.
7948
7949 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7950
7951         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7952         outputs from the server.
7953
7954 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7955
7956         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7957         later so that bbdb can hook in easier.
7958
7959 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7960
7961         * auth-source.el (auth-source-search): Don't try to create credentials
7962         if the caller doesn't want that.
7963         (auth-source-search): If we don't find a match, don't bug out on
7964         non-bound variables.
7965         (auth-source-search): Only ask a single backend to create the
7966         credentials.
7967
7968         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7969         logging.
7970         (nnimap-credentials): Protect against auth-source-search returning nil.
7971         (nnimap-request-list): Protect against not being able to open the
7972         server.
7973
7974 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7975
7976         * auth-source.el (auth-source-search): Do a two-phase search, one with
7977         no :create to get the responses from all backends.
7978
7979         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7980         when getting credentials.
7981
7982         * gnus-util.el (gnus-delete-duplicates): New function.
7983
7984 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7985
7986         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7987         a creation default, pass the whole port list down.  It will be
7988         completed.
7989
7990         * auth-source.el (auth-source-search): Updated docs to talk about
7991         multiple creation choices.
7992         (auth-source-netrc-create): Accept a list as a value (from the search
7993         parameters) and do completion on that list.  Keep a separate netrc line
7994         with the password obscured for showing the user.
7995
7996         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7997         first choice to `auth-source-search' so it will be used for entry
7998         creation instead of the server's Gnus-specific name.
7999         (nnimap-credentials): Rely on the auth-source library to select which
8000         port is actually wanted in the new netrc entry, so don't override
8001         `auth-source-creation-defaults'.
8002
8003         * auth-source.el (auth-source-netrc-parse): Use :port instead of
8004         :protocol and accept a missing user, host, or port as a wildcard match.
8005         (auth-source-debug): Default to off.
8006
8007         (auth-source-netrc-search, auth-source-netrc-create)
8008         (auth-source-secrets-search, auth-source-secrets-create)
8009         (auth-source-user-or-password, auth-source-backend, auth-sources)
8010         (auth-source-backend-parse-parameters, auth-source-search): Use :port
8011         instead of :protocol.
8012
8013         * nnimap.el (nnimap-credentials): Pass a port default to
8014         `auth-source-search' in case an entry needs to be created.
8015         (nnimap-open-connection-1): Use :port instead of :protocol.
8016
8017 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * auth-source.el: Bind load-path when loading EIEIO from
8020         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
8021         21.4 doesn't support, to `require'.
8022         (auth-source-secrets-search): Use mm-delete-duplicates instead of
8023         delete-dups that is not available in XEmacs 21.4.
8024
8025 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
8026
8027         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
8028         as EIEIO must also be loaded when auth-source.el is being
8029         byte-compiled.
8030
8031 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8032
8033         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
8034
8035         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
8036
8037         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
8038
8039         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
8040
8041         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
8042
8043         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
8044
8045         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
8046
8047         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
8048         necessary.
8049
8050 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
8051
8052         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
8053         nil means that nnimap doesn't get updated.
8054
8055 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8056
8057         * auth-source.el (auth-source-netrc-create): Return a synthetic search
8058         result when the user doesn't want to write to the file.
8059         (auth-source-netrc-search): Expect a synthetic result and proceed
8060         accordingly.
8061         (auth-source-cache-expiry): New variable to override
8062         `password-cache-expiry'.
8063         (auth-source-remember): Use it.
8064
8065         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
8066         parameter.  Create entry if necessary by using :create t.
8067         (nnimap-open-connection-1): Don't pass `inhibit-create'.
8068
8069 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
8070
8071         * auth-source.el (auth-source-debug): Enable by default and don't
8072         mention the obsolete `auth-source-hide-passwords'.
8073         (auth-source-do-warn): New function to debug unconditionally.
8074         (auth-source-do-debug): Use it.
8075         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
8076         and for Secrets API entries when the secrets.el library is not
8077         available.
8078
8079 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8080
8081         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8082         (gnus-summary-exit): Kill the correct article buffer on exit from a
8083         `C-d' group.
8084
8085         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8086         gnus-propagate-marks.
8087
8088         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8089         before killing the buffers so that a non-full window conf gets handled
8090         correctly.
8091         (gnus-summary-exit): Ditto.
8092         (gnus-summary-read-group-1): Ditto.
8093
8094         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8095         async code again so that we can debug it properly.
8096
8097         * message.el (message-reply): Take an optional switch-buffer parameter
8098         so that Gnus window confs are respected better.
8099
8100 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8101
8102         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8103         `plist-get' to accept non-list parameters (XEmacs issue).
8104         Fix docstring.
8105         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8106         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8107         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8108         Login collection is "Login" and not "login".
8109
8110 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8111
8112         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8113         multiple headers.
8114
8115         * nnimap.el (nnimap-inhibit-logging): New variable.
8116         (nnimap-log-command): Don't log login commands.
8117
8118         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8119         to have more parameters.
8120
8121         * nnimap.el (nnimap-send-command): Mark the command time for each
8122         command, so that we don't get NOOPs stepping on our toes.
8123
8124         * gnus-art.el (article-date-ut): Get the date from the Date header on
8125         `t'.
8126
8127 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * auth-source.el (auth-source-search): Use copy-sequence instead of
8130         the cl.el copy-list.
8131
8132 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8133
8134         * imap.el: Bring it back (revert
8135         84d800cd31de3064f0ed39617d725709a2f8f42f).
8136
8137 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8138
8139         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8140         Improve prompt.
8141
8142 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8143
8144         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8145         washing status from the default format.  It isn't very informative.
8146
8147 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8148
8149         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8150         Fix Gcc processing on imap.
8151
8152 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8153
8154         * imap.el: Remove file.  All the functionality is in nnimap.el.
8155
8156 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8157
8158         * message.el (message-bury): Don't pop up a new window when selected
8159         window is dedicated.
8160
8161 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8162
8163         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8164
8165 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8166
8167         * sieve-manage.el: Autoload `auth-source-search'.
8168         (sieve-sasl-auth): Use it.
8169
8170 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8171
8172         * nnimap.el: Autoload `auth-source-forget+'.
8173         (nnimap-open-connection-1): Use it if the connection fails.
8174
8175         * auth-source.el: Require `password-cache'.
8176         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8177         obsolete.
8178         (auth-source-magic): Marker for `password-cache' keys.
8179         (auth-source-do-cache): Update docstring.
8180         (auth-source-search): Use and check cache.
8181         (auth-source-forget-all-cached, auth-source-remember)
8182         (auth-source-recall, auth-source-forget, auth-source-forget+)
8183         (auth-source-specmatchp): Caching support functions.
8184         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8185         Remove and obsolete.
8186         (auth-source-user-or-password): Remove caching to further discourage
8187         using it.  Always hide passwords.
8188
8189         * password-cache.el (password-cache-remove): Accept secrets that are
8190         not strings.
8191
8192 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8193
8194         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8195         code for now, since it doesn't work for all users.
8196
8197 2011-02-09  Julien Danjou  <julien@danjou.info>
8198
8199         * message.el (message-options): Make message-options really buffer
8200         local.
8201
8202 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8203
8204         * mail-source.el: Autoload `auth-source-search'.
8205         (mail-source-keyword-map): Note order matters.
8206         (mail-source-set-1): Get all the mail-source source values and
8207         defaults and search auth-source on those if needed.  This can all
8208         probably be simplified.
8209
8210         * nnimap.el: Autoload `auth-source-search'.
8211         (nnimap-credentials): Use it.
8212         (nnimap-open-connection-1): Ask for the virtual server and physical
8213         address in one shot.
8214
8215         * nntp.el: Autoload `auth-source-search'.
8216         (nntp-send-authinfo): Use it.  Note TODO.
8217
8218 2011-02-08  Julien Danjou  <julien@danjou.info>
8219
8220         * shr.el (shr-tag-body): Add support for text attribute in body
8221         markups.
8222
8223         * message.el (message-options): Make message-options a local variable.
8224
8225 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * auth-source.el (auth-source-secrets-search)
8228         (auth-source-user-or-password): Use `append' instead of `nconc'.
8229         (auth-source-user-or-password): Build return list better and protect
8230         against nil :secret.
8231
8232 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8233
8234         * nnimap.el (nnimap-update-info): Refactor slightly.
8235         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8236         (nnimap-update-info): Clean up slightly.
8237         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8238         characters.
8239         (nnimap-process-quirk): Rename function to avoid collision.
8240         (nnimap-update-info): Fix macrology bug-out.
8241         (nnimap-update-info): Simplify split history test.
8242
8243 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8244
8245         * auth-source.el (top): Require 'eieio unconditionally.
8246         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8247         (auth-source-secrets-search): Limit search when `max' is greater than
8248         number of results.
8249
8250 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8251
8252         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8253         part not returning any data.
8254
8255         * proto-stream.el (open-protocol-stream): Document the return value.
8256
8257 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8258
8259         * auth-source.el (auth-source-secrets-search): Add examples.
8260
8261 2011-02-06  Julien Danjou  <julien@danjou.info>
8262
8263         * message.el (message-setup-1): Handle message-generate-headers-first
8264         set to t.
8265
8266 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8269         API with a string "secrets:collection-name" and with 'default.
8270         (auth-source-backend-parse): Parse "secrets:collection-name" and
8271         'default.  Recurse on parses instead of repeating code.  Use the
8272         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8273         message when ignoring a source.
8274         (auth-source-search): List ignored search keys at the top level.
8275         (auth-source-netrc-create): Use `case' instead of `cond'.
8276         (auth-source-secrets-search): Created with TODOs.
8277         (auth-source-secrets-create): Created with TODOs.
8278         (auth-source-retrieve, auth-source-create, auth-source-delete)
8279         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8280         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8281         (auth-source-user-or-password-sftp)
8282         (auth-source-user-or-password-smtp): Remove.
8283         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8284         around `auth-source-search'.  Not tested thoroughly.
8285
8286 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8287
8288         * auth-source.el: Bring in assoc and eioeio libraries.
8289         (secrets-enabled): New variable to track the status of the Secrets API.
8290         (auth-source-backend): New EIOEIO class to represent a backend.
8291         (auth-source-creation-defaults): New variable to set prompt defaults
8292         during token creation (see the `auth-source-search' docstring for
8293         details).
8294         (auth-sources): Simplify to allow a simple string as a netrc backend
8295         spec.
8296         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8297         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8298         (auth-source-search): Main auth-source API entry point.
8299         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8300         (auth-source-search-collection): Helper function for searching.
8301         (auth-source-netrc-parse, auth-source-netrc-normalize)
8302         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8303         Supports search, create, and delete.
8304         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8305         backend stubs.
8306         (auth-source-user-or-password): Call `auth-source-search' but it's not
8307         ready yet.
8308
8309 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8310
8311         * message.el (message-setup-1): Remove the read-only stuff, since it
8312         doesn't work under XEmacs, for some reason.
8313
8314         * gnus-sum.el (gnus-user-date): Rename back from
8315         gnus-summary-user-date since user code refers to it.
8316
8317         * shr.el (shr-render-td): Store the actual background color used.
8318
8319         * message.el (message-setup-1): Don't bind the constant
8320         -forbidden-properties.
8321         (message-setup-1): Revert previous change, since it needs to bind the
8322         props to insert them.
8323         (message-resend): Allow removing the read-only separator line.
8324
8325 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8326
8327         * nnimap.el (nnimap-request-accept-article): Give an error message if
8328         the APPEND wasn't successful.
8329
8330 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8331
8332         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8333         that have no groups.
8334
8335 2011-02-03  Julien Danjou  <julien@danjou.info>
8336
8337         * gnus-draft.el: Remove progn around gnus-draft-setup.
8338
8339 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8340
8341         * gnus-start.el (gnus-read-active-for-groups): This function is never
8342         called with a nil `infos', so clean that up.
8343         (gnus-get-unread-articles): Request active files from primary/secondary
8344         methods that have no groups (yet).
8345
8346 2011-02-03  Julien Danjou  <julien@danjou.info>
8347
8348         * message.el (message-setup-1): Always generate References first.
8349         (message-mail): Return the return value of message-setup, not always t.
8350         (message-setup-1): Insert mail-header-separator with read-only and
8351         intangible properties set.
8352
8353         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8354         user-date in docstring.
8355
8356         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8357
8358         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8359         docstring.
8360
8361         * gnus.el (gnus-user-date-format-alist): Change default value.
8362         Use defcustom, with type and group.  Move from gnus-util.el.
8363         Rename to gnus-summary-user-date-format-alist.
8364
8365 2011-02-03  Glenn Morris  <rgm@gnu.org>
8366
8367         * nnimap.el (gnus-fetch-headers): Declare.
8368
8369         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8370
8371 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8372
8373         * message.el (message-forward-make-body-digest-plain)
8374         (message-followup, message-reply): Clean up things noted by Stefan.
8375
8376         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8377         gnus-article-update-date-headers is nil.
8378         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8379         it didn't really work with defcustom.
8380         (article-update-date-lapsed): Make sure the window start doesn't move,
8381         either.
8382
8383 2011-02-01  Julien Danjou  <julien@danjou.info>
8384
8385         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8386         format.
8387
8388         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8389         standard in Emacs nowadays.
8390
8391         * color.el (color-gradient): Add a color-gradient function.
8392
8393 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8394
8395         * message.el (message-expand-name): Don't trust the return value of
8396         bbdb-complete-name.
8397         (message-check-news-header-syntax): Remove unused var `start'.
8398         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8399         (message-inhibit-body-encoding): Move to before first use.
8400         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8401         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8402         (Organization, Message-ID, Date, mh-previous-window-config):
8403         Defvar the vars using dynamic scoping.
8404
8405 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8406
8407         * shr.el (shr-render-td): Only do colors at the final rendering.
8408         Should be slightly faster.
8409         (shr-insert-table): Fix up TD background colors when doing the
8410         vertical padding.
8411
8412         * gnus-art.el (article-date-ut): Protect against articles with no Date
8413         header.
8414         (article-update-date-lapsed): Don't use current-column to find the
8415         horizontal position.  It's fragile in the presence of \003 characters.
8416
8417         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8418
8419 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8420
8421         * gnus-art.el (article-transform-date): Rewrite to still work when
8422         there are several rfc2822 parts.
8423         (article-transform-date): Fix infinite recursion.
8424         (article-date-ut): Replace infinitely many Date headers with a single
8425         one when called interactively.
8426
8427         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8428         secure manner.
8429
8430         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8431         move around by not using save-window-excursion.  It seems to work...
8432
8433 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * gnus-art.el (article-make-date-line): Work for user-defined format.
8436
8437 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8438
8439         * nntp.el (nntp-retrieve-group-data-early)
8440         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8441         fetching functions.
8442
8443         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8444         thoroughly for all backends that have no known groups.  This should
8445         allow new nnml methods to retrieve mail.
8446
8447         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8448         that Gnus doesn't know exists again.
8449
8450         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8451         (gnus-treat-date-ut): Ditto.
8452         (gnus-article-update-date-header): Rename.
8453         (gnus-treat-date-local): Remove.
8454         (gnus-treat-date-english): Remove.
8455         (gnus-treat-date-lapsed): Remove.
8456         (gnus-treat-date-combined-lapsed): Remove.
8457         (gnus-treat-date-original): Remove.
8458         (gnus-treat-date-iso8601): Remove.
8459         (gnus-treat-date-user-defined): Remove.
8460         (gnus-article-date-headers): New variable to control all the date
8461         header options.
8462         (article-date-ut): Rewrite to allow using the new way to format date
8463         headers(s).
8464
8465 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8466
8467         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8468         method.
8469         (nnmail-article-group): A better test for fanciness.
8470
8471         * nnimap.el (nnimap-request-head): Protect against not finding the
8472         article by Message-ID.
8473
8474 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8475
8476         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8477         keep point at the "same place".
8478
8479 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8480
8481         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8482         data if the group is inactive.
8483
8484 2011-01-28  Julien Danjou  <julien@danjou.info>
8485
8486         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8487         (gnus-all-windows-visible-p): Remove old compatibility code.
8488         (gnus-window-top-edge): Add docstring.
8489
8490         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8491
8492 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8493
8494         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8495         older request-update-info.
8496
8497         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8498
8499 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8500
8501         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8502         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8503
8504 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8505
8506         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8507         groups.  This makes the nndraft:queue group pop up if it's not already
8508         there.
8509
8510         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8511         messages" logic, which was reversed.
8512
8513         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8514         the "same place" even if point is on the line being replaced.
8515         (article-update-date-lapsed): Allow updating both the combined lapsed
8516         and the lapsed headers.
8517         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8518         (article-make-date-line): Limit the number of segments dynamically to
8519         avoid too-long lines.
8520
8521 2011-01-27  Julien Danjou  <julien@danjou.info>
8522
8523         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8524         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8525
8526 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8529         Use plist-get instead of the cl function getf.
8530
8531 2011-01-27  Glenn Morris  <rgm@gnu.org>
8532
8533         * gnus-util.el (float-time): Get rid of compiler warning, again.
8534
8535 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8536
8537         * shr.el (shr-put-color): Special-case background colors: Do put them
8538         at the blank parts at the front of the lines.
8539
8540         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8541         exit hook to nix out all data on readedness on group exit.
8542
8543         * gnus-util.el (float-time): If float-time is bound, always use it on
8544         all Emacsen.  It's unclear why the subrp check was there.
8545         (time-date): Require to make some autoload issues on XEmacs go away.
8546
8547         * shr.el (shr-put-color): Don't do the box padding in tables, since
8548         they're already padded.
8549
8550 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8551
8552         * gnus-art.el (gnus-article-next-page): When the last line of the
8553         article is displayed, scroll down once more instead of going to the
8554         next article at once.
8555         (article-lapsed-string): Refactor out and allow specifying how many
8556         segments you want.
8557         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8558         (gnus-article-update-lapsed-header): New variable.
8559
8560         * shr.el: Revert change that made headings use different-sized faces.
8561         The Emacs display engine isn't advanced enough that, for instance,
8562         tables can comfortably use differently-sized faces.
8563
8564 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8565
8566         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8567         used.
8568         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8569         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8570         we're using an encrypted connection.
8571
8572         * proto-stream.el: Alter the interface functions to also return the
8573         actual stream type used: network or tls.
8574
8575 2011-01-25  Julien Danjou  <julien@danjou.info>
8576
8577         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8578         (mm-display-javascript-inline): New function.
8579
8580         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8581         viewing function.
8582
8583 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * shr.el (shr-expand-newlines): Fix variable name.
8586
8587 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8588
8589         * shr.el (shr-expand-newlines): Make nested boxes work.
8590
8591 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8592
8593         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8594         backgrounds.
8595         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8596         in a more sensible manner.
8597
8598 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8599
8600         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8601         if EPG is loaded.
8602
8603 2011-01-24  Julien Danjou  <julien@danjou.info>
8604
8605         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8606         tags.
8607
8608 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8609
8610         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8611         commands.
8612
8613         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8614         in the article buffer.
8615         (gnus-gravatar-insert): Use blank space from the current buffer to
8616         avoid breaking text properties.  This makes X-Sent updating work again.
8617
8618         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8619
8620 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8621
8622         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8623         fix the bug in url-http.el instead.
8624
8625         * shr.el (shr-image-fetched): Ditto.
8626
8627         * shr.el (shr-image-fetched): Avoid having point move in the article
8628         buffer.
8629
8630         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8631         buffer after being called.  It's apparently being killed by url.el, and
8632         killing it made point move to end-of-buffer in a random buffer.
8633
8634         * shr.el (shr-image-fetched): Ditto.
8635
8636 2011-01-23  Julien Danjou  <julien@danjou.info>
8637
8638         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8639
8640         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8641         text/x-org.
8642
8643 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8644
8645         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8646         (i.e., nnimap) returning nil as the article number.
8647
8648 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8649
8650         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8651         "DelSp" parameter in RFC3676.
8652
8653 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8654
8655         * message.el (message-check-recipients): Display the encoded version of
8656         the bogus address if they differ.
8657
8658         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8659         after sending.
8660
8661         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8662
8663         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8664
8665         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8666         group buffer after sending the queue.
8667
8668         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8669
8670 2011-01-22  Julien Danjou  <julien@danjou.info>
8671
8672         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8673
8674 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8675
8676         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8677         nested related parts.
8678
8679         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8680         unexpired articles.  This fixes the regression that led expiry marks to
8681         disappear from nnfolder groups.
8682
8683 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8684
8685         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8686         Don't confuse the "ret" of "retrograde" with RET.
8687
8688 2011-01-21  Julien Danjou  <julien@danjou.info>
8689
8690         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8691         than mm-insert-inline.
8692
8693 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8696         Widen article buffer.
8697
8698 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8699
8700         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8701         the temp buffer.
8702         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8703
8704 2011-01-20  Julien Danjou  <julien@danjou.info>
8705
8706         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8707
8708         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8709         than mm-insert-inline to insert inline part: this respect
8710         mm-inline-media-tests displayers.
8711
8712         * mm-view.el (mm-display-shell-script-inline): New function.
8713
8714         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8715
8716         * mm-uu.el (mm-uu-type-alist): Add org block.
8717         (mm-uu-org-src-code-block-extract): New function.
8718
8719         * mm-view.el (mm-display-org-inline): New function.
8720
8721         * mm-decode.el (mm-automatic-display): Add text/org.
8722
8723         * mailcap.el (mailcap-mime-extensions): Add .org.
8724
8725 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8728         gnus-article-add-buttons.
8729
8730 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8731
8732         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8733         From header with a date and "nobody" as the sender.
8734
8735 2011-01-19  Julien Danjou  <julien@danjou.info>
8736
8737         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8738         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8739         if you have the same regexp several times.
8740         (gnus-button-push): Fix matching when regexp is symbol.
8741
8742 2011-01-15  Glenn Morris  <rgm@gnu.org>
8743
8744         * message.el (message-mail): A compose-mail function should
8745         accept headers as strings.
8746
8747 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8748
8749         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8750         Add :vert-only tags.
8751         (message-mail): New arg RETURN-ACTION.
8752         (message-return-action): New var.
8753         (message-bury): Use it.
8754         (message-mode): Make it buffer-local.
8755         (message-send-and-exit): Always call message-bury.
8756
8757         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8758         message-mail.
8759
8760 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8761
8762         * nnimap.el (nnimap-convert-partial-article): Protect against
8763         zero-length body parts.
8764
8765         * mm-decode.el (mm-preferred-alternative-precedence):
8766         Discourage showing empty parts.
8767
8768         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8769         and stuff if the backend didn't return the article number.  This fixes
8770         an Exchange-related nnimap bug.
8771
8772         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8773         group window, because it does the wrong thing when a separate frame
8774         displays the group buffer.
8775
8776         * proto-stream.el (open-protocol-stream): Protect against the low-level
8777         transport functions returning nil.
8778
8779 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8780
8781         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8782         (mml2015-epg-find-usable-secret-key): New function.
8783         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8784         mml2015-epg-find-usable-key (Bug#7797).
8785         (mml2015-epg-encrypt): Ditto.
8786
8787 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * dgnushack.el (rot13-string): Fix the way to get the argument.
8790
8791 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8792
8793         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8794
8795 2011-01-03  Glenn Morris  <rgm@gnu.org>
8796
8797         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8798
8799         * sieve.el (sieve-open-server): Give a more explicit error if
8800         sieve-manage-open returns nil.  (Bug#7720)
8801
8802 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8803
8804         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8805
8806 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8807
8808         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8809         This avoids sending passwords in plain text over non-encrypted
8810         channels.
8811
8812         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8813
8814         * nnimap.el (nnimap-login): Refactored out into own function, and
8815         implement CRAM-MD5.
8816         (nnimap-wait-for-line): Refactored out.
8817
8818         * mm-view.el (mml-smime): Require.
8819
8820 2010-12-20  David Engster  <deng@eml.cc>
8821
8822         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8823         use EPG to decrypt S/MIME messages instead of openssl.
8824
8825 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8828
8829         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8830         status is the group clearly is unreachable.
8831
8832         * auth-source.el (auth-source-create): Add the optional second
8833         parameter to `local-variable-p' to be compatible with XEmacs.
8834
8835 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8836
8837         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8838         work when using a compressed nnml folder.
8839
8840 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8843         backends after sanitising on entry, because this never makes sense:
8844         If the articles have gone missing, then the data no longer exists on
8845         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8846         overwrite anything anyway.
8847
8848         * shr.el (shr-insert-document): Bind shr-width dynamically to
8849         window-width if it's nil.
8850
8851 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8852
8853         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8854         with the meaning of using the full emacs window width for rendering.
8855
8856 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8857
8858         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8859         case when sender is not given.
8860
8861 2010-12-23  Julien Danjou  <julien@danjou.info>
8862
8863         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8864         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8865         the addresses, otherwise we might misplaced the gravatar.
8866
8867 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8868
8869         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8870         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8871         obsolete in Emacs.
8872
8873 2010-12-20  Julien Danjou  <julien@danjou.info>
8874
8875         * gnus-util.el (gnus-rescale-image): Revert last change.
8876
8877 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8878
8879         * binhex.el: Improve commentary (Bug#7482).
8880
8881 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8882
8883         * gnus-group.el (gnus-group-delete-articles): New command.
8884
8885 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8886
8887         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8888
8889 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890
8891         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8892         here, since it's up to the backends to do CRLF removal if their
8893         protocol has it.
8894
8895         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8896
8897 2010-12-17  Julien Danjou  <julien@danjou.info>
8898
8899         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8900         they are from file.  Can also scale up.
8901
8902 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8903
8904         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8905         Restore gnus-use-agent.
8906         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8907
8908         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8909
8910 2010-12-17  Julien Danjou  <julien@danjou.info>
8911
8912         * gravatar.el (gravatar-retrieve-synchronously): New function.
8913         (gravatar-get-data): Make more robust.
8914
8915 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8918
8919 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8920
8921         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8922         to really consider the last line.
8923
8924 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8925
8926         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8927         list of recipient keys, or use symmetric encryption if not a list.
8928         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8929         EPA override, replacing the call to `netrc-store-data'.
8930
8931 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8932
8933         * gnus-srvr.el: Avoid passing nil regexp argument to
8934         delete-matching-lines.
8935
8936 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8937
8938         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8939         fetching stops when Gnus exits.
8940
8941         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8942         function.
8943         (nnfolder-request-expire-articles): Save all the buffers after doing
8944         expiry.
8945
8946         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8947         the last article", since that led to serious performance regressions
8948         when expiring nnml groups.
8949
8950 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8951
8952         * nnir.el: Improve customizations.
8953
8954 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8957
8958         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8959         group has been killed.
8960         (gnus-group-yank-group): Ditto.
8961
8962         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8963
8964         * nnimap.el (nnimap-request-update-group-status): New function.
8965
8966         * gnus-int.el (gnus-request-update-group-status): New interface
8967         function.
8968
8969         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8970         copying read-ness to the backends.
8971
8972         * nnimap.el (nnimap-quirk): New function.
8973         (nnimap-retrieve-group-data-early): Use it.
8974         (nnimap-quirks): New alist.
8975
8976 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8979         don't delete it within indentation.
8980
8981 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8982
8983         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8984         previous line.
8985
8986 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8989         QRESYNC command by deleting a superfluous space which broke Cyrus
8990         servers.  This change will break other servers that are buggy the other
8991         way around.
8992
8993 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8994
8995         * spam.el: Reindent and fix long lines.
8996         (spam-copy-or-move-routine): Exclude invalid move destinations.
8997
8998 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8999
9000         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
9001         installed the registry.
9002
9003 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
9006
9007 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9008
9009         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
9010         groupname doesn't contain "gmane".
9011
9012 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013
9014         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
9015         and netrc-bound-and-true-p bindings.
9016         (netrc-parse): Cache the netrc contents.
9017
9018         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
9019         (gnus-1): Don't create the nndrafts group twice.
9020         (gnus-setup-news): There's no need to read the active file here, since
9021         that's done again later on a per-backend basis.
9022         (gnus-start-draft-setup): Make sure that the new group is started out
9023         empty.
9024
9025         * gnus-agent.el (gnus-agentize): Don't create the queue group
9026         automatically on startup.  It'll be created later, if needed.
9027
9028         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
9029         of automatically subscribed groups.
9030         (gnus-auto-subscribed-categories): New variable.
9031         (gnus-matches-options-n): Use it.
9032         (gnus-default-subscribed-newsgroups): Remove unused variable.
9033         (gnus-start-draft-setup): Message a bit less.
9034
9035 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9036
9037         * nnir.el (nnir-run-imap): Return article list in order of increasing
9038         UID.
9039
9040 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9041
9042         * gnus-sum.el (gnus-summary-enter-digest-group):
9043         Mention gnus-auto-select-on-ephemeral-exit.
9044
9045         * proto-stream.el (proto-stream-open-network-only): Fix the calling
9046         convention of the network-only option.
9047
9048 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9049
9050         * proto-stream.el (proto-stream-open-network-only): New function to
9051         have a way to specify non-STARTTLS upgrade connections.
9052
9053 2010-12-10  Julien Danjou  <julien@danjou.info>
9054
9055         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
9056         email address is nil.
9057
9058         * message.el (message-bogus-recipient-p): Set address to "" if nil.
9059
9060 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
9061
9062         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
9063         deletion.
9064         (nnir-run-imap): Only need to parse list once.
9065
9066 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067
9068         * shr.el (shr-tag-script): Ignore <script>.
9069         (shr-tag-label): Add <label> support.
9070
9071 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
9074
9075         * shr.el (shr-image-displayer): Work for images lined side by side.
9076
9077 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9078
9079         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9080         parameter, since XEmacs doesn't accept t as a parameter.
9081
9082 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9083
9084         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9085         ids.
9086         (nnir-run-gmane): Simplify groupspec formatting.
9087         (nnir-request-expire-articles): New function.
9088
9089 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9090
9091         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9092         overflow, possibly.
9093
9094         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9095         (shr-render-td): Handle td style="" better.
9096         (shr-tag-table): Use the color from the style sheet.
9097         (shr-render-td): Make sure we copy over all the overlays, too.
9098
9099 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9100
9101         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9102         (nnir-request-article): Improve article retrieval.
9103
9104 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * mm-util.el (mm-extra-numeric-entities): New variable.
9107
9108         * mm-url.el (mm-url-decode-entities):
9109         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9110
9111         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9112
9113 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9114
9115         * message.el: Use completion-at-point.
9116         (message-completion-function): New fun, extracted from message-tab.
9117         (message-mode): Use it for completion-at-point-functions.
9118         (message-tab): Use it and completion-at-point.
9119
9120 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9123         character if a non-breakable character follows.
9124
9125 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9128         any stream.
9129
9130         * shr.el (shr-tag-font): Colorize the region.
9131         (shr-tag-body): Ditto.
9132         (shr-tag-font): Actually let the styles be inherited instead of
9133         overwriting them.
9134         (shr-tag-font): Get the background color right.
9135         (shr-tag-style): Ignore all <style> tags for the moment.
9136
9137         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9138         a Message-ID to avoid having nnimap depend on gnus-sum.
9139
9140         * shr.el (shr-descend): Only colorize something if we have a node that
9141         sets colors.
9142
9143 2010-12-06  Julien Danjou  <julien@danjou.info>
9144
9145         * shr.el (shr-render-td): Render td content with shr-descend, so style
9146         will be applied to <td> too.
9147         (shr-colorize-region): Colorize region even if we only have a background.
9148         (shr-tag-body): Fix color and background color inheritance.
9149         Do not recolorize after shr-generic.
9150         (shr-tag-font): Let shr-generic colorize via inheritance.
9151
9152 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9155
9156 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9157
9158         * nnir.el (nnir-request-move-article): Remove obsolete code.
9159
9160 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9163
9164 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * gnus-sum.el (gnus-summary-respool-article): The completion function
9167         expects a list instead of an alist.
9168
9169         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9170         string as the parameter.
9171
9172         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9173
9174         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9175         styles.
9176         (shr-colorize-region): New function.
9177         (shr-insert-background-overlay): Remove.
9178         (shr-render-td): Background setting should be taken care of on a higher
9179         level.
9180         (shr-tag-body): Use post-hoc colorizations.
9181         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9182         (shr-put-color-1): Don't overwrite old colors.
9183         (shr-colorize-region): When the background color isn't explicit, use
9184         a fixed background.
9185
9186         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9187         nnmail variables.
9188
9189 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9190
9191         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9192         unless necessary.
9193
9194 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9195
9196         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9197         server.
9198
9199 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9200
9201         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9202         so that TAB works.
9203
9204         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9205         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9206
9207         * shr.el (shr-urlify): Show the URL before the title to avoid
9208         misleading URLs.
9209
9210 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9211
9212         * shr.el (shr-urlify): Display the title in <a> tags.
9213
9214 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9215
9216         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9217
9218 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9219
9220         * nnir.el: Rearrange code to allow macros to be autoloaded by
9221         gnus-sum.el.
9222         (nnir-retrieve-headers-override-function): Make this variable
9223         customizable.
9224         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9225
9226         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9227         from nnir.el.
9228
9229 2010-12-03  Julien Danjou  <julien@danjou.info>
9230
9231         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9232
9233 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9236         allow optional argument `environment'.
9237
9238 2010-12-03  Glenn Morris  <rgm@gnu.org>
9239
9240         * mm-extern.el (message-goto-body): Update declaration.
9241
9242 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * gnus-util.el (gnus-macroexpand-all): New function.
9245
9246         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9247         instead of macroexpand-all that is unavailable in XEmacs.
9248
9249 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9250
9251         * nnir.el (nnir-summary-line-format): New variable.
9252         (nnir-mode): Use it.
9253         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9254         (nnir-article-ids): Reimplement as defsubst.
9255         (nnir-retrieve-headers): Don't mangle the subject header.
9256         (nnir-run-imap): Use 100 as RSV score.
9257         (nnir-run-find-grep): Fix for full server searching.
9258         (nnir-run-gmane): Better restriction to gmane groups.
9259
9260         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9261         summary buffers.
9262
9263 2010-12-02  Julien Danjou  <julien@danjou.info>
9264
9265         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9266
9267         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9268
9269         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9270         support.
9271
9272 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9273
9274         * nnir.el: Update to handle the registry better.
9275         (autoload): Silence byte-compiler.
9276         (nnir-open-server): Add a hook for nnir groups.
9277         (nnir-request-move-article): Don't mangle the header.  Better to use
9278         formatting variables (which will be added in the future).
9279         (nnir-registry-action): Update the registry using the original article
9280         group name.
9281         (nnir-mode): Install nnir-specific hooks for updating the registry.
9282
9283         * gnus-sum.el
9284         (gnus-article-original-subject, gnus-newsgroup-original-name):
9285         Remove obsolete variables.
9286         (gnus-summary-move-article): Remove use of obsolete variables.
9287         (gnus-summary-local-variables): Make move and delete hooks local to
9288         summary buffers.
9289
9290 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * rtree.el: New file.
9293
9294 2010-12-01  Julien Danjou  <julien@danjou.info>
9295
9296         * message.el (message-user-organization): Do not use
9297         gnus-local-organization.
9298
9299         * gnus.el: Remove gnus-local-organization.
9300
9301         * gnus-msg.el: Remove nastygram thing.
9302
9303 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9304
9305         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9306         funcall.
9307
9308 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9311         names.
9312
9313         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9314         characters.
9315
9316         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9317         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9318         Suggested by Štěpán Němec <stepnem@gmail.com>.
9319         (gnus-gravatar-transform-address): Use mail-extract-address-components
9320         that supports non-ASCII names rather than mail-header-parse-addresses.
9321
9322 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * proto-stream.el (open-protocol-stream): All starttls connections are
9325         handled by the network handler.
9326
9327 2010-11-30  Julien Danjou  <julien@danjou.info>
9328
9329         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9330         (nnimap-open-connection-1): Fix PREAUTH.
9331
9332         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9333
9334 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9337         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9338         (shr-insert): Use them.
9339         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9340
9341 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9342
9343         * nnir.el (nnir-request-move-article): Bail out if original group
9344         doesn't support article moves.
9345         (nnir-get-active): Improve active list retrieval.
9346
9347 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9350
9351 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9352
9353         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9354         seem to accept strings-with-numbers as port numbers.
9355
9356 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9357
9358         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9359         change the registry.
9360
9361 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9364         delete-dups that is not available in XEmacs 21.4.
9365
9366         * mm-util.el (mm-delete-duplicates): Add comment.
9367
9368 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9369
9370         * nnir.el (nnir-ignored-newsgroups): New variable.
9371         (nnir-get-active): Use it.
9372
9373 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374
9375         * proto-stream.el (proto-stream-open-network): Add some comments.
9376
9377         * nntp.el (nntp-open-connection): Provide a :success condition.
9378
9379         * nnimap.el (nnimap-open-connection-1): Ditto.
9380
9381         * proto-stream.el (proto-stream-open-network): See what the response to
9382         the STARTTLS command is.
9383
9384         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9385         backwards compatibility).
9386         (nnimap-open-connection-1): Really respect nnimap-server-port.
9387
9388         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9389         TLS upgrades we don't really care about the identity of the peer.
9390         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9391         that what we've checked for.
9392         (proto-stream-always-use-starttls): Only default to t if
9393         open-gnutls-stream exists.
9394         (proto-stream-open-network): If STARTTLS failed, then just open a
9395         normal connection.
9396         (proto-stream-open-network): Wait until the greeting before doing
9397         STARTTLS.
9398
9399         * nntp.el (nntp-open-connection): Report what the connection error is.
9400
9401         * proto-stream.el (open-protocol-stream): Rename from
9402         open-proto-stream.
9403
9404 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9405
9406         * nnimap.el (nnimap-stream): Change default to `undecided'.
9407         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9408         first, and then network.
9409         (nnimap-open-connection-1): Respect nnimap-server-port.
9410         (nnimap-open-connection): Be more backwards-compatible.
9411
9412         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9413         (proto-stream-open-starttls): De-duplicate the starttls code.
9414         (proto-stream-open-starttls): Folded back into the main function.
9415         (proto-stream-open-network): Fix typo in the gnutls path.
9416         (proto-stream-command): Refactor out.
9417
9418         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9419
9420         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9421         starttls.el STARTTLS.
9422
9423         * color.el (color-lab->srgb): Fix function call name.
9424
9425         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9426         if we're using tls.el.
9427         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9428         built in, then don't try to establish a STARTTLS connection.
9429
9430         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9431         servers.
9432
9433         * proto-stream.el (open-proto-stream): Use network, not stream.
9434         (open-proto-stream): Add a way to specify what the end of a command is.
9435
9436         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9437         connections types.
9438         (nntp-open-network-stream): Remove.
9439         (nntp-open-ssl-stream): Remove.
9440         (nntp-open-tls-stream): Remove.
9441         (nntp-ssl-program): Remove.
9442
9443         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9444
9445 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9446
9447         * nnir.el: Fix typos.
9448         (nnir-retrieve-headers-override-function): Rename variable to reflect
9449         new semantics.
9450         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9451         macros.
9452         (nnir-request-article, nnir-request-move-article): Use them.
9453         (nnir-categorize): New function.
9454         (nnir-run-query): Use it.
9455         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9456         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9457         sorted.
9458         (nnir-group-full-name): Use gnus-group-full-name instead.
9459         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9460         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9461
9462 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9465
9466         * proto-stream.el: New library to provide protocol-specific
9467         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9468         protocols.
9469         (open-proto-stream): Complete the documentation.
9470         (proto-stream-open-network): Fix some typos.
9471
9472         * nnimap.el (nnimap-open-connection): Use it.
9473
9474 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9475
9476         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9477         negotiation.
9478
9479 2010-11-26  Julien Danjou  <julien@danjou.info>
9480
9481         * color.el: Rename various rgb functions to srgb.
9482
9483 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9486         names.
9487
9488 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * shr.el (shr-insert): Revert last change.
9491         (shr-find-fill-point): Never leave point being at bol;
9492         relax the kinsoku limitation when rendering tables.
9493
9494 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495
9496         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9497         results from -accept-article.
9498
9499         * shr-color.el: Require cl when compiling.
9500
9501         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9502         checkin.
9503
9504         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9505
9506         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9507
9508         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9509         'add and 'delete to set backend marks.
9510
9511         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9512
9513         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9514
9515         * nntp.el (nntp-request-set-mark): Use it.
9516
9517         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9518
9519         * nnml.el (nnml-request-set-mark): Ditto.
9520
9521         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9522         introduces regressions in article selection.
9523         (nnimap-find-uid-response): New function.
9524         (nnimap-request-accept-article): Use the UID returned, if any.
9525         (nnimap-request-move-article): Use the UID returned, if any.
9526         (nnimap-get-groups): Reimplement to work with folded lines.
9527         (nnimap-find-uid-response): The UID is the last element in the list.
9528         (nnimap-request-set-mark): Extend syntax with 'set.
9529
9530         * nnml.el (nnml-request-set-mark): Ditto.
9531
9532         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9533
9534         * nntp.el (nntp-request-set-mark): Ditto.
9535
9536 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * message.el (message-called-interactively-p): A temporary macro.
9539         (message-goto-body): Use it temporarily.
9540
9541 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9542
9543         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9544         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9545         (nnimap-last-response-string): Fix last unfolding fix.
9546
9547 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * shr.el (shr-insert): Fix the way to fold lines.
9550
9551 2010-11-25  Julien Danjou  <julien@danjou.info>
9552
9553         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9554
9555         * color.el: Rename from color-lab.el
9556         (color-rgb->hex): Add.
9557         (color-complement): Add.
9558         (color-complement-hex): Add.
9559
9560         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9561
9562 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * shr-color.el (shr-color-visible): Don't bug out if the color names
9565         don't exist.
9566
9567 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9570         assuming that article displaying or another mml-preview may be
9571         interrupted for an error or for the like.
9572
9573         * shr.el (shr-get-background): Fix argument name.
9574
9575 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9576
9577         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9578
9579         * gnus-sum.el (gnus-summary-include-articles): New function.
9580
9581         * message.el (message-goto-body): called-interactively-p needs a
9582         parameter, so use `any'.
9583
9584         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9585         clear marks before moving, since they're synced from the Gnus side
9586         first.
9587
9588         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9589         (gnus-summary-move-article): Copy over all marks before moving, so that
9590         IMAP doesn't think a new article has arrived.
9591
9592 2010-11-24  Julien Danjou  <julien@danjou.info>
9593
9594         * shr.el (shr-insert-background-overlay): Fix typo.
9595         (shr-render-td): Copy the background before rendering.
9596
9597         * shr-color.el (shr-color-visible): Fix docstring.
9598
9599         * shr.el (shr-tag-table): Add bgcolor support.
9600         (shr-render-td): Add bgcolor support.
9601         (shr-get-background): Add.
9602         (shr-insert-foreground-overlay): Use shr-get-background.
9603
9604         * message.el (message-goto-body): Use called-interactively-p.
9605         (message-in-body-p): message-goto-body returns point.
9606
9607 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608
9609         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9610         Fixes something or other in Emacs 23, and is backwards compatible.
9611
9612         * message.el (message-goto-body): Remove the <#secure special-casing,
9613         which is too special.
9614
9615         * shr.el (shr-parse-style): Drop !important from styles.
9616
9617 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9618
9619         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9620         this function to return incorrect results when calling it with an
9621         explicit article argument different from
9622         (gnus-summary-article-number).
9623
9624 2010-11-24  Julien Danjou  <julien@danjou.info>
9625
9626         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9627         (shr-tag-body): Add background support.
9628         (shr-descend): Add background support.
9629         (shr-tag-title): Add.
9630
9631         * shr-color.el (shr-color-visible): Really return original background
9632         if fixed.
9633
9634 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635
9636         * shr.el (shr-color-check): Protect against non-existent color names.
9637
9638 2010-11-24  Julien Danjou  <julien@danjou.info>
9639
9640         * color-lab.el: Require 'cl when compiling.
9641
9642         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9643
9644         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9645         matched part.
9646
9647         * color-lab.el: Fix all expt calls to use float type.
9648
9649 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9652         expression to shr-color-check as is.
9653
9654         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9655
9656         * color-lab.el: Add coding cookie.
9657         (float-pi): Use eval-and-compile.
9658
9659         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9660         compiled for Emacsen having no `libxml-parse-html-region' support.
9661
9662 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663
9664         * shr.el (shr-insert-color-overlay): Split stuff like
9665         "#444444 !important" to find the real color.
9666         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9667         parse <font color="red"> entries.
9668
9669 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9670
9671         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9672         point when parsing headers.
9673
9674         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9675         is positioned properly when parsing headers.
9676
9677 2010-11-23  Julien Danjou  <julien@danjou.info>
9678
9679         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9680
9681         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9682
9683         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9684
9685         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9686         Use shr-color-hue-to-rgb.
9687         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9688
9689 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9690
9691         * shr.el (shr-color->hexadecimal): Autoload.
9692         (shr-descend): Add color to all tags.
9693
9694 2010-11-22  Julien Danjou  <julien@danjou.info>
9695
9696         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9697         shr-color->hexadecimal.
9698
9699         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9700         RGB() or HSL() color representation.
9701
9702         * shr.el (shr-tag-font): Add.
9703         (shr-tag-color-check): New function to get better colors.
9704         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9705         tag-span.
9706
9707         * shr-color.el: New file.
9708
9709         * color-lab.el: New file.
9710
9711         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9712
9713 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9714
9715         * nnir.el: Fix typo in comments.
9716         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9717         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9718
9719 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9722
9723         * nnimap.el (nnimap-get-capabilities): Refactor out.
9724         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9725
9726 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9727
9728         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9729         appearing when `mm-uu-hide-markers' is nil.
9730
9731 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9732
9733         * nnimap.el (nnimap-unselect-group): Make into its own function.
9734         (nnimap-request-rename-group): Unselect group before renaming.
9735         This had gotten lost somewhere.
9736         (nnimap-request-accept-article): Keep track of examined groups, and
9737         unselect the group before APPENDing to read-only groups.
9738         (nnimap-request-move-article): Clear flags before moving so that they
9739         can be re-set later.
9740
9741 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9744         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9745
9746 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * gnus-art.el (gnus-mime-display-single):
9749         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9750         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9751         parameter.
9752
9753 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9756         (shr-table-vertical-line): New variable.
9757         (shr-insert-table): Use it.
9758
9759 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * gnus-html.el (gnus-html-wash-images): Don't display images if
9762         gnus-inhibit-images is non-nil; register displayer for cid images.
9763         (gnus-html-display-image): Work for cid image.
9764         (gnus-html-insert-image): Allow arguments.
9765         (gnus-html-put-image): Inhibit read-only.
9766         (gnus-html-prefetch-images): Don't prefetch images if
9767         gnus-inhibit-images is non-nil.
9768
9769 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9770
9771         * shr.el (shr-put-image): Break lines when inserting big pictures.
9772
9773 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9774
9775         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9776         sender, thanks Katsumi Yamaoka.
9777
9778 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9779
9780         * nnir.el (nnir-run-imap): Reverse the article list for each group
9781         rather than the whole list.
9782
9783 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * shr.el (shr-image-displayer): Protect function against non-existent
9786         image source.
9787
9788         * gnus-art.el (gnus-inhibit-images): New user option.
9789         (gnus-mime-display-single): Don't display image if it is non-nil.
9790
9791         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9792         gnus-inhibit-images.
9793
9794         * shr.el (shr-image-displayer): New function.
9795         (shr-tag-img): Use it.
9796
9797 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9798
9799         * mml2015.el (mml2015-epg-sign): Use From header.
9800
9801 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802
9803         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9804
9805         * gnus-util.el (gnus-find-text-property-region): Return markers.
9806
9807         * shr.el (shr-tag-img): Put a displayer in the text property.
9808
9809         * gnus-util.el (gnus-find-text-property-region): New utility function.
9810
9811         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9812         (gnus-html-show-images): Remove.
9813
9814         * gnus-art.el (gnus-article-show-images): New, more general function.
9815
9816         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9817         image url text properties.
9818
9819         * shr.el: Ditto.
9820
9821         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9822         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9823
9824 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9827         work for two or more articles.
9828
9829 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9832         divide an image that's in an html article to two or more when washing
9833         non-ASCII characters in alt text of it.
9834
9835 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9838         smime-decrypt-region using function argument.
9839         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9840
9841         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9842
9843         * smime.el (smime-decrypt-region): Catch it.
9844
9845 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9846
9847         * smime.el (smime-mode-map): Move initialization into declaration.
9848         (gnus-run-mode-hooks): Don't autoload.
9849         (smime-mode): Use define-derived-mode.
9850
9851 2010-11-11  Glenn Morris  <rgm@gnu.org>
9852
9853         * smime.el (from): Restrict declaration to XEmacs.
9854
9855         * nnir.el (gnus-group-topic-name): Autoload.
9856
9857 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * shr.el (shr-insert): Don't break long line if it is because of
9860         kinsoku-bol characters in the line end.
9861
9862 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9863
9864         * nnir.el (nnir-request-move-article): Fix to provide original group
9865         and subject.
9866         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9867         been retrieved.
9868
9869         * gnus-sum.el (gnus-summary-move-article): Use original group and
9870         subject for virtual articles such as those in an nnir summary buffer.
9871
9872 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9875         least 21.5).
9876
9877         * smime.el (from): Declare it again for XEmacs.
9878
9879 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9880
9881         * message.el (message-resend): Don't disable encoding unless it's
9882         already encoded.
9883
9884         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9885         low-numbered articles.
9886
9887 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * rfc2047.el (rfc2047-syntax-table): Simplify.
9890
9891         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9892
9893         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9894         set-char-table-range for XEmacs.
9895
9896 2010-11-10  Glenn Morris  <rgm@gnu.org>
9897
9898         * time-date.el (time-to-seconds): Always an alias on Emacs,
9899         never a real function.
9900         (with-no-warnings): Remove compat stub, now unused.
9901         (time-less-p): Doc fix.
9902         (time-to-number-of-days): Simplify.
9903
9904         * smime.el (from): Remove unused declaration.
9905
9906         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9907         (gnus-float-time): On Emacs, always an alias.
9908
9909         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9910         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9911
9912 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * dgnushack.el: Don't use ignore-errors in the top level form since it
9915         is unavailable in XEmacs even if cl is loaded.
9916
9917         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9918
9919 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * shr.el (browse-url-mailto): Autoload.
9922
9923         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9924
9925         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9926         regexp doesn't need quoting.
9927
9928 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9929
9930         * message.el (message-subject-trailing-was-ask-regexp)
9931         (message-subject-trailing-was-regexp): Match was: in addition to was.
9932
9933 2010-11-09  Glenn Morris  <rgm@gnu.org>
9934
9935         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9936         (nnbabyl-check-mbox): Use point-at-bol.
9937
9938 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9939
9940         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9941
9942         * message.el (message-mailto): New function.
9943         (message-mailto): Should accept other parameters.
9944         (message-mailto): Remove since it duplicates browse-url-mailto
9945         functionality.
9946
9947 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9948
9949         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9950         methods.
9951         (gnus-read-active-file): Ditto.
9952
9953         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9954         ": " from the prompt.
9955         (gnus-group-make-group): Ditto.
9956
9957 2010-11-07  Glenn Morris  <rgm@gnu.org>
9958
9959         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9960         (gnus-bookmark-kill-line): Use point-at-eol.
9961
9962 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9965         asterisks in From header.
9966
9967 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9968
9969         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9970         string to avoid making the From headers syntactically invalid.
9971
9972         * message.el (message-send-mail): Don't insert courtesy messages if the
9973         message already has List-Post and List-ID messages.
9974
9975 2010-11-06  Glenn Morris  <rgm@gnu.org>
9976
9977         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9978         `condition', `type', `length' a prefix.
9979         (gnus-treat-predicate): Update for above name changes.
9980
9981 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9982
9983         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9984         binding.  Handled by `gnus-summary-refer-thread' instead.
9985         (nnir-warp-to-article): New backend function.
9986
9987         * nnimap.el (nnimap-request-thread): Force dependency updating.
9988
9989         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9990         (gnus-summary-refer-thread): Rework to improve thread-referral.
9991
9992         * gnus-int.el (gnus-warp-to-article): New function.
9993
9994         * gnus-sum.el (gnus-summary-article-map): Bind it.
9995
9996 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9997
9998         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9999         gnus-summary-refer-thread.
10000
10001         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
10002         headers.
10003         (gnus-summary-limit-include-thread): Prevent articles in thread from
10004         being cut in gnus-cut-threads.
10005         (gnus-summary-refer-thread): Limit retrieved headers to those in
10006         thread.
10007
10008 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10009
10010         * message.el (message-send-mail): Use the value of
10011         message-courtesy-message from the message buffer.
10012
10013         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
10014
10015         * shr.el (shr-browse-url): Implement mailto: URLs.
10016
10017         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
10018         "raw".
10019
10020         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
10021         if it's already selected.
10022
10023         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
10024
10025 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
10028         to measure the length and truncate alt text.
10029
10030 2010-11-03  Glenn Morris  <rgm@gnu.org>
10031
10032         * nndiary.el (nndiary-generate-nov-databases-1)
10033         (nndiary-generate-active-info): Rename dynamic variable `files' to
10034         something less generic.
10035
10036 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
10037
10038         * nnir.el (nnir-request-move-article): Call the underlying backend to
10039         move articles from nnir.
10040
10041 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10042
10043         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
10044
10045 2010-11-02  Julien Danjou  <julien@danjou.info>
10046
10047         * nnir.el: Remove wais support.
10048
10049 2010-11-02  Glenn Morris  <rgm@gnu.org>
10050
10051         * gnus-html.el: Reorder requirements to quieten compiler.
10052
10053 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
10056         properly for XEmacs as well.
10057         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
10058         (gnus-article-natural-long-line-p): Use window-width rather than
10059         frame-width.
10060
10061 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
10062
10063         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
10064         (nnir-read-parms): Don't modify query.
10065         (nnir-run-query): Add ability to search topic on current line.
10066         (nnir-get-active): Clean up.
10067
10068 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10069
10070         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
10071         degenerate articles.
10072
10073         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
10074         (gnus-print-buffer): Just print the buffer as is, without any copying
10075         to a buffer and then re-highlighting.
10076
10077         * nnimap.el (nnimap-request-group): Store the new updated info.
10078         (nnimap-request-group): Select the group when we don't know whether it
10079         exists or not.
10080
10081         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10082         groups.
10083
10084         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10085         groups.
10086
10087         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10088         groups.
10089
10090         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10091         long-lines case by only filling the long lines.
10092
10093         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10094         (bug#7311).
10095
10096 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * shr.el: No need to declare `declare-function' since shr.el is for
10099         only Emacsen that provide `libxml-parse-html-region'.
10100
10101         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10102         effective only in a file it is referred to.
10103
10104 2010-11-01  Glenn Morris  <rgm@gnu.org>
10105
10106         * mm-util.el (gnus-completing-read): Autoload.
10107         (mm-read-coding-system): Simplify Emacs definition.
10108
10109         * nnmail.el (gnus-activate-group):
10110         * nnimap.el (gnutls-negotiate):
10111         * nntp.el (netrc-parse): Fix declarations.
10112
10113 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10116         string-match-p in Emacs >=23.
10117
10118         * gnus-msg.el (gnus-configure-posting-styles):
10119         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10120
10121 2010-11-01  Glenn Morris  <rgm@gnu.org>
10122
10123         * nnir.el (declare-function): Add compat stub.
10124         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10125         (nnir-run-gmane): Require 'mm-url.
10126
10127         * mm-util.el (mm-string-to-multibyte): Simplify.
10128
10129         * shr.el (declare-function): Add compat stub.
10130         (url-cache-create-filename): Declare.
10131         (mm-disable-multibyte, widget-convert-button): Autoload.
10132
10133         * smime.el (ldap-search): Declare.
10134         (smime-cert-by-ldap-1): Require ldap on Emacs.
10135
10136         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10137         (nnimap-keepalive): Use gnus-float-time.
10138
10139         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10140         (mail-source-delete-crash-box): Use gnus-float-time.
10141
10142         * gnus-dired.el (gnus-completing-read): Autoload.
10143
10144         * mm-view.el (gnus-rescale-image): Autoload.
10145
10146         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10147
10148         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10149
10150         * sieve-manage.el: Require 'cl when compiling.
10151
10152         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10153         (gnus-iswitchb-completing-read): Require iswitchb.
10154         (gnus-select-frame-set-input-focus): Silence compiler.
10155
10156 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10157
10158         * message.el (message-subject-trailing-was-query): Change default to t,
10159         since I think that's what most people want.
10160
10161         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10162         appending for easier debugging.
10163         (nnimap-wait-for-connection): Take a regexp.
10164         (nnimap-request-accept-article): Wait for the continuation line before
10165         sending anything unless we're streaming.
10166
10167         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10168         leave the header washing to take place.
10169
10170 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10171
10172         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10173         regular expression match and replace in posting styles.
10174
10175 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10176
10177         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10178         an entire server.
10179         (nnir-get-active): New function.
10180         (nnir-run-imap): Use it.
10181         (nnir-run-gmane): Who knew, gmane search returns an article score!
10182
10183         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10184         server on the current line with nnir.
10185
10186 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10187
10188         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10189         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10190         left edge.
10191         (gnus-article-foldable-buffer): Skip past the prefix when determining
10192         raggedness.
10193
10194         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10195         the raw article, and change `C-u g' to show the article without doing
10196         treatments.
10197
10198         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10199         on to `gnus-treat-article'.
10200         (gnus-inhibit-article-treatments): New variable.
10201
10202         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10203
10204         * gnus-art.el (gnus-treatment-function-alist): Have
10205         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10206         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10207         sections.
10208
10209         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10210         parameter.
10211         (gnus-article-fill-cited-long-lines): New function.
10212         (gnus-article-fill-cited-article): Allow filling only long sections.
10213
10214         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10215         and non-punctuation (like after the apostrophe in "'We").
10216
10217         * gnus-sum.el (gnus-summary-select-article): Make sure
10218         gnus-original-article-buffer is alive.
10219
10220         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10221         reflect the order they're in in the digest.
10222
10223         * gnus.el (gnus-group-startup-message): Move point to the start of the
10224         buffer.
10225
10226         * nnimap.el (nnimap-capability): New function.
10227         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10228         is set.
10229
10230 2010-10-31  David Engster  <dengste@eml.cc>
10231
10232         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10233         conform with changes to gnus-completing-read.
10234
10235 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10236
10237         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10238
10239 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10240
10241         * nnir.el: Move defvar, defcustom around to keep file organized
10242         and keep byte-compiler quiet.
10243         (nnir-read-parms): Accept search-engine as arg.
10244         (nnir-run-query): Pass search-engine as arg.
10245         (nnir-search-engine): Remove.
10246
10247 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * shr.el (shr-generic): The text nodes should be text, not :text.
10250
10251         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10252         later in the file.
10253
10254 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10255
10256         * nnir.el: General clean up.  Allow searching with multiple engines.
10257         Allow separate extra-parameters for each engine.
10258         Batch queries when possible.
10259         (nnir-imap-default-search-key, nnir-method-default-engines):
10260         Add customize interface.
10261         (nnir-run-gmane): New engine.
10262         (nnir-engines): Use it.  Qualify all prompts with engine name.
10263         (nnir-search-engine): Remove global variable.
10264         (nnir-run-hyrex): Restore for now.
10265         (nnir-extra-parms, nnir-search-history): New variables.
10266         (gnus-group-make-nnir-group): Use them.
10267         (nnir-group-server): Remove in favor of gnus-group-server.
10268         (nnir-request-group): Avoid searching twice.
10269         (nnir-sort-groups-by-server): New function.
10270
10271 2010-10-30  Julien Danjou  <julien@danjou.info>
10272
10273         * gnus-group.el: Remove gnus-group-fetch-control.
10274
10275         * gnus-start.el (gnus-find-new-newsgroups):
10276         Remove gnus-check-first-time-used.
10277
10278         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10279
10280 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10281
10282         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10283         set on groups that don't have \* permanentflags.
10284
10285 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10286
10287         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10288         control the background color.
10289         (shr-tag-img): Ignore very small web bug type images.
10290         (shr-put-image): Add help-echo alt texts to the images.
10291         (shr-tag-video): Show the video poster image.
10292
10293 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10294
10295         * shr.el (shr-table-depth): New variable.
10296         (shr-tag-table-1): Only insert the images after the top-level table.
10297
10298         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10299
10300         * gnus-util.el (gnus-list-memq-of-list): New function.
10301
10302         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10303         selected.
10304         (nnimap-unsplittable-articles): New slot.
10305         (nnimap-new-articles): Use it.
10306
10307 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10308
10309         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10310         move to the previous line on `M-g'.
10311
10312 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10313
10314         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10315         *-request-group, which seems unnecessary.
10316
10317         * nnimap.el (nnimap-quote-specials): Function copied over from
10318         imap.el.
10319         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10320         they support that.  Suggested by Tom Regner.
10321
10322 2010-10-29  Julien Danjou  <julien@danjou.info>
10323
10324         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10325         defalias.
10326         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10327
10328         * gnus.el: Remove `gnus-nntp-service' variable.
10329         (gnus-secondary-servers): Make obsolete.
10330         (gnus-nntp-server): Make obsolete.
10331
10332         * gnus-start.el (gnus-1): Remove x-splash calls.
10333
10334         * gnus-ems.el (gnus-x-splash): Remove.
10335
10336         * gnus.el (gnus-group-startup-message): Simplify/update code.
10337
10338         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10339         definition.
10340
10341         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10342         capability before doing anything.
10343         (gnus-group-insert-group-line): Remove useless
10344         gnus-group-remove-excess-properties.
10345
10346 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10349
10350 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10351
10352         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10353         config after reselecting.
10354
10355 2010-10-28  Julien Danjou  <julien@danjou.info>
10356
10357         * shr.el (shr-put-image): Use point even if only inserting text.
10358         (shr-put-image): Save excursion when inserting alt text on non-graphic
10359         display, so the behavior is the same when we are on a graphic display.
10360
10361         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10362
10363 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10366         (gnus-mime-copy-part): Check coding system, not charset.
10367         (gnus-mime-view-part-externally): Never remove part.
10368         (gnus-mime-view-part-internally): Don't remove part here.
10369         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10370         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10371         multipart/alternative.
10372
10373         * mm-decode.el (mm-display-part): Take optional arg `force'.
10374
10375 2010-10-26  Julien Danjou  <julien@danjou.info>
10376
10377         * gnus-group.el (gnus-group-default-list-level): Add this function to
10378         compute the default list level.
10379         (gnus-group-default-list-level): Add possibility to use a function.
10380
10381 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10384
10385         * gnus-group.el (gnus-group-completing-read)
10386         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10387         gnus-replace-in-string.
10388
10389 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * shr.el (shr-tag-div): Add.
10392
10393         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10394
10395 2010-10-25  Julien Danjou  <julien@danjou.info>
10396
10397         * gnus-util.el: Remove `gnus-with-local-quit'.
10398
10399         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10400
10401 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10402
10403         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10404         the original article buffer.
10405
10406 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * nnimap.el (nnimap-request-head): New function.
10409         (nnimap-request-move-article): Try to be slightly faster by not
10410         requesting the entire message when moving.
10411         (nnimap-transform-headers): Don't bug out on bodiless articles.
10412         (nnimap-send-command): Have no outstanding messages if the IMAP server
10413         doesn't support streaming.
10414         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10415
10416 2010-10-24  Julien Danjou  <julien@danjou.info>
10417
10418         * message.el (message-default-headers): Fix type.
10419
10420 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10421
10422         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10423         prefetching images.
10424
10425         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10426         backend for unknown groups.  This is mainly useful for nnimap groups.
10427
10428         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10429         group isn't covered by the agent.
10430
10431 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10432
10433         * nnir.el (nnir-method-default-engines): New variable.
10434         (nnir-run-query): Use it.
10435         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10436         (gnus-summary-nnir-goto-thread): Change group if needed.
10437
10438         * gnus-group.el (gnus-group-group-map): Add key binding for
10439         gnus-group-make-nnir-group.
10440
10441 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10442
10443         * shr.el (shr-tag-object): Add.
10444
10445         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10446         original article buffer live.
10447         (gnus-summary-select-article-buffer):
10448         Mention gnus-widen-article-buffer.
10449
10450 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10451
10452         * shr.el (shr-tag-strong): Add.
10453
10454 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10455
10456         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10457         group names.  They mess up the group buffer badly.
10458
10459         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10460
10461         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10462         instead of the summary one.
10463
10464 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * mml.el (mml-preview): Work properly when editing article.
10467
10468         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10469         gnus-have-read-active-file if it's already been in.
10470
10471 2010-10-22  Tom Tromey  <tromey@redhat.com>
10472
10473         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10474         gnus-group-completing-read.
10475
10476 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10477
10478         * message.el (message-mode-map): Don't bind M-; to comment region, to
10479         allow the global comment-dwim to work.
10480
10481 2010-10-21  Julien Danjou  <julien@danjou.info>
10482
10483         * message.el (message-setup-1): Allow message-default-headers to be a
10484         function.
10485
10486 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * shr.el (shr-tag-table): Simplify.
10489
10490 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491
10492         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10493         to avoid trying to snarf invalid stuff.
10494
10495         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10496
10497         * gnus.el (gnus-message-archive-group): Quote value.
10498         (gnus-message-archive-group): Mark as changed.
10499
10500         * shr.el (shr-add-font): Don't put the font properties on the newline
10501         or the indentation.
10502
10503         * message.el (message-fix-before-sending): Change options when sending
10504         non-printable characters.
10505
10506         * gnus.el (gnus-message-archive-method): Change the default to
10507         monthly outgoing groups.
10508
10509         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10510         that have gotten new numbers.
10511
10512         * nnimap.el (nnimap-request-replace-article): New function.
10513
10514 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10517         (nnrss-request-article): Don't use special html washing code.
10518
10519 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * shr.el (shr-tag-table): Remove useless nconc.
10522
10523 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10524
10525         * gnus-art.el (article-wash-html): Simplify and remove the charset
10526         stuff.  Use the normal html rendering code instead of the special html
10527         washing code.
10528
10529         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10530         `gnus-w3m' symbols.
10531         (mm-text-html-washer-alist): Remove.
10532
10533         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10534         (mm-inline-media-tests): Remove use.
10535         (mm-text-html-renderer): Change default to the `shr' symbol.
10536
10537         * mm-view.el (mm-inline-text-html): Remove use.
10538
10539         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10540         `gnus-blocked-images' to be a function.
10541         (gnus-article-wash-function): Remove.
10542
10543 2010-10-20  Julien Danjou  <julien@danjou.info>
10544
10545         * spam.el (spam-list-of-processors): Mark as obsolete.
10546
10547         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10548         (nnimap-insert-partial-structure): Fix boundary detection.
10549
10550 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10551
10552         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10553         run file-truename on remote files.  This can be expensive and even
10554         prevent one from editing drafts if some unrelated buffer has a stale
10555         connection.
10556
10557 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10560         kinsoku-eol regardless of shr-kinsoku-shorten.
10561         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10562         (shr-tag-table): Support caption, thead, and tfoot.
10563
10564 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10565
10566         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10567         lines.
10568         (shr-save-contents): New command and keystroke.
10569
10570         * nndoc.el (nndoc-type-alist): Add git support.
10571         (nndoc-git-type-p): New function.
10572         (nndoc-transform-git-article): Ditto.
10573         (nndoc-transform-git-headers): Ditto.
10574         (nndoc-transform-git-headers): Generate Subject headers.
10575
10576         * shr.el (shr-parse-style): New function.
10577         (shr-tag-span): Ditto.
10578
10579         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10580         to `G G' to avoid collisions.
10581
10582 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * shr.el: Load kinsoku if necessary.
10585         (shr-kinsoku-shorten): New internal variable.
10586         (shr-find-fill-point): Make kinsoku shorten text line if
10587         shr-kinsoku-shorten is bound to non-nil.
10588         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10589         shr-indentation too when testing if table is wider than frame width.
10590         (shr-insert-table): Use `string-width' instead of `length' to measure
10591         text width.
10592         (shr-insert-table-ruler): Make sure indentation is done at bol.
10593
10594 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10595
10596         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10597         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10598         undecoded network data.
10599
10600 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10601
10602         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10603         name in the mode line spec so that the mode line menu works
10604         (bug#2431).
10605
10606         * message.el (message-get-reply-headers): If we're fed `to-address',
10607         then always use that.
10608
10609         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10610         aren't so wide as to need to switch off the edit menu.
10611
10612         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10613         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10614
10615         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10616         `M-g'.
10617         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10618         the permanent marks.
10619
10620 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10621
10622         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10623         Splitting according to references/in-reply-to obeys the ignore-groups
10624         variable, while splitting by sender and subject do not.
10625
10626 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10627
10628         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10629         alist, so that we can look for non-Unicode chars.
10630         (article-translate-strings): Allow both character and string maps.
10631
10632 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * shr.el (shr-insert): Don't insert space behind a wide character
10635         categorized as kinsoku-bol, or between characters both categorized as
10636         nospace.
10637
10638 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10639
10640         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10641         headers to gnus-newsgroup-headers.
10642
10643 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * shr.el (shr-tag-img): Don't align images -- since we're not
10646         rescaling, this often leads to ugly displays.
10647
10648 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10649
10650         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10651         duplicates.
10652
10653 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10654
10655         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10656         call.
10657
10658 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * gnus.el: Autoload gnus-html-show-images.
10661
10662         * nnimap.el: Use nnheader-message throughout.
10663
10664         * shr.el (shr-tag-img): Ignore images with no data.
10665
10666 2010-10-15  Julien Danjou  <julien@danjou.info>
10667
10668         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10669         a possibility to disable format=flow encoding when using hard newlines.
10670
10671 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * shr.el (shr-insert): Remove space inserted before or after a
10674         breakable character or at the beginning or the end of a line.
10675         (shr-find-fill-point): Do kinsoku; find the second best point or give
10676         it up if there's no breakable point.
10677
10678 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * nnimap.el (nnimap-open-connection): Message when opening connection
10681         for debugging purposes.
10682
10683         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10684         on every setup buffer call to allow this to change from article to
10685         article.
10686
10687         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10688         buffers where we have a wide table.
10689
10690 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10691
10692         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10693         uses *-request-thread.
10694
10695 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696
10697         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10698         incantation, which is no longer valid.
10699
10700 2010-10-14  Julien Danjou  <julien@danjou.info>
10701
10702         * shr.el: Fix defcustom type (char -> character).
10703
10704 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10707         programs.
10708
10709 2010-10-14  Julien Danjou  <julien@danjou.info>
10710
10711         * shr.el (shr-tag-a): Use url-link as widget type.
10712
10713         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10714         `gnus-group-get-icon'.
10715
10716 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10717
10718         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10719         This should make server editing work better.
10720
10721         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10722
10723         * tls.el (tls-program): Remove spurious %s from openssl.
10724
10725         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10726         (nnimap-parse-flags): Fix regexp.
10727
10728         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10729         probably work for CJVK text, too.
10730
10731         * nnimap.el (nnimap-extend-tls-programs): Remove.
10732         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10733
10734         * tls.el (tls-starttls-switches): Remove starttls hack.
10735         (open-tls-stream): Ditto.
10736         (tls-find-starttls-argument): Ditto.
10737
10738 2010-10-13  Julien Danjou  <julien@danjou.info>
10739
10740         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10741         responses.
10742
10743 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10744
10745         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10746
10747         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10748         anything in Emacs.
10749
10750         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10751
10752 2010-10-13  Julien Danjou  <julien@danjou.info>
10753
10754         * shr.el (shr-width): Make shr-width a defcustom with default to
10755         fill-column.
10756         (shr-tag-img): Use shr-width rather than fill-column.
10757
10758 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * dgnushack.el (byte-optimize-apply):
10761         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10762
10763         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10764         position when (X-)Faces exist.
10765         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10766         avatars when called interactively.
10767
10768 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10771         gnus-article-x-face-too-ugly is bound.
10772
10773 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774
10775         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10776
10777         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10778         mailbox that doesn't exist.
10779
10780 2010-10-12  Julien Danjou  <julien@danjou.info>
10781
10782         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10783         (shr-get-image-data): Encode URL properly when fetching from cache.
10784         (shr-tag-img): Use aligned-to spaces to align correctly images.
10785
10786         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10787         before inserting the Gravatar.
10788
10789         * shr.el (shr-tag-img): Add align attribute support for <img>.
10790
10791 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10792
10793         * gnus-gravatar.el (gnus-art): Require.
10794
10795         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10796         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10797         Remove long obsoleted functions.
10798
10799 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10802
10803         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10804
10805         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10806         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10807         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10808         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10809         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10810         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10811         * sieve-manage.el, smime.el, spam.el:
10812         Fix comment for declare-function.
10813
10814 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10815
10816         * nnimap.el (nnimap-request-rename-group): Select group read-only
10817         before renaming it.
10818
10819         * shr.el (shr-insert): Fix up the white space only regexp.
10820
10821         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10822         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10823
10824         * shr.el (shr-current-column): New function.
10825         (shr-find-fill-point): New function.
10826
10827 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10828
10829         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10830         numbers.
10831
10832 2010-10-11  Julien Danjou  <julien@danjou.info>
10833
10834         * shr.el (shr-hr-line): Add.
10835         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10836         display hr lines.
10837         (shr-max-columns): Do not change state to nil if we just inserting
10838         spaces.
10839
10840 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10843         select the last group.
10844
10845 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10846
10847         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10848
10849 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10850
10851         * dig.el (dig-mode-map): Declare and define in one step.
10852
10853 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10854
10855         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10856         for Gnus.
10857         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10858         (nnimap-update-qresync-info): Mark \Seen articles as read.
10859
10860         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10861         non-variable, too.
10862
10863         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10864         available.
10865         (nnimap-update-info): Rely more on the current active than the param
10866         active to avoid marking articles as read too much.
10867
10868         * auth-source.el (auth-source-create): Use (user-login-name) for the
10869         user name default.
10870
10871         * nnimap.el (nnimap-update-info): If the server doesn't return any
10872         useful info, just use the previous info.
10873         (nnimap-update-info): Prefer old info over start-article.
10874         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10875
10876 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10877
10878         * nnir.el (autoload): Clean up autoloads.
10879         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10880         Use key rather than value.
10881         (nnir-imap-search-other): New variable.
10882         (nnir-read-parm): Use it.
10883         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10884         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10885
10886 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10887
10888         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10889         the process, too.
10890
10891 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10892
10893         * spam.el (gnus-summary-mode-map): Bind to "$".
10894         Suggested by Russ Allbery.
10895
10896         * shr.el: Rework the way things are indented by <li> slightly.
10897
10898         * gnus.el (gnus-group-set-parameter): Fix typo.
10899
10900         * nnimap.el: Start implementing QRESYNC support.
10901
10902 2010-10-09  Julien Danjou  <julien@danjou.info>
10903
10904         * nnir.el (nnir-engines): Fix too many arguments.
10905
10906 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10907
10908         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10909         group is the "last", so that the backends like nnfolder actually save
10910         their folders.
10911
10912         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10913         try to use that for the tls stream.
10914         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10915         UIDVALIDITY and find out which groups are read-only and not.
10916         (nnimap-get-flags): Use the same marks parsing code as the rest of
10917         nnimap.
10918
10919 2010-10-09  Julien Danjou  <julien@danjou.info>
10920
10921         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10922
10923         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10924         retrieving gravatars.
10925
10926         * shr.el (shr-table-corner): Add.
10927         (shr-table-line): Add.
10928         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10929
10930 2010-10-08  Julien Danjou  <julien@danjou.info>
10931
10932         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10933
10934 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10935
10936         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10937
10938         * gnus-sum.el (gnus-mark-article-as-unread)
10939         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10940         (gnus-summary-set-bookmark): Use it.
10941
10942         * gnus-msg.el (gnus-setup-message): Use it.
10943
10944         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10945
10946         * gnus.el (gnus-group-remove-parameter): Use it.
10947
10948         * gnus-group.el (gnus-group-make-web-group): Use it.
10949
10950         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10951
10952         * nnregistry.el: Update docs to mention manual.
10953
10954         * gnus-registry.el: Update docs to mention nnregistry.el.
10955         (gnus-registry-initialize): Don't install nnregistry refer method
10956         automatically.
10957         (gnus-registry-install-nnregistry): Remove it.
10958
10959 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10960
10961         * shr.el (shr-insert): Don't insert double spaces.
10962
10963 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * gnus-gravatar.el (gnus-treat-from-gravatar)
10966         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10967         called interactively.
10968
10969         * gnus-art.el (gnus-mime-view-part-externally)
10970         (gnus-mime-view-part-internally): Make predicate function passed to
10971         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10972         of a mime type.
10973
10974         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10975
10976 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10977
10978         * shr.el (require): Require cl when compiling.
10979         (shr-tag-hr): New function.
10980
10981         * nnimap.el (nnimap-update-info): Remove double setting of high.
10982         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10983         This makes nnimap work properly on Courier again.
10984
10985         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10986         the variable for backwards compatibility.
10987
10988         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10989         the file name before using to avoid setting mm-default-directory to
10990         nil.
10991
10992         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10993         bidning gnus-agent variables.
10994
10995         * shr.el (shr-render-td): Use a cache for the table rendering function
10996         to avoid getting an exponential rendering behavior in nested tables.
10997         (shr-insert): Rework the line-breaking algorithm.
10998         (shr-insert): Don't leave trailing spaces.
10999         (shr-insert-table): Also insert empty TDs.
11000         (shr-tag-blockquote): Ensure paragraphs after </ul>.
11001
11002 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11003
11004         * gnus-sum.el (gnus-number): Rename from `number'.
11005         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
11006         (gnus-summary-limit-children): Update uses correspondingly.
11007
11008 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
11011         (gnus-gravatar-transform-address): Don't show avatars of people of
11012         which mail addresses match gnus-gravatar-too-ugly.
11013
11014 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11015
11016         * shr.el (shr-table-widths): Expand TD elements to fill available
11017         space.
11018
11019 2010-10-07  Julien Danjou  <julien@danjou.info>
11020
11021         * nnimap.el (nnimap-request-rename-group): Add this method.
11022
11023 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
11026         name from XEmacs' function-arglist.
11027
11028         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
11029         gravatar under XEmacs.
11030
11031 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
11032
11033         * auth-source.el: Update docs with TODO items.
11034
11035         * gnus-sync.el: Update docs to explain state and plans.
11036
11037         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
11038         Hooks for mark updates.
11039         (gnus-request-set-mark, gnus-request-update-mark): Use them.
11040
11041         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
11042         hooks with arguments, which is needed for mark update hooks.
11043
11044 2010-10-06  Julien Danjou  <julien@danjou.info>
11045
11046         * gnus.el (gnus-expand-group-parameter): Only return and act on what
11047         was matched.
11048
11049         * sieve-manage.el: Update example in `Commentary'.
11050
11051         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
11052
11053         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
11054         not 2000.
11055         (sieve-manage-authenticate): Re-add function.
11056
11057 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11058
11059         * shr.el (shr-insert): Get 'space transition right.
11060         (shr-render-td): Only delete space at the end of the TD.
11061
11062         * nnimap.el (nnimap-open-connection): Prepare to support
11063         open-gnutls-stream.
11064
11065         * shr.el: Rearrange function order to be more logical.
11066
11067 2010-10-06  Julien Danjou  <julien@danjou.info>
11068
11069         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
11070         (nnrss-discover-feed): Remove 404 URL in docstring.
11071
11072         * nnir.el: Fix Swish-E URL.
11073         Fix Namazu URL.
11074
11075         * message.el (message-change-subject): Remove 404 URL in a comment.
11076
11077 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11080         called interactively.
11081
11082         * gnus-util.el (gnus-remove-if): Allow hash table.
11083         (gnus-remove-if-not): New function.
11084
11085         * gnus-art.el (gnus-mime-view-part-as-type):
11086         * gnus-score.el (gnus-summary-score-effect):
11087         * gnus-sum.el (gnus-read-move-group-name):
11088         Replace remove-if-not with gnus-remove-if-not.
11089
11090         * gnus-group.el (gnus-group-completing-read):
11091         Regard collection as a hash table if it is not a list.
11092
11093 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094
11095         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11096
11097         * shr.el: Document the table-rendering algorithm.
11098
11099 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11102         for Emacsen having no `libxml-parse-html-region' support.
11103
11104 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11105
11106         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11107         invalid URLs.
11108
11109         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11110         line-broken.
11111         (shr-tag-img): Ignore image fetching errors.
11112         (shr-overlays-in-region): Compute overlay positions correctly.
11113
11114         * mm-decode.el (mm-shr): Require shr.
11115
11116         * gnus-art.el (gnus-blocked-images): Move variable here.
11117
11118         * shr.el (shr-insert-table): Bind free variable.
11119
11120         * mm-decode.el (mm-shr): Bind shr-content-function.
11121
11122         * shr.el (shr-content-function): New variable.
11123
11124         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11125         added for symmetry.
11126
11127         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11128
11129         * gnus-group.el (gnus-group-make-group): Doc fix.
11130
11131         * nnimap.el (nnimap-request-newgroups): Return success.
11132
11133         * shr.el (shr-find-elements): New function.
11134         (shr-tag-table): Put all the images after the table.
11135         (shr-tag-table): Really inhibit images inside the table.
11136         (shr-collect-overlays): Copy over overlays from the TD elements to the
11137         main document.
11138
11139         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11140         gnus-blocked-images.
11141
11142 2010-10-05  Julien Danjou  <julien@danjou.info>
11143
11144         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11145
11146         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11147         (gnus-html-maximum-image-size): Add this function.
11148         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11149
11150         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11151         server-value of the capability is nil.
11152
11153 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11154
11155         * shr.el (shr-tag-em): Add <EM> tag.
11156
11157 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11158
11159         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11160         customizable.
11161
11162         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11163         handing broken links to browse-url.
11164
11165 2010-10-05  Julien Danjou  <julien@danjou.info>
11166
11167         * gnus-util.el (gnus-emacs-completing-read)
11168         (gnus-iswitchb-completing-read): Use autoload rather than require.
11169
11170 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11173         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11174         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11175         iswitchb-temp-buflist for XEmacs.
11176
11177         * gnus-util.el (gnus-completing-read-function): Exclude
11178         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11179         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11180         XEmacs.
11181
11182         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11183         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11184
11185         * gnus-html.el: Don't require help-fns under XEmacs.
11186         (gnus-html-schedule-image-fetching): Work for XEmacs.
11187
11188         * mm-decode.el (mm-shr): Decode contents by charset.
11189
11190 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11191
11192         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11193         unknown.
11194
11195         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11196         (shr-get-image-data): Ensure against the cache file missing.
11197
11198         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11199         for data.
11200
11201         * spam-report.el (spam-report-url-ping-plain): Don't query about
11202         killing the process.
11203
11204         * shr.el (shr-render-td): Protect against too-wide text.
11205
11206 2010-10-04  Julien Danjou  <julien@danjou.info>
11207
11208         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11209         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11210
11211         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11212         retrieved.
11213
11214 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11215
11216         * shr.el (browse-url): Require.
11217         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11218         lines.
11219         (shr-show-alt-text, shr-browse-image): New commands.
11220         (shr-browse-url, shr-copy-url): New commands.
11221
11222         * gnus-sum.el (gnus-widen-article-window): New variable.
11223         (gnus-summary-select-article-buffer): Use it.
11224
11225         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11226         without @ signs.
11227
11228 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11229
11230         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11231
11232 2010-10-04  Julien Danjou  <julien@danjou.info>
11233
11234         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11235         for XEmacs.
11236
11237 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11238
11239         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11240
11241         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11242         (nnimap-close-server): Implement.
11243
11244         * dgnushack.el (iswitchb): Require to shut up the compiler.
11245
11246         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11247         (shr-insert): Tweak line breaking.
11248         (shr-insert): Handle <pre> better.
11249         (shr-tag-li): Get <li> indentation right.
11250         (shr-tag-li): Get <li> indentation even righter.
11251         (shr-tag-blockquote): Ensure paragraph start.
11252         (shr-make-table): Tweak table generation.
11253         (shr-make-table): Fix typo.
11254
11255         * shr.el: Implement table rendering.
11256
11257 2010-10-04  Julien Danjou  <julien@danjou.info>
11258
11259         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11260
11261 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11262
11263         * shr.el (shr-insert): Use string anchors instead of line anchors.
11264
11265 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11266
11267         * shr.el: Add headings.
11268         (shr-ensure-paragraph): Actually work.
11269         (shr-tag-li): Make <ul> prettier.
11270         (shr-insert): Get white space at the beginning/end of elements right.
11271         (shr-tag-p): Collapse subsequent <p>s.
11272         (shr-ensure-paragraph): Don't insert double line feeds after blank
11273         lines.
11274         (shr-insert): \t is also space.
11275         (shr-tag-s): Fix "s" tag name function.
11276         (shr-tag-s): Fix face prop name.
11277
11278 2010-10-03  Julien Danjou  <julien@danjou.info>
11279
11280         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11281
11282         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11283         gnus-window-inside-pixel-edges.
11284
11285         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11286         gnus-ems.
11287
11288         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11289
11290         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11291         function.
11292
11293         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11294         resize choice.
11295
11296 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11297
11298         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11299         beginning of the buffer.
11300
11301         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11302         article buffer again.
11303
11304         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11305
11306         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11307         when it's at the start of the buffer.
11308
11309         * shr.el (shr-tag-blockquote): Convert name.
11310         (shr-rescale-image): Use the right image-size variant.
11311
11312         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11313         buffer isn't shown, then select the current article first instead of
11314         bugging out.
11315         (gnus-summary-select-article-buffer): Show both the article and summary
11316         buffers again.
11317
11318         * shr.el (shr-fontize-cont): Protect against regions with no text.
11319         Rename tag functions to shr-tag-* for enhanced security.
11320         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11321
11322 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11323
11324         * shr.el (shr-insert):
11325         * pop3.el (pop3-movemail):
11326         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11327         loaded.
11328
11329 2010-10-03  Glenn Morris  <rgm@gnu.org>
11330
11331         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11332
11333         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11334
11335         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11336
11337         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11338
11339         * gnus-util.el (gnus-make-local-hook): Simplify.
11340
11341 2010-10-02  Julien Danjou  <julien@danjou.info>
11342
11343         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11344         (gnus-ido-completing-read): New function.
11345         (gnus-emacs-completing-read): New function.
11346         (gnus-completing-read): Use gnus-completing-read-function.
11347         Add gnus-completing-read-function.
11348
11349 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350
11351         * shr.el (shr-insert-document): Autoload.
11352         (shr-img): Be silent.
11353         (shr-insert): Add a newline after every picture before text.
11354         (shr-add-font): Use overlays for combining faces.
11355         (shr-insert): Pass upwards the text start point.
11356
11357         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11358         possible.
11359         (mm-shr): New function.
11360
11361 2010-10-02  Julien Danjou  <julien@danjou.info>
11362
11363         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11364         should go backward.
11365
11366 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11367
11368         * shr.el (shr): Fix typo in provide call.
11369
11370 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11371
11372         * shr.el: New file.
11373
11374         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11375
11376         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11377         completing read.
11378
11379 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380
11381         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11382         we're being queried about.  Suggested by Dan Jacobson.
11383
11384         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11385         Suggested by Jason Eisner.
11386
11387         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11388         table, too.  Suggested by Stefan Wiens.
11389         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11390         the table unnecessary.  Suggested by Stefan Wiens.
11391
11392         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11393         longer needed, and probably doesn't work either, as pointed out by
11394         Stefan Wiens.
11395         (gnus-summary-exit): Remove call to the clearing function.
11396         (gnus-summary-exit-no-update): Ditto.
11397
11398         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11399         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11400         Reported by Stefan Monnier.
11401         (gnus-summary-save-in-rmail): Ditto.
11402
11403         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11404         article buffer, instead of both the article buffer and the summary
11405         buffer.  Sort of suggested by Dan Jacobson.
11406
11407         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11408
11409         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11410         Suggested by Dan Jacobson.
11411
11412         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11413         documentation clearer.
11414
11415         * message.el (message-shorten-references): Comment on the number "21".
11416         Suggested by Stefan Monnier.
11417
11418         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11419         Suggested by Dan Jacobson.
11420
11421         * gnus.el (gnus-large-newsgroup):
11422         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11423
11424         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11425         externalize attachments.  Bug reported by Steve Wen.
11426
11427         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11428         really message anything to the user.
11429
11430         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11431         directly.
11432
11433         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11434         messages in empty groups.
11435
11436 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11437
11438         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11439         non-UIDNEXT group.
11440
11441 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442
11443         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11444         not the value from the collection.
11445
11446         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11447         values.  This sometimes happens on some groups that have no info.
11448         (nnimap-request-newgroups): New function.
11449
11450 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11451
11452         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11453         check into `gnus-registry-initialize'.
11454         (gnus-registry-initialize): Ditto.
11455         Fix and extend header docs.
11456
11457 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11460         regexp backtrace overflows.
11461
11462         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11463         for starttls that tls.el implements; i.e. openssl.
11464
11465         * tls.el (tls-starttls-switches): Give up on using starttls with
11466         gnutls-cli.
11467         (tls-program): Add --insecure to be consistent with the defaults from
11468         openssl s_client.  Now all three commands are insecure.
11469
11470 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * lpath.el: Bind completion-styles-alist for XEmacs.
11473
11474         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11475         (gravatar-create-image): New function that's an alias to
11476         gnus-xmas-create-image, gnus-create-image, or create-image.
11477         (gravatar-data->image): Use it.
11478
11479 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11480
11481         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11482         install the nnregistry refer method.
11483         (gnus-registry-install-hooks): Use it.
11484         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11485         unfollowed groups.
11486
11487 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11488
11489         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11490         expanding threads.
11491
11492 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11493
11494         * nnir.el: Use the server names without suffixes (bug#7009).
11495
11496         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11497         unencrypted to STARTTLS, if possible.
11498
11499 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11500
11501         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11502         headers before superseding.
11503
11504 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11505
11506         * nnrss.el (nnrss-use-local): Add documentation.
11507
11508         * nnimap.el (nnimap-extend-tls-programs): New function.
11509         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11510         (nnimap-wait-for-connection): Accept the greeting from the stupid
11511         output from openssl s_client -starttls, too.
11512
11513         * tls.el (tls-starttls-switches): New variable.
11514         (tls-find-starttls-argument): Use it.
11515         (open-tls-stream): Ditto.
11516
11517         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11518         (netrc-machine): Ditto.
11519
11520         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11521         article number.
11522         (nnimap-split-fancy): New variable.
11523         (nnimap-split-incoming-mail): Use it.
11524
11525         * nntp.el (nntp-server-list-active-group): Document.
11526
11527         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11528         SELECT to get the message-id.
11529
11530         * mail-source.el (mail-sources): Remove webmail support.
11531         (defvar): Ditto.
11532         (mail-source-fetcher-alist): Ditto.
11533         (mail-source-fetch-webmail): Remove.
11534
11535         * webmail.el: Remove -- doesn't seem relevant any more.
11536
11537         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11538
11539         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11540         the \r.
11541
11542 2010-09-30  Julien Danjou  <julien@danjou.info>
11543
11544         * gnus-agent.el (gnus-agent-add-group): Fix call to
11545         gnus-completing-read.
11546
11547 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11548
11549         * nndoc.el (nndoc-retrieve-groups): New function.
11550
11551         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11552         `default', use nnmail-split-methods.
11553         (nnimap-request-article): Downcase the NILs so that they are nil.
11554
11555         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11556         symbol.
11557
11558         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11559         code, since if the user has requested network, that's what they ought
11560         to get.
11561         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11562         (nnimap-split-rule): Mark as obsolete.
11563
11564         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11565         New variable.
11566
11567         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11568         correct slot, too.
11569
11570 2010-09-29  Julien Danjou  <julien@danjou.info>
11571
11572         * gnus.el (gnus-local-domain): Declare variable obsolete.
11573
11574         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11575         Fix history computing.
11576         (gnus-ido-completing-read): Require ido.
11577
11578 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11579
11580         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11581         build Gnus.
11582
11583         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11584         when interpreting the structures.
11585         (nnimap-request-accept-article): Add \r\n to the lines to make this
11586         work with Cyrus.
11587
11588         * nndraft.el (nndraft-request-expire-articles): Use the group name
11589         instead if "nndraft".  Fix found by Nils Ackermann.
11590
11591 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11592
11593         * nnregistry.el: Add.
11594
11595 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11596
11597         * nnmail.el (group, group-art-list, group-art):
11598         Remove unneeded directives.
11599
11600 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11603         (mm-mime-charset):
11604         * rfc2047.el (rfc2047-syntax-table):
11605         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11606
11607         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11608         rather than `insert-file-contents' and `eval-region'.
11609
11610         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11611         construction.
11612
11613         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11614
11615         * time-date.el: No need to require cl for Emacs 21.
11616
11617 2010-09-29  Julien Danjou  <julien@danjou.info>
11618
11619         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11620         replacement of `gnus-gravatar-relief' to mimic
11621         `gnus-faces-properties-alist'.
11622         Add :version property.
11623
11624 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * mail-source.el (mail-source-report-new-mail):
11627         * message.el (message-default-mail-headers):
11628         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11629
11630         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11631
11632 2010-09-28  Julien Danjou  <julien@danjou.info>
11633
11634         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11635         mail-address contains the same string as real-name.
11636
11637         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11638         non-blank in header, otherwise it'll get stripped.
11639
11640         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11641         real-name, and then for mail address rather than doing : or , search.
11642
11643 2010-09-27  Julien Danjou  <julien@danjou.info>
11644
11645         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11646         right completing-read function.
11647         (gnus-use-ido): New variable
11648         (gnus-completing-read-with-default): Remove.
11649         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11650         (gnus-agent-add-group):
11651         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11652         * mm-view.el (mm-view-pkcs7-decrypt):
11653         * mm-util.el (mm-codepage-setup):
11654         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11655         * mml-smime.el (mml-smime-openssl-sign-query):
11656         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11657         (mml-insert-multipart):
11658         * gnus-msg.el (gnus-summary-yank-message):
11659         * gnus-int.el (gnus-start-news-server):
11660         * mm-decode.el (mm-interactively-view-part):
11661         * gnus-dired.el (gnus-dired-attach):
11662         * gnus.el (gnus-read-method):
11663         * gnus-bookmark.el (gnus-bookmark-jump):
11664         * gnus-art.el (gnus-mime-view-part-as-type)
11665         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11666         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11667         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11668         * nnmairix.el (nnmairix-create-server-and-default-group)
11669         (nnmairix-update-groups, nnmairix-get-server)
11670         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11671         (nnmairix-get-group-from-file-path):
11672         * nnrss.el (nnrss-find-rss-via-syndic8):
11673         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11674         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11675         (gnus-group-browse-foreign-server):
11676         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11677         (gnus-summary-execute-command, gnus-summary-respool-article)
11678         (gnus-read-move-group-name):
11679         * gnus-score.el (gnus-summary-increase-score)
11680         (gnus-summary-score-effect):
11681         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11682
11683 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11686         x-focus-frame.
11687
11688         * nnimap.el (auth-source-forget-user-or-password)
11689         (auth-source-user-or-password): Autoload.
11690
11691         * message.el (message-from-style, message-interactive)
11692         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11693         (message-yank-prefix, message-indentation-spaces, message-signature)
11694         (message-signature-file): Add comment.
11695
11696 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697
11698         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11699         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11700         new articles.
11701
11702         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11703         parts.
11704         (nnimap-request-article): Work with the t setting, too.
11705
11706         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11707         that you don't get flashes of other buffers.
11708         (gnus-summary-show-complete-article): Intern before setting.
11709
11710 2010-09-27  David Engster  <dengste@eml.cc>
11711
11712         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11713         well as HEADERS.
11714         (nnmairix-retrieve-headers): Provide new argument for the above.
11715
11716 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11717
11718         * gnus-sum.el (gnus-summary-move-article): Don't alter
11719         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11720         group.
11721
11722         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11723
11724         * message.el (message-cite-prefix-regexp): Revert my last edit.
11725
11726         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11727         variable instead of the Gnus variable.
11728
11729         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11730
11731         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11732
11733         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11734         since some servers don't like it.
11735         (nnimap-open-connection): Forget credentials if the server says the
11736         password was wrong.
11737         (nnimap-parse-line): Protect against invalid data.
11738
11739         * gnus-sum.el (gnus-summary-move-article): Add comment.
11740         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11741         nothing alters it while scanning for new messages.
11742
11743         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11744         which may or may not help.
11745         (nnimap-open-connection): If we're doing a stream connection, and then
11746         discover we're on a STARTTLS-capable server, then open a STARTTLS
11747         connection instead.
11748
11749 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11750
11751         * nnimap.el (utf7): Require.
11752
11753         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11754         prefix.
11755
11756 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11757
11758         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11759
11760 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11761
11762         * nnimap.el (nnimap-request-accept-article): Message the error on
11763         error.
11764
11765 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11768
11769 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11770
11771         * nndoc.el (nndoc-request-list): Return success always.
11772
11773         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11774         `fetch-old' -- we only want to fetch the articles we've requested.
11775         The rest are in the agent, probably.
11776         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11777         disappeared server" to something low.  It's not important.
11778
11779         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11780         arrived before the FETCH data.
11781
11782         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11783         target here, because we don't know the Gnus name of the group.
11784
11785         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11786         for the correct group.
11787
11788         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11789
11790         * gnus.el (gnus): Give a final warning after startup.
11791
11792         * gnus-util.el (gnus-action-message-log): New variable.
11793         (gnus-message): Use it.
11794         (gnus-final-warning): New function.
11795
11796         * nnimap.el (nnimap-open-connection): Record the greeting.
11797         (nnimap): Add greeting.
11798
11799 2010-09-26  Julien Danjou  <julien@danjou.info>
11800
11801         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11802         arguments.
11803         (gnus-html-wash-images): Fix spec computing to include start/end.
11804
11805         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11806
11807 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11810         deletion.
11811         (nnimap-retrieve-headers): Don't select the group, because that's
11812         already done by nnimap-possibly-change-group.
11813
11814         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11815         (gnus-picon-transform-address): Use it.
11816
11817         * mail-source.el (mail-source-value): Revert previous patch.
11818
11819         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11820         on failure.
11821         (nnimap-open-connection): Look up both virtual and physical server name
11822         credentials.
11823
11824         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11825
11826 2009-02-07  Dave Love  <fx@gnu.org>
11827
11828         * tls.el (open-tls-stream): Don't query killing process.
11829
11830 2009-02-08  Dave Love  <fx@gnu.org>
11831
11832         * gnus-win.el (gnus-window-to-buffer-helper)
11833         (gnus-all-windows-visible-p): Function needn't be a symbol.
11834
11835         * mail-source.el (mail-source-value): Function needn't be a symbol.
11836
11837 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11838
11839         * message.el (message-cite-prefix-regexp): Remove } from the cite
11840         prefix.
11841
11842         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11843         highlight again, so that the highlight is correct.
11844
11845         * gnus-picon.el (gnus-picon): Remove again.
11846         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11847
11848         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11849         doing the header highlightling, so that the background color of the
11850         picon is correct.
11851
11852         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11853         (gnus-picon): Ditto.
11854         (gnus-picon): Reinstate.  The background color for picons is white.
11855         (gnus-picon-insert-glyph): Make the background white.
11856
11857         * nnml.el (nnml-open-nov): Don't return dead buffers.
11858
11859         * auth-source.el (auth-source-create): Query the user for whether to
11860         store the credentials.
11861
11862         * netrc.el (netrc-store-data): New function.
11863
11864         * auth-source.el (auth-source-user-or-password): Use the existing auth
11865         sources, if any, for creation.
11866
11867         * gnus.el (gnus-group-fast-parameter): Return the last matching
11868         parameter instead of the first matching parameter.
11869
11870 2010-09-26  Julien Danjou  <julien@danjou.info>
11871
11872         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11873
11874 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11875
11876         * mml2015.el (mml2015-use): Remove gpg support.
11877
11878         * mml1991.el (mml1991-function-alist): Remove gpg function.
11879         (mml1991-gpg-sign): Remove.
11880
11881 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11882
11883         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11884         (gnus-browse-unsubscribe-current-group): Document it.
11885         (gnus-browse-unsubscribe-group): Use it.
11886
11887 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11888
11889         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11890         address to the To list for easier response.
11891
11892         * gnus.el (gnus-play-startup-jingle): Remove.
11893         (gnus-splash): Don't play jingle.
11894         (gnus): Silence gnus-load message.
11895
11896         * gnus-art.el (gnus-treat-play-sounds): Remove.
11897
11898         * gnus.el (gnus-play-jingle): Remove audio support.
11899
11900         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11901
11902         * earcon.el: Remove -- no users.
11903
11904         * gnus-audio.el: Remove -- no users of this package.
11905
11906         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11907
11908         * gnus-start.el (gnus-setup-news): Remove nocem support.
11909
11910         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11911
11912         * gnus.el (gnus-use-nocem): Remove.
11913
11914         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11915         Remove.
11916
11917         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11918         uses NoCeM any more.
11919
11920         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11921         (gnus-button-ctan-handler): Ditto.
11922         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11923         (gnus-button-ctan-directory-regexp): Ditto.
11924         (gnus-button-handle-ctan): Ditto.
11925         (gnus-button-tex-level): Ditto.
11926         (gnus-button-alist): Remove CTAN stuff.
11927
11928 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11929
11930         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11931         nnimap-streaming test.
11932
11933         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11934         servers twice.
11935
11936         * nnimap.el (nnimap-open-connection): Add more error reporting when
11937         nnimap fails early.
11938
11939         * nnheader.el (nnheader-get-report-string): New function.
11940         (nnheader-get-report): Use it.
11941
11942         * gnus-int.el (gnus-check-server): Say what the error was when opening
11943         failed.
11944
11945         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11946         using streaming.
11947
11948 2010-09-25  Julien Danjou  <julien@danjou.info>
11949
11950         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11951         gnus-window-inside-pixel-edges.
11952
11953 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11954
11955         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11956
11957         * mm-decode.el (mm-save-part): Allow saving to other directories the
11958         normal Emacs way.
11959
11960         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11961         Suggested by Jay Berkenbilt.
11962
11963         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11964         there isn't a single byte.
11965
11966         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11967         just do it.  It doesn't really seem to matter what the user responds
11968         here, I think, so it's just a confusing question.
11969
11970         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11971         non-streaming case.
11972
11973         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11974         (gnus-article-encrypt-body): Use it.
11975
11976         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11977         keystroke.
11978
11979         * nnimap.el (nnimap-find-wanted-parts-1):
11980         Use gnus-fetch-partial-articles.
11981
11982         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11983
11984         * nnimap.el (nnimap-insert-partial-structure): New function.
11985         (nnimap-get-partial-article): New function.
11986         (nnimap-request-article): Use it.
11987         (nnimap-wait-for-response): Return whether the wait was successful.
11988         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11989         retrieval wasn't successful.
11990         (nnimap-retrieve-group-data-early): Allow throttling servers.
11991         (nnimap-streaming): New variable.
11992         (nnimap-fetch-partial-articles): Remove.
11993
11994         * mm-decode.el (mm-with-part): Protect against killed buffers.
11995
11996         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11997         for prettier summary display.
11998
11999 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
12000
12001         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
12002
12003 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004
12005         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
12006         apparently third-party libraries depend on it.
12007
12008         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
12009         before starting negotiation.
12010
12011         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
12012         privacy reasons.
12013         (gnus-treat-mail-gravatar): Ditto.
12014
12015         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
12016         buffer when inserting images.  Inserting text into the headers, for
12017         instance, can make them invalid.
12018
12019 2010-09-25  Julien Danjou  <julien@danjou.info>
12020
12021         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
12022         variables.
12023
12024         * nnheader.el: Remove useless variables news-reply-yank-from and
12025         news-reply-yank-message-id.
12026
12027         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
12028         variables.
12029
12030         * mml1991.el: Remove useless mml1991-verbose.
12031
12032         * gnus.el: Remove useless variable gnus-use-generic-from.
12033         Remove obsolete variable gnus-topic-indentation.
12034
12035         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
12036
12037         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
12038
12039         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
12040
12041         * gnus-group.el: Remove useless gnus-group-icon-cache.
12042         Remove useless gnus-ephemeral-group-server.
12043
12044         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
12045
12046         * mml2015.el: Remove useless mml2015-verbose.
12047
12048         * mml-smime.el: Remove useless mml-smime-verbose.
12049
12050         * gnus.el: Remove useless gnus-local-domain.
12051
12052         * gnus-gravatar.el (gnus-gravatar-transform-address):
12053         Use gnus-gravatar-size.
12054
12055         * gnus-art.el: Remove useless gnus-treat-translate.
12056
12057 2010-09-24  Julien Danjou  <julien@danjou.info>
12058
12059         * gnus-sum.el: Add support for Gravatars.
12060
12061         * gnus-art.el: Add support for Gravatars.
12062
12063         * gnus-gravatar.el: Add this file.
12064
12065         * gravatar.el: Add this file.
12066
12067 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12068
12069         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
12070
12071         * gnus-group.el (gnus-group-fetch-faq): Remove.
12072
12073         * gnus.el (gnus-group-faq-directory): Remove.
12074
12075         * gnus-group.el (gnus-group-fetch-charter): Remove.
12076
12077         * gnus.el (gnus-group-charter-alist): Remove.
12078
12079         * gnus-group.el (gnus-group-archive-directory): Remove.
12080         (gnus-group-recent-archive-directory): Ditto.
12081         (gnus-group-make-archive-group): Remove.
12082
12083         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12084
12085         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12086         use the same article number for all the cached articles.
12087
12088         * nnimap.el (nnimap-command): Register the last command time so
12089         that we can use it for idling NOOPs.
12090         (nnimap-open-connection): Start the keeplive timer.
12091         (nnimap-make-process-buffer): Store all the process buffers.
12092         (nnimap-keepalive): New function.
12093
12094         * starttls.el (starttls-open-stream): Add autoload cookie.
12095
12096 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12097
12098         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12099         handling.
12100
12101 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12102
12103         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12104         its data structures.
12105
12106         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12107         instead of the cl.el copy-list.
12108         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12109         equalp.
12110
12111 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12112
12113         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12114         and tool-bar-local-item-from-menu.
12115
12116         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12117         mode-line-highlight face for Emacs.
12118
12119         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12120         loading gnus-sum.elc; fix comment for canlock-verify.
12121         (gnus-article-jump-to-part): Use read-number.
12122         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12123         Remove Emacs pre-21 compatible code for help-echo.
12124         (gnus-article-next-page-1): No need to adjust the number of lines.
12125         (gnus-article-describe-bindings): Always use help-buffer.
12126
12127         * gnus-audio.el (gnus-audio-inline-sound):
12128         * gnus-cus.el (gnus-custom-mode):
12129         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12130
12131         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12132
12133         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12134         compatible code.
12135
12136 2010-09-24  Glenn Morris  <rgm@gnu.org>
12137
12138         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12139         visiting the fcc file in rmail-mode.
12140
12141         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12142
12143 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * nnir.el: Silence the byte compiler.
12146
12147         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12148         alias to browse-url-url-encode-chars if any.
12149         (gnus-html-encode-url): Use it.
12150
12151 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12152
12153         * gnus-start.el (gnus-use-backend-marks): New variable.
12154         (gnus-get-unread-articles-in-group): Use it.
12155
12156         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12157         makeover.
12158
12159 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12160
12161         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12162
12163 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12166         Remove.
12167         (gnus-setup-news-hook):
12168         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12169
12170         * gnus-int.el (gnus-request-update-info): Protect against backends not
12171         having the function.
12172
12173         * nnimap.el (nnimap-stream): Mention starttls.
12174         (nnimap-open-connection): Add starttls support.
12175
12176 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12177
12178         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12179
12180 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12181
12182         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12183         BODYSTRUCTUREs.
12184         (nnimap-transform-headers): Unfold quoted {42} headers.
12185
12186         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12187         the info.
12188         (gnus-get-unread-articles): Only call updatep on backends that support
12189         it.
12190
12191         * nnweb.el (nnweb-request-update-info): NOOP.
12192
12193         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12194
12195         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12196         since it only deals with marks.
12197
12198         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12199         gnus-request-marks, and make a new gnus-request-update-info.
12200
12201         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12202         the active instead of the high number, which is usually too low.
12203
12204 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12205
12206         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12207         * encrypt.el: Remove.
12208
12209 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12210
12211         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12212         server in symbolic form.
12213
12214         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12215
12216 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12219         (nnimap-update-info): Fix up code slightly.
12220
12221         * gnus-int.el (gnus-open-server): Add tracing for performance
12222         debugging.
12223
12224         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12225         (gnus-group-insert-group-line): Pass the real group name so that it
12226         gets the right data.
12227
12228         * gnus-start.el (gnus-get-unread-articles): Don't have
12229         `gnus-get-unread-articles-in-group' update info, since that can be
12230         really slow and doesn't seem to be needed?
12231
12232 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12233
12234         * time-date.el (date-to-time): Try using parse-time-string first before
12235         using the slower timezone-make-date-arpa-standard.
12236
12237 2010-09-22  Julien Danjou  <julien@danjou.info>
12238
12239         * gnus-group.el (gnus-group-insert-group-line):
12240         Call gnus-group-highlight-line.
12241         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12242         default hook list.
12243         (gnus-group-update-eval-form): Add new function.
12244         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12245         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12246
12247 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12248
12249         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12250         immediate, then expire all articles.
12251         (nnimap-update-info): Fix off-by-one errors.
12252         (nnimap-flags-to-marks): Would return no marks lists for group with no
12253         flags.  Instead return the other data.
12254
12255 2010-09-22  Julien Danjou  <julien@danjou.info>
12256
12257         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12258         Only return an icon.
12259         (gnus-group-insert-group-line): Compute icon to return.
12260
12261         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12262         (gnus-html-image-fetched): Only cache if
12263         gnus-html-image-automatic-caching is set.
12264         (gnus-html-image-fetched): Check for errors.
12265
12266 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12267
12268         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12269         once per method on `g'.  This ensures that backends like nnfolder don't
12270         open all their folders.
12271
12272         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12273         (nnimap-request-list): Nix out group in the correct buffer.
12274         (nnimap-parse-flags): Implement by using `read' instead of
12275         hand-parsing.
12276         (nnimap-flags-to-marks): Pass on permanent-flags.
12277         (nnimap-make-process-buffer): Record the server name.
12278         (nnimap-parse-flags): Fix typo.
12279         (nnimap-request-scan): Run split on the server in general, not just a
12280         single group.
12281
12282         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12283         parameter, and propagate this downwards.
12284
12285         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12286         since EXAMINE changes it on the server.
12287
12288         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12289         this command might take a while.
12290
12291 2010-09-22  Julien Danjou  <julien@danjou.info>
12292
12293         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12294         harmful if you have 2 images side-by-side, they can't be properly
12295         update on text deletion.  Using text-property is safer here.
12296         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12297         data.
12298
12299 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12300
12301         * nnimap.el (nnimap-expunge-inbox): Remove.
12302         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12303         (nnimap-expunge): Flip default to t.
12304
12305         * gnus.el (gnus-method-to-server): Don't push things to the cache
12306         unless it's unique.
12307         (gnus-server-to-method): Ditto.
12308
12309 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12310
12311         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12312
12313 2010-09-22  Julien Danjou  <julien@danjou.info>
12314
12315         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12316         get the start of data.
12317         (gnus-html-encode-url): Add this function to encode special chars in
12318         URL.
12319         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12320         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12321
12322         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12323         default.
12324         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12325
12326         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12327         images alt-text.
12328         (gnus-html-put-image): Put alt-text as help-echo.
12329
12330 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12333         * mm-util.el (mm-decompress-buffer):
12334         * nnir.el (nnir-run-find-grep):
12335         * pop3.el (pop3-list): Use 3rd arg of split-string.
12336
12337         * time-date.el (format-seconds): Comment fix.
12338
12339         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12340         and byte-optimize-form-code-walker.
12341         (dgnushack-make-auto-load): Don't advise make-autoload.
12342
12343         * lpath.el: Remove Emacs 21 stuff.
12344
12345 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12346
12347         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12348         outside the active range.  Suggested by Dan Christensen.
12349
12350         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12351         slightly later to avoid double-getting it.
12352
12353         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12354         previous patch.
12355
12356         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12357
12358 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12359
12360         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12361
12362 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12363
12364         * gnus-int.el (gnus-open-server): Give a better error message in the
12365         "go offline" case.
12366
12367         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12368         marks for nnimap, which is seldom the right thing to do.
12369
12370         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12371         (gnus-same-method-different-name): New function.
12372
12373         * nnimap.el (parse-time): Require.
12374
12375         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12376         method in the presence of many similar methods.
12377
12378         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12379
12380         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12381         nnml-inhibit-expiry.
12382
12383         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12384         find out whether methods are equal.
12385
12386         * nnimap.el (nnimap-find-expired-articles): New function.
12387         (nnimap-process-expiry-targets): New function.
12388         (nnimap-request-move-article): Request the article before looking at
12389         what the Message-ID is.  Fix found by Andrew Cohen.
12390         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12391
12392         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12393         for oldness in addition to being a predicate.
12394
12395         * nnimap.el (nnimap-request-group): When we have zero articles, return
12396         the right data to Gnus.
12397         (nnimap-request-expire-articles): Only delete articles immediately if
12398         the target is 'delete.
12399
12400         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12401         method, this would bug out.
12402
12403         * gnus-group.el (gnus-group-expunge-group): Rename from
12404         gnus-group-nnimap-expunge, and implemented as a normal interface
12405         function.
12406
12407         * gnus-int.el (gnus-request-expunge-group): New function.
12408
12409         * nnimap.el (nnimap-request-create-group): Implement.
12410         (nnimap-request-expunge-group): New function.
12411
12412 2010-09-21  Julien Danjou  <julien@danjou.info>
12413
12414         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12415         (gnus-html-cache-expired): Add new function.
12416         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12417         wethever we should display image for fetch it.
12418         Compute alt-text earlier to pass it to the fetching function too.
12419         (gnus-html-schedule-image-fetching): Change function argument to only
12420         get one image at a time, not a list.
12421         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12422         cache.
12423         (gnus-html-get-image-data): New function to retrieve image data from
12424         cache.
12425         (gnus-html-put-image): Change buffer argument to use image data rather
12426         than file, and place image above region rather than inserting a new
12427         one.  Do not take alt-text as argument, since it's useless now: we place
12428         the image above alt-text.
12429         (gnus-html-prune-cache): Remove.
12430         (gnus-html-show-images): Start to fetch image when we find one, do not
12431         push into a temporary list.
12432         (gnus-html-prefetch-images): Only fetch image if they have expired.
12433         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12434         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12435
12436 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12439
12440 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12441
12442         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12443         spec inser "*" if the group isn't active instead of 0.
12444
12445         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12446         opening the server.
12447         (nnimap-request-delete-group): Implement group deletion.
12448         (nnimap-transform-headers): Return the size of the entire message in
12449         the Bytes header, not just the size of the first part.
12450         (nnimap-request-move-article): When moving an article from nnimap,
12451         request the article first so the accepting form has an article to
12452         accept.  Reported by Dan Christensen.
12453         (nnimap-command): Make sure that the error message doesn't error out.
12454
12455 2010-09-20  David Edmondson  <dme@dme.org>
12456
12457         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12458         we haven't requested anything.
12459
12460 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12461
12462         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12463         "".  Fix found by Andrew Cohen.
12464
12465         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12466         instead of -encode-string.
12467
12468 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12471
12472         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12473         by mm-subst-char-in-string.
12474
12475 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12476
12477         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12478         waiting for the connection string.
12479
12480         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12481         arriving.
12482
12483         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12484         bogus characters.  This allows selecting certain Gmail groups.
12485
12486         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12487         (nnimap-fetch-partial-articles): New variable.
12488         (nnimap-open-connection): When looking for credentials, also use the
12489         nnimap-server-port.
12490         (nnimap-request-article): Return the group/article number, so that Gnus
12491         `^' works as expected.
12492         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12493
12494         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12495         comments.
12496         (gnus-methods-sloppily-equal): New function.
12497         (gnus): When using the development version of Gnus, load the gnus-load
12498         file.
12499
12500         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12501         `gnus-open-server' on each method before trying to scan them etc.
12502         This ensures that all the backend parameters are set correctly.
12503
12504         * nnimap.el (nnimap-authenticator): New variable.
12505         (nnimap-open-connection): Allow anonymous login.
12506         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12507         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12508
12509         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12510         patch, found by Knut Anders Hatlen.
12511
12512 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12513
12514         * gnus-agent.el (gnus-agent-batch-confirmation)
12515         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12516         to gnus-message.
12517         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12518         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12519         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12520         * gnus-int.el (gnus-open-server): Likewise.
12521         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12522         (gnus-score-check-syntax): Likewise.
12523         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12524         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12525         Likewise.
12526         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12527
12528 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12529
12530         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12531         calling conventions so that prefetch doesn't bug out.
12532
12533 2010-09-19  Julien Danjou  <julien@danjou.info>
12534
12535         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12536         rather than `subst-char-in-region' in order to be able to replace ASCII
12537         char by UTF-8 ones.
12538
12539         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12540         than curl.
12541         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12542         the right URL and ALT text on images.
12543         (gnus-html-wash-tags): Fix tag case.
12544         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12545         (gnus-article-html): Add -o display_ins_del=2 option.
12546         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12547
12548 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12549
12550         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12551         the extra mail headers, which sometimes seem to happen for unknown
12552         reasons.
12553
12554         * mail-parse.el (mail-header-encode-parameter): Define as
12555         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12556         (or most, perhaps?) mail readers don't understand the latter, but do
12557         understand the former.
12558
12559         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12560         to nil, so that no methods are automatically agentized.  I think this
12561         is probably what most users want.
12562
12563         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12564         from url-retrieve, for instance about invalid URLs.
12565
12566         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12567         groups that have no articles.
12568         (nnimap-request-article): Check that we really got an article when we
12569         requested one.
12570
12571         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12572         doesn't exist.
12573
12574         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12575         nntp buffer so the agent can save it.
12576         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12577         that CRLF doesn't get translated to \n.
12578         (nnimap-open-connection): Don't make 'shell commands only send \n.
12579
12580 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12581
12582         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12583         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12584         Update var name.
12585         (nnml-generate-nov-file): Use dolist.
12586         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12587         Use with-current-buffer.
12588
12589 2010-09-18  Julien Danjou  <julien@danjou.info>
12590
12591         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12592         parallel.
12593
12594 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12595
12596         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12597         the range update right.
12598         (nnimap-request-group): Don't make `M-g' bug out on group with no
12599         marks.
12600         (nnoo): Require, so that other packages can require nnimap.
12601         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12602         command we're looking for.  This helps when the server sends more
12603         responses after we've gotten everything we expected.
12604         (nnimap): Add a `newlinep' field to keep track of end-of-line
12605         conventions.
12606         Don't send CRLF to things that don't want it.
12607         (nnimap-request-accept-article): Ditto.
12608
12609 2010-09-18  Julien Danjou  <julien@danjou.info>
12610
12611         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12612         than curl to retrieve images.
12613
12614 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12615
12616         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12617         the marks.
12618         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12619         (nnimap-wait-for-connection): New function.
12620         (nnimap-open-connection): If we have PREAUTH, don't query for login
12621         credentials.
12622         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12623         when doing a partial update.
12624
12625 2010-09-18  Julien Danjou  <julien@danjou.info>
12626
12627         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12628         tags.
12629
12630 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12631
12632         * nnimap.el (nnimap-credentials): New function.
12633         (nnimap-open-connection): Use the new function to look for credentials
12634         also on the numeric equivalents of "imap" and "imaps".
12635
12636         * gnus-start.el (gnus-activate-group): Send the info to
12637         gnus-request-group.
12638
12639         * nnimap.el (nnimap-request-group): Have the "check" version of the
12640         function parse flags and update the info, so that a `M-g' get a total
12641         resync of all flags from the group.
12642
12643         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12644         to allow backends to alter the info on group selection.  Also alter all
12645         the backend -request-group functions to take the parameter.
12646
12647         * nnimap.el (nnimap-store-info): New function.
12648         (nnimap-update-info): Store the info for later usage.
12649         (nnimap-request-group): Use the stored info for the dont-check case, so
12650         that we don't retrieve all marks when we enter a group.
12651
12652         * nnimap.el: Use deffoo instead of defun for interface functions.
12653
12654         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12655         update the group info.  This makes the nndraft groups, for instance, go
12656         back to their old behavior.
12657
12658         * gnus-sum.el (gnus-select-newsgroup): Indent.
12659
12660         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12661         in.
12662         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12663         nothing.
12664
12665         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12666         from methods that are denied.
12667
12668         * gnus-int.el (gnus-method-denied-p): New function.
12669
12670         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12671         store the password instead of netrc.
12672         (nnimap-open-connection): Don't error out when we can't make a
12673         connections.
12674
12675         * auth-source.el (auth-source-create): In the password prompt, say what
12676         we're querying for.  Also prompt for user name if that hasn't been
12677         given.
12678
12679         * nnimap.el (nnimap-with-process-buffer): Remove.
12680
12681 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12682
12683         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12684         method when we're reading from the agent.
12685
12686         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12687
12688         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12689         that's probably most useful for users.
12690
12691         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12692         "failed" all the time.
12693
12694         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12695         ...)) with (with-current-buffer ... ).
12696
12697         * nntp.el (nntp-open-server): Return whether the open was successful or
12698         not.
12699
12700         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12701         select an unread unseen article first.
12702
12703         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12704         /etc/services, supply some sensible port defaults.
12705
12706         * dgnushack.el: Define netrc-credentials.
12707
12708 2010-09-17  Julien Danjou  <julien@danjou.info>
12709
12710         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12711
12712 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12713
12714         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12715         doesn't have any parameters.
12716
12717 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12718
12719         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12720         only upcased checks.
12721
12722         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12723
12724         * nnimap.el (nnimap-open-shell-stream): New function.
12725         (nnimap-open-connection): Use it.
12726         (nnimap-transform-headers): Get the number of lines in each message.
12727         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12728         number of lines.
12729         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12730         problem.
12731
12732         * utf7.el (utf7-encode): Autoload.
12733
12734         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12735         to allow the mail splitting to not return a default group.  This is
12736         useful for nnimap, which will leave unmatched mail in the inbox.
12737
12738         * nnimap.el: Rewritten.
12739
12740         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12741         nnimap usage.
12742
12743         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12744         if the move is internal, so that nnimap can do fast internal moves.
12745
12746         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12747         data.
12748         (gnus-read-active-for-groups): Support finishing the early retrieval of
12749         data.
12750
12751         * gnus-range.el (gnus-range-nconcat): New function.
12752
12753         * gnus-int.el (gnus-finish-retrieve-group-infos)
12754         (gnus-retrieve-group-data-early): New functions.
12755
12756 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12757
12758         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12759         (nnrss-retrieve-groups):
12760         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12761         (pop3-quit): Use with-current-buffer.
12762
12763 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12766         instead of nnheader-accept-process-output.
12767
12768         * dgnushack.el (dgnushack-compile): Add comment.
12769
12770         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12771
12772         * gnus-html.el (gnus-html-schedule-image-fetching)
12773         (gnus-html-prefetch-images): Replace process-kill-without-query by
12774         gnus-set-process-query-on-exit-flag.
12775
12776 2010-09-16  Romain Francoise  <romain@orebokech.com>
12777
12778         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12779
12780 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12781
12782         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12783         parameter to unintern is mandatory-ish in Emacs 24.
12784
12785         * gnus-html.el (gnus-html-schedule-image-fetching)
12786         (gnus-html-prefetch-images): Check for curl before using it.
12787
12788         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12789         depend on curl, which isn't essential.
12790
12791         * imap.el: Revert back to version
12792         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12793         seem problematic.
12794
12795 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12796
12797         * gnus-registry.el (gnus-registry-install-shortcuts):
12798         Explicitly pass `obarray' to `unintern' to avoid a warning.
12799
12800 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12801
12802         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12803         change.
12804
12805         * nnrss.el (nnrss-request-list): Remove this function and related
12806         functions, including the moreover stuff.
12807
12808 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12809
12810         * nnrss.el (nnrss-retrieve-groups): New function.
12811
12812 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12813
12814         * .dir-locals.el: Add no-byte-compile cookie.
12815
12816 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * time-date.el (format-seconds): Comment fix.
12819
12820         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12821         for back end that doesn't support request-scan.
12822
12823 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12824
12825         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12826         then do request scans from the backends.
12827
12828         * netrc.el (netrc-credentials): New conveniency function.
12829
12830         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12831         avoid running a hook per line, since this takes a lot of time,
12832         profiling shows.
12833         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12834         directly if gnus-visual-p is true.
12835
12836 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12839         groups; replace mapcar with dolist which is a bit faster; pass groups
12840         info to gnus-read-active-file-1.
12841         (gnus-read-active-file-1): Scan only specified groups if the new
12842         optional arg `infos' is given.
12843
12844 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12845
12846         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12847
12848         * pop3.el (pop3-movemail): Remove.
12849         (pop3-streaming-movemail): Rename to pop3-movemail.
12850
12851         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12852         don't restrict end-tag searches to the end of the line.
12853
12854 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12857         articles of every unchecked group to t, which means unknown since the
12858         server has never been opened.
12859
12860 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12861
12862         * gnus-html.el (gnus-html-show-alt-text): New command.
12863         (gnus-html-browse-image): Ditto.
12864         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12865         to browse the image directly.
12866         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12867         better.
12868
12869         * gnus-async.el (gnus-async-article-callback):
12870         Call `gnus-html-prefetch-images' unconditionally.
12871
12872         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12873         before feeding URLs to curl.
12874
12875 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12878         internal images as deletable by `W D D'.
12879
12880         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12881         (gnus-async-article-callback): Fix typo.
12882
12883 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12884
12885         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12886         current line to work around bugs in the output from w3m.
12887
12888         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12889         for groups that want that.
12890
12891         * nntp.el (nntp-wait-for-string): Supply a timeout for
12892         accept-process-output to ensure progress.
12893
12894         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12895         level to get unread articles from, then use that for foreign groups,
12896         too.
12897
12898         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12899         confuses the rest of the function.
12900
12901         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12902         for the methods that support -retrieve-groups, too.
12903
12904         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12905
12906 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12909         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12910
12911         * pop3.el: Require cl when compiling.
12912         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12913
12914 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12915
12916         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12917         that aren't going to be activated.
12918         (gnus-get-unread-articles): Fix up the last commit.
12919
12920         * gnus-html.el (gnus-article-html): Allow calling without specifying
12921         the handle.  In that case, dissect the buffer first.
12922
12923         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12924
12925         * nnimap.el (nnimap-open-connection): Revert the change that would look
12926         into authinfo for imaps instead of imap.
12927
12928         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12929         say that you don't want to call gnus-request-group with don-check, but
12930         do check the reponse.  This is for virtual groups only.
12931         (gnus-get-unread-articles): Count the archive groups as secondary, so
12932         that they're activated the same way as before.
12933
12934         * imap.el (imap-message-map): Removed optional buffer parameter, since
12935         no callers use it.
12936         (imap-message-get): Ditto.
12937         (imap-message-put): Ditto.
12938         (imap-mailbox-map): Ditto.
12939         (imap-mailbox-put): Ditto.
12940         (imap-mailbox-get): Ditto.
12941         (imap-mailbox-get): Revert last change for this function.
12942
12943         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12944         case-insensitively.
12945         (nnimap-debug): Remove.
12946
12947         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12948         callers to use `imap-fetch' instead.  According to the comments, this
12949         should be safe, since all other IMAP clients use the 1:* syntax.
12950         (imap-enable-exchange-bug-workaround): Remove.
12951         (imap-debug): Remove -- doesn't seem very useful.
12952
12953         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12954         mail from a file, and the file doesn't exist.
12955
12956         * imap.el (imap-log): New convenience function used throughout instead
12957         of repeating the same code all over the place.
12958
12959         * pop3.el (pop3-streaming-movemail): Return t for success.
12960
12961         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12962         .authinfo if we're using ssl connection.
12963
12964         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12965         already have if we're in a main Gnus `g' run.
12966
12967         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12968
12969 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12972
12973         * nnmh.el (nnmh-request-list-1): Bind `file'.
12974
12975         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12976         alias to set-process-query-on-exit-flag or process-kill-without-query.
12977         (pop3-open-server): Use it.
12978
12979 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12980
12981         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12982         box to the Incoming file.  Fixes mistake in previous checkin.
12983
12984         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12985         request loop (for debugging purposes) removed.
12986
12987         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12988         culprit is more visible.
12989         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12990         (nnml-add-incremental-nov): New functions to do "incremental" nov
12991         updates, where we just append to the end of the existing nov files
12992         without reading/writing them in full.
12993
12994         * mail-source.el (mail-source-delete-crash-box): Really only check the
12995         incoming files once in a while.
12996
12997         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12998
12999         * mail-source.el (mail-source-delete-crash-box): Only check the
13000         incoming files for deletion once per day to save a lot of file
13001         accesses.
13002
13003         * pop3.el (pop3-logon): Fix up unbound variable typo.
13004
13005         * mail-source.el (pop3-streaming-movemail): Autoload.
13006
13007         * pop3.el (pop3-streaming-movemail):
13008         Respect pop3-leave-mail-on-server.
13009
13010         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
13011         retrieval.
13012
13013         * pop3.el (pop3-process-filter): Remove unused function.
13014         (pop3-streaming-movemail, pop3-send-streaming-command)
13015         (pop3-wait-for-messages, pop3-write-to-file)
13016         (pop3-number-of-responses): New functions for streaming pop3
13017         retrieval.
13018
13019         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
13020         come from no known methods.
13021         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
13022         list.
13023
13024         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
13025         message sizes.
13026         (pop3-movemail): Use erase-buffer instead of looping and deleting
13027         regions, which seems rather odd.
13028
13029         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
13030         file once per `g' run.
13031
13032         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
13033         directories.  This makes the draft queue directory work.
13034
13035         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
13036         data from the backends, so that we only request the list of groups from
13037         each method once.  This should speed things up considerably.
13038
13039         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
13040         detect that it's not implemented.
13041
13042         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
13043         we actually do recurse down into the tree, but don't stat all leaf
13044         nodes.
13045
13046         * gnus-html.el (gnus-html-show-images): If there are no images to show,
13047         then say so instead of bugging out.
13048
13049         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
13050         files exist before trying to read them.
13051
13052         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
13053         around <pre_int>.
13054
13055         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
13056
13057         * nnmh.el (nnmh-request-list-1): Optimize for speed.
13058
13059 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13060
13061         * mm-util.el (mm-image-load-path): Just return the image directories,
13062         not all directories in the path in addition to the image directories.
13063         (mm-image-load-path): Maintain a cache of the image directories so that
13064         the `g' command in Gnus doesn't have to stat dozens of directories each
13065         time.
13066
13067         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
13068         (gnus-html-wash-tags): Add a new `i' command to insert images.
13069         (gnus-html-insert-image): New command and keystroke.
13070         (gnus-html-redisplay-with-images): New command and keystroke.
13071         (gnus-html-show-images): Rename command.
13072         (gnus-html-wash-tags): Remove more white space before <pre_int> image
13073         spacers.
13074         (gnus-html-wash-tags): Decode entities at the end, so that entities
13075         inside the tags don't mess up the rest of the "parsing".
13076
13077         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13078         so that nnimap methods aren't agentized by default.  There's apparently
13079         many problems related to agent/imap behavior.
13080
13081         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13082
13083         * gnus-html.el: Doc fix.
13084
13085 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13088         specifier-spec-list for Emacs 21.
13089
13090         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13091         glyph-width and glyph-height instead of display-graphic-p and
13092         image-size; make avoidance of displaying small images work for XEmacs.
13093
13094         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13095         for XEmacs.
13096
13097         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13098         of symbol that holds plist data.
13099         (gnus-process-plist): Remove plist of process after getting it.
13100
13101 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13102
13103         * message.el (message-generate-hashcash): Change default to
13104         'opportunistic if hashcash is installed.
13105
13106         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13107         (gnus-html-put-image): Only call image-size once, since it's somewhat
13108         time-consuming on remote X servers.
13109
13110 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13113         type on data, not a file name.
13114
13115         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13116         window-pixel-edges for Emacs 21.
13117
13118         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13119         decoded contents.
13120         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13121
13122 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13123
13124         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13125         group line format, since it isn't very interesting.
13126
13127         * gnus-agent.el (gnus-agent-short-article),
13128         (gnus-agent-long-article): Increase values for these two variables,
13129         since most people are likely to have more network connection and
13130         storage than before.
13131
13132         * gnus.el (gnus-refer-article-method): Change default to 'current.
13133         When referring an article, the common behavior is to refer it from the
13134         current select method, not the native select method.  The chances of
13135         the native select method having the message in question is rather slim
13136         these days.
13137
13138         * gnus-sum.el (gnus-auto-select-subject): Change default to
13139         `unseen-or-unread'.  I think it's likely that most people want to
13140         select an unseen article over a previously seen, but unread one.
13141
13142         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13143         means that in the article buffer none of the minor mode elements will
13144         be shown, usually, and this is not desirable in most cases.
13145
13146         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13147         that commands like `d' (and the like) go to the next line in the
13148         buffer, instead of the next unread article.  I think this is the
13149         behavior that is most natural for most users.
13150         (gnus-single-article-buffer): Change default to nil, so that people can
13151         have as many article buffers open as they have summary buffer.  I think
13152         this is the most natural way for the groups to behave.
13153
13154         * message.el (message-generate-new-buffers): Change default to
13155         `unsent', so that all new message buffers start their names with the
13156         string "*unsent", and it's easier to find the buffers if you move from
13157         them.
13158
13159 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13160
13161         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13162         small.  They're probably tracking images.
13163         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13164         (gnus-html-rescale-image): Yet another try at getting the image sizing
13165         right.
13166
13167         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13168         nntp-marks-file-name is nil.
13169
13170 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13171
13172         * gnus-html.el (gnus-html-wash-tags)
13173         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13174         Better logging.
13175
13176 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13177
13178         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13179
13180         * gnus-html.el (gnus-html-wash-tags): Check the value of
13181         gnus-blocked-images in the summary buffer.
13182
13183 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13184
13185         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13186
13187 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13188
13189         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13190         like "a", it seems like.
13191         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13192         since it needs to be picked from the correct buffer.
13193
13194         * nnwfm.el: Remove.
13195
13196         * nnlistserv.el: Remove.
13197
13198 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13199
13200         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13201         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13202
13203 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13204
13205         * nnkiboze.el: Remove.
13206
13207         * nndb.el: Remove.
13208
13209         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13210         alt text.
13211         (gnus-html-rescale-image): Try to get the rescaling logic right for
13212         images that are just wide and not tall.
13213
13214         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13215         overshadow variable bindings.
13216
13217 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13218
13219         * gnus-html.el (gnus-html-wash-tags)
13220         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13221         Add extra logging.
13222
13223 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13224
13225         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13226         (gnus-max-image-proportion): New variable.
13227         (gnus-html-rescale-image): New function.
13228         (gnus-html-put-image): Rescale images.
13229
13230 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13231
13232         Fix up some byte-compiler warnings.
13233         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13234         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13235         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13236         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13237         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13238         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13239         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13240
13241 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * gnus-html.el (gnus-article-html): Decode contents by charset.
13244
13245 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13248         (gnus-html-frame-width, gnus-blocked-images):
13249         * message.el (message-prune-recipient-rules): Add custom version.
13250         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13251
13252         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13253         functions.
13254
13255         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13256         gnus-process-get.
13257
13258 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13259
13260         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13261         instead of lsub directly.
13262
13263 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13264
13265         * nnwarchive.el: Remove.
13266
13267         * gnus-soup.el: Remove.
13268
13269         * nnsoup.el: Remove.
13270
13271         * nnultimate.el: Remove.
13272
13273         * gnus-html.el (gnus-blocked-images): New variable.
13274
13275         * message.el (message-prune-recipients): New function.
13276         (message-prune-recipient-rules): New variable.
13277
13278         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13279         guess whether a long line is natural text or not.
13280
13281         * gnus-html.el (gnus-html-schedule-image-fetching):
13282         Use gnus-process-plist and friends for compatibility.
13283
13284 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13285
13286         * gnus-html.el: Require packages that define macros used in this file.
13287         (gnus-article-mouse-face): Declare to silence byte-compiler.
13288         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13289         process-get.
13290         (gnus-html-put-image): Use plist-get to avoid getf.
13291         (gnus-html-prefetch-images): Use with-current-buffer.
13292
13293 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * gnus-ems.el: Provide compatibility functions for
13296         gnus-set-process-plist.
13297
13298         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13299         header-line-format for XEmacs 21.4.
13300
13301         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13302         * gnus.el (gnus-valid-select-methods):
13303         * message.el (message-send-mail-partially-limit):
13304         * mm-decode.el (mm-text-html-renderer):
13305         * mml.el (mml-insert-mime-headers-always):
13306         * smiley.el (smiley-regexp-alist): Bump custom version.
13307
13308 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13309
13310         * gnus-html.el: Require mm-url.
13311         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13312         with the url to `url'.
13313         (gnus-html-wash-tags): Support cid: URLs/images.
13314
13315 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13316
13317         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13318         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13319         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13320
13321         * gnus-move.el: Remove file, since it doesn't really work.
13322
13323         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13324         UTF-8.  This seems to fix problems with some German web feeds.
13325
13326         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13327         at the top so that the proper colors are applied.
13328
13329         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13330         don't have dots in their names.
13331
13332         * gnus-art.el (gnus-article-view-part): Doc fix.
13333
13334         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13335         XEmacs-compatible.
13336         (gnus-html-put-image): Don't do images on non-graphic displays.
13337
13338         * nnslashdot.el: Remove this unused backend.
13339
13340         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13341         actions.
13342         (gnus-undo-register-1): Revert last change.
13343
13344         * gnus-group.el (gnus-group-completing-read): Protect against not
13345         having completion-styles bound.
13346
13347         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13348         make broken recipients happier.
13349
13350         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13351
13352         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13353         point parameter.
13354
13355         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13356
13357         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13358         completion-styles for group selection.
13359
13360 2009-02-04  Andreas Schwab  <schwab@suse.de>
13361
13362         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13363         headers and regexp-quote the match if necessary.
13364
13365 2009-03-24  Miles Bader  <miles@gnu.org>
13366
13367         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13368         the blinking smiley.
13369
13370 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13371
13372         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13373         blink smiley.
13374
13375 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13376
13377         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13378         where the dribbel file lives exists.
13379
13380         * message.el (message-send-mail-partially-limit): Change the default to
13381         nil, since most people don't want this.
13382
13383         * mm-url.el (mm-url-decode-entities): Also decode entities like
13384         &#x3212.
13385
13386 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13387
13388         * gnus-sum.el (gnus-summary-idna-message):
13389         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13390         Hyperlink urls in docstrings with URL `...'.
13391
13392 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13393
13394         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13395         functions.
13396
13397 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13398
13399         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13400         say what the mouseover text should be.
13401
13402         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13403         version of the mm-w3m-safe-url-regexp variable to only download images
13404         in the groups where we want that to happen.
13405
13406         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13407
13408         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13409         easier debugging.
13410         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13411         big pictures in the article buffer.
13412
13413         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13414         gnus-article-html.
13415         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13416         w3m.
13417
13418         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13419
13420 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13421
13422         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13423         which doesn't exist.
13424
13425         * message.el (message-inhibit-ecomplete): New variable to allow some
13426         function to inhibit ecomplete address storage.
13427         (message-resend): Disable ecomplete message storage when resending
13428         messages.
13429
13430         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13431
13432 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13435         Save excursion while copying, moving, and deleting articles in order to
13436         prevent the cursor from jumping to unforeseen place.
13437
13438 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * lpath.el: No need to bind bookmark-current-buffer,
13441         bookmark-yank-point and bookmark-make-record-function.
13442
13443 2010-08-17  Glenn Morris  <rgm@gnu.org>
13444
13445         * gnus-sync.el: Require gnus components whose functions are used.
13446
13447         * gnus-art.el (bookmark-make-record-function):
13448         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13449         Declare for compiler.
13450
13451         * mm-url.el (mml-compute-boundary): Autoload.
13452
13453 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13456
13457 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13458
13459         Typo fix "hoo4a" -> "hook".
13460
13461         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13462
13463 2010-08-14  Glenn Morris  <rgm@gnu.org>
13464
13465         * gnus-sync.el (gnus-sync): Fix defgroup version.
13466
13467 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13468
13469         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13470
13471         * gnus-sync.el: Fix docs.
13472         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13473         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13474
13475 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13476
13477         Optimizations for gnus-sync.el.
13478
13479         * gnus-sync.el: Add docs about gnus-sync-backend
13480         possibilities.
13481         (gnus-sync-save): Remove unnecessary message.
13482         (gnus-sync-read): Optimize and show what groups were skipped.
13483
13484 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13485
13486         Minor bug fixes for gnus-sync.el.
13487
13488         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13489         Don't read the sync on get-new-news.
13490
13491         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13492         quiet.
13493
13494         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13495         (fix typo).
13496
13497 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13498
13499         Make saving and restoring of hidden threads work with overlays.
13500         Patch applied by Ted Zlatanov.
13501
13502         * gnus-sum.el (gnus-hidden-threads-configuration)
13503         (gnus-restore-hidden-threads-configuration): Update to deal with text
13504         properties, rather than searching for a magic character.
13505
13506 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13507
13508         New gnus-sync.el library for synchronization of marks.
13509
13510         * gnus-sync.el: New library for synchronization of marks.
13511
13512         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13513         renamed from `gnus-registry-grep-in-list'.
13514
13515         * gnus-registry.el (gnus-registry-follow-group-p):
13516         Use `gnus-grep-in-list'.
13517
13518         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13519
13520 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13523         determining charset of text fails.
13524
13525 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * nnmail.el (nnmail-get-new-mail-1): Revert.
13528
13529         * nnml.el (nnml-active-number): Make sure names of newly created groups
13530         in nnml-group-alist are encoded.
13531
13532 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13535         containing non-ASCII characters in active file for nnml back end.
13536
13537 2010-07-24  David Engster  <dengste@eml.cc>
13538
13539         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13540         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13541
13542 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13543
13544         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13545         tag (Bug#6654).
13546
13547 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13550         the article buffer, not the summary buffer.
13551
13552 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13555         Emacs 23 as well.
13556
13557 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13560         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13561
13562 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13563
13564         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13565         Patch applied by Karl Fogel.
13566
13567         * gnus-sum.el (gnus-summary-bookmark-make-record):
13568         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13569
13570 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13571
13572         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13573         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13574         C-w still not working correctly from Article buffers; Thierry's
13575         patch to fix that will be applied after this.
13576
13577         * gnus-art.el (bookmark-make-record-function): New local variable.
13578
13579         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13580         article buffer.
13581         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13582
13583 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13584
13585         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13586         on changes in bookmark.el.
13587
13588 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13591         `no-log' instead of message not to log prompt string.
13592
13593 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13594
13595         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13596         the *other* type of HTML form submission.
13597
13598 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13599
13600         * auth-source.el (auth-source-pick): If choice does not contain a
13601         questioned keyword, set the check to t.
13602
13603 2010-06-12  Romain Francoise  <romain@orebokech.com>
13604
13605         * gnus-util.el (gnus-date-get-time): Move up before first use.
13606
13607 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13610         (gnus-article-edit-part): Bind it to make last part that is substituted
13611         or deleted visible.
13612         (gnus-mime-display-single): Buttonize part of which id equals to
13613         gnus-mime-buttonized-part-id.
13614
13615 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13616
13617         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13618         (gnus-dd-mmm): Use gnus-date-get-time.
13619         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13620         simplify logic.
13621         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13622         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13623
13624 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13625
13626         * auth-source.el (top): Autoload `secrets-list-collections',
13627         `secrets-create-item', `secrets-delete-item'.
13628         (auth-sources): Fix tag string.
13629         (auth-get-source, auth-source-retrieve, auth-source-create)
13630         (auth-source-delete): New defuns.
13631         (auth-source-pick): Rewrite in order to avoid 2 passes.
13632         (auth-source-forget-user-or-password): New parameter USERNAME.
13633         (auth-source-user-or-password): New parameters CREATE-MISSING and
13634         DELETE-EXISTING.  Retrieve password interactively, if needed.
13635
13636 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13637
13638         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13639         deleting unused directories when gnus-expert-user is t.
13640
13641 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13644         for each temp file when gnus-article-browse-delete-temp is ask.
13645
13646 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13647
13648         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13649         Replace Lisp calls to delete-backward-char by calls to delete-char.
13650
13651 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13652
13653         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13654
13655 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13656
13657         * password-cache.el (password-cache-remove): Fix docstring.
13658
13659 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13662         article unless decoding article to be saved.
13663
13664 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13667         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13668         generated within the mm-with-unibyte-current-buffer macro.
13669
13670 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13673         to nil when we're in a mml-preview buffer and no group is selected.
13674
13675 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13676
13677         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13678         when catching the `C-g'.  Reported by "Leo".
13679
13680 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * message.el (message-forward-make-body-plain)
13683         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13684         multibyte-string-p.
13685
13686         * lpath.el: Revert.
13687
13688 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * message.el (message-forward-make-body-mml): Assume original message
13691         is multibyte string; error on unibyte.
13692         (message-forward-make-body-plain): Ditto; don't add excessive newline
13693         in body end.
13694
13695         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13696
13697 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13698
13699         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13700         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13701
13702 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * mm-extern.el (mm-extern-url): Don't use
13705         mm-with-unibyte-current-buffer.
13706         (mm-extern-cache-contents): Use with-current-buffer instead of
13707         save-excursion + set-buffer.
13708
13709 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * mm-util.el (mm-emacs-mule): Remove.
13712
13713 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13714
13715         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13716         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13717         change.
13718
13719 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13722         bind the default value of enable-multibyte-characters to nil.
13723
13724 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * message.el (message-forward-make-body-plain)
13727         (message-forward-make-body-mml):
13728         Don't use mm-with-unibyte-current-buffer.
13729
13730 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13731
13732         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13733
13734 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13735
13736         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13737         (Bug#5592).
13738
13739 2010-05-07  Julien Danjou  <julien@danjou.info>
13740
13741         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13742         it to mm-pipe-part.
13743
13744         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13745         it is given.
13746
13747 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * binhex.el (binhex-decode-region-internal):
13750         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13751         (dns-query):
13752         * nnweb.el (nnweb-gmane-search):
13753         * pgg-parse.el (pgg-parse-armor):
13754         * pgg.el (pgg-verify-region):
13755         * sha1.el (sha1-string-external):
13756         * uudecode.el (uudecode-decode-region-internal):
13757         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13758         XEmacs.
13759
13760         * gnus-art.el (gnus-article-browse-html-parts):
13761         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13762         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13763         make-temp-file.
13764
13765         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13766         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13767         compiling.
13768
13769         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13770         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13771         XEmacs when compiling.
13772
13773         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13774         gnus-pick-mode-off-hook for XEmacs when compiling.
13775         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13776         gnus-binary-mode-off-hook for XEmacs when compiling.
13777
13778         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13779         Return nil if char-charset is not available.
13780
13781         * imap.el (imap-disable-multibyte)
13782         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13783         macros.
13784
13785         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13786         instead of encode-coding-string.
13787
13788         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13789         'xemacs) instead of mm-emacs-mule to switch function definitions.
13790         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13791
13792         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13793         bind temporary-file-directory for XEmacs;
13794         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13795         timer-set-function for XEmacs 21.4 and SXEmacs;
13796         bind timer-list for XEmacs 21.4 and SXEmacs;
13797         fbind char-charset and find-charset-region for non-Mule XEmacs;
13798         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13799         encode-coding-region and encode-coding-string for XEmacs having no
13800         file-coding feature.
13801
13802 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13803
13804         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13805
13806 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13809         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13810
13811 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13812
13813         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13814         alias `jka-compr-delete-temp-file' no longer exists.
13815
13816 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13817
13818         Use define-minor-mode in Gnus where applicable.
13819         * mml.el (mml-mode): Use define-minor-mode.
13820         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13821         (gnus-undo-mode): Use define-minor-mode.
13822         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13823         (gnus-dead-summary-mode): Use define-minor-mode.
13824         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13825         Initialize in declaration.
13826         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13827         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13828         (gnus-mailing-list-mode): Use define-minor-mode.
13829         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13830         (gnus-draft-mode): Use define-minor-mode.
13831         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13832         (gnus-dired-mode): Use define-minor-mode.
13833
13834 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13835
13836         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13837         handles on recursive mml-to-mime translation and check them for
13838         boundary delimiter collisions.  Reported by Greg Troxel.
13839
13840 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13843
13844 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13845
13846         * mm-util.el (mm-find-buffer-file-coding-system):
13847         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13848
13849 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13850
13851         * message.el (message-generate-headers): Record insertion of optional
13852         headers as well.  Otherwise the check to prevent repeated insertion of
13853         optional headers is a no-op.
13854
13855 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13856
13857         * smime.el: Don't mention CVS.
13858
13859         * nnrss.el (nnrss-fetch): Don't mention CVS.
13860
13861         * nnir.el: Don't mention CVS.
13862
13863 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13864
13865         * gnus-sum.el (gnus-summary-bookmark-make-record):
13866         Add `location' field.
13867
13868 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * lpath.el: Fbind bookmark-default-handler,
13871         bookmark-get-bookmark-record, bookmark-make-record-default,
13872         bookmark-prop-get for Emacs <23 and XEmacs.
13873
13874 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13875
13876         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13877         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13878         Use with-current-buffer to silence the byte-compiler.
13879         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13880         bother to require `gnus'.
13881         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13882
13883 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13884
13885         * gnus-sum.el (gnus-summary-bookmark-make-record)
13886         (gnus-summary-bookmark-jump): New functions.
13887         (gnus-summary-mode): Setup bookmark support.
13888
13889 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13890
13891         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13892         if set.
13893
13894 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13897         gnus-article-browse-html-save-cid-image; make it work recursively for
13898         forwarded messages as well.
13899         (gnus-article-browse-html-parts): Work when prefix arg is given.
13900         (gnus-article-browse-html-article): Doc fix.
13901
13902 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13903
13904         * message.el (message-default-mail-headers)
13905         (message-default-headers): Carry the value mail-default-headers over
13906         into message-default-mail-headers, rather than message-default-headers.
13907
13908 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13909
13910         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13911         charset.
13912
13913         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13914         charset into the <meta> tag when the article is encoded to utf-8.
13915
13916 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-art.el (gnus-article-browse-delete-temp-files):
13919         Delete directories as well.
13920         (gnus-article-browse-html-parts): Work for images that do not specify
13921         file names; delete temp directory when quitting; insert header at the
13922         right place; use file: scheme for image files.
13923
13924 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13925
13926         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13927         (gnus-article-browse-html-parts): Use it to make temporary cid image
13928         files in addition to html file so that browser may display them.
13929
13930 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13933
13934 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13935
13936         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13937
13938 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13939
13940         * auth-source.el (auth-sources): Change default to be simpler.
13941         Explain about Secret Service API sources.  Improve Customize options.
13942         (auth-source-pick): Change to accept any number of search parameters.
13943         Implement fallbacks iteratively, not recursively.  Add scoring on the
13944         second pass and sort by score.  Call Secret Service API when needed.
13945         (auth-source-user-or-password): Use it.  Call Secret Service API
13946         directly when needed to get the user name and the password.
13947
13948 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13949
13950         * message.el (message-interactive): Doc fix.
13951         (message-qmail-inject-args): Reflow.
13952         (message-kill-to-signature): Fix typo in docstring.
13953
13954         * smiley.el (smiley-buffer): Fix typo in docstring.
13955
13956 2010-03-24  Glenn Morris  <rgm@gnu.org>
13957
13958         * mail-source.el (gnus-message): Declare.
13959         (mail-source-delete-old-incoming): Require gnus-util.
13960
13961 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13964
13965         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13966
13967         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13968         password-cache's default if it is not bound.
13969         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13970         password-cache-expiry's default if it is not bound.
13971
13972         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13973         available in Emacs 21.
13974
13975         * lpath.el: Suppress compiler warnings for:
13976         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13977         XEmacs;
13978         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13979         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13980         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13981
13982 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13983
13984         * auth-source.el (auth-sources): Fix up definition so extra parameters
13985         are always inline.
13986
13987 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13988
13989         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13990         wasn't updated after mismatch.  Clear cached mailbox info correctly
13991         when uidvalidity changes.
13992         (nnimap-group-prefixed-name): New function to avoid some code
13993         duplication.
13994         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13995         (nnimap-request-group): Use it.
13996         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13997         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13998         with many imap folders.  This is done by caching the group status from
13999         the imap server persistently in a group parameter `imap-status'.  (This
14000         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
14001         but not persistently, so every Gnus startup was still very slow.)
14002
14003 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14004
14005         * assistant.el (assistant-render-text): Run `widget-setup' and don't
14006         delete the extra newline.  Otherwise editing of :string and :number
14007         types don't work.
14008
14009 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14010
14011         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
14012         secrets.el dependency.
14013         (auth-sources): Add optional user name.  Add secrets.el configuration
14014         choice (unused right now).
14015
14016 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14017
14018         * gnus-sum.el (gnus-summary-make-menu-bar):
14019         Let `gnus-registry-install-shortcuts' fill in the functions.
14020
14021         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
14022         warnings.
14023         (gnus-registry-misc-menus): Variable to hold registry mark menus.
14024         (gnus-registry-install-shortcuts): Populate and use it in a
14025         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
14026
14027 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
14028
14029         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
14030         In-place substitutions for the group name encoding/decoding.
14031         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
14032         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
14033         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
14034         (nnimap-update-unseen, nnimap-request-list)
14035         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
14036         (nnimap-request-set-mark, nnimap-split-to-groups)
14037         (nnimap-split-articles, nnimap-request-newgroups)
14038         (nnimap-request-create-group, nnimap-request-accept-article)
14039         (nnimap-request-delete-group, nnimap-request-rename-group)
14040         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
14041         `encoded-mbx' for consistency.
14042         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
14043         variable `imap-current-mailbox'.
14044
14045         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
14046         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
14047
14048 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
14049
14050         * pop3.el (pop3-display-message-size-flag): Display message size byte
14051         counts during POP3 download.
14052         (pop3-movemail): Use it.
14053         (pop3-list): Implement listing of available messages.
14054
14055 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
14056
14057         * nnir.el (nnir-get-article-nov-override-function): New function to
14058         override the normal NOV retrieval.
14059         (nnir-retrieve-headers): Use it.
14060
14061 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
14062
14063         * auth-source.el (netrc-machine-user-or-password): Autoload.
14064
14065 2010-03-19  Glenn Morris  <rgm@gnu.org>
14066
14067         Stop message.el from loading about 40 libraries it doesn't always need.
14068         The general approach is to autoload rather than require, and to
14069         require in the specific functions rather than the file.  (Bug#5642)
14070
14071         * gmm-utils.el: Don't require wid-edit.
14072         (widget-create-child-value, widget-convert, widget-default-get):
14073         Autoload.
14074
14075         * gnus-util.el: Don't require time-date, netrc.
14076         (message-fetch-field, gnus-group-name-decode): Declare rather than
14077         autoloading.
14078         (gnus-fetch-field): Require message.
14079         (gnus-decode-newsgroups): Require gnus-group.
14080
14081         * ietf-drums.el: Don't require time-date.
14082
14083         * message.el: Don't require hashcash, canlock, ecomplete.
14084         Do require mail-utils.  Require nnheader only when compiling.
14085         (smtpmail-default-smtp-server): Remove declaration.
14086         (message-send-mail-function): Check smtpmail-default-smtp-server
14087         is bound rather than requiring smtpmail.
14088         (message-auto-save-directory, message-insert-signature):
14089         Use expand-file-name rather than nnheader-concat.
14090         (nnheader-insert-file-contents): Autoload.
14091         (hashcash-wait-async): Declare.
14092         (message-send-mail): Only call gnus-setup-posting-charset if
14093         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14094         (message-send-mail-with-sendmail): Require sendmail.
14095         (canlock-password, canlock-password-for-verify): Declare.
14096         (message-canlock-password): Require canlock.
14097         (nnheader-get-report): Autoload.
14098         (gnus-setup-posting-charset): Declare.
14099         (message-send-news): Require gnus-msg.
14100         (message-make-references, message-make-in-reply-to): Use mail-header-id
14101         rather than the alias mail-header-message-id.
14102         (ecomplete-add-item, ecomplete-save): Declare.
14103         (message-put-addresses-in-ecomplete): Require ecomplete.
14104         (ecomplete-display-matches): Autoload.
14105
14106         * mm-decode.el: Don't require mailcap, gnus-util.
14107         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14108         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14109         Autoload.
14110         (mailcap-mime-extensions): Declare.
14111
14112         * mm-encode.el: Don't require mailcap.
14113         (mailcap-extension-to-mime): Autoload.
14114
14115         * mml-sec.el: Don't require password-cache.
14116
14117         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14118         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14119         (mml-minibuffer-read-type): Require mailcap.
14120         (mml-preview): Require gnus-msg.
14121
14122         * mml1991.el: Require password-cache.
14123         (password-cache-expiry): Remove declaration.
14124
14125         * mml2015.el: Require password-cache.
14126         (password-cache-expiry): Remove declaration.
14127
14128         * nneething.el (mailcap): Require mailcap.
14129
14130         * nnheader.el (declare-function): Add compatibility stub.
14131         (message-remove-header): Declare rather than autoload.
14132         (nnheader-replace-header): Require message.
14133
14134         * nnimap.el (declare-function): Add compatibility stub.
14135         (netrc-parse, netrc-machine-user-or-password): Declare.
14136         (nnimap-open-connection): Require netrc.
14137
14138         * nntp.el (declare-function): Add compatibility stub.
14139         (netrc-parse, netrc-machine, netrc-get): Declare.
14140         (nntp-send-authinfo): Require netrc.
14141
14142         * rfc2047.el: Don't require qp.
14143         (quoted-printable-encode-region, quoted-printable-decode-string):
14144         Autoload.
14145
14146         * sieve-mode.el: Don't require easymenu.
14147         (easy-menu-add-item): Autoload it.
14148
14149         * spam-stat.el (time-to-number-of-days): Autoload it.
14150
14151 2010-03-19  Glenn Morris  <rgm@gnu.org>
14152
14153         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14154
14155 2010-03-18  Glenn Morris  <rgm@gnu.org>
14156
14157         * hashcash.el (declare-function): Remove duplicate definition.
14158
14159 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14160
14161         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14162         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14163         value if any backslash escapes).
14164
14165 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14168         if it is available.  (bug#5647)
14169
14170         * lpath.el: Suppress compiler warning for coding-system-from-name for
14171         Emacs 21 and XEmacs.
14172
14173 2010-03-14  Juri Linkov  <juri@jurta.org>
14174
14175         * hmac-def.el:
14176         * hmac-md5.el:
14177         * netrc.el: Fix keywords.
14178
14179 2010-02-26  Glenn Morris  <rgm@gnu.org>
14180
14181         * message.el (message-send-mail-function): Change the default, so that
14182         it inherits from a customized send-mail-function.  (Bug#5643)
14183
14184 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14185
14186         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14187         shell-command-to-string signals an error (bug#5299).
14188
14189 2010-02-24  Glenn Morris  <rgm@gnu.org>
14190
14191         * message.el (message-smtpmail-send-it)
14192         (message-send-mail-with-mailclient): Doc fixes.
14193
14194 2010-02-16  Glenn Morris  <rgm@gnu.org>
14195
14196         * message.el (message-default-mail-headers): Change the default value
14197         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14198
14199 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14202         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14203
14204 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14205
14206         * time-date.el (date-to-time): Doc fix (Bug#5408).
14207
14208 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14209
14210         * message.el (message-mail): Just pass yank-action on to message-setup.
14211         (message-setup): Handle (FUN . ARGS) form of yank-action.
14212         (message-with-reply-buffer, message-widen-reply)
14213         (message-yank-original): Handle non-buffer values of
14214         message-reply-buffer (Bug#4080).
14215         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14216
14217 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14218
14219         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14220         Fix typo in docstring.
14221
14222 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14223
14224         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14225         response.
14226
14227 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14230
14231         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14232
14233         * message.el (message-check-news-header-syntax): Protect against a
14234         string that `rfc822-addresses' returns when parsing fails.
14235
14236 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14239         (gnus-previous-char-property-change): New functions.
14240
14241         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14242
14243 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14244
14245         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14246         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14247
14248 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14249
14250         * message.el (message-exchange-point-and-mark): Rework last change to
14251         avoid using optional arg of exchange-point-and-mark, for backward
14252         compatibility.
14253
14254 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14255
14256         * message.el (message-exchange-point-and-mark):
14257         Call exchange-point-and-mark with an argument rather than setting
14258         mark-active by hand (Bug#5175).
14259
14260 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * nntp.el (nntp-service-to-port): Work for service expressed with
14263         numeric string; replace [:digit:] with [0-9] for XEmacs.
14264
14265 2009-12-17  Glenn Morris  <rgm@gnu.org>
14266
14267         * gnus-group.el (gnus-bug-group-download-format-alist):
14268         Change emacs entry to debbugs.gnu.org.  Bump :version.
14269
14270 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14273
14274 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14275
14276         * message.el (message-info): Explain why we use `Info-goto-node'.
14277
14278 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14281
14282 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14283
14284         * message.el (message-completion-in-region): New compatibility function.
14285         (message-expand-group): Use it.
14286
14287 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14290         with no unread article should be listed if the 2nd arg `predicate' is
14291         given.
14292
14293 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14296
14297 2009-11-29  Juri Linkov  <juri@jurta.org>
14298
14299         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14300         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14301         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14302
14303 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14304
14305         * sha1.el (sha1-string-external): default-directory "/" in case
14306         otherwise non-existent.  process-connection-type pipe for touch of
14307         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14308
14309 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14310
14311         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14312         it's comms related and sgml-mode.el has "comm" on that basis too.
14313
14314 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14317         containing tspecial characters if they have been already quoted.
14318
14319 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14320
14321         * dns-mode.el (auto-mode-alist): Purecopy string.
14322
14323 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14324
14325         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14326
14327 2009-10-24  Glenn Morris  <rgm@gnu.org>
14328
14329         * gnus-art.el (help-xref-stack-item): Define for compiler.
14330
14331 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14332
14333         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14334
14335 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14338
14339 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14342         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14343
14344 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14347         (gnus-overlays-in): New alias to overlays-in.
14348
14349         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14350         gnus-overlay-get, and gnus-delete-overlay.
14351         (gnus-summary-show-thread): Make it work as well for systems in which
14352         next-single-char-property-change is not available.
14353         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14354
14355         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14356         (gnus-overlay-get): New alias to extent-property.
14357         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14358
14359         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14360         SXEmacs.
14361
14362         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14363         SXEmacs.
14364
14365 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14368
14369 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14370
14371         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14372         and XEmacs that don't have `remove-overlays'.
14373
14374 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14375
14376         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14377         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14378         selective display.  Use overlays instead.
14379
14380 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14381
14382         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14383
14384 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14385
14386         * spam-stat.el (spam-stat-load): Fix typo in message.
14387
14388 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14389
14390         * dig.el (dig-invoke): Fix typo in docstring.
14391         (query-dig): Reflow docstring.
14392
14393 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14394
14395         * gnus-art.el (gnus-article-encrypt-body):
14396         * message.el (message-check-recipients):
14397         * mm-util.el (mm-codepage-setup):
14398         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14399         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14400
14401 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14402
14403         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14404         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14405         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14406         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14407         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14408
14409 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14410
14411         * dig.el: Add "Keywords: comm", as per net-utils.el.
14412
14413 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14414
14415         * dig.el (dig-mode): Use define-derived-mode.
14416
14417 2009-09-19  Glenn Morris  <rgm@gnu.org>
14418
14419         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14420
14421 2009-09-18  Glenn Morris  <rgm@gnu.org>
14422
14423         * gnus-diary.el (gnus-diary-check-message):
14424         * message.el (message-insert-formatted-citation-line):
14425         * nnbabyl.el (top-level):
14426         * nndiary.el (nndiary-schedule):
14427         Fix typos in condition-case handlers.
14428
14429 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14432         configuration that provides the sole article window in a frame;
14433         position point correctly after deleting a part.
14434
14435 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14436
14437         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14438         (spam-resolve-registrations-routine): Use it to unregister articles
14439         that change status.
14440
14441 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14444         with XEmacs.
14445         (parse-time-string-chars): Use it.
14446
14447 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14448
14449         * imap.el (imap-interactive-login): Better messages.
14450         (imap-open): Fix bug with renamed buffer on reconnect.
14451         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14452         for easier debugging and cleaner code.  On successful (guessed based on
14453         server capabilities) secondary authentication, set imap-state
14454         correctly.
14455         (imap-last-authenticator): Define imap-last-authenticator as a variable
14456         to avoid warnings.
14457
14458 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * nnrss.el (nnrss-request-article): Remove binding of
14461         default-enable-multibyte-characters that has gotten needless by
14462         the 2007-07-13 change in rfc2047-encode-message-header.
14463
14464         * mml.el (mml-insert-multipart): Error on the message header.
14465         (mml-insert-part): Error on the message header; position point at
14466         the end of a MIME tag.
14467
14468 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * time-date.el (autoload): Expand define-obsolete-function-alias into
14471         defalias and make-obsolete for old Emacsen that Gnus supports.
14472         (with-no-warnings): Define it for old Emacsen.
14473         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14474         is available.
14475         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14476         float-time is available; suppress compile warning for time-to-seconds.
14477
14478         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14479         (gnus-float-time): Alias to float-time if it exists.
14480
14481         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14482         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14483         float-time is available; suppress compile warning for time-to-seconds.
14484
14485         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14486         XEmacs.
14487
14488 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14489
14490         * imap.el (imap-message-map): Docstring fix.
14491
14492 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14495         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14496         Add the optional argument `encoding' that overrides the default.
14497
14498         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14499         mm-encode-buffer.
14500
14501 2009-09-04  Glenn Morris  <rgm@gnu.org>
14502
14503         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14504         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14505         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14506         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14507         * mm-util.el (mm-with-unibyte-current-buffer)
14508         (mm-find-buffer-file-coding-system):
14509         * yenc.el (yenc-decode-region): Use default-value rather than
14510         default-enable-multibyte-characters.
14511
14512 2009-09-03  Glenn Morris  <rgm@gnu.org>
14513
14514         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14515         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14516         than default-enable-multibyte-characters.
14517
14518 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14519
14520         * gnus-art.el (gnus-article-read-summary-keys):
14521         Fix gnus-buffer-configuration's value temporarily used.
14522
14523 2009-09-02  Glenn Morris  <rgm@gnu.org>
14524
14525         * gnus-util.el (gnus-float-time): New function.
14526         * gnus-delay.el (gnus-delay-article):
14527         * gnus-sum.el (gnus-thread-latest-date):
14528         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14529         * nnspool.el (nnspool-request-newgroups):
14530         Use gnus-float-time rather than time-to-seconds.
14531         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14532
14533         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14534         (gnus-header-subject-face, gnus-header-newsgroups-face)
14535         (gnus-header-name-face, gnus-header-content-face):
14536         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14537         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14538         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14539         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14540         (gnus-cite-face-11):
14541         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14542         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14543         (gnus-server-closed-face, gnus-server-denied-face)
14544         (gnus-server-offline-face):
14545         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14546         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14547         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14548         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14549         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14550         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14551         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14552         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14553         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14554         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14555         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14556         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14557         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14558         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14559         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14560         (gnus-summary-high-undownloaded-face)
14561         (gnus-summary-low-undownloaded-face)
14562         (gnus-summary-normal-undownloaded-face)
14563         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14564         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14565         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14566         (gnus-splash-face):
14567         * message.el (message-header-to-face, message-header-cc-face)
14568         (message-header-subject-face, message-header-newsgroups-face)
14569         (message-header-other-face, message-header-name-face)
14570         (message-header-xheader-face, message-separator-face)
14571         (message-cited-text-face, message-mml-face):
14572         * sieve-mode.el (sieve-control-commands-face)
14573         (sieve-action-commands-face, sieve-test-commands-face)
14574         (sieve-tagged-arguments-face):
14575         * spam.el (spam-face):
14576         Mark face aliases with "-face" in the name as obsolete.
14577
14578 2009-09-01  Glenn Morris  <rgm@gnu.org>
14579
14580         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14581         than goto-line.
14582
14583 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14586         Don't move point if the command is invoked inside the message header.
14587
14588 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14589
14590         * imap.el (imap-send-command): Simplify.
14591         (imap-wait-for-tag): point-max -> buffer-size.
14592
14593 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14594
14595         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14596         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14597         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14598         * nnir.el (nnir-swish-e-index-file):
14599         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14600         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14601         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14602         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14603         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14604         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14605
14606 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14609         Don't save excursion.
14610
14611 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14612
14613         * nnheader.el (nnheader-find-file-noselect):
14614         * mm-util.el (mm-insert-file-contents):
14615         Use (default-value 'major-mode) instead of default-major-mode.
14616
14617 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14618
14619         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14620
14621 2009-08-26  Glenn Morris  <rgm@gnu.org>
14622
14623         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14624         than placing in files.el.
14625
14626 2009-08-25  Glenn Morris  <rgm@gnu.org>
14627
14628         * nnir.el (top-level): Don't require cl at run-time.
14629         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14630         Replace cl-function substitute with gnus-replace-in-string.
14631         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14632         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14633         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14634         simplified expansions.
14635
14636 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14637
14638         * dig.el (dig): Add autoload cookie.
14639
14640 2009-08-22  Glenn Morris  <rgm@gnu.org>
14641
14642         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14643         goto-line.
14644
14645 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14646
14647         * parse-time.el (parse-time-string-chars): Save match data.
14648
14649 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14650
14651         * parse-time.el (parse-time-string-chars): Compute using character
14652         classes, to handle non-ascii characters (Bug#3190).
14653
14654 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14657
14658         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14659         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14660         (gnus-mm-display-part, gnus-mime-display-single)
14661         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14662         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14663
14664         * gnus-sum.el
14665         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14666         (gnus-summary-move-article): Add expirable mark to articles copied or
14667         moved to group that has auto-expire turned on if the option is non-nil.
14668
14669 2009-07-24  Glenn Morris  <rgm@gnu.org>
14670
14671         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14672         Fix typo.  (Bug#3903)
14673
14674 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14677         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14678         that should not be used for draft articles.
14679         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14680         that has no concern in minor mode keys.
14681         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14682         Abolish.
14683
14684 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14687         article without making inquiry to a user for unknown encoding.
14688
14689         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14690         (nnmaildir--scan): Assume i-node and device number that file-attributes
14691         returns might be cons-cell.
14692
14693         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14694
14695         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14696
14697 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14698
14699         * auth-source.el: Remove docs now in auth.texi.  Don't use
14700         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14701         `auth-source-hide-passwords' and use them.
14702
14703 2009-07-15  Glenn Morris  <rgm@gnu.org>
14704
14705         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14706
14707 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14710         excessive whitespace from the default values of title and description.
14711
14712 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14715         mail-fetch-field to fetch Content-Description header in order to
14716         exclude newlines.
14717
14718 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14719
14720         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14721         format used by GnuPG 2.0.11.
14722
14723 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14726         to deleted part.
14727
14728 2009-05-30  David Engster  <dengste@eml.cc>
14729
14730         * nnmairix.el: Remove old documentation in the commentary block.
14731         (nnmairix-request-group): Do not update active file for nnml back ends.
14732         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14733         end so that overview files are ignored.
14734         (nnmairix-update-groups): Make updating the groups more robust by using
14735         marks.
14736         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14737         with dollar characters in message-id.
14738
14739 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14740
14741         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14742         2008-12-25 in dns.el.
14743
14744 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14745
14746         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14747         could happen if the text is only composed of spaces and/or tabs.
14748
14749 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14750
14751         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14752         when sending a queued message to avoid extra mml tags.
14753
14754 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14757
14758 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14761         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14762         rmail-toggle-header for XEmacs;
14763         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14764
14765 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * gnus-dired.el: Remove autoload for gnus-setup-message.
14768         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14769         displaying Gnus logo; always use compose-mail.
14770
14771 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14774
14775 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14778         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14779         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14780         available.
14781         (gnus-nocem-epg-verify): New function.
14782
14783 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14786
14787 2009-02-15  Glenn Morris  <rgm@gnu.org>
14788
14789         * gnus-util.el (rmail-insert-rmail-file-header)
14790         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14791         autoloads.
14792         (rmail-default-rmail-file): Remove unnecessary declaration.
14793         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14794
14795 2009-02-14  Glenn Morris  <rgm@gnu.org>
14796
14797         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14798         variable (only used in gnus-util, which declares it anyway).
14799         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14800         which was only needed by gnus-art (changed to not use it any more).
14801         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14802         only used in gnus-util, which autoloads it itself.
14803         (rmail-update-summary): Fix autoload.
14804
14805         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14806         rather than rmail-output-to-rmail-file.
14807
14808 2009-02-07  Glenn Morris  <rgm@gnu.org>
14809
14810         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14811         autoload of function that no longer exists.
14812         (rmail-toggle-header): Declare.
14813         (message-forward-rmail-make-body): Handle mbox Rmail.
14814
14815 2009-01-31  Glenn Morris  <rgm@gnu.org>
14816
14817         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14818         2009-01-09 change.
14819
14820 2009-01-31  Dave Love  <fx@gnu.org>
14821
14822         * imap.el (imap-fetch-safe): Bind debug-on-error.
14823         (imap-debug): Add imap-fetch-safe.
14824
14825 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14826
14827         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14828         (auth-source-forget-all-cached): New convenience function.
14829         (auth-source-user-or-password): Accept list of modes or a single mode.
14830
14831         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14832         auth-source modes.
14833
14834         * netrc.el (netrc-machine-user-or-password): Use list of
14835         auth-source modes.
14836
14837         * nnimap.el (nnimap-open-connection): Use list of
14838         auth-source modes.
14839
14840         * nntp.el (nntp-send-authinfo): Use list of
14841         auth-source modes.
14842
14843 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14844
14845         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14846         now.
14847
14848 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14851         coding system in XEmacs; add a workaround for XEmacs.
14852
14853         * lpath.el: Fbind coding-system-aliasee.
14854
14855 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14858         of current-language-environment.
14859
14860 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14861
14862         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14863         available at runtime.
14864
14865 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14868
14869 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14870
14871         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14872         the greatest positive fixnum value doesn't work under an XEmacs with
14873         bignum support; use the most-positive-fixnum constant instead,
14874         available since Emacs 21.1 with cl and XEmacs 21.1.
14875
14876 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14879         XEmacs gets not to work.
14880
14881 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * mm-util.el (mm-coding-system-priorities): Allow the value like
14884         "Japanese (UTF-8)" of current-language-environment.
14885
14886 2009-01-09  Glenn Morris  <rgm@gnu.org>
14887
14888         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14889         with last-command-event.
14890
14891 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14892
14893         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14894         in the doc string.
14895
14896         * message.el (message-fix-before-sending): Amend comment.
14897
14898 2009-01-08  Dave Love  <fx@gnu.org>
14899
14900         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14901
14902 2009-01-07  David Engster  <dengste@eml.cc>
14903
14904         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14905         simplified server definitions by converting it via
14906         gnus-server-to-method.
14907
14908 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14911         parameter's operands.
14912
14913 2009-01-06  David Engster  <dengste@eml.cc>
14914
14915         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14916         primary select method (for gnus-group-mark-article-as-read).
14917
14918 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14919
14920         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14921         `(gnus)Face', not `(gnus)X-Face'.
14922
14923 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * mm-util.el (mm-ucs-to-char): New function.
14926
14927         * mm-url.el (mm-url-decode-entities): Use it.
14928
14929         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14930         unicode-to-char.
14931
14932 2009-01-05  Dave Love  <fx@gnu.org>
14933
14934         * time-date.el: Require cl for `declare'.
14935
14936 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14937
14938         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14939         Dave Love.
14940
14941 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14942
14943         * message.el (message-fix-before-sending): Add `eight-bit' to
14944         illegible-text check.
14945
14946 2009-01-03  Michael Olson  <mwolson@gnu.org>
14947
14948         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14949         `headers' is nil.  This can occur if the IMAP server does not have
14950         permissions to read messages from a folder, but can write new messages
14951         to the folder.
14952         (nnimap-request-article-part): Do not insert `data' if it is nil.
14953
14954         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14955         characters which will confuse `read', so skip past them.
14956
14957 2009-01-01  Dave Love  <fx@gnu.org>
14958
14959         * imap.el (imap-string-to-integer): Fix typo.
14960         (imap-fetch-safe): New function.
14961         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14962
14963         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14964
14965         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14966         (imap-parse-greeting): Fix doc strings.
14967         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14968         (imap-parse-flag-list): Make messages unique.
14969         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14970
14971         * nnimap.el: Fix author email.
14972         (nnimap-split-rule): Add FIXME comment.
14973         (nnimap-debug): Fix doc string.
14974
14975 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14978
14979 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14982         nslookup if resolv.conf isn't available.
14983         (dns-query): Rename from query-dns.
14984         (dns-query-cached): Rename from query-dns-cached.
14985
14986 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14989         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14990         to check if those variables exist (first appeared in Emacs 18.50).
14991
14992 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * mm-util.el (mm-line-number-at-pos): New function.
14995
14996         * spam-report.el (spam-report-process-queue): Use it.
14997
14998 2008-12-24  David Engster  <dengste@eml.cc>
14999
15000         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
15001         parameters that haven't existed as variables as buffer-local variables.
15002
15003 2008-12-23  Dave Love  <fx@gnu.org>
15004
15005         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
15006         cadar.
15007
15008         * sieve-manage.el (sieve-manage-starttls-p): Rename from
15009         imap-starttls-p.
15010         (sieve-manage-starttls-open): Rename from imap-starttls-open.
15011
15012 2008-12-22  Dave Love  <fx@gnu.org>
15013
15014         * imap.el: Fix author email.  Doc fixes.
15015         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
15016         reply.
15017
15018 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
15019
15020         * spam-report.el (spam-report-gmane-max-requests): New constant.
15021         (spam-report-gmane-wait): New variable.
15022         (spam-report-gmane-ham, spam-report-gmane-spam)
15023         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
15024         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
15025         the server.
15026
15027         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
15028         Add explanations.
15029
15030         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
15031         nnheader-accept-process-output and nnheader-read-timeout if available.
15032         (pop3-movemail): Use it.
15033
15034         * message.el (message-check-news-body-syntax): Fix signature check if
15035         there's an attachment.
15036
15037 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * mm-util.el: Add comments to the mm- emulating functions.
15040
15041 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
15044         Reported by Stephen Berman <stephen.berman@gmx.net>.
15045
15046 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * mm-util.el (mm-substring-no-properties): New function.
15049         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
15050         (mm-special-display-p): Enable those lambda forms to be byte compiled.
15051         (mm-string-to-multibyte): Doc fix.
15052
15053         * mml.el (mml-attach-file): Use mm-substring-no-properties.
15054
15055 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15056
15057         * mml.el (mml-attach-file): Strip text properties from file name.
15058         (Bug#1574)
15059
15060 2008-12-16  Glenn Morris  <rgm@gnu.org>
15061
15062         * mm-util.el (mm-charset-override-alist): Declare for compiler.
15063
15064 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15065
15066         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
15067         knows since the charset specified might be a bogus alias that
15068         mm-charset-synonym-alist provides.
15069
15070 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15071
15072         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
15073         "ISO_8859-1".
15074
15075         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
15076
15077 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * mm-util.el (mm-charset-eval-alist):
15080         Define it before mm-charset-to-coding-system.
15081         (mm-charset-to-coding-system): Add optional argument `silent';
15082         define it before mm-charset-override-alist.
15083         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15084         default value if it can be used in Emacs currently running;
15085         silence mm-charset-to-coding-system.
15086
15087 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15090         `allow-override' which says whether to use `mm-charset-override-alist'.
15091         (rfc2047-decode-encoded-words): Use it.
15092
15093         * mm-util.el (mm-charset-override-alist): Fix custom type;
15094         add `(gb2312 . gbk)' to choices.
15095
15096 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15099         fast.
15100
15101         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15102
15103         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15104
15105 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15106
15107         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15108         on links.
15109
15110         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15111
15112 2008-12-03  Lute Kamstra  <lute@gnu.org>
15113
15114         * sha1.el: Remove leading * from docstrings of defcustoms,
15115         deffaces, defconsts and defuns.
15116
15117 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15120         users' addresses that don't have domain parts.
15121         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15122         rather than message-narrow-to-head since there will be the message
15123         header separator.
15124
15125 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15126
15127         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15128         since the result is inserted in a unibyte buffer anyway.
15129         (nnimap-demule-use-string-to-multibyte): Remove.
15130         (nnimap-demule): Alias it to mm-string-to-multibyte.
15131
15132 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15133
15134         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15135         variable for debugging bug#464 and bug#1174.
15136         (nnimap-demule): Use it.
15137
15138 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15141         score calculation correctly.
15142
15143 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15144
15145         * message.el (message-send-mail): Just set the buffer to unibyte
15146         rather than use mm-with-unibyte-current-buffer which does a lot more.
15147         (message-send-mail-partially): Don't bother with
15148         mm-with-unibyte-current-buffer since it's already been made unibyte by
15149         message-send-mail.
15150
15151 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15152
15153         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15154
15155 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15156
15157         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15158
15159 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15162         require itself and to remove `with-no-warnings'.
15163
15164 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15165
15166         * starttls.el (starttls-any-program-available): Get the name of the
15167         available TLS layer program.
15168         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15169         well as the host name in the "opening" message.
15170
15171         * auth-source.el (auth-source-cache, auth-source-do-cache)
15172         (auth-source-user-or-password): Cache passwords and logins by default,
15173         allow override with `auth-source-do-cache'.
15174         (auth-source-forget-user-or-password): Allow users to remove cache
15175         entries if needed.
15176
15177 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15178
15179         * md4.el (md4-buffer): Fix typo in docstring.
15180         (md4, md4-64): Doc fixes.
15181         (md4-pack-int32): Reflow docstring.
15182
15183 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15184
15185         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15186         condition-case to only the forward-sexp call.
15187
15188 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15189
15190         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15191         quotes contained.  Make it more robust regardless by an extra
15192         condition-case wrapper.
15193
15194 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15197
15198 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * nnml.el (nnml-request-expire-articles): Check if the function set to
15201         `nnmail-expiry-target' returns the symbol `delete'.
15202
15203         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15204
15205         * nnmail.el (nnmail-expiry-target): Fix custom type.
15206
15207 2008-10-02  Glenn Morris  <rgm@gnu.org>
15208
15209         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15210         Silence compiler warning.
15211
15212 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15213
15214         * tls.el (open-tls-stream): Show the actual command being
15215         executed, instead of the format string.
15216
15217 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * lpath.el: Fbind codepage-setup for Emacs 23.
15220
15221 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15222
15223         * mml.el (mml-menu): Don't assume mml2015 is bound.
15224
15225 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15228         exists.
15229
15230 2008-09-27  Glenn Morris  <rgm@gnu.org>
15231
15232         * gnus-util.el (mail-header-remove-comments): Autoload it.
15233
15234 2008-09-27  Andreas Schwab  <schwab@suse.de>
15235
15236         * gnus-util.el (gnus-split-references): Strip comments.
15237         (gnus-parent-id): Likewise.
15238
15239 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * message.el (message-confirm-send): Fix version.
15242
15243 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * message.el (message-idna-to-ascii-rhs-1): Use
15246         mail-extract-address-components rather than mail-header-parse-addresses
15247         that is an alias by default to ietf-drums-parse-addresses that does not
15248         support non-ASCII names in headers' contents.
15249
15250 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15251
15252         * message.el (message-confirm-send): Fix variable documentation to
15253         avoid the "y/n" wording.
15254
15255 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15256
15257         * message.el (message-set-auto-save-file-name): Save to a different
15258         filename so multiple messages (especially drafts) can be recovered.
15259
15260 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15261
15262         * message.el (message-confirm-send): Add appropriate version.
15263
15264 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15265
15266         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15267         defvar.
15268
15269 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15270
15271         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15272         (mm-pkcs7-enveloped-magic): Ditto.
15273
15274 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15275
15276         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15277         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15278
15279 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15280
15281         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15282         default, it's better.
15283
15284 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15285
15286         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15287         summary line gnus-number property and ignore them (with a warning
15288         message).
15289
15290 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15293         macro caddr in the interactive form since it won't be expanded.
15294
15295 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15298         `charset'; fix name of function called recursively.
15299         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15300
15301 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15304         (gnus-mime-set-charset-parameters): New function.
15305         (gnus-mime-view-part-as-charset): Use it to correctly display part
15306         specifying wrong charset.
15307
15308 2008-09-08  David Engster  <dengste@eml.cc>
15309
15310         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15311         in completing-read for back end server.
15312
15313 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15314
15315         * message.el (message-confirm-send): New variable to confirm sending a
15316         message.
15317         (message-send): Use it.
15318
15319 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15320
15321         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15322
15323 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15326
15327 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15328
15329         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15330         prevent tracking too many groups.
15331         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15332         Use it.
15333
15334 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15335
15336         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15337         moving point to the bottom of the window in order to avoid recentering.
15338
15339 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15342
15343         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15344         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15345         (gnus-article-beginning-of-window): Fix calculation.
15346
15347 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * gnus-msg.el (gnus-summary-supersede-article)
15350         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15351         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15352         message header.
15353
15354 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15355
15356         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15357         pending output coming after the status change.
15358
15359 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15360
15361         * message.el:
15362         * gnus-start.el:
15363         * gnus-registry.el: Remove VMS support.
15364
15365 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15368         macro.
15369         (rfc2104-hash): Use it.
15370
15371 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15372
15373         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15374         (gnus-summary-sort-by-most-recent-date): New commands.
15375         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15376         and menu entries.
15377
15378 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15381         don't redisplay article for raw contents; remove plural articles stuff.
15382
15383         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15384         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15385         on gnus-summary-save-article; display results properly.
15386
15387 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * lpath.el: No need to fbind ns-focus-frame.
15390
15391 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15394
15395 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * gnus-art.el (gnus-summary-save-in-pipe):
15398         Consider gnus-save-all-headers.
15399
15400 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15401
15402         * gnus-util.el (ns-focus-frame): Remove declaration.
15403         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15404         like x.
15405
15406 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15407
15408         * rfc2104.el (rfc2104-zero): Delete defconst.
15409         (rfc2104-hex-alist): Likewise.
15410         (rfc2104-hex-to-int): Delete func.
15411         (rfc2104-hexstring-to-bitstring): Likewise.
15412         (rfc2104-nybbles): New defconst.
15413         (rfc2104-hash): Rewrite for speed.
15414
15415 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * tls.el (open-tls-stream): Make it work with the 2nd argument
15418         BUFFER that is a string but does not exist as a buffer object, as
15419         mentioned in the doc-string.
15420
15421 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15424         SXEmacs.
15425
15426 2008-07-16  Glenn Morris  <rgm@gnu.org>
15427
15428         * gnus-util.el (ns-focus-frame): Declare for compiler.
15429
15430 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15433         set as a group parameter.
15434         (gnus-summary-save-in-pipe): Work when it is called independently.
15435         (gnus-summary-pipe-to-muttprint): Don't modify
15436         gnus-summary-pipe-output-default-command.
15437
15438 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15439
15440         * message.el (message-send-mail-with-sendmail):
15441         Display the error message.
15442
15443 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * gnus-art.el (gnus-default-article-saver):
15446         Add gnus-summary-save-in-pipe to choices.
15447         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15448         gnus-summary-pipe-output-default-command as the default command.
15449         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15450         instead of gnus-last-shell-command.
15451
15452         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15453         New user option.
15454         (gnus-summary-muttprint-program): Mention the value will be changed.
15455         (gnus-summary-save-article): Force showing of all headers.
15456         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15457
15458 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15459
15460         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15461
15462 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15463
15464         * nnimap.el (nnimap-id):
15465         * sieve-manage.el (sieve-manage-open): Doc fixes.
15466
15467 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15468
15469         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15470         if available.
15471
15472 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15473
15474         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15475
15476         * nnkiboze.el (nnkiboze-generate-group):
15477         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15478
15479         * nnmairix.el: Require CL.
15480
15481 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15482
15483         * dgnushack.el: Autoload get-display-table and put-display-table for
15484         XEmacs 21.5.
15485
15486         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15487         21.4 and SXEmacs.
15488
15489 2008-06-15  David Engster  <dengste@eml.cc>
15490
15491         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15492
15493 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15494
15495         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15496         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15497         runtime choice under XEmacs.
15498
15499         * gnus-sum.el (gnus-summary-set-display-table):
15500         Use `gnus-put-display-table', `gnus-get-display-table',
15501         `gnus-set-display-table' for the display table, instead of `aset'.
15502
15503         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15504         Use `gnus-put-display-table', `gnus-get-display-table',
15505         `gnus-set-display-table' for the display table.
15506
15507 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15508
15509         * nnmairix.el: Add autoloads.
15510
15511 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15512
15513         * nnmairix.el (nnmairix-delete-recreate-group)
15514         (nnmairix-update-and-clear-marks): Fix error messages.
15515
15516 2008-06-14  David Engster  <dengste@eml.cc>
15517
15518         * nnmairix.el: Upgrade to version 0.6.
15519         (nnmairix-group-toggle-propmarks-this-group)
15520         (nnmairix-group-toggle-readmarks-this-group)
15521         (nnmairix-group-delete-recreate-this-group)
15522         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15523         (nnmairix-remove-tick-mark-original-article): New commands.
15524         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15525         (nnmairix-propagate-marks-to-nnmairix-groups)
15526         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15527         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15528         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15529         functions needed for marks propagation and manipulation of read marks.
15530         (nnmairix-update-groups): New function.
15531         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15532         (nnmairix-determine-original-group-from-registry)
15533         (nnmairix-determine-original-group-from-path)
15534         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15535         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15536         New helper functions.
15537         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15538         keystrokes for new commands.
15539         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15540         (nnmairix-request-group): Check allow-fast group parameter.
15541         (nnmairix-request-create-group): Set allow-fast group parameter if
15542         nnmairix-allowfast-default is set.
15543         (nnmairix-close-group): Propagate marks upon closing if needed.
15544         (nnmairix-group-toggle-threads-this-group): Use new.
15545         nnmairix-group-toggle-parameter helper function.
15546         (nnmairix-search): Better check for empty search result.
15547         (nnmairix-goto-original-article): Use new helper functions for
15548         determining original article.
15549         (nnmairix-show-original-article): Make sure message-id is in brackets.
15550         (nnmairix-call-mairix-binary): Change variable name.
15551         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15552         helper function.
15553         (nnmairix-widget-toggle-activate): Fix doc string.
15554
15555 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * nnir.el: Require edmacro when compiling with XEmacs.
15558         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15559         available in Emacs 21.
15560
15561 2008-06-11  Glenn Morris  <rgm@gnu.org>
15562
15563         * gnus-util.el (x-focus-frame):
15564         * gnus.el (image-size):
15565         * mm-decode.el (image-size): Declare.
15566
15567         * gnus-picon.el (declare-function): Add compat definition.
15568         (image-size): Declare.
15569
15570         * gnus-group.el (tool-bar-map):
15571         * gnus-sum.el (tool-bar-map): Define for compiler.
15572
15573         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15574
15575         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15576
15577         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15578         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15579         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15580         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15581         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15582         * sieve-manage.el, spam-report.el, spam.el:
15583         Remove unnecessary eval-and-compile of autoloads.
15584
15585 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15586
15587         * auth-source.el: Precise Tramp doc.
15588
15589 2008-06-07  Glenn Morris  <rgm@gnu.org>
15590
15591         * nnmairix.el: Remove unnecessary eval-when-compile.
15592
15593 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * lpath.el: Fbind propertize for XEmacs 21.4.
15596
15597 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15598
15599         * nnir.el: Move here from ../contrib.
15600
15601 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15602
15603         * gnus-util.el (gnus-read-shell-command): New function.
15604         * mm-decode.el (mm-pipe-part):
15605         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15606
15607 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15608
15609         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15610
15611 2008-06-03  Glenn Morris  <rgm@gnu.org>
15612
15613         * pop3.el (nnheader-accept-process-output): Autoload it.
15614
15615 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15618         are not 2-digit hexadecimal characters that follow `%'s.
15619
15620 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15621
15622         * message.el (message-bogus-recipient-p): Fix type in doc string.
15623         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15624         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15625         Improve custom options.
15626         (message-bogus-recipient-p): Adjust accordingly.
15627
15628 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15629
15630         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15631         long-form month and day names.
15632
15633 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * dgnushack.el: Autoload debug, eudc-expand-inline and
15636         pgg-snarf-keys-region for XEmacs.
15637
15638         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15639
15640         * nnmairix.el: Require edmacro when compiling with XEmacs.
15641
15642 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15645         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15646
15647 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15648
15649         * auth-source.el: Add more docs.
15650
15651         * netrc.el (netrc-machine): Always match if the port is not given.
15652
15653 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15654
15655         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15656         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15657         retrieval faster in some cases, but might make CPU usage larger.
15658         If this has any bad side effects, we might revert this change.
15659
15660         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15661         seems to make mail retrieval much, much faster.
15662         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15663         unconditionally.
15664
15665         * gnus-draft.el (gnus-group-send-queue):
15666         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15667
15668 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15669
15670         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15671
15672         * message.el (message-bogus-address-regexp): Fix and improve custom
15673         type.
15674         (message-setup-hook): Add message-check-recipients as custom option.
15675
15676 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15677
15678         * message.el (message-cite-function): Remove bogus autoload which crept
15679         in during merge from v5-10.
15680
15681 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15682
15683         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15684
15685         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15686
15687         * auth-source.el: Preliminary Tramp docs.
15688         (auth-sources): Change the default auth-sources to use
15689         EPA .gpg files.
15690
15691 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15692
15693         * nntp.el: Autoload `auth-source-user-or-password'.
15694         (nntp-send-authinfo): Use it.
15695
15696         * nnimap.el: Autoload `auth-source-user-or-password'.
15697         (nnimap-open-connection): Use it.
15698
15699         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15700         for the gnus-message function.
15701         (auth-source-user-or-password): Use it.
15702
15703 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15704
15705         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15706         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15707         (rfc2104-hash): Use it.
15708
15709 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15710
15711         * gnus-art.el (gnus-article-toggle-truncate-lines):
15712         Don't use `iff' in docstring.
15713
15714 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15715
15716         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15717
15718         * gnus-util.el (gnus-extract-address-component-name)
15719         (gnus-extract-address-component-email): Convenience functions around
15720         `gnus-extract-address-components'.
15721
15722         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15723         Use `gnus-extract-address-component-email' to fix bug of comparing full
15724         sender name to `user-mail-address'.
15725
15726 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15727
15728         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15729         catch/throw to optimize.
15730         (gnus-registry-find-keywords): Just use member to find a keyword.
15731
15732 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15733
15734         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15735         is current before calling gnus-server-prepare.
15736         (gnus-server-setup-buffer, gnus-server-update-server)
15737         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15738
15739 2008-05-04  Juri Linkov  <juri@jurta.org>
15740
15741         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15742         (mailcap-file-default-commands): Use mailcap-replace-in-string
15743         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15744         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15745
15746 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15747
15748         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15749
15750 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15751
15752         * gnus.el: Bump version to 0.11.
15753
15754 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15755
15756         * gnus.el: No Gnus v0.10 is released.
15757
15758 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15759
15760         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15761         hooks.
15762         (gnus-update-read-articles): Speed up non-marks-using users.
15763         (gnus-use-marks): Define gnus-use-marks.
15764         (gnus-propagate-marks): Rename variable to something more sensible.
15765
15766 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15767
15768         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15769         (gmm-image-load-path-for-library): Fix typos in docstrings.
15770         (gmm-message): Reflow docstring.
15771
15772 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15773
15774         * mail-source.el (mail-source-set-1, mail-source-bind):
15775         Move auth-source code out of the macro to clean it up and fix bugs.
15776
15777 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15778
15779         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15780         by sender if it's equal to user-mail-address, it's likely to be
15781         useless.
15782
15783         * mail-source.el (mail-source-bind): Don't use user or password if they
15784         are not bound.  Unintern them if they are nil.  Don't use server unless
15785         it's bound, and default it to empty string otherwise.
15786
15787 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15788
15789         * mail-source.el: Load auth-source.el.
15790         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15791         get user name or password, if auth-sources is set up.
15792
15793         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15794         strategy of splitting with parent.
15795         (gnus-registry-split-fancy-with-parent)
15796         (gnus-registry-post-process-groups): Use it and fix prior
15797         bug (returning a list as the split result).
15798
15799         * auth-source.el (auth-sources): Remove server parameter.
15800         (auth-source-pick, auth-source-user-or-password)
15801         (auth-source-user-or-password-imap)
15802         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15803         (auth-source-user-or-password-sftp)
15804         (auth-source-user-or-password-smtp): Remove server parameter.
15805
15806 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15807
15808         * smime.el (smime-sign-region, smime-encrypt-region)
15809         (smime-decrypt-region):
15810         Remove redundant calls to `generate-new-buffer-name'.
15811
15812 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15813
15814         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15815         Don't use QP for message/rfc822.
15816         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15817
15818 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15819
15820         * sieve-manage.el (sieve-string-bytes): Remove.
15821         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15822         correct byte-length only if the process's coding-system is the same as
15823         the one used internally by Emacs to represent strings.
15824
15825 2008-04-22  Juri Linkov  <juri@jurta.org>
15826
15827         * mailcap.el (mailcap-file-default-commands): New function.
15828
15829 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15830
15831         * message.el (message-signature-separator, message-cite-function):
15832         Change custom version.
15833
15834 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15835
15836         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15837         commands.
15838         (tls-checktrust): Ditto.
15839
15840 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15841
15842         * mm-decode.el (mm-display-external): Make temp file read-only.
15843
15844 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15845
15846         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15847         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15848         `C-c C-f d'.
15849
15850 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15851
15852         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15853
15854 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15855
15856         * gnus.el: Bump version to 0.9.
15857
15858 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15859
15860         * gnus.el: No Gnus v0.8 is released.
15861
15862 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15863
15864         * mail-source.el (mail-source-value):
15865         Prefer fboundp to functionp so it works with macros as well.
15866
15867 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15868
15869         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15870         Fix last change in case the element is not even a symbol.
15871
15872 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15873
15874         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15875         Prefer fboundp to functionp so it works with macros as well.
15876
15877 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15878
15879         * auth-source.el: Add docs.
15880         (auth-sources): Modify format to support server.
15881         (auth-source-pick, auth-source-user-or-password)
15882         (auth-source-user-or-password-imap)
15883         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15884         (auth-source-user-or-password-sftp)
15885         (auth-source-user-or-password-smtp): Add server parameter.
15886
15887 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15888
15889         * gnus-registry.el: Initialize the registry when gnus-registry-install
15890         is t.
15891
15892 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * compface.el (uncompface): Make buffer unibyte.
15895
15896 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15897
15898         * mail-source.el (mail-source-value):
15899         Prefer fboundp to functionp so it works with macros as well.
15900
15901 2008-04-05  Glenn Morris  <rgm@gnu.org>
15902
15903         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15904
15905 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15906
15907         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15908         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15909
15910         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15911         multibyteness after rather than before erasing it.
15912
15913         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15914         mm-with-multibyte.
15915         (gnus-request-article-this-buffer): Make sure the proper decoding is
15916         used if gnus-original-article-buffer happens to be unibyte.
15917
15918         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15919         default-enable-multibyte-characters.
15920
15921         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15922         default-enable-multibyte-characters.
15923
15924         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15925
15926         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15927
15928 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15929
15930         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15931         Fix last change in case the element is not even a symbol.
15932
15933 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15934
15935         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15936         (imap-message-copyuid-1): Use it.
15937         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15938         J. Williams in
15939         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15940
15941         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15942         imap-enable-exchange-bug-workaround.
15943         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15944
15945 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15946
15947         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15948         a 100 byte status-checks into a 2-3MB transfer for each group.
15949         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15950         to enable bug workaround or not.
15951         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15952
15953 2008-03-31  Glenn Morris  <rgm@gnu.org>
15954
15955         * message.el (mml2015-use): Declare for compiler.
15956         (message-info): Require mml2015 when appropriate.
15957
15958 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15959
15960         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15961         whitespace.
15962
15963 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15964
15965         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15966         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15967         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15968         (nntp-service-to-port): New function.
15969         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15970         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15971         (nntp-open-netcat-stream): New function.
15972         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15973
15974 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15975
15976         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15977
15978 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15979
15980         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15981
15982 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15983
15984         * dns.el (dns-write): Use set-buffer-multibyte.
15985
15986 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15987
15988         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15989
15990 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15991
15992         * message.el (message-signature-separator): Change default.
15993         Improve custom type.
15994         (message-cite-function): Change default to
15995         message-cite-original-without-signature.
15996
15997         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15998         toggle.
15999
16000         * message.el (message-check-news-body-syntax): Fix signature check.
16001         (message-setup-1): Mark buffer as unmodified _after_ running
16002         message-setup-hook and handling message-alternative-emails.
16003         (message-shorten-references): Be more strict when building list of
16004         valid references to comply with GNKSA.
16005
16006         * gnus-group.el (gnus-read-ephemeral-bug-group)
16007         (gnus-read-ephemeral-debian-bug-group)
16008         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
16009
16010         * message.el (message-info): Don't use booleanp which isn't supported
16011         in Emacs 21 and XEmacs.
16012
16013 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * gnus-group.el (gnus-gmane-group-download-format): Rename from
16016         gnus-group-gmane-group-download-format.
16017         (gnus-group-read-ephemeral-gmane-group): Rename from
16018         gnus-group-read-ephemeral-gmane-group.
16019         (gnus-read-ephemeral-gmane-group-url): Rename from
16020         gnus-group-read-ephemeral-gmane-group-url.
16021         (gnus-bug-group-download-format-alist): New variable.
16022         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
16023         (gnus-read-ephemeral-emacs-bug-group): New commands.
16024
16025 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16026
16027         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
16028         (gnus-visible-headers): Improve custom type.
16029
16030 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16031
16032         * mml.el (mml-menu): Add workarounds for XEmacs.
16033
16034         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
16035         X-Boundary header.
16036
16037         * message.el (message-simplify-recipients): Fix previous commit.
16038
16039 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16040
16041         * mm-util.el (mm-set-buffer-multibyte): New function.
16042         * mm-decode.el (mm-copy-to-buffer): Use it.
16043
16044         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
16045         Prefer fboundp to functionp so it works with macros as well.
16046
16047 2008-03-19  Glenn Morris  <rgm@gnu.org>
16048
16049         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
16050         Accidentally removed in the sync process with Emacs.
16051
16052 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16053
16054         * message.el (message-alter-recipients-discard-bogus-full-name):
16055         New function.
16056         (message-alter-recipients-function): New variable.
16057         (message-get-reply-headers): Use it.
16058         (message-replace-header): New helper function.
16059         (message-recipients-without-full-name): New variable.
16060         (message-simplify-recipients): New command.
16061
16062         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
16063
16064         * message.el (message-info): Handle EasyPG manual.
16065
16066         * mml.el (mml-menu): Add entry for EasyPG.
16067
16068 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
16069
16070         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
16071         parameter.
16072
16073         * message.el (message-disassociate-draft): Specify drafts group name
16074         fully.
16075
16076 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
16077
16078         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16079         Eliminate unnecessary duplicates from the match list.
16080
16081 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16082
16083         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16084
16085         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16086
16087         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16088         args of `how-many' of which the XEmacs version doesn't take; declare
16089         Info-index-next as function.
16090
16091 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * gnus-score.el (gnus-score-headers): Fix handling of
16094         gnus-inhibit-slow-scoring.
16095
16096         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16097         string.
16098         (gnus-button-url-regexp): Improve handling of parenthesis.
16099         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16100         (gnus-button-handle-info-keystrokes): Handle index entries.
16101
16102 2008-03-15  Glenn Morris  <rgm@gnu.org>
16103
16104         * parse-time.el (parse-time-string): Simplify.
16105
16106 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16109         Incoming* files.
16110
16111 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16112
16113         * auth-source.el (auth-sources): Rename from auth-source-choices.
16114         (auth-source-pick): Use it.
16115
16116 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16117
16118         * binhex.el (binhex-decode-region-internal):
16119         * uudecode.el (uudecode-decode-region-internal):
16120         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16121         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16122         setting default-enable-multibyte-characters.
16123
16124 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16125
16126         * auth-source.el (auth-source-protocols)
16127         (auth-source-protocols-customize, auth-source-choices): Add and
16128         modified variable customizations and defaults.
16129         (auth-source-pick, auth-source-user-or-password)
16130         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16131         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16132         (auth-source-user-or-password-sftp)
16133         (auth-source-user-or-password-smtp): Use new variables and provide an
16134         interface to netrc.el.
16135
16136 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16139         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16140         Make sure the nntp port to specify is a string.
16141
16142 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16143
16144         * nntp.el: Use with-current-buffer.
16145         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16146         dubious mm-with-unibyte-current-buffer.
16147         (nntp-with-open-group-function): New function extracted from
16148         nntp-with-open-group macro.
16149         (nntp-with-open-group): Use the function, so it's easier to debug.
16150         Add indentation and debugging info.
16151         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16152         Recommend the use of the netcat alternatives.
16153
16154         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16155         Avoid mm-string-as-multibyte as well.
16156
16157         * nnweb.el (nnweb-insert-html):
16158         Remove use of nnheader-string-as-multibyte.
16159
16160         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16161         (nnheader-string-as-multibyte): Remove.
16162
16163         * mm-view.el: Use inhibit-read-only.
16164         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16165         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16166         or unibyte-string.
16167
16168         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16169         (mm-uu-yenc-extract): Use with-current-buffer.
16170
16171         * gnus-soup.el (gnus-soup-send-packet): Don't use
16172         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16173
16174         * nnmh.el: Use with-current-buffer.
16175         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16176         mm-string-as-multibyte on the output of mm-encode-coding-string.
16177
16178         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16179         (nnimap-request-move-article): Use with-current-buffer.
16180
16181         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16182         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16183         conversion uses string-make-unibyte rather than string-as-unibyte.
16184
16185         * gnus-msg.el: Use with-current-buffer.
16186
16187         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16188
16189 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16190
16191         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16192         string for caching if it is 'PIN.
16193
16194 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * lpath.el: Consider the case without Emacs/W3.
16197
16198 2008-03-08  Glenn Morris  <rgm@gnu.org>
16199
16200         * time-date.el (date-to-time, time-subtract, time-add)
16201         (safe-date-to-time): Doc fixes.
16202
16203 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16204
16205         * mail-source.el (mail-source-delete-old-incoming-confirm):
16206         Change default to nil.
16207         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16208
16209 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * lpath.el: Rearrange.
16212
16213         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16214         (gnus-article-goto-prev-page): Work for articles having ^L's.
16215
16216         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16217
16218         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16219
16220 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16221
16222         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16223         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16224         (gnus-bookmark-jump): Adjust some variable names.
16225
16226 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16227
16228         * auth-source.el: New package.
16229         (auth-source-choices): Add customization entry point variable.
16230
16231         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16232         bug.
16233
16234 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16235
16236         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16237         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16238         (gnus-registry-install-shortcuts): Rename from
16239         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16240         the `gnus-registry-mark-map' keymap dynamically from
16241         `gnus-registry-marks'.  The generated functions update the summary line
16242         when a registry mark is added or deleted, and will call
16243         `gnus-registry-install-p' (see the comments in the code).
16244         (gnus-registry-user-format-function-M): Use concat intelligently.
16245
16246         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16247         the registry mark functions.
16248
16249 2008-03-05  Glenn Morris  <rgm@gnu.org>
16250
16251         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16252         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16253         gnus-art.
16254         (top-level): No need to load own source when compiling.
16255
16256 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16257
16258         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16259         Suggested by <chris.anderton@zetnet.co.uk>.
16260
16261 2008-03-04  Glenn Morris  <rgm@gnu.org>
16262
16263         * gnus-sum.el (top-level): No need to require gnus when compiling,
16264         since unconditionally required near start of file.
16265         (gnus-summary-display-while-building): Move definition before use.
16266
16267 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16268
16269         * gnus-registry.el (gnus-registry-user-format-function-M):
16270         Add formatting function.
16271
16272 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16273
16274         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16275         with plists.
16276         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16277         Use new format.
16278
16279 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16282         `where-is-internal' that returns a range of key sequences.
16283
16284 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16285
16286         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16287
16288         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16289         (gnus-summary-jump-to-group): Consider windows on other displayed
16290         frames as well.  Similar changes might be needed elsewhere, but that's
16291         the one I've bumped into during my use.
16292
16293         * nndoc.el (nndoc-oe-dbx-type-p):
16294         * gnus-msg.el (gnus-debug):
16295         * gnus-group.el (gnus-update-group-mark-positions):
16296         Use mm-string-to-multibyte.
16297
16298 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16299
16300         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16301         doesn't handle NotDashEscaped.
16302
16303         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16304         (mml-dnd-attach-options): Fix typo in custom choice.
16305
16306         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16307         Change nndoc-article-type to mbox.
16308         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16309
16310         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16311         to nil, instead of html2text.
16312
16313         * imap.el (imap-debug): Add `imap-ping-server'.
16314
16315         * gnus-bookmark.el: Add FIXMEs.
16316
16317         * message.el (message-form-letter-separator)
16318         (message-send-form-letter-delay): New variables.
16319         (message-send-form-letter): Use them.  New command to send form
16320         letters.  Requested by Uwe Siart.
16321         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16322
16323 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16324
16325         * Update copyright years.
16326
16327 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         Sync from EMACS_22_BASE.
16330
16331         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16332
16333 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16334
16335         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16336         empty author.
16337
16338 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16339
16340         * gnus-registry.el (gnus-registry-marks): Add variable for
16341         customization of marks and their appearance.
16342         (gnus-registry-read-mark): Use it.
16343         (gnus-registry-do-marks): Add utility function to loop through
16344         `gnus-registry-marks'.
16345         (gnus-registry-install-shortcuts-and-menus): Add function to install
16346         shortcuts and menus.
16347         (gnus-registry-initialize): Use it.
16348         (gnus-registry-default-mark): Clarify documentation.
16349
16350 2008-02-29  Glenn Morris  <rgm@gnu.org>
16351
16352         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16353         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16354         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16355         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16356         Change defcustom :version from 23.0 to 23.1.
16357
16358 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16359
16360         * gnus-registry.el (gnus-registry-follow-group-p)
16361         (gnus-registry-post-process-groups): Add functions to aid registry
16362         splitting and improve logging.  Clarify behavior in function
16363         documentation.
16364         (gnus-registry-split-fancy-with-parent): Use them.
16365
16366 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16367
16368         * gnus-art.el: Use with-current-buffer.
16369
16370 2008-02-27  David Engster  <dengste@eml.cc>
16371
16372         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16373         Express real group name in the response.
16374
16375 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16378         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16379         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16380         autoload gnus-registry-fetch-group when compiling.
16381         (nnmairix-request-group-with-article-number-correction):
16382         Remove unreferenced argument passed to nnmairix-call-backend.
16383
16384 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16385
16386         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16387         (mm-uu-extract): Improve face for low color ttys.
16388         Reported by Sascha Wilde.
16389
16390 2008-02-27  Glenn Morris  <rgm@gnu.org>
16391
16392         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16393         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16394         variables to defconsts.  Convert comments to doc-strings.
16395         (nnmairix-last-server, nnmairix-current-server): Convert from free
16396         variables to defvars.  Convert comments to doc-strings.
16397         (gnus-registry-fetch-group): Autoload.
16398         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16399         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16400         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16401         caddr.
16402         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16403         nnmairix-request-group-with-article-number-correction call.
16404         (nnmairix-fast, nnmairix-group): New, less general names, for free
16405         variables passed from nnmairix-request-group to
16406         nnmairix-request-group-with-article-number-correction.  Declare.
16407         (nnmairix-request-group-with-article-number-correction):
16408         Use nnmairix-fast, nnmairix-group rather than fast, group.
16409
16410 2008-02-26  David Engster  <dengste@eml.cc>
16411
16412         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16413         version 0.5.
16414
16415 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16416
16417         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16418         instead of making an extra function call.  Don't add the current group
16419         to articles only when they have the group.  Use
16420         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16421         Reported by David <de_bb@arcor.de>.
16422
16423 2008-02-24  Miles Bader  <miles@gnu.org>
16424
16425         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16426         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16427         (mm-find-mime-charset-region):
16428         * mm-bodies.el (mm-encode-body):
16429         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16430
16431 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16434         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16435
16436 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16437
16438         * mail-source.el (mail-source-delete-incoming): Change default.
16439         Supplement doc string.
16440
16441         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16442
16443 2008-02-14  Glenn Morris  <rgm@gnu.org>
16444
16445         * time-date.el (format-seconds): New function.
16446
16447 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * nnmail.el (nnmail-message-id-cache-file): Derive from
16450         `gnus-home-directory'.
16451
16452 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16453
16454         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16455         Document negative prefix.
16456
16457         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16458
16459 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16460
16461         * message.el (message-unsent-separator): Add the Exim bounce
16462         separator.
16463
16464 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16465
16466         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16467         list.
16468         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16469         recipient/signer list.
16470
16471 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * Makefile.in (datarootdir): Define.
16474         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16475         name that might contain whitespace.
16476
16477 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16480         fbound (Emacs 23 unicode), signal an error.
16481
16482 2008-02-08  Glenn Morris  <rgm@gnu.org>
16483
16484         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16485
16486 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16487
16488         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16489         ports to the calls to `netrc-machine-user-or-password' in addition to
16490         "imap" and "imaps".
16491
16492 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16493
16494         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16495
16496         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16497
16498 2008-02-01  Kenichi Handa  <handa@m17n.org>
16499
16500         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16501         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16502         (rfc2104-hash): Convert the result of concat to unibyte string.
16503
16504 2008-02-01  Dave Love  <fx@gnu.org>
16505
16506         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16507         coding-system-for-read.
16508         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16509
16510 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16511
16512         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16513         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16514         <hanche@math.ntnu.no>.
16515
16516 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16519
16520         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16521
16522 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16523
16524         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16525         * message.el (message-beginning-of-line): Use featurep instead of bound
16526         tests in order to resolve conditionals at compile time.
16527
16528 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16529
16530         * mail-source.el (mail-sources): Add `group' choice.
16531
16532         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16533         parameter `in-group' to control into which group the articles go.
16534         Add treatment of `group' mail-source.
16535
16536 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16539
16540         * mm-decode.el (mm-dissect-buffer): Decode description.
16541
16542         * mml.el (mml-to-mime): Encode message header first.
16543
16544 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16547         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16548
16549         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16550         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16551
16552 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16553
16554         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16555
16556 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16559         prefix keys.
16560         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16561         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16562         gnus-xmas.el.
16563
16564         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16565         (gnus-xmas-article-describe-bindings): New function.
16566         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16567         gnus-xmas-article-describe-bindings.
16568
16569         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16570
16571 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16572
16573         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16574         Add new variables for article mark management.
16575         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16576         list of extra data entries which, when present, will indicate that the
16577         article ID should not be trimmed from the registry.
16578         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16579         functions.
16580         (gnus-registry-read-mark): New function to read a mark name from the
16581         user.
16582         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16583         (gnus-registry-set-article-mark-internal): New functions to add and
16584         remove marks.
16585         (gnus-registry-get-article-marks): New function to show the marks for
16586         an article, or retrieve them for further use.
16587
16588 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16591         keys when no argument is given.
16592
16593 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * imap.el (imap-ping-server): New variable.
16596         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16597         (imap-ping-server): Minor doc string fixes.
16598
16599 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16600
16601         * imap.el (imap-ping-server): New function.
16602         (imap-opened): Call imap-ping-server.
16603
16604 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * gnus-sum.el (gnus-article-sort-by-random)
16607         (gnus-thread-sort-by-random): Fix doc strings.
16608         Reported by jidanni@jidanni.org.
16609
16610 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * gnus-art.el (gnus-article-describe-bindings): New function.
16613         (gnus-article-read-summary-keys): Use it.
16614         (gnus-article-mode-map): Bind `C-h b' to it.
16615
16616 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16619         XEmacs.
16620         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16621         Protect against non-character events.
16622
16623         * lpath.el: Fbind map-keymap for Emacs 21.
16624
16625 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16626
16627         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16628         New command.
16629         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16630         instead of END.  Change name of the temp file.
16631         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16632         customizable.
16633
16634 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16637         bind `S W' to gnus-article-wide-reply-with-original; set default
16638         binding to gnus-article-read-summary-send-keys.
16639         (gnus-article-read-summary-keys): Fix the order of keys; display
16640         continuation keys correctly in the echo area; describe bindings
16641         correctly when keys end with `C-h'.
16642         (gnus-article-read-summary-send-keys): New function.
16643         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16644         Work for gnus-article-read-summary-send-keys; display continuation keys
16645         correctly in the echo area.
16646         (gnus-article-reply-with-original): Ignore prefix argument.
16647         (gnus-article-wide-reply-with-original): New function.
16648
16649         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16650         Emacs 21.
16651
16652 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16653
16654         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16655         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16656
16657 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16658
16659         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16660         (gnus-group-read-ephemeral-gmane-group): New command.
16661
16662 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16663
16664         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16665
16666 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16667
16668         * message.el (message-send-mail-function): Increase custom version.
16669
16670         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16671         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16672
16673 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16674
16675         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16676         for the cases where imap-authenticate is called with a nil buffer
16677         parameter.
16678
16679 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16682         html parts correctly; support forwarded messages.
16683         (gnus-article-browse-html-article): Remove work buffers.
16684
16685         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16686         compiling.
16687         (netrc-bound-and-true-p): New macro.
16688         (netrc-parse): Use it instead of bound-and-true-p that is not available
16689         in XEmacs 21.4.
16690
16691 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16692
16693         * gnus-registry.el (gnus-registry-mark-article)
16694         (gnus-registry-article-marks): Add functionality to mark articles
16695         through the Gnus registry.
16696
16697         * encrypt.el: Clarify documentation for the new pgg method.
16698         (encrypt-file-alist): Add PGG option.
16699         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16700         functionality.  Abstract password key and messaging to external
16701         functions.
16702         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16703         (encrypt-message-method-and-cipher): Add new convenience external
16704         functions.
16705         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16706         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16707
16708         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16709         (netrc-parse): Use encrypt-file-alist to determine if
16710         encrypt-find-model or encrypt-insert-file-contents should be used.
16711
16712         * encrypt.el: Clarify documentation.  Load password-cache or
16713         password, whichever one is found first, instead of autoloading.
16714
16715 2007-12-19  Glenn Morris  <rgm@gnu.org>
16716
16717         * mml.el (message-options-set, message-narrow-to-head)
16718         (message-in-body-p, message-mail-p, message-encode-message-body):
16719         Autoload.
16720         (message-remove-header, message-narrow-to-headers-or-head)
16721         (message-subscribed-p, message-make-mail-followup-to)
16722         (message-position-on-field, message-news-p)
16723         (message-options-set-recipient, message-generate-headers)
16724         (message-sort-headers): Declare as functions.
16725
16726 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16727
16728         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16729         convention in doc string.
16730
16731 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16734         title to html parts.
16735         (gnus-article-browse-html-article): Pass message header to it.
16736
16737         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16738
16739 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16742         or password compatible with XEmacs.
16743
16744 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16745
16746         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16747         format document.
16748         (gnus-mime-delete-part): Don't write description line if empty.
16749         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16750
16751 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16752
16753         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16754         (gnus-summary-mark-read-and-unread-as-read)
16755         (gnus-summary-mark-current-read-and-unread-as-read)
16756         (gnus-summary-mark-unread-as-ticked): Doc fix.
16757         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16758
16759 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16760
16761         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16762         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16763
16764 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16765
16766         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16767         yes-or-no-p.
16768
16769 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * mm-decode.el (mm-add-meta-html-tag): New function.
16772         (mm-save-part-to-file, mm-pipe-part): Use it.
16773
16774         * gnus-art.el (gnus-article-browse-delete-temp-files):
16775         Use gnus-y-or-n-p instead of y-or-n-p.
16776         (gnus-article-browse-html-parts): Work with message/external-body; use
16777         mm-add-meta-html-tag.
16778
16779 2007-12-11  Glenn Morris  <rgm@gnu.org>
16780
16781         * gnus-cache.el: Require gnus-sum not just when compiling.
16782
16783         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16784
16785         * gnus-int.el (gnus-server-opened, gnus-status-message):
16786         Move definitions before use.
16787
16788         * mm-decode.el: Require gnus-util.
16789         (mm-remove-part): Only call delete-annotation on XEmacs.
16790
16791         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16792
16793         * nnmail.el: Require gnus-int.
16794
16795         * spam.el: Move `require's before `eval-when-compile's.
16796
16797         * gnus-ems.el (gnus-alive-p):
16798         * gnus-fun.el (message-goto-eoh):
16799         * gnus-util.el (gnus-group-name-decode):
16800         * mail-source.el (gnus-compress-sequence):
16801         * message.el (Info-goto-node, format-spec):
16802         * mm-bodies.el (message-options-get):
16803         * mm-decode.el (mm-view-pkcs7):
16804         * mm-util.el (gmm-write-region):
16805         * mml-smime.el (mml-compute-boundary)
16806         (gnus-completing-read-with-default):
16807         * mml.el (widget-button-press, gnus-make-hashtable):
16808         * mml1991.el (mm-decode-content-transfer-encoding)
16809         (mm-encode-content-transfer-encoding)
16810         (message-options-get, message-options-set):
16811         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16812         * nnfolder.el (gnus-request-group):
16813         * nnheader.el (ietf-drums-unfold-fws):
16814         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16815         * smime.el (gnus-run-mode-hooks):
16816         * spam-stat.el (gnus-message): Autoload.
16817
16818         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16819         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16820         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16821         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16822         Add declare-function compatibility definition.
16823
16824         * gnus-cache.el (nnvirtual-find-group-art):
16825         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16826         (gnus-add-image, gnus-add-wash-type):
16827         * gnus-group.el (nnkiboze-score-file):
16828         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16829         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16830         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16831         (message-tokenize-header, gnus-get-buffer-create)
16832         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16833         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16834         * gnus.el (gnus-group-decoded-name):
16835         * mail-source.el (imap-capability):
16836         * mm-bodies.el (message-options-set):
16837         * mm-decode.el (gnus-configure-windows):
16838         * mm-extern.el (message-goto-body):
16839         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16840         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16841         (epg-sub-key-validity, message-options-set):
16842         * mml.el (widget-event-point, gnus-configure-windows):
16843         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16844         * mml2015.el (epg-check-configuration, epg-configuration)
16845         (message-options-set):
16846         * nndb.el (nndb-request-article):
16847         * nnfolder.el (gnus-request-create-group):
16848         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16849         * nnmaildir.el (gnus-group-mark-article-read):
16850         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16851         * rfc1843.el (message-fetch-field):
16852         * spam.el (gnus-extract-address-components):
16853         Declare as functions.
16854
16855 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16858
16859         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16860
16861         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16862         bind show-trailing-whitespace for XEmacs.
16863
16864 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16865
16866         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16867         new no-op macro for backward compatibility.
16868
16869         * imap.el (imap-string-to-integer): New function.
16870
16871 2007-12-09  Glenn Morris  <rgm@gnu.org>
16872
16873         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16874
16875         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16876         * message.el, mm-view.el, sieve-manage.el, smime.el:
16877         Add declare-function compatibility definition.
16878
16879         * gnus-art.el (w3-region, w3m-region, Info-menu):
16880         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16881         * gnus-sum.el (gnus-get-predicate):
16882         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16883         * message.el (mail-abbrev-in-expansion-header-p):
16884         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16885         (w3m-detect-meta-charset, w3m-region):
16886         * sieve-manage.el (password-read, password-cache-add)
16887         (password-cache-remove):
16888         * smime.el (password-read-and-add): Declare as functions.
16889
16890 2007-12-08  David Kastrup  <dak@gnu.org>
16891
16892         * gnus-sum.el (gnus-summary-simplify-subject-query):
16893         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16894         `message'.
16895
16896 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16899         it to bind idna-program, installation-directory, defined-colors, and
16900         face-attribute for XEmacs of the version that compiles defcustom forms.
16901
16902 2007-12-07  Glenn Morris  <rgm@gnu.org>
16903
16904         * gnus-art.el (article-make-date-line): Revert previous change.
16905
16906 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16907
16908         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16909
16910 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16911
16912         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16913         Call gnus-add-to-range ranges only once with a prepared article-list.
16914
16915 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16916
16917         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16918         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16919         group names with backslashes.
16920         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16921
16922 2007-12-06  Deepak Goel  <deego3@gmail.com>
16923
16924         * gnus-art.el (article-make-date-line):
16925         * gnus-start.el (gnus-load):
16926         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16927
16928 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * gnus-art.el (gnus-use-idna):
16931         * gnus-start.el (gnus-site-init-file):
16932         * message.el (message-use-idna):
16933         * mm-uu.el (mm-uu-hide-markers):
16934         * smiley.el (smiley-style): Revert changes that suppress warnings.
16935
16936 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16939         specify charset to html source.
16940         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16941
16942 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16945         idna-program in order to suppress byte compile warning issued by XEmacs
16946         that came to byte compile the default value section of defcustom forms
16947         recently.
16948
16949         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16950         value of installation-directory.
16951
16952         * message.el (message-use-idna): Don't directly refer to the value of
16953         idna-program.
16954
16955         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16956
16957         * smiley.el (smiley-style): Don't directly call face-attribute.
16958
16959 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16960
16961         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16962
16963         * gnus-dired.el: Reduce Gnus dependencies.
16964         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16965         Don't require.  Use autoloads instead.
16966         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16967         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16968         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16969         (gnus-dired-mode): Adjust doc string.
16970         (gnus-dired-mail-mode): New variable.
16971         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16972         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16973         (gnus-dired-mail-buffers): New function.  Return mail or message
16974         composition buffers.
16975         (gnus-dired-attach): Use it.
16976         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16977         NO-DECODE.
16978         (gnus-dired-print): Use `gnus-print-buffer' depending on
16979         `gnus-dired-mail-mode'.
16980
16981 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * rfc2047.el (rfc2047-encoded-word-regexp)
16984         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16985         explaining what regexp patterns are for.
16986
16987 2007-12-04  Glenn Morris  <rgm@gnu.org>
16988
16989         * password.el: Move to password-cache.el.
16990
16991         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16992         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16993         * mml-smime.el (password-read, password-cache-add)
16994         (password-cache-remove):
16995         No need to autoload, since mml-sec requires password.
16996
16997         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16998         * message.el (gnus-extract-address-components):
16999         * mml-smime.el (gnus-extract-address-components): Define for compiler.
17000
17001         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
17002         password.
17003
17004 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17005
17006         * mailcap.el: Reduce dependencies.
17007         (mail-header-parse-content-type): Autoload.
17008         (mailcap-delete-duplicates): New alias.
17009         (mailcap-mime-info): Add optional argument NO-DECODE.
17010         (mailcap-mime-types): Use mailcap-delete-duplicates.
17011
17012         * message.el (message-ignored-supersedes-headers): Add "X-ID".
17013
17014 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
17015
17016         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
17017         (imap-parse-status): Upcase status-att for servers that sends them
17018         lower-case (e.g., MS Exchange 2007).
17019
17020 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17021
17022         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
17023         function.
17024
17025         * gnus-uu.el (gnus-uu-decode-yenc): New command.
17026         (gnus-uu-yenc-article): New function.
17027
17028         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
17029
17030         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
17031
17032 2007-12-02  Glenn Morris  <rgm@gnu.org>
17033
17034         * binhex.el (binhex): New custom group.
17035         (binhex-decoder-program, binhex-decoder-switches)
17036         (binhex-use-external): Move to the binhex custom group.
17037
17038         * uudecode.el (uudecode): New custom group.
17039         (uudecode-decoder-program, uudecode-decoder-switches)
17040         (uudecode-use-external): Move to the uudecode custom group.
17041
17042         * netrc.el (top-level): Don't load `encrypt' features.
17043         (netrc-parse): Don't use encrypt.
17044         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
17045
17046         * encrypt.el: Remove file.
17047
17048 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
17049
17050         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
17051         matches on patches.
17052
17053         * gnus-art.el (gnus-article-browse-html-article):
17054         Mention `mm-text-html-renderer' in the doc string.
17055
17056         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
17057         string.  Add comments.
17058
17059         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
17060         if rhs is ASCII.
17061
17062 2007-12-01  Glenn Morris  <rgm@gnu.org>
17063
17064         * mail-source.el (top-level): Require format-spec before
17065         eval-when-compile.
17066
17067 2007-11-30  Glenn Morris  <rgm@gnu.org>
17068
17069         * encrypt.el: Require password, rather than autoloading password-read.
17070
17071 2007-11-29  Glenn Morris  <rgm@gnu.org>
17072
17073         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
17074         (sasl-make-client, sasl-next-step, sasl-step-data)
17075         (sasl-step-set-data): Declare as functions.
17076
17077 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17078
17079         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17080
17081 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17082
17083         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17084         certs should be verified and what is to be done in the event of a
17085         verification failure.
17086
17087         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17088         caller can indicate whether the cache should be disregarded for this
17089         call.  This way the result of the call is reproducible at all times and
17090         can be considered a canonical server name for the supplied method.
17091         (gnus-agent-method-p): Canonicalize server names by pushing their
17092         method through `gnus-method-to-server' using the no-cache argument.
17093
17094         * gnus-srvr.el (gnus-server-insert-server-line):
17095         Call `gnus-method-to-server' with `no-cache' argument.
17096
17097         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17098         gnus-agent-possibly-synchronize-flags as this should be called when the
17099         server is actually being opened.
17100         (gnus-agent-possibly-synchronize-flags)
17101         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17102         flags file of an agentized server to the latter function.
17103
17104         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17105         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17106         after a connection has been established successfully.
17107
17108 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * gnus-art.el (article-display-face): Force to display face if called
17111         interactively; check if gnus-article-x-face-too-ugly matches author.
17112         (article-display-x-face): Display face even if From header is missing
17113         as article-display-face does.
17114
17115 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17116
17117         * hashcash.el (message-narrow-to-headers-or-head)
17118         (message-fetch-field, message-goto-eoh)
17119         (message-narrow-to-headers): Declare as functions.
17120
17121 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17122
17123         * mail-source.el (mail-sources): Default to fetch from file for
17124         compatibility with default of nnmail-spool-file.
17125
17126 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17129         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17130         to look for encoded word that should be encoded again.
17131         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17132         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17133         encoding pattern.
17134         (rfc2047-decode-region): Switch strict regexp and loose one according
17135         to rfc2047-allow-irregular-q-encoded-words.
17136
17137 2007-11-25  Romain Francoise  <romain@orebokech.com>
17138
17139         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17140
17141 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17142
17143         * tls.el (tls-program): Provide more custom choices from
17144         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17145         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17146
17147 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17150         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17151
17152         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17153         `nnmail-spool-file'.
17154
17155         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17156         `nnmail-spool-file'.
17157
17158         * gnus-move.el (gnus-change-server): Ditto.
17159
17160         * gnus-kill.el (gnus-batch-score): Ditto.
17161
17162         * gnus-cache.el (gnus-jog-cache): Ditto.
17163
17164         * gnus-msg.el (gnus-summary-reply):
17165         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17166
17167 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17168
17169         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17170         version.  Minor improvement to doc strings.
17171         (tls-program): Add comment.
17172
17173 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17174
17175         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17176         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17177         mismatch between the hostname provided in the certificate and the name
17178         of the host connnecting to.
17179         (open-tls-stream): Use them.  Check certificates against trusted root
17180         certificates.
17181
17182 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17183
17184         * gnus-cache.el (gnus-cache-generate-nov-databases):
17185         Use nnml-generate-nov-databases-directory instead of
17186         nnml-generate-nov-databases-1.
17187
17188 2007-11-24  Glenn Morris  <rgm@gnu.org>
17189
17190         * message.el (message-tool-bar-retro): Update for rename
17191         mail_send.xpm->mail-send.xpm.
17192
17193 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17194
17195         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17196         `smime-ldap-search' for Emacs 22 and up.
17197
17198 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17199
17200         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17201
17202         * message.el (message-send-mail-function): Fix error convention.
17203         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17204         (message-widen-reply, message-send-mail, message-talkative-question)
17205         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17206         (message-clone-locals, message-send-news): Use with-current-buffer.
17207         (message-insert-or-toggle-importance): Remove unused var `valid'.
17208         (message-make-references): Remove unused var `new-references'.
17209         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17210
17211 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17212
17213         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17214         (spam-split-symbolic-return-positive): Reflow docstring.
17215         (spam-backends, spam-summary-exit-behavior)
17216         (spam-mark-ham-unread-before-move-from-spam-group)
17217         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17218         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17219         (spam-clear-cache, spam-backend-check, spam-install-backend)
17220         (spam-install-statistical-backend, spam-list-of-processors)
17221         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17222         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17223         (spam-check-crm114, spam-initialize, spam-unload-hook):
17224         Fix typos in docstrings.
17225
17226 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17229         been checked if they have never been read and those group levels are
17230         higher than the one that a user specified.
17231
17232 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17235         foreign groups unless a group level is specified by a user.
17236         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17237
17238 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17239
17240         * message.el (message-send-mail-function): Require sendmail.
17241
17242 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17243
17244         * message.el (message-send-mail-function): Check for smtpmail too.
17245
17246         * utf7.el (utf7-encode, utf7-decode): Use coding system
17247         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17248
17249         * message.el (message-send-mail-function): New function.
17250         (message-send-mail-function): Set default using
17251         message-send-mail-function.  Adjust doc string.
17252         (message-send-mail-with-mailclient): New function.
17253
17254 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17255
17256         * smime.el (from):
17257         * rfc2047.el (message-posting-charset):
17258         * qp.el (mm-use-ultra-safe-encoding):
17259         * pop3.el (parse-time-months):
17260         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17261         * nnml.el (files):
17262         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17263         (jka-compr-compression-info-list, ange-ftp-path-format)
17264         (efs-path-regexp):
17265         * nndiary.el (files):
17266         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17267         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17268         (epg-digest-algorithm-alist, inhibit-redisplay)
17269         (password-cache-expiry):
17270         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17271         (pgg-output-buffer, password-cache-expiry):
17272         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17273         (efs-path-regexp):
17274         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17275         (inhibit-redisplay):
17276         * mm-uu.el (file-name, start-point, end-point, entry)
17277         (gnus-newsgroup-name, gnus-newsgroup-charset):
17278         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17279         (latin-unity-ucs-list):
17280         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17281         (mm-uu-binhex-decode-function):
17282         * message.el (gnus-message-group-art, gnus-list-identifiers)
17283         (rmail-enable-mime-composing, gnus-local-organization)
17284         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17285         (gnus-read-active-file, facemenu-add-face-function)
17286         (facemenu-remove-face-function, gnus-article-decoded-p)
17287         (tool-bar-mode):
17288         * mail-source.el (display-time-mail-function):
17289         * gnus-util.el (nnmail-pathname-coding-system)
17290         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17291         (gnus-original-article-buffer, gnus-user-agent)
17292         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17293         (xemacs-codename, sxemacs-codename, emacs-program-version):
17294         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17295         * gnus-start.el (gnus-agent-covered-methods)
17296         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17297         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17298         (gnus-newsgroup-headers, gnus-group-list-mode)
17299         (gnus-group-mark-positions, gnus-newsgroup-data)
17300         (gnus-newsgroup-unreads, nnoo-state-alist)
17301         (gnus-current-select-method, mail-sources)
17302         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17303         (nnmail-spool-file, gnus-cache-active-hashtb):
17304         * gnus-mh.el (mh-lib-progs):
17305         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17306         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17307         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17308         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17309         (gnus-group-buffer):
17310         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17311         (font-lock-set-defaults):
17312         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17313         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17314         (gnus-summary-post-menu, total-parts, type, condition, length):
17315         * gnus-agent.el (gnus-agent-read-agentview):
17316         * flow-fill.el (show-trailing-whitespace):
17317         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17318         eval-and-compile wrappers for byte compiler pacifiers.
17319
17320         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17321         (mm-display-inline-fontify): Check for featurep 'xemacs not
17322         extent-list.
17323
17324         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17325         itimer-list.
17326         (mm-create-image-xemacs): Only do something for XEmacs.
17327         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17328
17329         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17330
17331         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17332         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17333
17334 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17335
17336         * nnimap.el (nnimap-split-download-body):
17337         * gnus-demon.el (gnus-demon):
17338         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17339
17340 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17343         New macros.
17344         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17345         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17346         copy data from unibyte buffer to multibyte current buffer.
17347         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17348         to copy data from unibyte current buffer to multibyte buffer.
17349         (nntp-make-process-buffer): Make process buffer unibyte.
17350
17351         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17352
17353 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17354
17355         * pop3.el (pop3-open-server): Accept and process data more robustly at
17356         connection start to avoid spurious "POP SSL connection failed" errors.
17357
17358 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17361         read group names.
17362
17363 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17364
17365         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17366
17367 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17370         (nnmail-save-active): Use a unibyte buffer when saving active file,
17371         which may contain non-ASCII group names.
17372
17373         * nnml.el (nnml-request-group): Decode group names in messages.
17374
17375 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17376
17377         * message.el (message-citation-line-function)
17378         (message-insert-formatted-citation-line): Fix spelling of
17379         `message-insert-formated-citation-line'.
17380
17381 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17384
17385 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17388         nnmail-pathname-coding-system.
17389
17390         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17391         that a user enters; decode group names in messages.
17392
17393         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17394
17395 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17398
17399         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17400
17401         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17402         risky local variable.
17403
17404         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17405
17406 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17407
17408         * encrypt.el: Improve documentation to fix function name typo.
17409         Reported by Daiki Ueno <ueno@unixuser.org>.
17410
17411 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17414         even if the point is not in the last page of an article.
17415         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17416         back to the previous page.
17417
17418 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17421
17422 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17425
17426 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17427
17428         * message.el (message-check-news-body-syntax):
17429         Avoid mm-string-as-multibyte.
17430         (message-hide-headers): Don't assume (point-min)==1.
17431
17432 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17433
17434         * message.el (message-remove-blank-cited-lines): Fix if remove is
17435         given.
17436         (message-bogus-address-regexp): New variable.
17437         (message-bogus-recipient-p): New function.
17438         (message-check-recipients): New command.
17439         (message-syntax-checks): Add `bogus-recipient'.
17440         (message-fix-before-sending): Add `bogus-recipient'.
17441
17442         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17443         (gnus-treat-body-boundary): Don't test window-system.
17444
17445 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17446
17447         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17448
17449 2007-10-28  Miles Bader  <miles@gnu.org>
17450
17451         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17452         at compile-time too.
17453
17454 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17455
17456         * gnus-msg.el (gnus-message-setup-hook):
17457         Add `message-remove-blank-cited-lines' to options.
17458
17459 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17460
17461         * message.el (message-remove-blank-cited-lines): New function.
17462         Suggested by Karl Plästerer.
17463
17464 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17467         mapc.
17468
17469         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17470         (top-level): Use mapc to set functions to be traced for debugging.
17471
17472         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17473         called for effect with while loop.
17474
17475         * message.el (message-talkative-question): Replace mapcar called for
17476         effect with mapc.
17477
17478         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17479         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17480         called for effect with dolist.
17481
17482         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17483
17484         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17485         gnus-extra-headers and nnmail-extra-headers.
17486
17487         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17488         called for effect with dolist.
17489         (top-level): Use mapc to set functions to be traced for debugging.
17490
17491         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17492         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17493         dolist.
17494
17495         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17496         Replace mapcar called for effect with mapc.
17497         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17498         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17499         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17500         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17501
17502         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17503         remove-if that's a cl function.
17504
17505         * webmail.el (webmail-debug): Replace mapcar called for effect with
17506         dolist.
17507
17508         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17509         with mapc.
17510
17511 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17514         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17515         with while loop.
17516
17517         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17518         functions from article-* functions.
17519         (gnus-multi-decode-header): Replace mapcar called for effect with
17520         dolist.
17521
17522         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17523         (gnus-bookmark-show-details): Replace mapcar called for effect with
17524         while loop.
17525
17526         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17527         called for effect with while loop.
17528
17529         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17530         with dolist.
17531
17532         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17533         Replace mapcar called for effect with dolist.
17534
17535         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17536
17537         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17538         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17539         Replace mapcar called for effect with dolist.
17540         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17541         mapc.
17542
17543         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17544         Replace mapcar called for effect with dolist.
17545         (gnus-topic-list): Replace mapcar called for effect with mapc.
17546
17547         * gnus.el: Use mapc instead of mapcar to add autoloads.
17548
17549 2007-10-23  Richard Stallman  <rms@gnu.org>
17550
17551         * gnus-group.el (gnus-group-highlight): Mark as risky.
17552
17553 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17554
17555         * gnus.el (gnus-server-to-method): Return method found first in
17556         gnus-newsrc-alist.
17557
17558         * gnus-art.el (gnus-article-highlight-signature)
17559         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17560         button overlay without the front stickiness.
17561
17562 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17563
17564         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17565         overview buffer needed a catch to receive its throw.
17566         (gnus-agent-flush-cache): Declare as interactive to make this function
17567         easier to use.
17568
17569 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17570
17571         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17572         `next-line'.
17573
17574 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17577         exclude address matching message-dont-reply-to-names.
17578
17579 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * gnus-util.el (gnus-string<): New function.
17582
17583         * gnus-sum.el (gnus-article-sort-by-author)
17584         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17585
17586 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17587
17588         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17589         the frame-focus tag is set in gnus-buffer-configuration.
17590
17591 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17594         the front stickiness.
17595
17596 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17597
17598         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17599         url pattern; remove duplicate one.
17600         (gnus-article-extend-url-button): New function.
17601         (gnus-article-add-buttons): Use it.
17602         (gnus-button-push): Use concatenated url that it makes.
17603
17604 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17605
17606         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17607
17608 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17609
17610         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17611         Don't hardcode point-min==1.
17612
17613 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17614
17615         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17616         Fix comment about "iso8859-1".
17617
17618 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17619
17620         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17621         ones returned from the verify-function.
17622
17623         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17624         Call mml2015-extract-cleartext-signature if extraction failed.
17625
17626 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17627
17628         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17629         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17630         failed.
17631
17632 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17633
17634         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17635
17636 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17637
17638         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17639         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17640         recommends to use EasyPG instead of PGG.
17641
17642         * pgg.el: Revert to revision 6.23.2.16.
17643
17644         * pgg-def.el: Revert to revision 6.6.2.14.
17645
17646         * pgg-gpg.el: Revert to revision 6.23.2.34.
17647
17648 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17649
17650         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17651         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17652         thread for both the null and zero (kill/expire thread) universal prefix
17653         cases.
17654         (gnus-summary-expire-thread): Add new function to expire a thread,
17655         using gnus-summary-kill-thread.
17656         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17657         shortcuts for gnus-summary-expire-thread.
17658         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17659         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17660
17661 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17662
17663         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17664         extras value, so an extras entry can be deleted.
17665         (gnus-registry-delete-extra-entry): Use it.
17666         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17667         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17668         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17669         storage through the gnus-registry, and provide an appropriate API for
17670         it.
17671
17672 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17675         Suggested by Leo <sdl.web@gmail.com>.
17676
17677         * gnus.el: Do.
17678
17679 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17682         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17683
17684         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17685
17686         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17687         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17688
17689 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17692         newline.
17693         (nnmbox-request-accept-article): Don't change article in source buffer;
17694         narrow to header to use message-fetch-field rather than
17695         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17696         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17697         as delimiters; make sure article ends with newline.
17698         (nnmbox-delete-mail): Correct last position of article to be deleted;
17699         ignore X-Gnus-Newsgroup header in article body.
17700         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17701         positions; make sure article ends with newline.
17702
17703         * message.el (message-display-abbrev): Don't infloop when a user
17704         inserts SPC in the beginning of header.
17705
17706         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17707         coding-system-for-read and coding-system-for-write for XEmacs having no
17708         file-coding feature.
17709
17710         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17711
17712 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17713
17714         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17715         list of groups not followed by default.  Fix type to be regexp.
17716         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17717
17718 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17719
17720         * hmac-def.el (define-hmac-function): Switch from old-style to
17721         new-style backquotes.
17722
17723         * md4.el (md4-make-step): Likewise.
17724
17725 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17728         raw-text coding system when saving .newsrc file, which may contain
17729         non-ASCII group names.
17730
17731 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * gnus-cus.el (gnus-score-extra): New widget.
17734         (gnus-score-extra-convert): New function.
17735         (gnus-score-customize): Use it for Extra.
17736
17737 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17738
17739         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17740         (mml2015-mailcrypt-clear-verify): Use it.
17741         (mml2015-gpg-clear-verify): Use it.
17742         (mml2015-pgg-clear-verify): Use it.
17743         (mml2015-epg-clear-verify): Replace the current part with the output
17744         from GnuPG; don't extract the plaintext by itself.
17745
17746         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17747         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17748         mml2015-clear-verify-function; don't touch the armor headers or
17749         dash-escaped text here.
17750
17751 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17754         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17755         parts, or application/octet-stream as a last resort.
17756         (gnus-mime-view-part-as-type): Don't toggle display.
17757         (gnus-mime-view-part-as-charset): Don't turn off display before
17758         querying charset.
17759
17760         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17761         stuff to undisplayer function in Emacs.
17762         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17763
17764         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17765         text/calendar parts.
17766
17767 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17768
17769         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17770         decoding text/calendar parts.
17771
17772         * message.el (message-forward-make-body-mime): Always mark body as
17773         having no illegible text; remove signed-or-encrypted argument.
17774         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17775
17776         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17777         (mml-generate-mime-1): Don't encode body if it is specified to be in
17778         raw form; don't make buffer be unibyte when inserting multibyte string.
17779
17780 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17781
17782         * sha1.el: Fix up comment style.
17783         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17784         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17785
17786         * hex-util.el: Fix up comment style.
17787         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17788
17789         * gnus-salt.el: Use with-current-buffer.
17790         (gnus-pick-setup-message): Fix long-standing typo.
17791
17792 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * imap.el (imap-logout-timeout): New variable.
17795         (imap-logout, imap-logout-wait): New functions.
17796         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17797
17798         * nnimap.el (nnimap-logout-timeout): New server variable.
17799         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17800         nnimap-logout-timeout.
17801
17802         * gnus-art.el (gnus-article-summary-command-nosave)
17803         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17804
17805 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * gnus.el (gnus-maximum-newsgroup): New variable.
17808
17809         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17810         according to gnus-maximum-newsgroup.
17811
17812         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17813         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17814         Limit the range of articles according to gnus-maximum-newsgroup.
17815
17816 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17817
17818         * gnus-art.el (gnus-sticky-article): Fix problems described in
17819         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17820         Don't perform gnus-configure-windows here; reuse existing sticky
17821         article buffer.
17822
17823         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17824         it doesn't exist in gnus-article-mode.
17825
17826 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17829         (gnus-agent-decoded-group-name): New function.
17830         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17831         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17832
17833 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17834
17835         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17836         Add binding for gnus-sticky-article.
17837         (gnus-summary-exit): Don't kill sticky article buffers.
17838
17839         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17840         article buffer.
17841         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17842         (gnus-kill-sticky-article-buffers): New commands.
17843
17844 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * nntp.el (nntp-xref-number-is-evil): New server variable.
17847         (nntp-find-group-and-number): If it is non-nil, don't trust article
17848         numbers in the Xref header.
17849
17850 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * gnus-agent.el (gnus-agent-read-group): New function.
17853         (gnus-agent-flush-group, gnus-agent-expire-group)
17854         (gnus-agent-regenerate-group): Use it.
17855         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17856         nnmail-pathname-coding-system.
17857
17858 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17861
17862         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17863         that are unread as unread, and also as selected so that information of
17864         marks having been changed by a user may be updated when exiting group.
17865
17866 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17867
17868         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17869
17870 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17873         calculated ignoring signature parts to gnus-treat-article.
17874
17875 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17878         a point here in order to keep the window start.
17879         (gnus-insert-mime-security-button): Make a button overlay without the
17880         front stickiness.
17881         (gnus-mime-display-security): Goto the end of a button.
17882
17883         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17884
17885 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17888         group-name-at-point.
17889         (gnus-group-completing-read): New function that offers decoded
17890         non-ASCII group names for completion.
17891         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17892         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17893         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17894         (gnus-group-fetch-control): Use it.
17895         (gnus-fetch-group): Use group-name-at-point for the initial value
17896         rather than the default value; use gnus-alive-p.
17897
17898         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17899         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17900         (gnus-summary-post-news): Use gnus-group-completing-read.
17901
17902         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17903         (gnus-read-move-group-name): Decode group name for completion.
17904
17905 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17906
17907         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17908         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17909         Yamaoka slightly modified the code).
17910
17911 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17914         (nnmail-split-incoming): Bind it.
17915
17916         * nnml.el (nnml-group-name-charset): New function.
17917         (nnml-decoded-group-name): Use it; don't decode group name if
17918         nnmail-group-names-not-encoded-p is non-nil.
17919         (nnml-encoded-group-name): New function.
17920         (nnml-group-pathname): Inline nnml-decoded-group-name.
17921         (nnml-request-expire-articles): Decode group name in message.
17922         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17923         nnmail-pathname-coding-system.
17924         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17925         not decoded ones according to nnmail-group-names-not-encoded-p.
17926         (nnml-generate-active-info): Use nnml-encoded-group-name.
17927
17928 2007-08-08  Glenn Morris  <rgm@gnu.org>
17929
17930         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17931         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17932         doc-strings and comments.
17933
17934 2007-07-25  Glenn Morris  <rgm@gnu.org>
17935
17936         * Relicense all FSF files to GPLv3 or later.
17937
17938 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * gnus-sum.el (gnus-summary-move-article):
17941         Make gnus-summary-respool-article work.
17942
17943 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17946         string.
17947
17948 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17949
17950         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17951         that should be ignored when comparing distant RSS articles with local
17952         ones.
17953         (nnrss-make-hash-index): New function.  Create a hash index according
17954         to the ignored fields.
17955         (nnrss-check-group): Use it.
17956
17957 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17960
17961         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17962
17963         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17964         the new optional argument ENCODED is non-nil.
17965         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17966         coding system for encoding group name.
17967         (gnus-group-make-rss-group): Pass un-encoded group name to
17968         gnus-group-make-group.
17969         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17970         encoded.
17971
17972         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17973         Encode group name to which articles are moved or copied.
17974         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17975         coding system for encoding Newsgroup, Followup-To and Xref headers.
17976
17977         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17978         marks; use nnheader-file-coding-system to write a file.
17979         (nnagent-retrieve-headers): Bind file-name-coding-system to
17980         nnmail-pathname-coding-system.
17981
17982         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17983
17984         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17985         (nnml-request-article, nnml-request-create-group)
17986         (nnml-request-rename-group, nnml-find-id)
17987         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17988         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17989         (nnml-save-marks): Use nnml-group-pathname instead of
17990         nnmail-group-pathname.
17991
17992         (nnml-request-create-group, nnml-request-expire-articles)
17993         (nnml-request-move-article, nnml-request-delete-group)
17994         (nnml-deletable-article-p, nnml-possibly-create-directory)
17995         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17996         (nnml-open-marks): Bind file-name-coding-system to
17997         nnmail-pathname-coding-system.
17998
17999         (nnml-request-article): Pass server argument to nnml-find-group-number.
18000         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
18001         Pass server argument to nnml-possibly-create-directory.
18002         (nnml-request-accept-article): Pass server argument to
18003         nnml-active-number and nnml-save-mail.
18004         (nnml-find-group-number): Pass server argument to nnml-find-id.
18005         (nnml-request-update-info): Pass server argument to
18006         nnml-marks-changed-p.
18007
18008         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
18009         (nnml-save-mail, nnml-active-number): Add server argument.
18010
18011         (nnml-request-delete-group): Warn if group is missing.
18012         (nnml-get-nov-buffer): Decode group name.
18013         (nnml-generate-active-info): Encode group name.
18014         (nnml-open-marks): Decode group name in messages.
18015
18016 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
18019         if it is not specified.
18020         (gnus-article-pipe-part, gnus-article-save-part)
18021         (gnus-article-interactively-view-part, gnus-article-copy-part)
18022         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
18023         (gnus-article-inline-part, gnus-article-save-part-and-strip)
18024         (gnus-article-replace-part, gnus-article-delete-part)
18025         (gnus-article-view-part-as-type): Pass raw prefix argument to
18026         gnus-article-part-wrapper.
18027
18028 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * gnus-agent.el (gnus-agent-save-active):
18031         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
18032
18033         * gnus-cache.el (gnus-cache-save-buffers)
18034         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
18035         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
18036         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
18037         (gnus-cache-braid-nov, gnus-cache-braid-heads)
18038         (gnus-cache-generate-active, gnus-cache-rename-group)
18039         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
18040         (gnus-cache-update-overview-total-fetched-for):
18041         Bind file-name-coding-system to nnmail-pathname-coding-system.
18042         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
18043         New variables.
18044         (gnus-cache-decoded-group-name): New function.
18045         (gnus-cache-file-name): Use it.
18046         (gnus-cache-generate-active): Use non-decoded group name for active.
18047
18048         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
18049         right place.
18050         (gnus-write-active-file): Don't break non-ASCII group names.
18051
18052         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
18053         nnmail-pathname-coding-system.
18054
18055         * lpath.el: Bind default-file-name-coding-system,
18056         file-name-coding-system and language-info-alist for XEmacs.
18057
18058         * gnus-uu.el (gnus-uu-decode-save): Typo.
18059
18060 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
18063
18064 2007-07-14  David Kastrup  <dak@gnu.org>
18065
18066         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
18067         finishing actions if we did not edit the article.
18068
18069 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
18072         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
18073         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
18074         (gnus-agent-flush-group, gnus-agent-flush-cache)
18075         (gnus-agent-fetch-headers, gnus-agent-load-alist)
18076         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
18077         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18078         (gnus-agent-regenerate-group)
18079         (gnus-agent-update-files-total-fetched-for)
18080         (gnus-agent-update-view-total-fetched-for):
18081         Bind file-name-coding-system to nnmail-pathname-coding-system.
18082         (gnus-agent-group-pathname): Don't encode file names by
18083         nnmail-pathname-coding-system.
18084         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18085         coding-system-for-write instead of buffer-file-coding-system to
18086         gnus-agent-file-coding-system.
18087
18088         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18089         Decode group name.
18090
18091         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18092
18093         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18094         (gnus-read-newsrc-el-file): Make group names unibyte.
18095
18096         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18097         nnmail-pathname-coding-system.
18098
18099         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18100         (nnrss-request-delete-group): Bind file-name-coding-system to
18101         nnmail-pathname-coding-system.
18102         (nnrss-read-server-data, nnrss-read-group-data):
18103         Bind file-name-coding-system correctly.
18104         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18105
18106         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18107         (nntp-server-to-method-cache): New variable.
18108         (nntp-group-pathname): New function that decodes non-ASCII group names.
18109         (nntp-possibly-create-directory, nntp-marks-changed-p)
18110         (nntp-save-marks, nntp-open-marks): Use it.
18111         (nntp-possibly-create-directory, nntp-open-marks):
18112         Bind file-name-coding-system to nnmail-pathname-coding-system.
18113         (nntp-open-marks): Decode group names when bootstrapping marks.
18114
18115         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18116         Newsgroups and Followup-To headers.
18117
18118 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18121         (gnus-server-closed-face, gnus-server-denied-face)
18122         (gnus-server-offline-face): Remove variable.
18123         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18124
18125         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18126         of modifying message-stack directly for XEmacs.
18127
18128         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18129         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18130         if the coding-system argument is nil for XEmacs.
18131
18132         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18133         mm-charset-override-alist.
18134
18135         * rfc2047.el: Don't require base64; require rfc2045 for the function
18136         rfc2045-encode-string.
18137         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18138         to quote the parameter value.
18139
18140 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18143         form in gnus-group-name-charset-method-alist.
18144
18145         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18146         overrides the default layout edit-form.
18147
18148         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18149
18150         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18151
18152 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18155         as unfetched articles.
18156
18157 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18158
18159         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18160
18161 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18162
18163         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18164         original back end that keeps marks in the local system.
18165
18166 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18169         arg of pop-to-buffer for XEmacs.
18170         (gnus-article-read-summary-keys): Ditto; don't restore window
18171         configuration if summary command ends up with neither article buffer
18172         nor summary buffer; describe bindings if summary keys end with C-h.
18173
18174 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * message.el (message-fix-before-sending): Skip raw message part to be
18177         forwarded while checking illegible text.
18178         (message-forward-make-body-mime, message-forward-make-body):
18179         Mark signed or encrypted raw message as having no illegible text.
18180
18181 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18182
18183         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18184         (gnus-message-with-timestamp-1): New macro.
18185         (gnus-message-with-timestamp): New function.
18186         (gnus-message): Use them.
18187
18188         * nnheader.el (nnheader-message): Use them.
18189
18190 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18191
18192         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18193         .newsrc.eld file.
18194
18195 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * gnus-agent.el (gnus-agent-fetch-headers)
18198         (gnus-agent-retrieve-headers):
18199         Bind gnus-decode-encoded-address-function to identity.
18200
18201         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18202         available also when the server returns simply a dot.
18203
18204         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18205
18206 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18209
18210 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * gnus-ems.el (gnus-x-splash): Make it work.
18213
18214         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18215         from being used.
18216
18217         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18218
18219 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18222         4th and the 5th arguments.
18223
18224         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18225         the front stickiness.
18226         (gnus-article-summary-command-nosave): Correct the order of the
18227         arguments passed to pop-to-buffer.
18228         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18229         summary command ends up with the article buffer.
18230
18231         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18232         the same faces.
18233
18234 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18235
18236         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18237
18238 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18239
18240         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18241         * gnus-sum.el (gnus-summary-highlight):
18242         * pgg.el (pgg-sign-region, pgg-sign):
18243         * mail-source.el (mail-source-delete-old-incoming-confirm):
18244         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18245
18246 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18247
18248         * gnus-art.el (gnus-mime-view-part-externally)
18249         (gnus-mime-view-part-internally): Fix predicate function passed to
18250         completing-read.
18251
18252         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18253
18254         * gnus.el (gnus-update-message-archive-method): Add :version.
18255
18256 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * gnus.el (gnus-update-message-archive-method): New variable.
18259
18260         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18261         according to gnus-message-archive-method if
18262         gnus-update-message-archive-method is non-nil.
18263
18264 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18265
18266         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18267         Suggested by Loic Dachary <loic@dachary.org>.
18268         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18269
18270 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * message.el (message-pop-to-buffer): Add switch-function argument.
18273         (message-mail): Pass switch-function argument to it.
18274
18275 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18276
18277         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18278         Improve doc string.
18279
18280 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18281
18282         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18283         (gnus-header-content):
18284         * gnus-cite.el (gnus-cite-10):
18285         * gnus-srvr.el (gnus-server-closed):
18286         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18287         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18288         (gnus-group-mail-3-empty, gnus-group-mail-low)
18289         (gnus-group-mail-low-empty, gnus-splash):
18290         * message.el (message-header-to, message-header-cc)
18291         (message-header-subject, message-header-other, message-header-name)
18292         (message-header-xheader, message-separator, message-cited-text)
18293         (message-mml): Lighten colors of faces used for dark background.
18294
18295 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18296
18297         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18298         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18299
18300 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * message.el (message-narrow-to-headers-or-head):
18303         Ignore mail-header-separator in the body.
18304
18305 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18306
18307         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18308         same as window size.
18309
18310 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18311
18312         * message.el (message-font-lock-keywords): Use message-header-xheader
18313         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18314         ahead of the anything pattern, to get it recognized.
18315
18316 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18319         spam.el loads uses it in the compiled defadvice form.
18320
18321 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18322
18323         * gnus-sum.el (gnus-articles-to-read)
18324         (gnus-summary-insert-old-articles): Don't truncate group name for
18325         `read-string'.
18326
18327         * gnus-util.el (gnus-limit-string): Delete this function.
18328
18329         * gnus-sum.el (gnus-simplify-subject-fully):
18330         Use `truncate-string-to-width' instead.
18331
18332 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18333
18334         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18335         Tell if, on summary exit, the next group has to be selected.
18336         (gnus-summary-exit): Use it.
18337
18338 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18339
18340         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18341         non-break space.
18342
18343 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18344
18345         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18346         Check if group is not a directory.
18347         (nnfolder-request-expire-articles): Don't delete articles if the target
18348         group is not available.
18349
18350         * nnml.el (nnml-request-create-group): Properly check if group is not a
18351         file.
18352         (nnml-request-expire-articles): Don't delete articles if the target
18353         group is not available.
18354
18355         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18356         Don't quote characters that are within parentheses.
18357
18358 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18361         (gnus-handle-ephemeral-exit): Select article according to it.
18362
18363 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18364
18365         * message.el (message-insert-formated-citation-line): Remove newline.
18366         (message-citation-line-format): Add final \n here so that the user can
18367         avoid a blank line.
18368
18369 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18370
18371         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18372         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18373         Update lanl/arXiv support.
18374
18375 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18376
18377         * gnus.el: Bump version number.
18378
18379 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18380
18381         * gnus.el (gnus-version-number): Bump version.
18382
18383 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18384
18385         * gnus.el: No Gnus v0.6 is released.
18386
18387 2007-04-27  Didier Verna  <didier@xemacs.org>
18388
18389         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18390         * gmm-utils.el (gmm-regexp-concat): ... here.
18391         * message.el: Don't require 'gnus-util.
18392         (message-dont-reply-to-names): Handle name change above.
18393         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18394
18395 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18398         since the initial value varies according to the system.
18399
18400 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18401
18402         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18403
18404 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18405
18406         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18407
18408 2007-04-24  Didier Verna  <didier@xemacs.org>
18409
18410         Improve the type of gnus-ignored-from-addresses.
18411         * gnus-util.el (gnus-orify-regexp): New function.
18412         * message.el (gnus-util): Require it.
18413         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18414         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18415         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18416
18417 2007-04-24  Didier Verna  <didier@xemacs.org>
18418
18419         * gnus-sum.el:
18420         * gnus-utils.el: Fix some trailing whitespaces.
18421
18422 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18425         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18426         article's Message-ID; refer parent article in summary buffer.
18427
18428         * message.el (message-bounce): Call mime-to-mml.
18429
18430         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18431         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18432         optimize and/or forms properly.
18433
18434 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18435
18436         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18437         URL.
18438
18439 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18442
18443 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18446         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18447         displayed of multipart/alternative part if it is invoked from summary
18448         buffer.
18449
18450         * mm-view.el (mm-inline-text-html-render-with-w3m)
18451         (mm-inline-text-html-render-with-w3m-standalone)
18452         (mm-inline-render-with-function): Use mail-parse-charset by default.
18453
18454 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18455
18456         * parse-time.el (parse-time-string-chars): Check if CHAR
18457         is less than the length of parse-time-syntax.
18458
18459 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18462         from gnus-newsgroup-processable.
18463
18464 2007-04-16  Didier Verna  <didier@xemacs.org>
18465
18466         * gnus-msg.el (gnus-configure-posting-styles):
18467         Handle message-signature-directory properly with :file syntax.
18468         Reported by "Leo".
18469
18470 2007-04-11  Didier Verna  <didier@xemacs.org>
18471
18472         New user option: message-signature-directory.
18473         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18474         * message.el (message-insert-signature): Ditto.
18475         * message.el (message-signature-file): Doc update.
18476         * message.el (message-signature-directory): New.
18477
18478 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * gnus-msg.el (gnus-inews-yank-articles):
18481         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18482
18483 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * message.el (message-yank-original): Make sure cited text ends with
18486         newline; don't exchange point and mark.
18487
18488 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18489
18490         * tls.el (open-tls-stream): Properly handle case where there
18491         is no associated buffer.
18492
18493 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18494
18495         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18496         message-yank-original, make sure (< mark TEXT point).
18497
18498 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18499
18500         * message.el (message-fill-column): New variable.
18501         (message-mode): Use it.  Add comment on a possible new hook.
18502
18503         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18504         (nnmail-get-new-mail): Reformat.
18505
18506         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18507
18508         * gmm-utils.el: Fix Commentary.
18509         (gmm-tool-bar-from-list): Fix typo in doc string.
18510
18511 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18512
18513         * message.el (message-yank-original): Don't switch point and mark
18514         unnecessarily to put point and mark as documented.
18515
18516 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18517
18518         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18519         from the message heads.
18520
18521 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18522
18523         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18524         article buffer does not have a window.  This may not be the best
18525         solution but is certainly better than setting the start of the null,
18526         that is the current, window.
18527
18528 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18531         (gnus-draft-setup): Run it.
18532
18533         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18534         gnus-score-fast-scoring.  Allow regexp.
18535         (gnus-score-headers): Use it.
18536
18537         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18538         XEmacs.
18539
18540         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18541         string.
18542         (gnus-button-alist): Also catch `<f1> k ...'.
18543         (gnus-treat-display-x-face): Fix doc string.
18544
18545 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18546
18547         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18548         evaluation of gnus-extended-version to ensure correct generation of the
18549         User-Agent header when message-generate-headers-first is used.
18550
18551 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18552
18553         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18554         hashcash-path is nil.  Don't call callback with incorrect number of
18555         parameters if val is 0.
18556
18557 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18558
18559         * message.el (message-required-news-headers):
18560         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18561
18562 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18563
18564         * tls.el (open-tls-stream): In handshake-waiting loop,
18565         don't wait more if there is output available to process.
18566
18567 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18568
18569         * tls.el (tls-program): Doc fix.
18570
18571 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18572
18573         * message.el (message-generate-new-buffers): Change the meaning of the
18574         nil value; add `standard' to the choices; treat t as `unique'; improve
18575         doc string.
18576         (gnus-select-frame-set-input-focus): Autoload.
18577         (message-buffer-name): Search for the existing message buffer if
18578         message-generate-new-buffers is nil or `standard'; treat the value t of
18579         message-generate-new-buffers as `unique'.
18580         (message-pop-to-buffer): Raise the frame already displaying the message
18581         buffer; clear the echo area after querying.
18582         (message-setup): Pass the `continue' argument to compose-mail.
18583         (message-mail): Prefer `switch-function' if it is given; search for the
18584         existing message buffer if the `continue' argument is non-nil; pass
18585         continue and switch-function arguments to compose-mail by way of
18586         message-setup.
18587         (message-mail-other-window): Adjust argument of message-setup.
18588         (message-mail-other-frame): Ditto.
18589
18590 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18593         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18594         to turn font-lock on when turning gnus-message-citation-mode on.
18595
18596 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18597
18598         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18599         (mml-smime-function-alist): New variable; add epg as the backend.
18600         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18601         mml-smime- functions instead.
18602         * mm-view.el: Require smime.
18603
18604 2007-03-05  Didier Verna  <didier@xemacs.org>
18605
18606         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18607         instead of just inheritance for posting styles.
18608         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18609
18610 2007-02-24  Chris Moore  <dooglus@gmail.com>
18611
18612         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18613         * pgg-pgp.el (pgg-pgp-encrypt-region):
18614         * pgg-gpg.el (pgg-gpg-encrypt-region):
18615         Check pgg-encrypt-for-me if no other recipients.
18616
18617 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18618
18619         * tls.el (tls-certtool-program): Fix custom type.
18620
18621 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18622
18623         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18624         and point-at-eol instead of line-(beginning|end)-position.
18625
18626         * assistant.el (assistant-parse-buffer): Ditto.
18627
18628         * netrc.el (netrc-parse-services): Ditto.
18629
18630 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18631
18632         * mml2015.el (mml2015-epg-find-usable-key): New function.
18633         (mml2015-epg-sign): Use it.
18634         (mml2015-epg-encrypt): Use it.
18635
18636 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * message.el (message-make-in-reply-to): Quote name containing
18639         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18640         if there are special characters.  Reported by NAKAJI Hiroyuki
18641         <nakaji@jp.freebsd.org>.
18642
18643 2007-02-27  Didier Verna  <didier@xemacs.org>
18644
18645         Include the group parameters as well as the topic ones in the
18646         inheritance filter process.
18647         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18648         argument GROUP-PARAMS-LIST.
18649         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18650
18651 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * nntp.el (nntp-never-echoes-commands)
18654         (nntp-open-connection-functions-never-echo-commands): New variables.
18655         (nntp-send-command): Use them.
18656
18657 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18658
18659         * mml2015.el (mml2015-epg-verify): Simplify.
18660
18661 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * mml.el (mml-content-disposition-alist): New user option.
18664         (mml-content-disposition): New function.
18665         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18666         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18667
18668 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18669
18670         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18671         verification.
18672
18673 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18674
18675         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18676         articles posted in the last 24 hours.
18677
18678 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18679
18680         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18681
18682 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18683
18684         * nntp.el (nntp-send-command): Don't wait for echoes when
18685         nntp-open-ssl-stream is used.
18686
18687 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18690         (gnus-message-add-citation-keywords)
18691         (gnus-message-remove-citation-keywords): Remove.
18692         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18693         directly, make the variables in font-lock-defaults buffer-local, add
18694         gnus-message-citation-keywords to them and then update the value of
18695         font-lock-keywords.
18696
18697 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * message.el (message-cite-original-1): Don't call
18700         gnus-article-highlight-citation.
18701
18702         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18703         citations; fix line count.
18704
18705 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18706
18707         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18708         (gnus-message-add-citation-keywords)
18709         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18710         versions of font-lock-add-keywords and font-lock-remove-keywords to
18711         work with XEmacs correctly.
18712
18713 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * gnus-cite.el (gnus-cite-face-list): Set the values of
18716         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18717         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18718         (gnus-message-cite-prefix-regexp): New variable.
18719         (gnus-message-search-citation-line): Use it; protect against long
18720         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18721         the 0th match data for Emacs.
18722         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18723         (gnus-message-add-citation-keywords): Append keywords rather than
18724         prepending; emulate font-lock-add-keywords if it is not available.
18725         (gnus-message-remove-citation-keywords):
18726         Emulate font-lock-remove-keywords if it is not available.
18727
18728         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18729
18730         * message.el (message-cite-prefix-regexp): Set the value of
18731         gnus-message-cite-prefix-regexp.
18732
18733 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18734
18735         * nnweb.el (nnweb-google-parse-1): Update parser.
18736
18737 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18738
18739         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18740
18741 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18742
18743         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18744         regexp.
18745
18746 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18747
18748         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18749         string-to-multibyte.
18750         (uudecode-decode-region-internal): Use it.
18751
18752         * lpath.el: Fbind string-as-multibyte for XEmacs.
18753
18754 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18755
18756         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18757         Fix custom choice.
18758
18759         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18760
18761 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18762
18763         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18764
18765         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18766         `write-region' to respect `mm-inhibit-file-name-handlers'.
18767
18768 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18769
18770         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18771         Use gnus-home-directory instead of "~/" or "$HOME".
18772
18773 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18774
18775         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18776         to mention filename.
18777         Add comments at beginning regarding usage.
18778         (encrypt-write-file-contents): Change interactive so a string is
18779         acceptable.  If the file has no associated model, show an error instead
18780         of a nonsense prompt.
18781
18782 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18783
18784         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18785         Thanks to Yoshihiko Yamada for kind notification of this typo.
18786
18787 2007-01-12  Kenichi Handa  <handa@m17n.org>
18788
18789         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18790         multibyte buffer.
18791
18792 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18793
18794         * gnus-score.el (gnus-score-fast-scoring): New variable.
18795         (gnus-score-headers): Use it.
18796
18797         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18798
18799         * message.el (message-cite-original-1):
18800         Call gnus-article-highlight-citation if requested.
18801         (message-make-from): Allow name and address as optional arguments.
18802
18803         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18804
18805         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18806         bugs to doc string.
18807         (gnus-button-alist): Add mid\\|message-id.
18808         (gnus-button-fetch-group): Extend for use in
18809         `browse-url-browser-function'.
18810         (gnus-button-url-regexp): Try to catch paired parentheses like in
18811         Wikipedia URLs.
18812
18813         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18814         Suggested by Simon Krahnke <overlord@gmx.li>.
18815
18816 2007-01-13  Romain Francoise  <romain@orebokech.com>
18817
18818         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18819         Update copyright.
18820
18821 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18822
18823         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18824
18825 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18826
18827         * gnus-registry.el (gnus-registry-unfollowed-groups)
18828         (gnus-registry-split-fancy-with-parent): Fix documentation.
18829
18830 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18831
18832         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18833         from nnweb groups.
18834
18835 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18836
18837         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18838         Xref urls.  Erase buffer before requesting head.
18839
18840         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18841
18842 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18843
18844         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18845         customizable.
18846
18847 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18848
18849         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18850         no signing key is found.
18851         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18852         no encrypting and/or signing key is found.
18853
18854 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18855
18856         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18857
18858 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18859
18860         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18861         headers read from disk with the ones newly found in the current search.
18862         This should no longer cause problems, because the article numbers in
18863         Gmane's `nov.php' output are ignored since the previous change.
18864
18865 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18866
18867         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18868
18869 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18870
18871         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18872         replace-regexp-in-string; bind url-version; fbind display-images-p and
18873         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18874         find-face and set-itimer-function for Emacs; bind itimer-list for
18875         Emacs.
18876
18877         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18878
18879 2007-01-01  Romain Francoise  <romain@orebokech.com>
18880
18881         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18882
18883 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18884
18885         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18886         `define-minor-mode' macro definition expanded properly.
18887         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18888         exclude it there.
18889
18890         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18891         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18892         `fboundp' test.
18893         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18894         This is OK to autoload in (S)XEmacs now.
18895
18896 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18897
18898         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18899         keystroke.
18900         (gnus-summary-limit-to-singletons): Fix typo.
18901
18902         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18903         else fails.
18904
18905 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18906
18907         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18908         docstring.
18909
18910         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18911         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18912         (gnus-summary-insert-dormant-articles): Fix typo in message.
18913
18914 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18915
18916         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18917         nil for XEmacs.
18918         (gnus-message-citation-mode): Don't autoload in XEmacs.
18919
18920         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18921
18922 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18923
18924         * nnimap.el (nnimap-expunge-search-string):
18925         Mention nnimap-search-uids-not-since-is-evil in docstring.
18926
18927 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18928
18929         * spam.el: Revert to make-obsolete-variable because
18930         define-obsolete-variable-alias is not supported in Emacs 21.
18931
18932         * spam.el (spam-ifile-path, spam-ifile-database-path)
18933         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18934         make-obsolete-variable.
18935         (spam-bsfilter-path, spam-bsfilter-program)
18936         (spam-spamassassin-path, spam-spamassassin-program)
18937         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18938         Don't use "path" inappropriately.
18939         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18940         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18941         variable names.
18942
18943 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18944
18945         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18946         summary buffer.
18947
18948         * password.el (password-cache-remove): Use clear-string to burn
18949         password, if available.
18950
18951 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18952
18953         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18954
18955         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18956
18957         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18958         (gnus-message-highlight-citation): Move defcustom here from
18959         gnus-cite.el.
18960         (gnus-message-citation-mode): Autoload.
18961
18962         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18963         checks to make it compile with XEmacs.
18964         (gnus-message-citation-mode): New minor mode.
18965         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18966         (gnus-message-highlight-citation): New variables.
18967         (gnus-message-search-citation-line)
18968         (gnus-message-add-citation-keywords)
18969         (gnus-message-remove-citation-keywords)
18970         (turn-on-gnus-message-citation-mode)
18971         (turn-off-gnus-message-citation-mode): New functions.
18972
18973 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18974
18975         * gnus-cite.el: Enable highlighting of different citation levels in
18976         message-mode.
18977
18978 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18979
18980         * message.el (message-make-fqdn): Fix comment.
18981         (message-bogus-system-names): Add ".local".
18982
18983         * spam.el (spam-ifile-path, spam-ifile-program)
18984         (spam-ifile-database-path, spam-ifile-database)
18985         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18986         Don't use "path" inappropriately.
18987         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18988         strings.
18989         (spam-check-ifile, spam-ifile-register-with-ifile)
18990         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18991         Use new variable names.
18992
18993         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18994         (gnus-treat-display-smileys): Simplify using
18995         gnus-image-type-available-p.
18996
18997         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18998         available.
18999
19000         * gnus-xmas.el (gnus-xmas-image-type-available-p):
19001         Use `display-images-p' if available.
19002
19003 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19004
19005         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
19006         one after turning on the buffer's multibyteness instead of decoding
19007         them directly in the unibyte buffer that causes unexpected conversion
19008         in Emacs 23 (unicode).
19009
19010 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19011
19012         * message.el (message-generate-hashcash): Fix custom type.
19013
19014 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19015
19016         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
19017
19018 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19019
19020         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
19021         disconnect icons.  Add help text.
19022
19023 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
19024
19025         * spam.el (spam-extra-header-to-number): CRM114 spam score is
19026         negated to be consistent with the others we handle.
19027
19028 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19029
19030         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
19031         version of gnus-summary-buffer to something, so that we can use two
19032         article buffers at the same time.
19033
19034 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
19035
19036         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
19037         trigger all the extra headers.
19038         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
19039         sorting.
19040
19041 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19042
19043         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
19044         solid groups.
19045
19046 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
19047
19048         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
19049
19050 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
19051
19052         * legacy-gnus-agent.el: Add Copyright notice.
19053
19054 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
19055
19056         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
19057
19058 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19059
19060         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
19061
19062         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
19063         to make it work reliably in CVS Emacs.
19064         (gnus-summary-limit-strange-charsets-predicate)
19065         (gnus-summary-limit-to-predicate): New functions.
19066
19067 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
19068
19069         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
19070         specifying array size.
19071         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
19072         array if it is too small.
19073         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
19074         (gnus-sort-threads-loop): New function.
19075
19076 2006-12-06  Chris Moore  <dooglus@gmail.com>
19077
19078         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19079         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19080
19081 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19082
19083         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19084         options.
19085
19086 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19087
19088         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19089         DOS-ing the recipient.
19090
19091         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19092         the headers when creating the mapping to avoid mismappings.
19093         (nnweb-gmane-create-mapping): Always nix out old mapping.
19094
19095 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19096
19097         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19098         and mm-verify-option to never.
19099
19100 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * message.el (message-signed-or-encrypted-p): New function.
19103         (message-forward-make-body): Use it.
19104
19105         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19106         Replace encode-coding-string with mm-encode-coding-string.
19107
19108 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * nneething.el (nneething-decode-file-name):
19111         Replace decode-coding-string with mm-decode-coding-string.
19112
19113         * gnus-int.el (gnus-open-server): Say failed server's name.
19114
19115 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19116
19117         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19118         strings to a single string.  Quote `errors-file-name'.
19119         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19120         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19121         Adjust calls.  Use `shell-quote-argument'.
19122
19123 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19124
19125         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19126         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19127
19128         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19129         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19130         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19131         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19132         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19133         (gnus-subscribe-newsgroup, gnus-1):
19134         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19135         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19136         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19137         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19138
19139 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19140
19141         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19142         keystroke.
19143         (gnus-summary-limit-to-bodies): Implement headersp.
19144
19145 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19146
19147         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19148
19149 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19152
19153 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19154
19155         * message.el (message-generate-hashcash): Expand range of values to
19156         include `opportunistic'.
19157         (message-send-mail): Use it.
19158
19159 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19160
19161         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19162         and comment it.
19163
19164         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19165
19166 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19167
19168         * gnus-util.el (gnus-extract-address-components): Improve comment.
19169
19170 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * gnus-util.el (gnus-extract-address-components): Work with address in
19173         which the name portion contains @.
19174
19175         * lpath.el: Fbind custom-autoload.
19176
19177 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19178
19179         * gnus.el (gnus-start): Move custom group up.
19180         (gnus-select-method): Don't autoload, but make it available for
19181         `customize-variable'.
19182         (gnus-getenv-nntpserver): Don't autoload.
19183
19184 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19185
19186         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19187
19188 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19189
19190         * message.el (message-sendmail-extra-arguments): New variable.
19191         (message-send-mail-with-sendmail): Use it.
19192
19193 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19196         mm-with-unibyte-current-buffer to make string unibyte.
19197
19198         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19199         mm-string-as-multibyte.
19200
19201 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19202
19203         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19204         Reported by Werner Koch <wk@gnupg.org>.
19205
19206 2006-11-14  Daiki Ueno  <ueno@p360>
19207
19208         * mml2015.el: Autoload epa-select-keys when compiling.
19209
19210 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19211
19212         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19213         message-options.
19214         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19215
19216 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19217
19218         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19219         EasyPG (< 0.0.6).
19220         (mml2015-always-trust): New user option.
19221         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19222         prompt.
19223
19224 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19225
19226         * nntp.el (nntp-authinfo-force): New variable.
19227         (nntp-send-authinfo): Use it.
19228
19229 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19230
19231         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19232         decode encoded words.  Improve prompt.  Add comment about forwarding.
19233         (message-replacement-char): Move up.
19234
19235 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19236
19237         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19238         instead of gnus-intersection because arguments of gnus-sorted-nunion
19239         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19240
19241 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19242
19243         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19244         (message-simplify-subject-functions):
19245         Enable message-strip-subject-encoded-words by default.
19246
19247 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19248
19249         * message.el (message-strip-subject-encoded-words): New function.
19250         (message-simplify-subject-functions): New variable.
19251         (message-simplify-subject): Use it.  Fix typo in doc string.
19252         Support message-strip-subject-encoded-words.
19253
19254 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19255
19256         * gnus-diary.el (gnus-diary-delay-format-function):
19257         * nndiary.el (nndiary-reminders):
19258         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19259
19260 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19261
19262         * gnus-art.el (article-hide-boring-headers): Fetch date from
19263         gnus-original-article-buffer to avoid problems with localized date
19264         strings.
19265
19266 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19267
19268         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19269
19270 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19271
19272         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19273         New variables.
19274         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19275         (mm-charset-synonym-alist): Move some entries to
19276         mm-codepage-iso-8859-list.
19277         (mm-charset-synonym-alist, mm-charset-override-alist):
19278         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19279
19280 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19283
19284 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19285
19286         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19287         with Emacs 21 and XEmacs.
19288
19289 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19290
19291         * spam.el (spam-parse-address): New function for better parsing,
19292         catching errors, etc.
19293         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19294
19295 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19296
19297         * mm-view.el: Add interactive arg to html2text autoload.
19298
19299 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19300
19301         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19302
19303 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19304
19305         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19306         New variables.
19307         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19308         (mm-charset-synonym-alist): Move some entries to
19309         mm-codepage-iso-8859-list.
19310
19311         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19312
19313 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19314
19315         * message.el (message-citation-line-format)
19316         (message-insert-formated-citation-line): Fix implementation of %E, %N
19317         and %n according to the doc string.
19318
19319 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19320
19321         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19322         Use car-safe to avoid bad parses.
19323
19324 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19325
19326         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19327         names.
19328
19329         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19330
19331 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19332
19333         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19334         header.
19335
19336         * message.el (message-draft-headers): Add Date.
19337         (message-headers-to-generate): Fix typo in docstring.
19338
19339         * nndraft.el (nndraft-required-headers): New variable.
19340         (nndraft-generate-headers): Use it.
19341
19342         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19343
19344 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19345
19346         * gnus-registry.el (gnus-registry-wash-for-keywords)
19347         (gnus-registry-find-keywords): New functions to allow easy searching of
19348         articles that are in the registry.
19349
19350 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19351
19352         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19353         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19354         Reported by Damien Elmes <damien@repose.cx>.
19355
19356 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19357
19358         * gnus.el (gnus-mime): Remove unused custom group.
19359
19360 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19361
19362         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19363         "blank line" when searching for end of armor headers.
19364
19365 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * gmm-utils.el (gmm-write-region): Fix variable name.
19368
19369 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19370
19371         * gmm-utils.el (gmm-write-region): New function based on compatibility
19372         code from `mm-make-temp-file'.
19373
19374         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19375
19376         * nnmaildir.el (nnmaildir--update-nov)
19377         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19378         Use `gmm-write-region'.
19379
19380 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19381
19382         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19383         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19384
19385         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19386
19387         * message.el (message-replacement-char): New variable.
19388         (message-fix-before-sending): Use it.
19389         (message-simplify-subject): New function to remove duplicate code.
19390         (message-reply, message-followup): Use it.
19391
19392         * gnus-sum.el (gnus-summary-make-menu-bar):
19393         Clarify gnus-summary-limit-to-articles.
19394
19395 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * gnus-util.el (gnus-with-local-quit): New macro.
19398
19399         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19400
19401 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19402
19403         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19404         ignore non-string data.
19405
19406 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19407
19408         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19409         non-string data (needs to be done in the registry too).
19410
19411 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19412
19413         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19414         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19415         (gnus-registry-split-fancy-with-parent)
19416         (gnus-registry-fetch-simplified-message-subject-fast)
19417         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19418         Remove text properties on ingress into the registry and when it's saved.
19419         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19420         registry from entries with no groups.
19421
19422 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19423
19424         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19425         function to remove string properties.
19426
19427 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19428
19429         * gmm-utils.el (gmm): Adjust custom version.
19430
19431         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19432         Adjust custom version.
19433
19434         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19435
19436 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19437
19438         * gnus-art.el (gnus-insert-prev-page-button)
19439         (gnus-insert-next-page-button): Simplify.  Reformat.
19440
19441 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19442
19443         * gnus-art.el (gnus-insert-prev-page-button)
19444         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19445
19446 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19447
19448         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19449
19450 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19451
19452         * gnus-art.el (gnus-insert-mime-button)
19453         (gnus-insert-mime-security-button):
19454         Apply gnus-article-button-face to MIME and security buttons.
19455
19456 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19457
19458         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19459         readable.
19460
19461 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19462
19463         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19464
19465 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19466
19467         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19468         `browse-url-of-file' instead of `browse-url'.
19469
19470 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19471
19472         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19473         regexp.  Articles containing quotation were cut prematurely.
19474
19475 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19476
19477         * message.el (message-cite-original-1): Use nobody by default for the
19478         value of From header.
19479         (message-reply): Ditto.
19480
19481 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19482
19483         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19484         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19485         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19486
19487 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19488
19489         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19490         mails in the doc string.  Add some URLs in comment.
19491         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19492
19493 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19494
19495         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19496         backslashes handling and the way to find boundaries of quoted strings.
19497
19498 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19499
19500         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19501         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19502         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19503         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19504
19505 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19506
19507         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19508         doc string.
19509         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19510
19511 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19512
19513         * lpath.el: Fbind epg-check-configuration.
19514
19515 2006-09-06  Simon Josefsson  <jas@extundo.com>
19516
19517         * mml2015.el (mml2015-use): Doc fix, mention epg.
19518
19519 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19520
19521         * mml2015.el (mml2015-use): Default to epg, if available.
19522
19523 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19524
19525         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19526         message-sender.
19527         (mml1991-epg-encrypt): Ditto.
19528         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19529         message-sender.
19530         (mml2015-epg-encrypt): Ditto.
19531
19532 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19533
19534         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19535         several common directories.
19536
19537 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19538
19539         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19540         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19541
19542 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * gnus-art.el (article-decode-encoded-words): Make it fast.
19545
19546 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19547
19548         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19549
19550         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19551         in quoted string into `\'.
19552
19553 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19554
19555         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19556         Use standard-syntax-table.
19557
19558 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19559
19560         * gnus-art.el (gnus-decode-address-function): New variable.
19561         (article-decode-encoded-words): Use it to decode headers which are
19562         assumed to contain addresses.
19563         (gnus-mime-delete-part): Remove useless `or'.
19564
19565         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19566         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19567         (gnus-nov-parse-line): Use it to decode From header.
19568         (gnus-get-newsgroup-headers): Ditto.
19569         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19570
19571         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19572         (mail-decode-encoded-address-string): New alias.
19573
19574         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19575         New function.
19576         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19577         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19578         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19579         (rfc2047-decode-string): Ditto.
19580         (rfc2047-decode-address-region): New function.
19581         (rfc2047-decode-address-string): New function.
19582
19583 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19584
19585         * message.el (message-caesar-buffer-body): Allow rotating headers.
19586
19587         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19588
19589         * message.el (message-insert-formated-citation-line): Fix %f.
19590         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19591
19592 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19593
19594         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19595         (gnus-bookmark-mouse-available-p): New macro.
19596         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19597         (gnus-bookmark-bmenu-show-infos): Use it.
19598         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19599         (gnus-bookmark-bmenu-hide-infos): Ditto.
19600         (gnus-bookmark-remove-properties): New function.
19601         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19602         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19603         (gnus-bookmark-write-file): Bind coding-system-for-write.
19604         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19605         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19606         group before selecting it.
19607         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19608         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19609         quit-window if it is not available; use gnus-mouse-2 and bind it to
19610         gnus-bookmark-bmenu-select-by-mouse.
19611         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19612         (gnus-bookmark-bmenu-select-by-mouse): New function.
19613
19614 2006-08-13  Romain Francoise  <romain@orebokech.com>
19615
19616         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19617         space.
19618
19619 2006-08-10  Romain Francoise  <romain@orebokech.com>
19620
19621         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19622         (dns-mode-soa-auto-increment-serial): New user option.
19623         (dns-mode-soa-maybe-increment-serial): New function.
19624         (dns-mode): Add the latter to `write-contents-functions'.
19625
19626 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19627
19628         * compface.el (uncompface): Use binary rather than raw-text-unix.
19629
19630 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19631
19632         * compface.el (uncompface): Make sure the eol conversion doesn't take
19633         place when communicating with the external programs.
19634         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19635
19636 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19639
19640 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19641
19642         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19643         Make it more robust by parsing author and date independently.
19644
19645 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19646
19647         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19648
19649 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19650
19651         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19652         first matching secret key.
19653         (mml2015-epg-encrypt): Ditto.
19654
19655         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19656         first matching secret key.
19657         (mml1991-epg-encrypt): Ditto.
19658
19659         * mml2015.el (mml2015-encrypt-to-self): New user option.
19660         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19661         mml2015-epg-encrypt-to-self is set.
19662
19663         * mml1991.el (mml1991-encrypt-to-self): New variable.
19664         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19665         mml1991-epg-encrypt-to-self is set.
19666
19667         * mml2015.el (mml2015-signers): New user option.
19668         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19669         (mml2015-epg-encrypt): Allow to select signing keys.
19670
19671         * mml1991.el (mml1991-signers): New variable.
19672         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19673         (mml1991-epg-encrypt): Allow to select signing keys.
19674
19675 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19676
19677         * nnheader.el (nnheader-insert-head): Make it work even if the file
19678         uses CRLF for the line-break code.
19679
19680 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19681
19682         * mml2015.el: Require mml-sec instead of password.
19683         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19684         (mml2015-cache-passphrase): Inherit the default value from
19685         mml-secure-cache-passphrase.
19686         (mml2015-passphrase-cache-expiry): Inherit the default value from
19687         mml-secure-passphrase-cache-expiry.
19688
19689         * mml1991.el: Require mml-sec instead of password.
19690         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19691         (mml1991-cache-passphrase): Inherit the default value from
19692         mml-secure-cache-passphrase.
19693         (mml1991-passphrase-cache-expiry): Inherit the default value from
19694         mml-secure-passphrase-cache-expiry.
19695
19696         * mml-sec.el: Require password.
19697         (mml-secure-verbose): New user option.
19698         (mml-secure-cache-passphrase): New user option.
19699         (mml-secure-passphrase-cache-expiry): New user option.
19700
19701 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19702             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19703
19704         * pgg-def.el (pgg-truncate-key-identifier):
19705         Truncate the key ID to 8 letters from the end.
19706
19707 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19708
19709         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19710         workaround for the url package included with Emacs.
19711
19712         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19713
19714 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19715
19716         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19717         correctly.  This fixes a bug caused by the 2006-05-12 change.
19718
19719 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19720
19721         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19722         some information about the error when saying that the `bogus' mail
19723         group will be used.
19724
19725 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19726
19727         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19728         string.
19729
19730 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19731
19732         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19733
19734 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19735
19736         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19737
19738 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19739
19740         * mml1991.el (mml1991-function-alist): Add epg.
19741         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19742         (mml1991-epg-encrypt): New functions.
19743
19744 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19745
19746         * mml2015.el (mml2015-verbose): New variable.
19747         (mml2015-cache-passphrase): Ditto.
19748         (mml2015-passphrase-cache-expiry): Ditto.
19749         (mml2015-function-alist): Add epg.
19750         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19751         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19752         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19753         New functions.
19754
19755 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19756
19757         * message.el (message-cite-original-1): Preserve region when removing
19758         quoted text due to X-No-Archive in order to avoid bogus attribution
19759         when citing multiple messages.
19760
19761 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19762
19763         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19764         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19765
19766 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19767
19768         * gnus-diary.el (gnus-user-format-function-d)
19769         (gnus-user-format-function-D): Autoload.
19770
19771         * imap.el (Commentary): Fix typo.
19772
19773         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19774         2006-04-22 contribution.
19775
19776 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19777
19778         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19779         It didn't really fix the bogosity I'm seeing with solid web groups.
19780
19781 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19782
19783         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19784         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19785         created using server names.  If we use the feature without declaring
19786         it, Gnus does not properly manage server and group state.
19787
19788         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19789         bound.
19790
19791 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19792
19793         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19794         looking up the method using GROUP's prefix before inventing a new one.
19795         It is used on killed/unknown groups in various places where returning
19796         an all-new method isn't expected by the caller.
19797
19798         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19799         and match semantics of gnus-group-real-prefix.
19800
19801 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19802
19803         * nnmail.el (nnmail-broken-references-mailers): New variable.
19804         (nnmail-ignore-broken-references): New function generalizing
19805         nnmail-fix-eudora-headers.
19806         (nnmail-fix-eudora-headers): Now obsolete.
19807
19808         * gnus-art.el (gnus-button-handle-custom):
19809         Support `customize-apropos*'.
19810
19811 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19812
19813         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19814
19815         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19816         articles.
19817
19818 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19819
19820         * message.el (message-cite-reply-above): New variable.
19821         (message-yank-original): Use it.
19822
19823 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19824
19825         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19826
19827 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19828
19829         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19830         as read.
19831
19832         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19833
19834 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19835
19836         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19837         (gnus-bookmark-default-file): Use gnus-directory.
19838         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19839         Remove "*" in doc string.
19840         (gnus-bookmark-write-file): Simplify.
19841         (gnus-bookmark-maybe-sort-alist): Use `when'.
19842         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19843         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19844         Add FIXME about Emacs 21 and XEmacs compatibility.
19845         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19846         compatibility.
19847         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19848         compatibility.
19849         (gnus-bookmark-menu-heading): Fix version.
19850
19851 2006-06-19  Bastien Guerry  <bzg@altern.org>
19852
19853         * gnus-bookmark.el: New file.
19854
19855 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * message.el (message-syntax-checks): Doc fix.
19858
19859 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19860
19861         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19862         unsubscribed groups as if they were killed ones.  It causes duplicate
19863         entries in gnus-newsrc-alist.
19864
19865 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * message.el (message-syntax-checks): Doc fix.
19868         (message-send-mail): Add check for continuation headers.
19869         (message-check-news-header-syntax): Fix regexp used to check for
19870         continuation headers.
19871
19872 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19875
19876 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19877
19878         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19879
19880 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19881
19882         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19883         default-truncate-lines.
19884
19885 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19888         to fill the utf-8 entry.
19889
19890         * lpath.el: Fbind unicode-precedence-list.
19891
19892 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19893
19894         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19895
19896 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19897
19898         * gnus-agent.el (directory-files-and-attributes): Move all the way
19899         forward (the third and final move).
19900         (gnus-agent-read-agentview): Trap reconstruction errors due to
19901         nonexistent directory.  Handle by returning nil.
19902
19903 2006-05-30  Didier Verna  <didier@xemacs.org>
19904
19905         * message.el (message-dont-reply-to-names): Update the custom type.
19906         * message.el (message-dont-reply-to-names): New defsubst: potentially
19907         convert a list of regexps into a single one.
19908         * message.el (message-get-reply-headers): Use it.
19909         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19910
19911 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19912
19913         * gnus-agent.el (directory-files-and-attributes): Move forward.
19914
19915 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19916
19917         * gnus-ml.el (gnus-mailing-list-subscribe)
19918         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19919         (gnus-mailing-list-message): Fix doc strings.
19920
19921 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19922
19923         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19924         of doing it manually.
19925
19926 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19927
19928         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19929         comment.
19930
19931 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19932
19933         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19934         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19935         (gnus-agent-read-local): All symbols allocated in my-obarray.
19936         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19937         (gnus-agent-regenerate-group): Check numeric names to see if they are
19938         messages or groups.
19939         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19940         better way of do this...)
19941
19942         * gnus-cache.el (gnus-agent-total-fetched-for):
19943         Ignore 'dummy.group' (there should be a better way of do this...)
19944
19945 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19946
19947         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19948         (gnus-saved-headers): Ditto.
19949         (gnus-default-article-saver): Mention functions may have properties.
19950         (gnus-article-save): Override gnus-save-all-headers and
19951         gnus-saved-headers by :headers property which saver function may have.
19952         (gnus-summary-save-in-file): Add :headers property.
19953         (gnus-summary-write-to-file): Ditto.
19954
19955         * gnus-sum.el (gnus-summary-save-article): Bind
19956         gnus-prompt-before-saving to t when saving many articles in a file;
19957         always show all headers.
19958
19959         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19960
19961 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19962
19963         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19964         marks.
19965
19966         * message.el (message-indent-citation): Add optional arguments to allow
19967         using it outside of message buffers.
19968
19969         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19970         (gnus-article-treat-unfold-headers): Use it.
19971         (gnus-article-truncate-lines): New variable.
19972         (gnus-article-mode): Use it.
19973         (gnus-article-toggle-truncate-lines): New function.
19974
19975         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19976         Add gnus-article-toggle-truncate-lines.
19977
19978         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19979         coding system in XEmacs, use binary.
19980
19981 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19982
19983         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19984         after-load-alist.
19985
19986         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19987         this function should save decoded articles.
19988         (gnus-summary-write-to-file): Use property to specify this function
19989         should save decoded articles and specify gnus-summary-save-in-file
19990         should be used to save articles other than the first one when saving
19991         many articles.
19992         (gnus-summary-save-body-in-file): Use property to specify this
19993         function should save decoded articles.
19994         (gnus-summary-write-body-to-file): Use property to specify this
19995         function should save decoded articles and specify
19996         gnus-summary-save-body-in-file should be used to save articles other
19997         than the first one when saving many articles.
19998
19999         * gnus-sum.el (gnus-summary-save-article): Simplify.
20000
20001 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20002
20003         * gnus-art.el (gnus-default-article-saver):
20004         Add gnus-summary-write-body-to-file.
20005         (gnus-article-save-coding-system): Don't use coding system object
20006         in XEmacs.
20007         (gnus-read-save-file-name): Add optional `dir-var' argument which
20008         specifies directory in which files are saved; work even if optional
20009         `variable' argument is not specified.
20010         (gnus-summary-write-to-file): Read file name.
20011         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
20012         (gnus-summary-write-body-to-file): New function.
20013
20014         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
20015         (gnus-summary-local-variables): Add it.
20016         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
20017         (gnus-summary-save-article): Remove optional `decode' argument;
20018         determine whether to decode articles by the value of
20019         gnus-default-article-saver; when saving many files using
20020         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
20021         it first and use gnus-summary-save-in-file or
20022         gnus-summary-save-body-in-file thereafter unless
20023         gnus-prompt-before-saving is always; move point to article which
20024         will be saved.
20025         (gnus-summary-save-article-file): Revert.
20026         (gnus-summary-write-article-file): Revert.
20027         (gnus-summary-save-article-body-file): Revert.
20028         (gnus-summary-write-article-body-file): New function.
20029
20030 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * gnus-art.el (gnus-default-article-saver): Doc fix.
20033         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
20034         from gnus-summary-save-article-coding-system, and default to a
20035         certain coding system.
20036         (gnus-output-to-file): Add coding cookie and encode text according
20037         to gnus-article-save-coding-system; don't use mm-append-to-file.
20038
20039         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
20040         gnus-art.el and rename to gnus-article-save-coding-system.
20041         (gnus-summary-save-article): Require gnus-art; don't show all
20042         headers if it decodes articles; don't add coding cookie here;
20043         don't bind mm-text-coding-system-for-write.
20044         (gnus-summary-save-article-file): Save decoded articles.
20045         (gnus-summary-write-article-file): When saving many files, use
20046         gnus-summary-write-to-file first and gnus-summary-save-in-file
20047         thereafter unless gnus-prompt-before-saving is always.
20048         (gnus-summary-save-article-body-file): Save decoded articles.
20049
20050         * lpath.el: Fbind select-safe-coding-system for XEmacs.
20051
20052 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20053
20054         * nnrss.el (nnrss-check-group): Bind hash-index.
20055
20056 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
20057
20058         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
20059         its hash index.  Store this hash in `nnrss-group-data'.
20060         (nnrss-read-group-data): Update accordingly.
20061
20062 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20063
20064         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
20065         entry.
20066
20067         * gnus-sum.el (gnus-summary-make-menu-bar):
20068         Add gnus-article-browse-html-article.
20069
20070 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
20071
20072         * gnus-sum.el (gnus-summary-mime-map):
20073         Add gnus-article-browse-html-article.
20074
20075         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
20076
20077 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20078
20079         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20080         suitable coding systems in customize.
20081
20082 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20083
20084         * mail-source.el (mail-sources): Fix custom type.
20085
20086 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20087
20088         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20089         (gnus-summary-expire-articles-now): Shorten prompt.
20090
20091         * gmm-utils.el (wid-edit): Require.
20092         (defun-gmm): Rename from `gmm-defun-compat'.
20093         (gmm-image-search-load-path): Use it.
20094         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20095
20096 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20097
20098         * gnus-sum.el (gnus-summary-save-article-coding-system):
20099         New variable.
20100         (gnus-summary-save-article): Add optional `decode' argument.
20101         If it is set and gnus-summary-save-article-coding-system is non-nil,
20102         save decoded article.
20103         (gnus-summary-write-article-file): Save decoded article if
20104         gnus-summary-save-article-coding-system is non-nil.
20105
20106         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20107         type.
20108
20109 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20110
20111         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20112
20113 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20116         first to test gnus-single-article-buffer which may be buffer-local.
20117
20118         * gnus-sum.el (gnus-summary-setup-buffer):
20119         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20120         group; make gnus-article-buffer, gnus-article-current, and
20121         gnus-original-article-buffer always buffer-local.
20122         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20123         group.
20124         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20125
20126 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20127
20128         * nnml.el (nnml-request-compact-group): Compressed files might not
20129         have .gz extension.
20130
20131 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20132
20133         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20134         (mm-copy-to-buffer): Use with-current-buffer.
20135         (mm-display-part): Simplify.
20136         (mm-inlinable-p): Add optional arg `type'.
20137
20138 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20139
20140         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20141         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20142         Try harder to show the attachment internally or externally using
20143         gnus-mime-view-part-as-type.
20144
20145 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20146
20147         * message.el (message-from-style, message-signature-separator)
20148         (message-user-organization-file, message-send-mail-function)
20149         (message-citation-line-function, message-yank-prefix)
20150         (message-indent-citation-function, message-signature)
20151         (message-signature-file, message-signature-insert-empty-line):
20152         Remove autoloads.
20153
20154         * gnus-art.el (gnus-buttonized-mime-types):
20155         Remove "multipart/signed".  Revert 2006-04-26 change.
20156
20157 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20158
20159         * gnus.el (gnus-version-number): Bump version.
20160
20161 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20162
20163         * gnus.el: No Gnus v0.5 is released.
20164
20165 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20166
20167         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20168         fetching articles by message-id.
20169
20170 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20171
20172         * message.el (hashcash): Require hashcash as normal.
20173
20174         * ecomplete.el (ecomplete-highlight-match-line):
20175         Use point-at-eol.
20176         (ecomplete-highlight-match-line): Use `highlight', because that
20177         face exists in both Emacs and XEmacs.
20178
20179         * message.el (message-display-abbrev): Use point-at-bol.
20180
20181         * mail-source.el: Don't require timer/timer-funcs.
20182
20183         * gnus-async.el: Ditto.
20184
20185         * password.el: Ditto.
20186
20187         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20188
20189         * mm-url.el: Ditto.
20190
20191         * gnus-xmas.el: Don't require timer-funcs.
20192
20193         * mm-util.el: Require timer/timer-funcs.
20194
20195 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20196
20197         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20198         Close.
20199
20200 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20201
20202         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20203         unibyte after clear-decrypt function runs.
20204
20205         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20206         returns as a unibyte string.
20207
20208 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * lpath.el: Revert.
20211
20212         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20213         (pgg-gpg-process-sentinel): Revert.
20214
20215         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20216         (pgg-pgp-lookup-key): Revert.
20217
20218         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20219         (pgg-pgp5-lookup-key): Revert.
20220
20221         * pgg.el (pgg-fetch-key): Revert.
20222
20223 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20224
20225         * lpath.el: Fbind string-as-multibyte for XEmacs.
20226
20227         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20228         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20229         (mml1991-pgg-encrypt): Ditto.
20230
20231         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20232         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20233         a multibyte buffer.
20234
20235         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20236         (pgg-pgp-lookup-key): Ditto.
20237
20238         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20239         (pgg-pgp5-lookup-key): Ditto.
20240
20241         * pgg.el (pgg-fetch-key): Ditto.
20242
20243 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20244
20245         * message.el (message-user-organization-file): Check several
20246         locations of the organization file.
20247
20248         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20249         Add gnus-article-view-part-as-type.
20250
20251         * gnus-art.el (gnus-article-view-part-as-type): New function.
20252
20253         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20254         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20255
20256         * mml.el: Simplify autoload.
20257         (mml-mode): defvar dnd-protocol-alist instead of using
20258         symbol-value.
20259         (mml-default-directory): New variable.
20260         (mml-minibuffer-read-file): Use it.
20261         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20262
20263         * message.el (message-citation-line-format): New variable.
20264         (message-insert-formated-citation-line): New function.
20265         (message-citation-line-function):
20266         Add `message-insert-formated-citation-line' to custom type.
20267
20268         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20269         to doc string.
20270
20271         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20272         depending on mm-verify-option.
20273
20274 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20277         binding pgg-* variables; reimplement the section which prevents
20278         MIME header from being signed.
20279         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20280         pgg-text-mode; remove a blank line at the top of body.
20281
20282         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20283         lines at the top of body; use gnus-newsgroup-charset if there's no
20284         Charset header.
20285
20286 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * message.el (message-self-insert-commands): Doc fix.
20289
20290         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20291         (mm-uu-pgp-encrypted-test): Ditto.
20292         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20293         between header and body; return application/pgp-encrypted handle
20294         if decryption failed; decode decrypted body by charset.
20295
20296         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20297         element match to application/pgp-*.
20298
20299 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20300
20301         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20302         HTML.
20303
20304 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20305
20306         * mail-source.el (mail-source-call-script): Message the error
20307         string.
20308
20309 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20310
20311         * gnus-util.el (gnus-byte-compile): Use it.
20312
20313 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20314
20315         * gnus-util.el (kill-empty-logs): New function.
20316
20317 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20318
20319         * message.el (message-mail-alias-type): Doc fix.
20320         (message-mail-alias-type-p): New function.
20321         (message-send): Use it.
20322         (message-mode): Ditto.
20323         (message-strip-forbidden-properties): Ditto.
20324
20325         * ecomplete.el (ecomplete-database-file-coding-system):
20326         New variable.
20327         (ecomplete-save): Use it.
20328         (ecomplete-setup): Use it.
20329
20330 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20331
20332         * message.el (message-self-insert-commands): New variable.
20333         (message-strip-forbidden-properties): Use it.
20334
20335 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20336
20337         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20338         that doesn't make XEmacs choke.
20339
20340 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20341
20342         * gnus-util.el (gnus-replace-in-string):
20343         Prefer replace-regexp-in-string over of replace-in-string.
20344
20345 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20346
20347         * gnus-util.el (gnus-select-frame-set-input-focus):
20348         Use select-frame-set-input-focus if it is available in XEmacs; use
20349         definition defined in Emacs 22 for old Emacsen.
20350
20351         * dgnushack.el: Autoload unmorse-region for XEmacs.
20352
20353         * lpath.el: Bind cursor-in-non-selected-windows and
20354         select-frame-set-input-focus for XEmacs.
20355
20356 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20357
20358         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20359
20360 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20361
20362         * gnus-registry.el (gnus-registry-cache-save): Remove text
20363         properties when saving via the temp buffer.
20364
20365 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20366
20367         * message.el (message-generate-hashcash): Honor custom type.
20368
20369 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20370
20371         * message.el (message-generate-hashcash): Default to non-nil when
20372         hashcash is found.
20373
20374         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20375         (gnus-refer-thread-limit): Increase default to 500.
20376
20377         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20378
20379         * flow-fill.el (fill-flowed): Allow delete-space.
20380
20381 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20382
20383         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20384         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20385         Remove autoloads.
20386
20387 2006-04-18  Simon Josefsson  <jas@extundo.com>
20388
20389         * message.el (message-generate-hashcash): Default to.
20390
20391 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20392
20393         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20394         concatenating segments rather than before concatenating them.
20395
20396 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20397
20398         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20399
20400 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20401
20402         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20403
20404         * message.el (message-forward-make-body-plain):
20405         Allow message-forward-ignored-headers to be a list.
20406         (message-remove-ignored-headers): Factor out into function.
20407         (message-forward-make-body-mml): Use it.
20408
20409         * imap.el (imap-quote-specials): New function.
20410         (imap-login-auth): Quote specials.
20411
20412         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20413         (rfc2231-parse-string): Allow concatanation of parameters that
20414         aren't contiguous.  The test case is
20415           (mail-header-parse-content-type "message/external-body;
20416             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20417             access-type=LOCAL-FILE;
20418             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20419
20420 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20421
20422         * nntp.el (nntp-accept-process-output): Return the value of
20423         `nnheader-accept-process-output'.
20424
20425 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20426
20427         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20428         (gnus-button-alist): Recognize more diff formats.
20429         (gnus-button-patch): Strip directory.
20430
20431 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20432
20433         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20434         Emacs 22 when setting focus.
20435
20436 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20437
20438         * gnus-art.el (gnus-article-treat-types): Do treatment of
20439         text/x-verbatim parts.
20440         (gnus-button-patch): New command.
20441
20442         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20443         addresses that contain invalid characters.
20444
20445 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20446
20447         * message.el (message-put-addresses-in-ecomplete):
20448         Use gnus-replace-in-string.
20449         (message-is-yours-p): Use the more correct
20450         mail-header-parse-address instead of
20451         mail-extract-address-components.
20452         (message-put-addresses-in-ecomplete): Fix typo.
20453
20454         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20455         keystroke.
20456
20457         * gnus-art.el (gnus-treatment-function-alist): Change order of
20458         newsgroups/generic header folding to avoid double-folding.
20459
20460         * message.el (message-hidden-headers): Add X-Draft-From.
20461
20462         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20463         New command.
20464         (gnus-summary-repeat-search-article-backward): New command.
20465
20466         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20467         groups in the parent topic.
20468
20469 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20470
20471         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20472         (spam-extra-header-to-number): Return the CRM114 number as a
20473         number instead of a string.
20474
20475 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20476
20477         * gnus-art.el (gnus-face-properties-alist): Move here from
20478         gnus-fun.
20479
20480         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20481
20482 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20483
20484         * message.el (message-strip-forbidden-properties): Only display on
20485         self-insert-command.
20486
20487         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20488         reindent.
20489         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20490
20491 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20492
20493         * smiley.el (smiley-style): Fix typo.
20494
20495 2006-03-23  Kenichi Handa  <handa@m17n.org>
20496
20497         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20498         instead of set-buffer-multibyte.
20499
20500 2006-03-23  Kenichi Handa  <handa@m17n.org>
20501
20502         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20503         buffer and then decode the buffer text if necessary.
20504         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20505         first, and after mm-encode-body, change the buffer to unibyte.
20506
20507 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20508
20509         * hashcash.el (hashcash-insert-payment-async-2):
20510         Use message-goto-eoh instead of doing it manually.
20511         (mail-add-payment): Use message-narrow-to-header instead of trying
20512         to do the same itself.
20513
20514         * message.el (message-hidden-headers): Add Face.
20515
20516         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20517         reparenting code.
20518         (gnus-summary-reparent-children): Refactored out code.
20519         (gnus-summary-thread-map): New keystroke.
20520         (gnus-summary-reparent-children): Make into command.
20521
20522         * smiley.el (smiley-style): Default to `medium' if using a large
20523         font.
20524
20525         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20526         does it itself.
20527
20528         * message.el (message-point-in-header-p): Simplify definition.
20529
20530 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20531
20532         * nnagent.el (nnagent-request-set-mark): Silence log file
20533         writing.
20534         (nnagent-request-set-mark): Use write-region instead of
20535         append-to-file.
20536
20537         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20538         strange select method.
20539
20540         * ecomplete.el (ecomplete-display-matches): Get highlightling
20541         right.
20542         (ecomplete-display-matches): Use literals.
20543         (ecomplete-display-matches): Disable message logging.
20544
20545         * message.el (message-display-abbrev): Small optimization.
20546
20547         * ecomplete.el (ecomplete-display-matches): Allow automatic
20548         display.
20549
20550         * message.el (message-strip-forbidden-properties):
20551         Display abbrevs.
20552         (message-display-abbrev): Get automatic display right.
20553
20554         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20555         keystrokes.
20556
20557 2006-04-13  Romain Francoise  <romain@orebokech.com>
20558
20559         TODO: Backport to v5-10!
20560
20561         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20562         Move here (and rename) from gnus-registry.el.
20563
20564         * gnus-registry.el: Require gnus-util.
20565         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20566
20567 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20568
20569         * gnus-group.el (gnus-group-catchup-current):
20570         Change if-then-else-if-then-else into cond.
20571         (gnus-group-catchup): Indent.
20572         (group-name-at-point): New function.
20573         (gnus-fetch-group): Provide default from thing at point.
20574
20575 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20576
20577         * message.el (message-display-abbrev): Fix regexp.
20578
20579         * ecomplete.el (ecomplete-highlight-match-line):
20580         Reimplement choosing.
20581         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20582         dead variables.
20583
20584         * message.el (message-newline-and-indent): Remove debugging.
20585         (message-display-abbrev): Use new implementation.
20586
20587 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20588
20589         * gnus-art.el (gnus-article-mode):
20590         Set cursor-in-non-selected-windows to nil.
20591
20592         * smiley.el: Revert previous change.
20593         (smiley-data-directory): defvar it before using it in the
20594         defcustom of `smiley-style'.
20595
20596 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20597
20598         * message.el (message-newline-and-indent): New function.
20599
20600         * ecomplete.el: Implement more bits.
20601
20602         * message.el (message-put-addresses-in-ecomplete): Clean up the
20603         string.
20604
20605         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20606
20607         * gnus-sum.el (gnus-summary-save-parts):
20608         Bind gnus-summary-save-parts-counter and use it to make unique file
20609         names.
20610
20611         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20612
20613         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20614         parameter to say whether to actually parse the individual
20615         addresses.
20616
20617         * message.el (message-put-addresses-in-ecomplete): New function.
20618         (ecomplete): Require.
20619         (message-mail-alias-type): Add ecomplete as an option.
20620
20621 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20622
20623         * flow-fill.el (fill-flowed): Remove trailing space from blank
20624         quoted lines.
20625
20626 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20627
20628         * smiley.el (smiley-style): Move definition later to avoid a
20629         compilation warning.
20630
20631 2006-04-12  Kenichi Handa  <handa@m17n.org>
20632
20633         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20634         buffer and then decode the buffer text if necessary.
20635         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20636         first, and after mm-encode-body, change the buffer to unibyte.
20637         Use mm-disable-multibyte instead of set-buffer-multibyte.
20638
20639 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20640
20641         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20642         Content-Type header instead of Content-Disposition header.
20643         (gnus-mime-inline-part): Ditto.
20644         (gnus-mime-view-part-as-charset): Ignore charset that the part
20645         specifies.
20646
20647         * mm-decode.el (mm-display-part): Work with external parts and
20648         usual parts similarly.
20649
20650         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20651         instead of gnus-display-mime.
20652
20653         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20654         instead of with-temp-buffer.
20655
20656         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20657         tag to summarized topics part in order to encode non-ASCII text.
20658
20659 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20660
20661         * smiley.el (smiley-style): New variable.
20662         (smiley-directory): New function.
20663         (smiley-data-directory): Derive from `smiley-style' using
20664         `smiley-directory'.
20665         (smiley-regexp-alist): Add new entries.
20666
20667         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20668         (gnus-article-browse-delete-temp): Add :version.
20669
20670 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20671
20672         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20673         the sieve region.
20674
20675 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20676
20677         * gnus.el (gnus-version-number): Bump version.
20678
20679 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20680
20681         * gnus.el: No Gnus v0.4 is released.
20682
20683 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20684
20685         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20686         layout.
20687
20688         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20689         unknown charset.
20690
20691         * message.el (message-header-synonyms): Add Original-To to the
20692         default.
20693
20694         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20695         optional parameter.
20696
20697 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20698
20699         * gnus-fun.el (gnus): Require it for gnus-directory.
20700
20701 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20702
20703         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20704
20705 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20706
20707         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20708
20709 2006-04-05  Simon Josefsson  <jas@extundo.com>
20710
20711         * password.el (password-reset): New function.
20712
20713 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20714
20715         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20716         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20717
20718 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20719
20720         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20721         Some whitespace was matched into the url, which broke browsing hits
20722         > 100 when mm-url-use-external was nil.
20723
20724 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20725
20726         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20727         Check gnus-extra-headers for 'Newsgroups.
20728
20729         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20730         bound.
20731
20732 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20733
20734         * pgg-gpg.el: Clean up process buffers every time gpg processes
20735         complete.
20736
20737 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20738
20739         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20740         doc string.
20741
20742 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20743
20744         * pgg-gpg.el (pgg-gpg-process-filter)
20745         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20746
20747         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20748         lines, temporary fix.
20749
20750 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20751
20752         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20753
20754 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20755
20756         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20757         default-enable-multibyte-characters.  This reverts the change from
20758         revision 6.17 which is no longer necessary because the passphrase
20759         is sent separately now.  GnuPG messages are unreadable under
20760         multibyte locales with default-enable-multibyte-characters set to
20761         nil.
20762
20763 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20764
20765         * message.el (message-tool-bar-gnome): Move "spell".
20766
20767 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20768
20769         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20770         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20771         instead.
20772
20773 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20774
20775         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20776         Improve newsgroups handling for NNTP overviews which don't include
20777         Newsgroups.
20778
20779 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20780
20781         * message.el (message-resend): Bind message-generate-hashcash to nil.
20782
20783 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20784
20785         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20786         when searching for already-paid recipients.
20787
20788 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20789
20790         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20791         passphrases when it is not needed.
20792         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20793         passphrase stuff from gpg, should only be necessary when you use
20794         gpg with a smartcard.
20795
20796 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20797
20798         * mml.el (mml-insert-mime): Ignore cached contents of
20799         message/external-body part.
20800
20801         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20802         (mm-insert-part): Ditto.
20803
20804 2006-03-23  Simon Josefsson  <jas@extundo.com>
20805
20806         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20807         Reiner.
20808         (pgg-gpg-use-agent-p): Use it again.
20809
20810 2006-03-23  Simon Josefsson  <jas@extundo.com>
20811
20812         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20813         older emacsen.
20814         (pgg-gpg-use-agent-p): Don't use it.
20815
20816 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20817
20818         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20819         if we can.
20820
20821 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20822
20823         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20824         (pgg-gpg-update-agent): New function.
20825         (pgg-gpg-use-agent-p): New function.
20826         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20827         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20828         (pgg-gpg-sign-region): Use it.
20829
20830 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20831
20832         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20833         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20834
20835 2006-03-21  Simon Josefsson  <jas@extundo.com>
20836
20837         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20838         <wilde@sha-bang.de>.
20839         (pgg-gpg-use-agent): New variable.
20840         (pgg-gpg-process-region): Use it.
20841         (pgg-gpg-encrypt-region): Likewise.
20842         (pgg-gpg-encrypt-symmetric-region): Likewise.
20843         (pgg-gpg-decrypt-region): Likewise.
20844         (pgg-gpg-sign-region): Likewise.
20845         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20846
20847 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20848
20849         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20850
20851         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20852         Add comment on version.
20853
20854 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20855
20856         * smiley.el: Add missing test smiley.
20857
20858 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * mm-decode.el (mm-with-part): New macro.
20861         (mm-get-part): Use it; work with message/external-body as well.
20862         (mm-save-part): Treat name and filename equally.
20863
20864         * mm-extern.el (mm-extern-cache-contents): New function.
20865         (mm-inline-external-body): Use it; force the part to be displayed;
20866         move undisplayer added to the cached handle to the parent.
20867
20868         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20869         (gnus-mime-view-part-as-type): Work with message/external-body.
20870
20871         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20872
20873 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20874
20875         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20876         images in image-load-path.  [Sync with image.el, revision 1.60, in
20877         Emacs.]
20878
20879 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20880
20881         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20882         path rather than symbol.  Always return list of directories.
20883         Guarantee that image directory comes first.  [Sync with image.el,
20884         revision 1.59, in Emacs.]
20885
20886         * message.el (message-make-tool-bar): Adjust to new API of
20887         `gmm-image-load-path-for-library'.
20888
20889         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20890
20891         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20892
20893 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20894
20895         * gnus-art.el (gnus-article-only-boring-p):
20896         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20897         intangible text.
20898         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20899
20900 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20901
20902         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20903         Use `defun' instead of `gmm-defun-compat'.
20904
20905 2006-03-14  Simon Josefsson  <jas@extundo.com>
20906
20907         * message.el (message-unique-id): Don't use message-number-base36
20908         if (user-uid) is a float.
20909         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20910
20911 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20912
20913         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20914
20915         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20916         empty line between a part and a message part.
20917
20918 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20919
20920         * smiley.el: Add more test smileys.
20921         (smiley-data-directory, smiley-regexp-alist)
20922         (gnus-smiley-file-types): Fix doc strings.
20923         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20924         adding new elements.
20925         (smiley-mouse-map): Unused code.  Make it a comment.
20926
20927 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20928
20929         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20930         scan latest NoCeM messages instead of old ones.
20931         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20932         delimiters that are recently used.
20933         (gnus-nocem-load-cache): Add autoload cookie.
20934
20935         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20936
20937         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20938         level which is larger than gnus-use-nocem is specified.
20939
20940         * gnus-group.el (gnus-group-get-new-news): Ditto.
20941
20942 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20943
20944         * gnus-util.el (gnus-tool-bar-update): New function.
20945
20946         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20947         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20948
20949         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20950
20951         * gnus-group.el (gnus-group-redraw-when-idle)
20952         (gnus-group-redraw-check): Remove.
20953         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20954
20955 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20956
20957         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20958         if optional last element is specified in splits (FIELD VALUE...).
20959
20960 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20961
20962         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20963         to gmm-image-load-path-for-library.  Call with no-error argument.
20964         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20965
20966         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20967
20968         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20969
20970         * gmm-utils.el (gmm-image-load-path): Remove alias.
20971
20972 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20973
20974         * gmm-utils.el (gmm-image-load-path): Add alias.
20975
20976         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20977         nnml-generate-nov-databases-1.
20978         (nnml-generate-nov-databases): Use it.
20979         (nnml-generate-nov-databases-directory): Document no-active
20980         argument.
20981
20982         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20983         directory if path is t.  Add no-error.
20984
20985         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20986         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20987
20988         * gnus-art.el (gnus-article-browse-delete-temp-files):
20989         Simplify resetting gnus-article-browse-html-temp-list.
20990
20991         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20992         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20993         Add example to docstring.  Rename local variables.  Move error
20994         checks to default case in cond and simplify.
20995
20996 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20999         handle is multipart when calling it recursively.
21000         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
21001
21002 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
21003
21004         * nnimap.el (nnimap-request-update-info-internal): Optimize.
21005         Don't `gnus-uncompress-range' to avoid excessive memory usage.
21006
21007 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21008
21009         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
21010         is loaded.
21011
21012         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
21013         loaded.
21014
21015 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21016
21017         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
21018         to "Emacs 23 (unicode)" in doc string.
21019
21020         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
21021         "Emacs 23 (unicode)" in comment.
21022
21023 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21024
21025         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
21026
21027         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
21028         characters 160 through 255 in Emacs 23.
21029
21030 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21031
21032         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
21033         gnus-article-browse-html-temp.
21034         (gnus-article-browse-delete-temp): Make it customizable.
21035         Add `file'.  Adjust doc string.
21036         (gnus-article-browse-delete-temp-files): Add argument.
21037         Allow query for each file.  Adjust doc string.
21038         (gnus-article-browse-html-parts):
21039         Add `gnus-article-browse-delete-temp-files' to
21040         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
21041
21042 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
21043
21044         * gnus-art.el (gnus-article-browse-html-temp)
21045         (gnus-article-browse-delete-temp): New variables.
21046         (gnus-article-browse-delete-temp-files): New function.
21047         (gnus-article-browse-html-parts): Use it.
21048
21049 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21050
21051         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
21052
21053         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
21054         string.
21055
21056         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
21057         gnus-summary-insert-new-articles when unplugged.
21058         Remove gnus-summary-search-article-forward.
21059
21060         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
21061         display-visual-class instead of display-color-cells.
21062
21063 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21064
21065         * dgnushack.el: Autoload customize-group for XEmacs.
21066
21067         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
21068         message/* containing non-ASCII text properly.
21069
21070 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
21071
21072         * message.el: Require gmm-utils, remove autoloads.
21073         (message-tool-bar): Set default based on
21074         gmm-tool-bar-style.
21075         (message-tool-bar-gnome): Add gmm-customize-mode.
21076
21077         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21078         gmm-tool-bar-style.
21079         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21080
21081         * gnus-group.el (gnus-group-tool-bar): Set default based on
21082         gmm-tool-bar-style.
21083         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21084
21085         * gmm-utils.el (gmm-image-directory): Rename variable from
21086         gmm-image-load-path.
21087         (gmm-image-load-path): Use gmm-image-directory.
21088         (gmm-customize-mode): New function.
21089         (gmm-tool-bar-style): New variable.
21090
21091         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21092         gnus-group-redraw-line-number.
21093         (gnus-group-redraw-check): Simplify.
21094         (gnus-group-tool-bar-update): Remove redraw check.
21095         (gnus-group-make-tool-bar): Add redraw check.
21096
21097 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21098
21099         * gnus-art.el (gnus-button): Add missing parentheses.
21100
21101 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21102
21103         * lpath.el: Fbind line-number-at-pos.
21104
21105 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21106
21107         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21108
21109 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21110
21111         * gnus-art.el (gnus-button): New face.
21112         (gnus-article-button-face): Use it.
21113
21114         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21115         Add gnus-summary-next-page.  Re-order.
21116
21117         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21118         next-node are now included.
21119         (gnus-group-redraw-line-number): New internal variable.
21120         (gnus-group-redraw-check): Helper function for updating the tool
21121         bar.
21122         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21123
21124         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21125
21126         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21127         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21128         Use it to match format of Spamassassin 3.0 and later.
21129         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21130         (spam-check-bogofilter)
21131         (spam-bogofilter-register-with-bogofilter): Fix args of
21132         `gnus-error' calls.
21133
21134 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21135
21136         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21137         unnecessary interaction when sending queued mails.
21138         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21139
21140 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21141
21142         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21143         first or last are nil.
21144
21145 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21146
21147         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21148
21149 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21150
21151         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21152
21153 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21154
21155         * dns.el (query-dns): Protect more against buggy tcp output.
21156
21157 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21158
21159         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21160         nov.php.
21161
21162 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21163
21164         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21165         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21166         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21167         output on the server side.
21168         (nnweb-google-create-mapping): Update regexps and add some
21169         progress indication.
21170
21171 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21172
21173         * gnus-group.el (gnus-group-tool-bar-gnome):
21174         Fix gnus-agent-toggle-plugged.  Re-order icons.
21175         (gnus-group-tool-bar-gnome):
21176         Add gnus-group-{prev,next}-unread-group.
21177         (gnus-group-tool-bar-gnome): Re-order icons.
21178
21179         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21180         Move gnus-summary-insert-new-articles.
21181
21182         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21183         Fix comments.
21184
21185         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21186         also available in Emacs 21.3.
21187
21188         * message.el (message-fix-before-sending): Change "Emacs 22" to
21189         "Emacs 23 (unicode)" in comment.
21190
21191         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21192         "Emacs 23 (unicode)" in comment.
21193
21194         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21195         comment.
21196         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21197
21198         * mm-view.el (mm-fill-flowed): Add :version.
21199
21200 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21201
21202         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21203         and load-path.
21204
21205 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21206
21207         * message.el: Autoload gmm-image-load-path.
21208         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21209         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21210         consitency.
21211
21212         * gmm-utils.el (gmm-image-load-path): Also search in
21213         "../etc/images".  Don't set gmm-image-load-path if we don't find
21214         the image.
21215
21216 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21217
21218         * gmm-utils.el (gmm-image-load-path): Don't make
21219         `gmm-image-load-path' include subdirectories which the second arg
21220         `image' might specify.
21221
21222         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21223         subdirectory to icon file names.
21224
21225         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21226
21227 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21228
21229         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21230         gmm-image-load-path calls.
21231
21232         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21233
21234         * message.el (message-make-tool-bar): Ditto.
21235
21236         * mml.el (mml-preview): Add comment concerning tool bar icons.
21237
21238         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21239         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21240
21241         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21242         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21243
21244         * message.el (message-tool-bar-gnome): Use new icon names.
21245         (message-make-tool-bar): Use `gmm-image-load-path'.
21246
21247         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21248         New functions from MH-E.
21249         (gmm-image-load-path): New variable from MH-E.
21250         (gmm-image-load-path): New function from MH-E.  Add arguments
21251         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21252         *-image-load-path-called-flag.
21253
21254 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21255
21256         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21257
21258 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21259
21260         * nnimap.el (nnimap-request-move-article): Change folder back to
21261         source group before deleting.
21262
21263 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21264
21265         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21266
21267         * gnus-art.el (mm-url-insert-file-contents-external):
21268         Autoload mm-url.
21269
21270         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21271
21272 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21273
21274         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21275         coding system which mm-charset-to-coding-system returns for a
21276         given charset is valid.
21277
21278 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21279
21280         * html2text.el (html2text-remove-tag-list):
21281         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21282
21283 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21284
21285         * gnus-cus.el: Revert 2005-10-17 change.
21286
21287 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21288
21289         * gnus-art.el (article-strip-banner):
21290         Call article-really-strip-banner only when the regexp match is made.
21291
21292 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21293
21294         * gnus-art.el (article-strip-banner):
21295         Use gnus-extract-address-components instead of
21296         mail-header-parse-addresses to make it work with non-ASCII text;
21297         remove mail-encode-encoded-word-string.
21298
21299         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21300         values which are surrounded with \"...\"; make it never cause a
21301         Lisp error; give up parsing of parameters if it failed in
21302         extracting type.
21303
21304 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21305
21306         * smime.el (smime-cert-by-ldap-1): Fix bug where
21307         `smime-ldap-search' returns results without userCertificates.
21308
21309 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21310
21311         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21312
21313 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21314
21315         * spam.el (spam-check-spamassassin-headers): Adapt format for
21316         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21317         <ari@mbf.ocn.ne.jp>.
21318         (spam-list-of-processors): Add spam-use-gmane.
21319
21320 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21321
21322         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21323         make-temp-file; make it work with XEmacs as well.
21324
21325         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21326         mm-make-temp-file.
21327
21328         * mm-decode.el (mm-display-external): Use the 3rd arg of
21329         mm-make-temp-file.
21330         (mm-create-image-xemacs): Ditto.
21331
21332 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21333
21334         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21335         with message-narrow-to-headers.
21336         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21337         (gnus-draft-check-draft-articles): New function.
21338         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21339
21340 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21341
21342         * gnus-art.el (gnus-article-browse-html-parts):
21343         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21344         Don't use suffix argument for mm-make-temp-file for Emacs 21
21345         compatibility.  Remove useless `format'.
21346
21347 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21348
21349         * nnweb.el (nnweb-google-wash-article): Update regexps.
21350         (nnweb-group-alist): Use defvoo instead of defvar.
21351
21352 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21353
21354         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21355         re-loading nn* modules.
21356
21357 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21358
21359         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21360         for `tool-bar-mode' and don't check it's default-value.
21361
21362         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21363
21364         * message.el (message-make-tool-bar): Ditto.
21365
21366         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21367         `substring'.  Shorten tmp-file name.
21368
21369         * gnus.el: Remove bogus comment.
21370
21371 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21372
21373         * gnus-art.el (gnus-article-browse-html-parts): New function.
21374         (gnus-article-browse-html-article): New function for viewing html
21375         articles with a browser.
21376
21377 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21378
21379         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21380         in elisp.
21381         (pgg-gpg-encrypt-symmetric-region): Ditto.
21382         (pgg-gpg-sign-region): Ditto.
21383
21384         * pgg-def.el (pgg-text-mode): New variable.
21385
21386         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21387         (mml2015-pgg-encrypt): Ditto.
21388
21389         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21390         (mml1991-pgg-encrypt): Ditto.
21391
21392 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21393
21394         * nnfolder.el (nnfolder-insert-newsgroup-line):
21395         Use message-make-date instead of current-time-string.
21396
21397         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21398         to gnus-decoded which mm-uu might set.
21399
21400 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21401
21402         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21403         don't decode quoted parameters; remove misimported Emacs code.
21404         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21405         (rfc2231-decode-encoded-string): Don't use split-string which
21406         behaves differently according to Emacs version; use
21407         mm-decode-coding-region to convert charset to coding-system.
21408         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21409         (rfc2231-encode-string): Remove misimported Emacs code.
21410
21411 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21412
21413         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21414         when calling mail-header-parse-content-type.
21415         (article-de-quoted-unreadable): Ditto.
21416         (article-de-base64-unreadable): Ditto.
21417         (article-wash-html): Ditto.
21418
21419         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21420         calling mail-header-parse-content-type and
21421         mail-header-parse-content-disposition.
21422         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21423         mail-header-parse-content-type.
21424
21425         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21426         insert charset and format parameters; encode description after
21427         inserting it to buffer.
21428         (mml-insert-parameter): Fold lines properly even if a parameter is
21429         segmented into two or more lines; change the max column to 76.
21430
21431         * rfc1843.el (rfc1843-decode-article-body): Don't use
21432         ignore-errors when calling mail-header-parse-content-type.
21433
21434         * rfc2231.el (rfc2231-parse-string): Return at least type if
21435         possible; don't cause an error even if it fails in parsing of
21436         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21437         (rfc2231-encode-string): Don't break lines at the beginning, leave
21438         it to mml-insert-parameter.
21439
21440         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21441         calling mail-header-parse-content-type.
21442
21443 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21444
21445         * spam-report.el (spam-report-gmane-use-article-number):
21446         Improve doc string.
21447         (spam-report-gmane-internal): Check if a suitable header was found
21448         in the article.
21449
21450 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21451
21452         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21453         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21454
21455 2006-02-05  Romain Francoise  <romain@orebokech.com>
21456
21457         Update copyright notices of all files in the gnus directory.
21458
21459 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21460
21461         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21462
21463 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21464
21465         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21466         segmented lines of parameter value to cope with Thunderbird 1.5
21467         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21468         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21469         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21470
21471 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21472
21473         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21474         parts.
21475
21476 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21477
21478         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21479         there's only one active file for all servers.
21480         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21481         solid groups.  Gnus might have used a FAST request to select the group.
21482         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21483         and nnweb-search redundantly in the active file.
21484         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21485         (nnweb-request-create-group): Don't use ARGS.
21486         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21487         initializations.  Let nnoo do the work.
21488
21489 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21490
21491         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21492         Say the part has been decoded.
21493
21494         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21495
21496 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21497
21498         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21499         mailcap-viewer-test-cache when there's no 'test clause, since that
21500         will invert the meaning of a "nil" test previously determined by
21501         mailcap-mailcap-entry-passes-test.
21502
21503 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21504
21505         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21506         compiling.
21507
21508         * gnus-sum.el: Ditto.
21509
21510         * message.el: Don't bind tool-bar-map when compiling.
21511
21512 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21513
21514         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21515
21516 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21517
21518         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21519         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21520         current Google Groups.
21521
21522 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21523
21524         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21525         and tool-bar-mode.
21526
21527         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21528         and tool-bar-mode.
21529
21530         * message.el (message-tool-bar-update): Simplify.
21531         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21532
21533         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21534         gnus-summary-buffer.
21535         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21536         gnus-summary-reply.
21537
21538         * gmm-utils.el (gmm): Add :version.
21539
21540 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21541
21542         * Makefile.in (clean): New rule.
21543         (distclean): Use it.
21544
21545 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21546
21547         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21548         Don't autoload.
21549
21550 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21551
21552         * gmm-utils.el (gmm-verbose): Add :group.
21553
21554 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21555
21556         * message.el: Change some comments WRT tool-bars.
21557
21558         * gnus-sum.el (gnus-summary-tool-bar)
21559         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21560         (gnus-summary-tool-bar-zap-list): New variables.
21561         (gnus-summary-make-tool-bar): Complete rewrite using
21562         `gmm-tool-bar-from-list'.
21563
21564         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21565         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21566         New variables.
21567         (gnus-group-make-tool-bar): Complete rewrite using
21568         `gmm-tool-bar-from-list'.
21569         (gnus-group-tool-bar-update): New function.
21570
21571         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21572
21573 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21574
21575         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21576         is dissected into a single part of which the type is the same as
21577         the given one; decode charset.
21578
21579 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21580
21581         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21582         into alists as symbol not string, since that's what
21583         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21584         look for.
21585
21586 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21587
21588         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21589         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21590
21591         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21592
21593 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21594
21595         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21596         (gnus-xmas-mime-security-button-menu): New function.
21597
21598         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21599         (gnus-mime-security-button-menu): New definition.
21600         (gnus-mime-security-button-map): Use them.
21601         (gnus-mime-security-button-menu): New function.
21602         (gnus-insert-mime-security-button): Addition to help echo.
21603         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21604         (gnus-mime-security-pipe-part): New functions.
21605
21606         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21607         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21608
21609         * mm-decode.el (mm-handle-set-disposition): Remove.
21610         (mm-handle-set-description): Remove.
21611
21612 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21613
21614         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21615         (mm-w3m-standalone-supports-m17n-p): New function.
21616         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21617         w3m usage.
21618
21619         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21620         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21621
21622 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21623
21624         * message.el (message-tool-bar-zap-list):
21625         Use gmm-tool-bar-zap-list as custom type.
21626         (message-tool-bar-update): New function.
21627         (message-tool-bar, message-tool-bar-gnome)
21628         (message-tool-bar-retro): Add message-tool-bar-update.
21629         (message-tool-bar-gnome): Add flyspell-buffer.
21630
21631         * gnus-util.el (gnus-error): Describe `args'.
21632
21633         * gmm-utils.el (gmm-error): Describe `args'.
21634         (gmm-tool-bar-zap-list): New widget.
21635         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21636
21637 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21638
21639         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21640         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21641         the number of recursive calls.
21642
21643         * mm-decode.el (mm-handle-set-disposition): New macro.
21644         (mm-handle-set-description): New macro.
21645
21646 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21647
21648         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21649         encoding.
21650
21651 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21652
21653         * message.el (message-tool-bar-zap-list, message-tool-bar)
21654         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21655         (message-tool-bar-local-item-from-menu): Remove.
21656         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21657         (message-make-tool-bar): New function.
21658         (message-mode): Use `message-make-tool-bar'.
21659
21660         * gmm-utils.el: New file.
21661         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21662         (gmm-lazy): New widget copied from `nnmail.el'.
21663         (gmm-tool-bar-from-list): New function for creating customizable
21664         tool bars.
21665         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21666         output.
21667         (gmm): Add :prefix to defgroup.
21668
21669 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21670
21671         * gmm-utils.el (gmm-widget-p): New function.
21672
21673 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21674
21675         * mml.el (mml-attach-file): Describe `description' in doc string.
21676         (mml-menu): Add Emacs MIME manual and PGG manual.
21677
21678 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21679
21680         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21681
21682 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21683
21684         * nntp.el (nntp-end-of-line): Doc fix.
21685
21686 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21687
21688         * imap.el (imap-open): Handle case where buffer is a buffer
21689         object.
21690
21691 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21692
21693         * gnus-delay.el (gnus-delay): Don't autoload.
21694         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21695         to be re-loaded when customizing the `gnus-delay' group.
21696
21697 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21698
21699         * message.el (message-insert-citation-line): Use newlines.
21700
21701 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21702
21703         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21704         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21705         these routines, so the passphrase can be managed externally and
21706         passed in to the system.
21707         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21708         pgg-add-passphrase-to-cache function.
21709
21710         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21711         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21712         these routines, so the passphrase can be managed externally and
21713         passed in to the system.
21714         (pgg-pgp5-sign-region): Use new name of
21715         pgg-add-passphrase-to-cache function.
21716
21717 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21718
21719         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21720         part of the decoded armor to find the key-identifier.
21721         (pgg-gpg-lookup-key-owner): New function to return the
21722         human-readable identifier of a key owner.
21723         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21724         itself.
21725         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21726         the key value) if we have a key and can match it against a secret
21727         key.  Also, added a note pointing out fact that the prompt only
21728         indicates the first matching key.
21729
21730         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21731         pgg-decrypt-region.
21732         (pgg-add-passphrase-to-cache): Rename from
21733         `pgg-add-passphrase-cache' to reduce confusion (all callers
21734         changed).
21735         (pgg-remove-passphrase-from-cache): Rename from
21736         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21737         changed).
21738         (pgg-read-passphrase, pgg-add-passphrase-cache)
21739         (pgg-remove-passphrase-cache): Add informative docstrings.
21740         (pgg-decrypt): Convey provided passphrase in subordinate call to
21741         pgg-decrypt-region.
21742
21743 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21744
21745         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21746         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21747         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21748         'passphrase' argument, so the passphrase can be managed externally
21749         and then passed in to the system.
21750
21751         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21752         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21753         so the passphrase cache can be used reliably with identifiers
21754         besides a pgp packet's key id.
21755
21756         * pgg-gpg.el (pgg-gpg-encrypt-region)
21757         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21758         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21759         these routines, so the passphrase can be managed externally and
21760         passed in to the system.
21761
21762         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21763         'notruncate' argument, so the passphrase cache can be used
21764         reliably with identifiers besides a pgp packet's key id.
21765
21766 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21767
21768         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21769         symmetric encryption.
21770         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21771         encrypted session key.
21772         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21773         message ask for the passphrase in a proper way.
21774
21775         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21776         New user commands for symmetric encryption.
21777
21778 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21779
21780         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21781
21782         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21783
21784 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21785
21786         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21787
21788 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21789
21790         * mm-decode.el (mm-inlined-types): Add application/pgp.
21791         (mm-automatic-display): Ditto.
21792
21793         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21794         part as text.
21795
21796 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21797
21798         * nnrss.el: Update copyright.
21799         (nnrss-opml-import): Query whether to subscribe to each entry.
21800
21801         * gnus-art.el:
21802         * gnus-sum.el:
21803         * gnus-xmas.el:
21804         * messagexmas.el:
21805         * mm-uu.el:
21806         * mm-view.el: Update copyright.
21807
21808 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21809
21810         * message.el (message-info): New function.
21811         (message-mode-menu): Add it.
21812         Update copyright.
21813
21814         * ChangeLog: Fix and update copyright.
21815
21816 2006-01-13  Romain Francoise  <romain@orebokech.com>
21817
21818         * message.el (message-forward-subject-name-subject): Prefer the
21819         address to 'nowhere' if the sender has no name.
21820         Fix typo.  Update copyright year.
21821
21822 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21823
21824         * gnus-art.el (article-wash-html):
21825         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21826         (gnus-article-wash-html-with-w3m-standalone): New function.
21827
21828         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21829         mm-inline-text-html-render-with-w3m-standalone.
21830         (mm-text-html-washer-alist): Map w3m-standalone to
21831         gnus-article-wash-html-with-w3m-standalone.
21832         (mm-inline-text-html-render-with-w3m-standalone): New function.
21833
21834 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21835
21836         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21837         Improve LaTeX.
21838
21839 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21840
21841         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21842         (nnrss-request-article): Render text/plain parts as HTML.
21843
21844         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21845         the buffer.
21846
21847 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21848
21849         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21850         custom definition of `gnus-posting-styles'.
21851
21852         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21853         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21854
21855 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21856
21857         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21858         Use nntp for bug archive.
21859
21860 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21861
21862         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21863         parts.
21864         (nnrss-normalize-date): New function converts ISO 8601 date into
21865         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21866         (nnrss-check-group): Use it.
21867
21868 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21869
21870         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21871
21872         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21873         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21874         (nnrss-insert-w3): Ditto.
21875
21876 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21877
21878         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21879         the articles to be forwarded including the case where neither a
21880         number of articles nor a region is specified.
21881
21882 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21883
21884         * nnrss.el (nnrss-request-article): Fix last change; fill
21885         text/plain parts.
21886
21887 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21888
21889         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21890         in text/plain part.
21891         (nnrss-check-group): Don't add excessive newline to dc:subject.
21892
21893 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21894
21895         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21896         article.
21897
21898 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21899
21900         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21901         (nnml-use-compressed-files, nnml-save-mail): Support other
21902         comression programs such as bzip2.
21903
21904 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21905
21906         * dns.el (query-dns): Make sure we check the buffer size before
21907         removing tcp headers.
21908
21909 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21910
21911         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21912         remove MIME buttons associated with multipart/alternative parts.
21913         (gnus-mime-display-alternative): Tag buttons using `article-type'
21914         text property.
21915
21916         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21917         associated with multipart/alternative parts.
21918
21919         * gnus-art.el (gnus-signature-separator): Fix custom type.
21920
21921         * mm-decode.el (mm-inlined-types): Fix custom type.
21922         (mm-keep-viewer-alive-types): Ditto.
21923         (mm-automatic-display): Ditto.
21924         (mm-attachment-override-types): Ditto.
21925         (mm-inline-override-types): Ditto.
21926         (mm-automatic-external-display): Ditto.
21927
21928 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21929
21930         * spam-report.el (spam-report-user-mail-address)
21931         (spam-report-user-agent): New variables.
21932         (spam-report-url-ping-plain): Use spam-report-user-agent.
21933
21934 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21935
21936         * gnus-art.el (gnus-button-handle-custom): Do not just use
21937         `customize-apropos' for any "M-x customize-*" button but the
21938         function called for.  Accept both the function name and its
21939         argument in order to achieve this.
21940         (gnus-button-alist): Remove support for "custom:" URL's.
21941         Pass function name to `gnus-button-handle-custom' in case of "M-x
21942         customize-*" buttons.
21943
21944 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21945
21946         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21947         multipart/alternative and add xref to mm-discouraged-alternatives
21948         in doc string.
21949
21950         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21951         gnus-buttonized-mime-types in doc string.
21952
21953 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21954
21955         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21956         Suggest image/.* in the doc string.
21957
21958 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21959
21960         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21961         message-marks (Debian bug#342521).
21962
21963 2005-12-12  Simon Josefsson  <jas@extundo.com>
21964
21965         * password.el (password-read-from-cache): Add.
21966         (password-read): Use it.
21967
21968 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21969
21970         * rfc2047.el (rfc2047-charset-to-coding-system):
21971         Recognize us-ascii as a MIME charset.
21972
21973         * mm-bodies.el (mm-decode-content-transfer-encoding):
21974         Protect against the case where the 2nd arg TYPE is nil.
21975
21976 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21977
21978         * pop3.el (pop3-stream-type): Fix custom version.
21979
21980         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21981
21982 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21983
21984         * mm-decode.el (mm-display-external): Add missing cdr.
21985
21986 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21987
21988         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21989         RFC1524) if it is in mailcap or add a suffix according to
21990         mailcap-mime-extensions when generating a temp filename; postpone
21991         deleting a temp file for 2 seconds for some wrappers, shell
21992         scripts, and so on, which might exit right after having started a
21993         viewer command as a background job.
21994
21995 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21996
21997         * nntp.el (nntp-marks-directory): Fix custom group.
21998
21999         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
22000         steps when < 10.
22001
22002         * gnus-start.el (gnus-no-server-1):
22003         Mention `gnus-level-default-subscribed' in doc string.
22004
22005 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22006
22007         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
22008         parens.
22009
22010 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22011
22012         * gnus-xmas.el (gnus-use-toolbar): Revert.
22013         (gnus-xmas-setup-toolbar): Use global default-toolbar if
22014         gnus-use-toolbar is default.
22015
22016         * messagexmas.el (message-use-toolbar): Revert.
22017         (message-setup-toolbar): Use global default-toolbar if
22018         message-use-toolbar is default.
22019
22020 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22021
22022         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
22023         according to default-toolbar-visible-p.
22024
22025         * messagexmas.el (message-use-toolbar): Ditto.
22026
22027 2005-11-26  Dave Love  <fx@gnu.org>
22028
22029         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
22030         (tls-program, tls-success): Provide openssl alternative.
22031
22032         * starttls.el: Doc fixes.
22033         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
22034         SERVICE to PORT.
22035
22036         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
22037         port null or service name.
22038         (starttls-negotiate): Autoload.
22039
22040 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22041
22042         * message.el (message-kill-to-signature): Fix interactive spec.
22043
22044 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22045
22046         * pop3.el (pop3-open-server): Recognize a string as a service name.
22047
22048 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
22049
22050         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
22051
22052 2005-11-23  Dave Love  <fx@gnu.org>
22053
22054         Add pop3s, pop3/starttls.
22055
22056         * pop3.el (pop3-authentication-scheme): Clarify doc.
22057         (open-tls-stream, starttls-open-stream): Autoload.
22058         (pop3-stream-type): New.
22059         (pop3-open-server): Use it.
22060
22061         * mail-source.el (mail-sources): Fix some :types.  Add stream type
22062         for POP.
22063         (mail-source-keyword-map): Add :stream for POP.
22064         (mail-source-fetch-pop): Use pop3-stream-type.
22065
22066 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22067
22068         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
22069         of current-time-string.
22070
22071 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
22072
22073         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
22074         date header.
22075
22076 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22077
22078         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22079         it can seriously impact performance as it bypasses the agent's
22080         local caches.
22081
22082 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22083
22084         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22085         must be explicitly online rather than "not explicitly offline" for
22086         its flags to be synchronized.
22087
22088         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22089         that gnus-uu-unmark-thread will function correctly.
22090
22091         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22092         1024K is instead displayed as 1M.
22093
22094 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22095
22096         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22097
22098 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22099
22100         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22101
22102 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22103
22104         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22105         error message to display actual error condition.
22106         (gnus-agent-save-local): Avoid saving symbols that are bound to
22107         nil as they simply result in a warning message in
22108         gnus-agent-read-local.
22109
22110 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22111
22112         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22113         rather than make-variable-buffer-local for file-precious-flag.
22114
22115 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22116
22117         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22118         for duplicates which are removed.  The invalid sort check then
22119         triggers a rescan after the sort as sorting may have moved
22120         duplicate entries such that they can be cheaply detected.
22121
22122 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22123
22124         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22125
22126 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22127
22128         * gnus-agent.el (gnus-agent-article-alist-save-format):
22129         Change internal variable to a custom variable.  Change default value
22130         from compressed(2) to uncompressed(1).
22131         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22132         support for uncompressed agentview files.  Taken together, reading
22133         the agentview file should now be 6-7 times faster.
22134
22135 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22136
22137         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22138         as a buffer-local variable.  This avoids creating truncated
22139         dribble files as a result of a hang up, eg.
22140
22141 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22142
22143         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22144         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22145         XEmacs.
22146
22147 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22148
22149         * gnus-start.el (gnus-start-draft-setup):
22150         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22151
22152         * gnus.el (gnus-splash): Change custom group.
22153         (gnus-group-get-parameter, gnus-group-parameter-value):
22154         Describe allow-list argument.
22155
22156         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22157         string.
22158
22159 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22160
22161         * gnus-art.el (gnus-default-article-saver): Add user-defined
22162         `function' to custom type.
22163
22164 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22165
22166         * imap.el (imap-open): Handle case where buffer is a buffer
22167         object.
22168
22169 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22170
22171         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22172         long lines.
22173         (gnus-cache-delete-group): Wrap doc strings.
22174
22175         * gnus-agent.el (gnus-agent-rename-group)
22176         (gnus-agent-delete-group): Wrap doc strings.
22177
22178 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22179
22180         * messagexmas.el (message-use-toolbar): Change the valid values
22181         into default, top, bottom, left, and right.
22182         (message-toolbar-thickness): New variable.
22183         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22184         well.
22185         (message-setup-toolbar): Make it work.
22186
22187         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22188         (gnus-use-toolbar): Change the valid values into default, top,
22189         bottom, left, and right.
22190         (gnus-toolbar-thickness): New variable.
22191         (gnus-xmas-setup-toolbar): New function.
22192         (gnus-xmas-setup-group-toolbar): Use it.
22193         (gnus-xmas-setup-summary-toolbar): Use it.
22194
22195 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22196
22197         * gnus-start.el (gnus-1): Add "native" to
22198         gnus-predefined-server-alist.
22199
22200         * gnus.el (gnus-method-to-server): Don't add "native" to the
22201         lists here, because that leads to problems when
22202         gnus-select-method is bound.
22203
22204 2005-11-09  Simon Josefsson  <jas@extundo.com>
22205
22206         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22207         use (not sort-by-date) instead.
22208
22209 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22210
22211         * gnus-delay.el (gnus-delay-group): Don't autoload.
22212         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22213         to be re-loaded when customizing the `gnus-delay' group.
22214
22215 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22216
22217         * message.el: Revert last changes.
22218         (message-insert-citation-line): Use newlines.
22219
22220 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22221
22222         * message.el (message-courtesy-message)
22223         (message-mark-insert-begin, message-mark-insert-end)
22224         (message-elide-ellipsis, message-cancel-message)
22225         (message-add-header, message-change-subject)
22226         (message-cross-post-followup-to-header)
22227         (message-cross-post-insert-note, message-reduce-to-to-cc)
22228         (message-widen-reply, message-delete-not-region)
22229         (message-kill-to-signature, message-insert-signature)
22230         (message-insert-importance-high, message-insert-importance-low)
22231         (message-insert-or-toggle-importance)
22232         (message-insert-disposition-notification-to)
22233         (message-indent-citation, message-yank-original)
22234         (message-cite-original-without-signature, message-cite-original)
22235         (message-insert-citation-line, message-position-on-field)
22236         (message-fix-before-sending, message-send-mail-partially)
22237         (message-send-mail, message-send-mail-with-sendmail)
22238         (message-send-mail-with-qmail, message-send-news)
22239         (message-check-news-header-syntax, message-generate-headers)
22240         (message-insert-courtesy-copy, message-fill-address)
22241         (message-fill-header, message-shorten-references)
22242         (message-setup-1, message-cancel-news)
22243         (message-forward-make-body-plain, message-forward-make-body-mime)
22244         (message-forward-make-body-mml, message-encode-message-body)
22245         (message-forward-make-body-digest-plain)
22246         (message-forward-make-body-digest-mime)
22247         (message-use-alternative-email-as-from): Insert `hard-newline'
22248         instead of ordinary newlines.
22249
22250 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22251
22252         * message.el (message-generate-headers): Downcase the argument
22253         given to message-check-element.
22254
22255 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22256
22257         * nntp.el (nntp-authinfo-rejected): New error condition.
22258         (nntp-wait-for): Use new error condition to signal authentication
22259         error.
22260         (nntp-retrieve-data): Rethrow new error condition to break out of
22261         recursive call to nntp-send-authinfo.
22262
22263 2005-11-08  Romain Francoise  <romain@orebokech.com>
22264
22265         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22266         (gnus-summary-exit-map): Bind to `Z p'.
22267         (gnus-summary-make-menu-bar): Add menu item.
22268
22269 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22270
22271         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22272         (gnus-treat-*): Add `first' in all doc strings.
22273
22274         * gnus-group.el (gnus-group-compact-group): Fix typo.
22275
22276 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22277
22278         * gnus.el (gnus-parameters-case-fold-search): New variable.
22279         (gnus-parameters-get-parameter): Use it.
22280
22281         * gnus-score.el (gnus-home-score-file): Doc fix.
22282
22283 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22284
22285         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22286
22287 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22288
22289         * mm-util.el (mm-special-display-p): New function.
22290
22291         * mml.el (mml-preview): Use it; doc fix.
22292
22293 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22294
22295         * imap.el (imap-open): Handle case where buffer is a buffer object.
22296
22297 2005-10-29  Romain Francoise  <romain@orebokech.com>
22298
22299         * message.el (message-fix-before-sending): Fix comment.
22300
22301 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22302
22303         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22304
22305 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22306
22307         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22308         Used in gnus-score.el.
22309
22310 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22311
22312         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22313
22314 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22315
22316         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22317         whitespace removed in revision 7.8.  Use concatenated string to
22318         protect trailing whitespace.
22319
22320 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22321
22322         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22323         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22324         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22325         Courier IMAP ("some version from 2004").  Mostly based on similar
22326         code in the same function.
22327
22328 2005-10-26  Didier Verna  <didier@xemacs.org>
22329
22330         * gnus-group.el (gnus-group-compact-group): Invalidate original
22331         article buffer.
22332         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22333         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22334         NOV database and in article itself.
22335         Invalidate article backlog.
22336
22337 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22338
22339         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22340
22341 2005-10-26  Simon Josefsson  <jas@extundo.com>
22342
22343         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22344         part of 2004-07-25 change.
22345
22346 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22347
22348         * message.el (message-display-completion-list): New function.
22349         (message-expand-group): Use it; make sure the Completions buffer
22350         is modifiable.
22351 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22352
22353         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22354         user-mail-name is an empty string.
22355
22356 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22357
22358         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22359         depending on gnus-score-decay-constant.
22360
22361         * encrypt.el (encrypt-insert-file-contents)
22362         (encrypt-write-file-contents): Don't use `gnus-message'.
22363
22364         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22365         arguments.
22366         (mm-uu-type-alist): Add message-marks and insert-marks.
22367         Pass arguments to mm-uu-verbatim-marks-extract.
22368         (mm-uu-hide-markers): New variable.
22369         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22370
22371         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22372         (gnus-convert-image-to-face-command): Use "convert" by default to
22373         allow other input image formats.
22374         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22375         accordingly.
22376
22377 2005-10-23  Simon Josefsson  <jas@extundo.com>
22378
22379         * imap.el (imap-gssapi-program): Align command line parameters
22380         with latest GNU SASL.
22381         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22382
22383 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22384
22385         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22386         HTML.
22387         (nnslashdot-request-article): Ditto.
22388
22389         * lpath.el (featurep): Add nobreak-char-display.
22390
22391 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22392
22393         * mail-source.el (mail-source-fetch-pop): Require pop3.
22394         (mail-source-check-pop): Ditto.
22395
22396 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22397
22398         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22399         errors.
22400
22401 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22402
22403         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22404         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22405
22406         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22407
22408         * mm-bodies.el (mm-decode-string):
22409         Call `mm-charset-to-coding-system' with allow-override argument.
22410
22411 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22412
22413         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22414         (rfc2047-charset-to-coding-system): New function.
22415         (rfc2047-decode-encoded-words): New function.
22416         (rfc2047-decode-region): Use them.
22417         (rfc2047-decode-cte): Remove.
22418         (rfc2047-parse-and-decode): Remove.
22419         (rfc2047-decode): Remove.
22420
22421 2005-10-15  Kenichi Handa  <handa@m17n.org>
22422
22423         * rfc2047.el (rfc2047-decode-cte): New function.
22424         (rfc2047-decode-region): Change the way to decode successive
22425         encoded-words: decode B- or Q-encoding in each encoded-word,
22426         concatenate them, and decode it as charset.
22427
22428 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22429
22430         * lpath.el: Fbind codepage-setup for XEmacs.
22431
22432 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22433
22434         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22435         widget-move-and-invoke.
22436         (gnus-custom-mode): Use gnus-custom-map.
22437
22438 2005-10-15  Bill Wohler  <wohler@newt.com>
22439
22440         * message.el (message-tool-bar-map): Rename image file from
22441         mail_send to mail/send.
22442
22443 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22444
22445         * message.el (message-expand-group): Pass the common
22446         prefix substring of completion to `display-completion-list'.
22447
22448 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22449
22450         * mml-sec.el (mml-secure-method): New internal variable.
22451         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22452         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22453         New functions using mml-secure-method.
22454
22455         * mml.el (mml-mode-map): Add key bindings for those functions.
22456         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22457         Harder <harder@myrealbox.com>.
22458         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22459         Goto end of message if point is the headers of the message.
22460
22461         * message.el (message-in-body-p): New function.
22462
22463         * assistant.el: Autoload gnus-util and netrc.
22464
22465         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22466         Use `mm-charset-override-alist' only when decoding.
22467
22468         * mm-bodies.el (mm-decode-body):
22469         Call `mm-charset-to-coding-system' with allow-override argument.
22470
22471         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22472         `filename' from Content-Disposition if Content-Type doesn't
22473         provide `name'.
22474         (gnus-mime-view-part-as-type): Set default instead of
22475         initial-input.
22476
22477 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22478
22479         * format-spec.el (format-spec): Propagate text properties of % spec.
22480
22481 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22482
22483         * gnus-art.el (gnus-treat-predicate): Add `first'.
22484
22485 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22486
22487         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22488         (mm-charset-override-alist): New variable.
22489         (mm-charset-to-coding-system): Use it.
22490         (mm-codepage-setup): New helper function.
22491         (mm-charset-eval-alist): New variable.
22492         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22493         Warn about unknown charsets.
22494
22495         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22496
22497 2005-10-04  David Hansen  <david.hansen@gmx.net>
22498
22499         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22500         (nnrss-check-group): Ditto.
22501
22502 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22503
22504         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22505         Rename x-gnus-verbatim to x-verbatim.
22506         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22507
22508         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22509         x-verbatim.
22510
22511         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22512
22513         * gnus-util.el (gnus-remove-duplicates): Remove.
22514
22515         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22516         instead of gnus-remove-duplicates.
22517
22518         * message.el (message-remove-duplicates): Remove.
22519         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22520         message-remove-duplicates.
22521
22522         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22523         available, else use implementation from `delete-dups'.
22524
22525         * message.el (message-insert-expires): New function.
22526         (message-mode-map): Add key binding.
22527         (message-mode-field-menu): Add menu entry.
22528         (message-mode): Document it.
22529         (message-make-expires-date): Use `message-make-date'.
22530
22531 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22532
22533         * message.el (message-make-expires-date): New function.
22534
22535 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22536
22537         * Makefile.in (list-installed-shadows): New entry.
22538         (install): Use it.
22539         (remove-installed-shadows): New entry.
22540
22541         * dgnushack.el (dgnushack-default-load-path): New variable.
22542         (dgnushack-find-lisp-shadows): New function.
22543         (dgnushack-remove-lisp-shadows): New function.
22544
22545 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22546
22547         * Makefile.in (install-el-elc): New entry.
22548         (install): Use it so that .el files are necessarily installed.
22549
22550 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22551
22552         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22553
22554 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22555
22556         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22557         function rather than the diff-mode.el package.
22558         (mm-display-external): Use with-current-buffer.
22559         (mm-viewer-completion-map, mm-viewer-completion-map):
22560         Move initialization inside declaration.
22561
22562 2005-09-29  Simon Josefsson  <jas@extundo.com>
22563
22564         * spam.el: Load hashcash when compiling, to avoid warnings.
22565         Don't autoload mail-check-payment.
22566         (spam-check-hashcash): Define unconditionally, since hashcash.el
22567         is part of Gnus now.  Ignore errors from payment checking.
22568
22569 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22570
22571         * message.el (message-bold-region, message-unbold-region):
22572         Rename from `bold-region' and `unbold-region'.
22573
22574         * message.el: Remove useless autoloads.
22575
22576 2005-09-28  Simon Josefsson  <jas@extundo.com>
22577
22578         * message.el (message-use-idna): Default to t.
22579         (message-use-idna): Test whether encoding works too.  Doc fix.
22580
22581 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22582
22583         * nntp.el (nntp-warn-about-losing-connection): Remove.
22584
22585 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22586
22587         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22588         customizable.  Change default value.
22589         (mm-uu-diff-groups-regexp): Change default value.
22590         (mm-uu-type-alist): Add doc string.
22591         (mm-uu-configure): Add doc string.  Make it interactive.
22592         (mm-uu-tex-groups-regexp): New variable.
22593         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22594         (mm-uu-type-alist): Add LaTeX documents.
22595         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22596         of "text/verbatim".
22597         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22598
22599         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22600         instead of "text/verbatim".
22601
22602         * message.el (message-mark-inserted-region)
22603         (message-mark-insert-file): Use slrn style marks when called with
22604         prefix argument.
22605
22606 2005-09-27  Simon Josefsson  <jas@extundo.com>
22607
22608         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22609
22610 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22611
22612         * message.el (message-remove-duplicates): New function.
22613         Implementation borrowed from `gnus-remove-duplicates'.
22614         (message-idna-to-ascii-rhs): Also encode idna addresses in
22615         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22616         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22617         only ask about the same idna domain once per header and also tell
22618         in what header to replace the idna domain.
22619
22620         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22621         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22622         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22623         a header is decoded and not just the last one.
22624
22625 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22626
22627         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22628         has been decoded.
22629
22630         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22631         (mm-insert-part): Don't modify text if it has been decoded.
22632
22633         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22634         decoded.
22635
22636         * mm-view.el (mm-inline-text): Don't strip text props unless
22637         decoding enriched or richtext parts.
22638
22639 2005-09-25  Romain Francoise  <romain@orebokech.com>
22640
22641         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22642         * gnus-start.el (gnus-subscribe-interactively):
22643         * gnus-uu.el (gnus-uu-grab-articles):
22644         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22645         space.
22646
22647 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22648
22649         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22650         * mm-view.el (mm-view-pkcs7-decrypt):
22651         * gnus-sum.el (gnus-summary-limit-to-extra)
22652         (gnus-summary-respool-article, gnus-read-move-group-name):
22653         * gnus-score.el (gnus-summary-increase-score):
22654         * gnus-util.el (gnus-completing-read-with-default):
22655         * gnus-art.el (gnus-read-save-file-name)
22656         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22657         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22658         * message.el (message-check-news-header-syntax):
22659         Follow convention for reading with the minibuffer.
22660
22661 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22662
22663         * spam-report.el (spam-report-url-ping-plain):
22664         Use gnus-extended-version as User-Agent.
22665
22666         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22667         default value is nil.
22668
22669         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22670         (mm-uu-verbatim-marks-extract): New function.
22671         (mm-uu-extract): New face.
22672         (mm-uu-copy-to-buffer): Use it.
22673
22674         * spam-report.el (spam-report-gmane-ham): Rename from
22675         `spam-report-gmane-unspam'.
22676         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22677         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22678
22679         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22680         Autoload.
22681         (spam-report-gmane-unregister-routine):
22682         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22683
22684 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22685
22686         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22687         (spam-report-gmane-unregister-routine): Add support for gmane
22688         unregistration.
22689
22690         * spam-report.el (spam-report-gmane-unspam)
22691         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22692         (spam-report-gmane): Change to take a single article and do unspam
22693         registration.
22694
22695 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22696
22697         * mm-url.el (mm-url-decode-entities): Fix regexp.
22698
22699 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22700
22701         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22702         default to nil, to be able to use Gnus at all.  If the default
22703         switches to something else, then the function should be fixed not
22704         be exceedingly slow.
22705
22706 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22707
22708         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22709         fail hard.
22710
22711         * spam-report.el: Add better Keywords line.
22712
22713         * spam.el: Add Maintainer and better Keywords line.
22714
22715 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22716
22717         * gnus-art.el (gnus-article-replace-part)
22718         (gnus-mime-replace-part): New functions.
22719         (gnus-mime-action-alist, gnus-mime-button-commands)
22720         (gnus-mime-save-part-and-strip): Add file argument.
22721         (gnus-article-part-wrapper): Add interactive argument.
22722
22723         * gnus-sum.el (gnus-summary-mime-map):
22724         Add `gnus-article-replace-part'.
22725
22726 2005-09-19  Didier Verna  <didier@xemacs.org>
22727
22728         The nnml compaction feature:
22729         * nnml.el (nnml-request-compact-group): New function.
22730         * nnml.el (nnml-request-compact): New function.
22731         * gnus-int.el (gnus-request-compact-group): New function.
22732         * gnus-int.el (gnus-request-compact): New function.
22733         * gnus-group.el (gnus-group-compact-group): New function.
22734         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22735         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22736         * gnus-srvr.el (gnus-server-compact-server): New function.
22737         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22738         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22739
22740 2005-09-18  Deepak Goel  <deego@gnufans.org>
22741
22742         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22743         format spec.
22744
22745 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22746
22747         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22748
22749 2005-09-15  Romain Francoise  <romain@orebokech.com>
22750
22751         * message.el (message-fill-paragraph): Clarify docstring.
22752
22753 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22754
22755         * gnus-art.el (gnus-mime-display-part): Protect against broken
22756         MIME messages.
22757
22758 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22759
22760         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22761         before parsing header.
22762
22763 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22764
22765         * html2text.el (html2text-replace-list): Add new entities.
22766
22767 2005-09-11  Romain Francoise  <romain@orebokech.com>
22768
22769         * message.el (message-alternative-emails): Improve docstring.
22770         (message-setup-1): Call `message-use-alternative-email-as-from'
22771         after `message-setup-hook' to give it precedence over posting
22772         styles, etc.
22773         (message-use-alternative-email-as-from): Add docstring.
22774         Remove the original From header if present.
22775
22776         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22777         (nnml-save-mail): Use it.
22778
22779         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22780         articles.  Add new argument `silent'.
22781         (gnus-uu-mark-all): Report the total number of marked articles.
22782
22783 2005-09-10  Romain Francoise  <romain@orebokech.com>
22784
22785         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22786         (gnus-uu-mark-series): Likewise.
22787
22788 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22789
22790         * spam-report.el (spam-report-gmane): Fix generation of spam
22791         report URL.
22792
22793 2005-09-10  Simon Josefsson  <jas@extundo.com>
22794
22795         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22796         t, based on discussion on the ding list with Robert Epprecht
22797         <epprecht@solnet.ch>.
22798
22799 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22800
22801         * spam-report.el (spam-report-gmane): Make it work without
22802         X-Report-Spam header.  Gmane now only provides Archived-At.
22803         This is only used if `spam-report-gmane-use-article-number' is nil.
22804         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22805
22806         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22807         make `gnus-summary-sort-by-recipient' work with threading.
22808
22809         * nnweb.el (nnweb-google-wash-article): Print a message if article
22810         is not available.
22811
22812 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22813
22814         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22815         change.  Decode text/* parts content before displaying.
22816
22817 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22818
22819         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22820
22821 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22822
22823         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22824
22825         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22826         url-package-name, url-package-version,
22827         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22828         w3m-display-inline-images, and w3m-minor-mode-map.
22829
22830 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22831
22832         * message.el (message-tab-body-function): Fix mismatched custom type.
22833
22834         * gnus.el (gnus-group-change-level-function): Ditto.
22835
22836         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22837
22838         * gnus-art.el (gnus-signature-limit)
22839         (gnus-article-mime-part-function): Ditto.
22840
22841 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22842
22843         * mml.el (mml-mode): Silence the byte compiler.
22844
22845         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22846         using `(sit-for 0)' before moving the point to the specified part;
22847         skip unbuttonized parts.
22848         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22849         return to the summary window if gnus-auto-select-part is non-nil.
22850
22851 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22852
22853         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22854         New variables.
22855         (mml-dnd-attach-file, mml-mode): Use them.
22856
22857         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22858         Make fetching article by MID work again for Google Groups.
22859         Add FIXME concerning gnus-group-make-web-group.
22860
22861         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22862         Don't depend on Gnus by using mail-extract-address-components if
22863         gnus-extract-address-components is not bound.
22864
22865 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22866
22867         * gnus-art.el (gnus-mime-display-security): Don't display the
22868         signature, but only the signed part.
22869
22870 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22871
22872         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22873
22874         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22875         list, not listp.
22876
22877 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22878
22879         * mm-encode.el (mm-encode-content-transfer-encoding):
22880         Likewise when encoding.
22881
22882         * mm-bodies.el (mm-decode-content-transfer-encoding):
22883         De-canonicalize CRLF for all text content types, not just
22884         text/plain.
22885
22886 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22887
22888         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22889         valid article; point arrow and cursor at the MIME button.
22890
22891 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22892
22893         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22894         Suggested by Dan Christensen <jdc@uwo.ca>.
22895
22896         * mm-decode.el (mm-save-part): Enable change of prompt.
22897
22898 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22899
22900         * gnus-msg.el (gnus-inews-add-send-actions):
22901         Make `message-post-method' lambda parameter ARG `&optional'.
22902
22903 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22904
22905         * gnus-sum.el (gnus-summary-mime-map):
22906         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22907         gnus-article-jump-to-part.
22908
22909         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22910         (gnus-article-edit-part): Use it.
22911         (gnus-article-part-wrapper): Add no-handle argument.
22912         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22913         New functions.
22914
22915 2005-08-29  Romain Francoise  <romain@orebokech.com>
22916
22917         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22918         docstring.
22919         (gnus-face-from-file): Likewise.
22920
22921 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22922
22923         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22924         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22925         non-nil.
22926         (gnus-auto-select-part): New variable.
22927         (gnus-article-jump-to-part): New function.
22928         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22929         (gnus-mime-delete-part): Allow selecting specified part after
22930         deleting or stripping parts.
22931         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22932         part if argument is bogus.
22933
22934 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22935
22936         * gnus-art.el (w3m-minor-mode-map):
22937         * gnus-spec.el (gnus-newsrc-file-version):
22938         * gnus-util.el (nnmail-active-file-coding-system)
22939         (gnus-original-article-buffer, gnus-user-agent):
22940         * gnus.el (gnus-ham-process-destinations)
22941         (gnus-parameter-ham-marks-alist)
22942         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22943         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22944         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22945         * mm-decode.el (gnus-current-window-configuration):
22946         * mm-extern.el (gnus-article-mime-handles):
22947         * mm-url.el (url-current-object, url-package-name)
22948         (url-package-version):
22949         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22950         (smime-keys, w3m-cid-retrieve-function-alist)
22951         (w3m-current-buffer, w3m-display-inline-images)
22952         (w3m-minor-mode-map):
22953         * mml-smime.el (gnus-extract-address-components):
22954         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22955         (gnus-newsrc-hashtb, message-default-charset)
22956         (message-deletable-headers, message-options)
22957         (message-posting-charset, message-required-mail-headers)
22958         (message-required-news-headers):
22959         * mml1991.el (mc-pgp-always-sign):
22960         * mml2015.el (mc-pgp-always-sign):
22961         * nnheader.el (nnmail-extra-headers):
22962         * rfc1843.el (gnus-decode-encoded-word-function)
22963         (gnus-decode-header-function, gnus-newsgroup-name):
22964         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22965
22966 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22967
22968         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22969         the end of the date treatments.
22970
22971 2005-08-15  Simon Josefsson  <jas@extundo.com>
22972
22973         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22974         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22975         Capello and Romain Francoise.
22976         (pgg-fetch-key-function): Remove, not used?
22977         (pgg-insert-url-with-w3): Require url, to get
22978         url-insert-file-contents regardless of where it is defined.
22979
22980 2005-08-13  Romain Francoise  <romain@orebokech.com>
22981
22982         * message.el (message-cite-original-1): New function.
22983         (message-cite-original): Use it.
22984         (message-cite-original-without-signature): Ditto.
22985
22986 2005-08-08  Romain Francoise  <romain@orebokech.com>
22987
22988         * message.el (message-yank-empty-prefix): New variable.
22989         (message-indent-citation): Use it.
22990         (message-cite-original-without-signature): Respect X-No-Archive.
22991
22992 2005-08-08  Simon Josefsson  <jas@extundo.com>
22993
22994         * pgg.el: Autoload url-insert-file-contents instead of loading
22995         w3/url.
22996         (pgg-insert-url-with-w3): Don't load url here.
22997
22998 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22999
23000         * message.el (message-kill-to-signature): Don't insert newline at
23001         bol.
23002         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
23003
23004 2005-08-06  Romain Francoise  <romain@orebokech.com>
23005
23006         * message.el (message-user-fqdn): Fix typo in docstring.
23007
23008 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
23009
23010         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
23011
23012         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
23013
23014 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23015
23016         * mm-bodies.el (mm-encode-body): Use coding system rather than
23017         charset to encode text.
23018
23019         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
23020         number of charsets if utf-8 is available (XEmacs).
23021
23022 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
23023
23024         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
23025         taken from `gnus-button-mid-or-mail-regexp'.
23026         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
23027         (gnus-button-alist): Improve regexp for domain part of the MIDs
23028         for news:localpart@domain buttons.
23029         (gnus-button-ctan-directory-regexp): Update.
23030
23031 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23032
23033         * sieve-manage.el (sieve-manage-interactive-login):
23034         Use make-local-variable rather than make-variable-buffer-local.
23035         (sieve-manage-open): Ditto.
23036         (sieve-manage-authenticate): Ditto.
23037
23038         * mml.el (mml-generate-mime-1): Make the content type default to
23039         text/plain if the filename is not specified.
23040
23041 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23042
23043         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
23044         instead of insert-buffer.
23045
23046         * message.el (message-yank-original): Ditto; set the mark at the
23047         end of the yanked message.
23048
23049 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23050
23051         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
23052         lines to scroll rather than to stop it.
23053
23054         * mml.el (mml-generate-default-type): Add doc string.
23055         (mml-generate-mime-1): Use mm-default-file-encoding or make it
23056         default to application/octet-stream when determining the content
23057         type if it is not specified for the part or the mml contents; add
23058         a comment about mml-generate-default-type.
23059
23060 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
23061
23062         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
23063         make it default to application/octet-stream when determining the
23064         content type if it is not specified for the external contents.
23065
23066 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23067
23068         * rfc2231.el (rfc2231-parse-string): Take care that not only a
23069         segmented parameter but also other parameters might be there.
23070
23071 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23072
23073         * mm-decode.el (mm-display-external): Delete temp file, directory
23074         and buffer immediately if the external process is exited.
23075
23076 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23077
23078         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23079         fewer lines than that of scroll-margin.
23080         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23081
23082 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23083
23084         * gnus-art.el (gnus-article-next-page): Revert.
23085         (gnus-article-beginning-of-window): New macro.
23086         (gnus-article-next-page-1): Use it.
23087         (gnus-article-prev-page): Ditto.
23088         (gnus-article-edit-part): Use insert-buffer-substring instead of
23089         insert-buffer.
23090         (gnus-article-edit-exit): Ditto.
23091
23092         * gnus-util.el (gnus-beginning-of-window): Remove.
23093         (gnus-end-of-window): Remove.
23094
23095         * lpath.el: Don't bind header-line-format and scroll-margin.
23096
23097 2005-07-25  Simon Josefsson  <jas@extundo.com>
23098
23099         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23100         to have the url package without w3.  Reported by Daiki Ueno
23101         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23102
23103 2005-07-20  Didier Verna  <didier@xemacs.org>
23104
23105         * gnus-diary.el: Remove the description comment (nndiary is now
23106         properly documented in the Gnus manual).
23107         Fix the spelling of "Back End".
23108         * nndiary.el: Ditto.
23109         Fix the copyright notice.
23110
23111 2005-07-18  Romain Francoise  <romain@orebokech.com>
23112
23113         * gnus-sum.el (gnus-summary-to-prefix)
23114         (gnus-summary-newsgroup-prefix): New variables.
23115         (gnus-summary-from-or-to-or-newsgroups): Use them.
23116
23117 2005-07-17  Romain Francoise  <romain@orebokech.com>
23118
23119         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23120         space as it's generally not especially interesting to the user.
23121
23122 2005-07-16  Romain Francoise  <romain@orebokech.com>
23123
23124         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23125         nil to avoid prompting and file modification if one of the
23126         messages at the top of the nnfolder file contains a copyright
23127         notice.
23128         Update copyright notice.
23129
23130         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23131         instead of `current-time-string' as the latter creates a time
23132         string that is not RFC 2822 compliant (it lacks the zone).
23133         Update copyright notice.
23134
23135 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23136
23137         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23138         for text/rtf.  Display default in prompt.  Pass default for M-n.
23139
23140         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23141
23142 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23143
23144         * gnus-msg.el (gnus-button-mailto):
23145         Remove save-selected-window-window hackery because it relies on
23146         save-selected-window internals.
23147
23148 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23149
23150         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23151         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23152         (gnus-article-prev-page): Ditto.
23153
23154         * gnus-util.el (gnus-beginning-of-window): New function.
23155         (gnus-end-of-window): New function.
23156
23157         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23158
23159 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23160
23161         * gnus-score.el (gnus-score-edit-all-score):
23162         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23163         gnus-message.
23164
23165 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23166
23167         * gnus-msg.el (gnus-button-mailto):
23168         Remove save-selected-window-window hackery because it relies on
23169         save-selected-window internals.
23170
23171 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23172
23173         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23174         add-minor-mode.
23175         (gnus-binary-mode): Ditto.
23176
23177         * gnus-topic.el (gnus-topic-mode): Ditto.
23178
23179 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23180
23181         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23182         (gnus-article-prev-page): Take scroll-margin into consideration.
23183
23184 2005-07-04  Lute Kamstra  <lute@gnu.org>
23185
23186         Update FSF's address in GPL notices.
23187
23188 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23189
23190         * gnus.el (gnus-exit):
23191         * gnus-group.el (gnus-group-icons):
23192         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23193
23194         * gnus-nocem.el (gnus-nocem):
23195         * message.el (message-various, message-buffers, message-sending)
23196         (message-interface, message-forwarding, message-insertion)
23197         (message-headers, message-news, message-mail):
23198         * pgg-gpg.el (pgg-gpg):
23199         * pgg-parse.el (pgg-parse):
23200         * pgg-pgp.el (pgg-pgp):
23201         * pgg-pgp5.el (pgg-pgp5):
23202         * pop3.el (pop3): Finish `defgroup' description with period.
23203
23204 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23205
23206         * gnus-art.el (article-display-face): Improve the efficiency.
23207         (article-display-x-face): Ditto; remove gray x-face stuff.
23208
23209 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23210
23211         * gnus-art.el (article-display-face): Correct the position in
23212         which Faces are inserted.
23213
23214 2005-06-29  Didier Verna  <didier@xemacs.org>
23215
23216         * gnus-art.el (article-display-face): Display faces in correct
23217         order.
23218
23219 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23220
23221         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23222         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23223         (gnus-nocem-check-article): Fetch the Type header.
23224         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23225         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23226         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23227         make sure gnus-nocem-hashtb is initialized.
23228         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23229         (gnus-nocem-unwanted-article-p): Ditto.
23230
23231         * pgg.el (pgg-verify): Return the verification result.
23232
23233 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23234
23235         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23236         is ascii.
23237
23238 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23239
23240         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23241         `show-nonbreak-escape'.
23242
23243 2005-06-23  Lute Kamstra  <lute@gnu.org>
23244
23245         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23246
23247         * dig.el (dig-mode):
23248         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23249
23250 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23251
23252         * nnimap.el (nnimap-split-download-body): Fix spellings.
23253
23254 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23255
23256         * gnus-art.el (gnus-article-encrypt-body):
23257         * gnus-cus.el (gnus-score-customize):
23258         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23259         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23260
23261 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23262
23263         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23264         header by looking for magic "MII" at the beginning.
23265
23266 2005-06-16  Miles Bader  <miles@gnu.org>
23267
23268         * gnus-xmas.el (gnus-xmas-group-startup-message):
23269         Use renamed gnus-splash face.
23270
23271         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23272         (assistant-field-face): New backward-compatibility alias for renamed
23273         face.
23274         (assistant-render-text): Use renamed assistant-field face.
23275
23276         * spam.el (spam): Remove "-face" suffix from face name.
23277         (spam-face): New backward-compatibility alias for renamed face.
23278         (spam-face, spam-initialize): Use renamed spam face.
23279
23280         * message.el (message-header-to, message-header-cc)
23281         (message-header-subject, message-header-newsgroups)
23282         (message-header-other, message-header-name)
23283         (message-header-xheader, message-separator, message-cited-text)
23284         (message-mml): Remove "-face" suffix from face names.
23285         (message-header-to-face, message-header-cc-face)
23286         (message-header-subject-face, message-header-newsgroups-face)
23287         (message-header-other-face, message-header-name-face)
23288         (message-header-xheader-face, message-separator-face)
23289         (message-cited-text-face, message-mml-face):
23290         New backward-compatibility aliases for renamed faces.
23291         (message-font-lock-keywords): Use renamed message faces.
23292
23293         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23294         (sieve-test-commands, sieve-tagged-arguments):
23295         Remove "-face" suffix from face names.
23296         (sieve-control-commands-face, sieve-action-commands-face)
23297         (sieve-test-commands-face, sieve-tagged-arguments-face):
23298         New backward-compatibility aliases for renamed faces.
23299         (sieve-control-commands-face, sieve-action-commands-face)
23300         (sieve-test-commands-face, sieve-tagged-arguments-face):
23301         Use renamed sieve faces.
23302
23303         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23304         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23305         (gnus-group-news-3-empty, gnus-group-news-4)
23306         (gnus-group-news-4-empty, gnus-group-news-5)
23307         (gnus-group-news-5-empty, gnus-group-news-6)
23308         (gnus-group-news-6-empty, gnus-group-news-low)
23309         (gnus-group-news-low-empty, gnus-group-mail-1)
23310         (gnus-group-mail-1-empty, gnus-group-mail-2)
23311         (gnus-group-mail-2-empty, gnus-group-mail-3)
23312         (gnus-group-mail-3-empty, gnus-group-mail-low)
23313         (gnus-group-mail-low-empty, gnus-summary-selected)
23314         (gnus-summary-cancelled, gnus-summary-high-ticked)
23315         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23316         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23317         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23318         (gnus-summary-low-undownloaded)
23319         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23320         (gnus-summary-low-unread, gnus-summary-normal-unread)
23321         (gnus-summary-high-read, gnus-summary-low-read)
23322         (gnus-summary-normal-read, gnus-splash):
23323         Remove "-face" suffix from face names.
23324         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23325         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23326         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23327         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23328         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23329         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23330         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23331         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23332         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23333         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23334         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23335         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23336         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23337         (gnus-summary-normal-ticked-face)
23338         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23339         (gnus-summary-normal-ancient-face)
23340         (gnus-summary-high-undownloaded-face)
23341         (gnus-summary-low-undownloaded-face)
23342         (gnus-summary-normal-undownloaded-face)
23343         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23344         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23345         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23346         (gnus-splash-face):
23347         New backward-compatibility aliases for renamed faces.
23348         (gnus-group-startup-message): Use renamed gnus faces.
23349
23350         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23351         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23352         (gnus-server-agent): Remove "-face" suffix from face names.
23353         (gnus-server-agent-face, gnus-server-opened-face)
23354         (gnus-server-closed-face, gnus-server-denied-face)
23355         (gnus-server-offline-face):
23356         New backward-compatibility aliases for renamed faces.
23357         (gnus-server-agent-face, gnus-server-opened-face)
23358         (gnus-server-closed-face, gnus-server-denied-face)
23359         (gnus-server-offline-face): Use renamed gnus faces.
23360
23361         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23362         Remove "-face" suffix from face names.
23363         (gnus-picon-xbm-face, gnus-picon-face):
23364         New backward-compatibility aliases for renamed faces.
23365
23366         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23367         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23368         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23369         (gnus-cite-11): Remove "-face" suffix from face names.
23370         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23371         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23372         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23373         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23374         New backward-compatibility aliases for renamed faces.
23375         (gnus-cite-attribution-face, gnus-cite-face-list)
23376         (gnus-article-boring-faces): Use renamed gnus faces.
23377
23378         * gnus-art.el (gnus-signature, gnus-header-from)
23379         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23380         (gnus-header-content): Remove "-face" suffix from face names.
23381         (gnus-signature-face, gnus-header-from-face)
23382         (gnus-header-subject-face, gnus-header-newsgroups-face)
23383         (gnus-header-name-face, gnus-header-content-face):
23384         New backward-compatibility aliases for renamed faces.
23385         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23386
23387         * gnus-sum.el (gnus-summary-selected-face)
23388         (gnus-summary-highlight): Use renamed gnus faces.
23389         * gnus-group.el (gnus-group-highlight): Likewise.
23390
23391 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23392
23393         * gnus-sieve.el (gnus-sieve-article-add-rule):
23394         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23395         * spam-stat.el (spam-stat-buffer-change-to-spam)
23396         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23397
23398         * message.el (message-is-yours-p):
23399         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23400
23401 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23402
23403         * mm-view.el (mm-inline-text): Withdraw the last change.
23404
23405 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23406
23407         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23408         executing enriched-decode.
23409
23410 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23411
23412         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23413         charset of tar files.
23414
23415 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23416
23417         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23418
23419 2005-06-04  Lute Kamstra  <lute@gnu.org>
23420
23421         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23422         information is never recorded.
23423
23424 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23425
23426         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23427
23428 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23429
23430         * pop3.el (pop3-apop): Run md5 in the binary mode.
23431
23432         * starttls.el (starttls-set-process-query-on-exit-flag):
23433         Use eval-and-compile.
23434
23435 2005-05-31  Simon Josefsson  <jas@extundo.com>
23436
23437         * smime.el (smime-replace-in-string): Define.
23438         (smime-cert-by-ldap-1): Use it.
23439
23440 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23441
23442         * gnus-art.el (article-display-x-face): Replace
23443         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23444
23445         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23446         set-process-query-on-exit-flag or process-kill-without-query.
23447
23448         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23449         loop instead of replace-regexp.
23450
23451         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23452         instead of process-kill-without-query if it is available.
23453
23454         * lpath.el: Fbind ldap-search-entries.
23455
23456         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23457         instead of find-file-hooks if it is available.
23458
23459         * mml1991.el: Bind pgg-default-user-id when compiling.
23460
23461         * mml2015.el: Bind pgg-default-user-id when compiling.
23462
23463         * nndraft.el (nndraft-request-associate-buffer):
23464         Use write-contents-functions instead of write-contents-hooks if it is
23465         available.
23466
23467         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23468         instead of find-file-hooks if it is available.
23469
23470         * nntp.el (nntp-open-connection): Replace
23471         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23472         (nntp-open-ssl-stream): Ditto.
23473         (nntp-open-tls-stream): Ditto.
23474
23475         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23476         set-process-query-on-exit-flag or process-kill-without-query.
23477         (starttls-open-stream-gnutls): Use it instead of
23478         process-kill-without-query.
23479         (starttls-open-stream): Ditto.
23480
23481 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23482
23483         * smime.el (smime-cert-by-ldap-1): Don't use
23484         replace-regexp-in-string.
23485
23486 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23487
23488         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23489
23490         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23491         in PEM format.  Adjust to the XEmacs compatibility.
23492
23493 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23494
23495         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23496         by `string-to-number'.
23497         * gnus-agent.el (gnus-agent-regenerate-group)
23498         (gnus-agent-fetch-articles): Ditto.
23499         * gnus-art.el (gnus-button-fetch-group): Ditto.
23500         * gnus-cache.el (gnus-cache-generate-active)
23501         (gnus-cache-articles-in-group): Ditto.
23502         * gnus-group.el (gnus-group-set-current-level)
23503         (gnus-group-insert-group-line): Ditto.
23504         * gnus-score.el (gnus-score-set-expunge-below)
23505         (gnus-score-set-mark-below, gnus-summary-score-effect)
23506         (gnus-summary-score-entry): Ditto.
23507         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23508         (gnus-soup-pack): Ditto.
23509         * gnus-spec.el (gnus-xmas-format): Ditto.
23510         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23511         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23512         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23513         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23514         * nndb.el (nndb-get-remote-expire-response): Ditto.
23515         * nndiary.el (nndiary-parse-schedule-value)
23516         (nndiary-string-to-number, nndiary-request-replace-article)
23517         (nndiary-request-article): Ditto.
23518         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23519         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23520         * nneething.el (nneething-make-head): Ditto.
23521         * nnfolder.el (nnfolder-request-article)
23522         (nnfolder-retrieve-headers): Ditto.
23523         * nnheader.el (nnheader-file-to-number): Ditto.
23524         * nnkiboze.el (nnkiboze-request-article): Ditto.
23525         * nnmail.el (nnmail-process-unix-mail-format)
23526         (nnmail-process-babyl-mail-format): Ditto.
23527         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23528         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23529         (nnmh-request-create-group, nnmh-request-list-1)
23530         (nnmh-request-group, nnmh-request-article): Ditto.
23531         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23532         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23533         * nnsoup.el (nnsoup-make-active): Ditto.
23534         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23535         * nntp.el (nntp-find-group-and-number)
23536         (nntp-retrieve-headers-with-xover): Ditto.
23537         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23538         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23539         (pgg-format-key-identifier): Ditto.
23540         * pop3.el (pop3-last, pop3-stat): Ditto.
23541         * qp.el (quoted-printable-decode-region): Ditto.
23542
23543         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23544         of concat.
23545
23546 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23547
23548         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23549
23550         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23551
23552         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23553
23554         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23555
23556         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23557
23558         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23559
23560         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23561         (gnus-carpal-mode): Ditto.
23562
23563         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23564         (gnus-browse-mode): Ditto.
23565
23566         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23567
23568         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23569
23570 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23571
23572         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23573
23574 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23575
23576         * gnus-util.el (gnus-run-mode-hooks): New function.
23577
23578         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23579
23580         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23581         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23582
23583 2005-05-27  Lute Kamstra  <lute@gnu.org>
23584
23585         * dns-mode.el (dns-mode): Specify customization group.
23586
23587 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23588
23589         * gnus-agent.el (gnus-agent-make-mode-line-string):
23590         Use mode-line-highlight as mouse-face.
23591
23592 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23593
23594         * canlock.el (canlock): Change the parent group to news.
23595
23596         * deuglify.el (gnus-outlook-deuglify): Add :group.
23597
23598         * dig.el (dig): Add :group.
23599
23600         * dns-mode.el (dns-mode): Add :group.
23601
23602         * encrypt.el (encrypt): Add :group.
23603
23604         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23605         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23606         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23607         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23608         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23609
23610         * gnus-diary.el (gnus-diary): Add :group.
23611
23612         * gnus.el (gnus-group-news-1-face): Add :group.
23613         (gnus-group-news-1-empty-face): Ditto.
23614         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23615         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23616         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23617         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23618         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23619         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23620         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23621         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23622         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23623         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23624         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23625         (gnus-summary-high-ticked-face): Ditto.
23626         (gnus-summary-low-ticked-face): Ditto.
23627         (gnus-summary-normal-ticked-face): Ditto.
23628         (gnus-summary-high-ancient-face): Ditto.
23629         (gnus-summary-low-ancient-face): Ditto.
23630         (gnus-summary-normal-ancient-face): Ditto.
23631         (gnus-summary-high-undownloaded-face): Ditto.
23632         (gnus-summary-low-undownloaded-face): Ditto.
23633         (gnus-summary-normal-undownloaded-face): Ditto.
23634         (gnus-summary-high-unread-face): Ditto.
23635         (gnus-summary-low-unread-face): Ditto.
23636         (gnus-summary-normal-unread-face): Ditto.
23637         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23638         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23639
23640         * hashcash.el (hashcash): New custom group.
23641         (hashcash-default-payment): Add :group.
23642         (hashcash-payment-alist): Ditto.
23643         (hashcash-default-accept-payment): Ditto.
23644         (hashcash-accept-resources): Ditto.
23645         (hashcash-path): Ditto.
23646         (hashcash-extra-generate-parameters): Ditto.
23647         (hashcash-double-spend-database): Ditto.
23648         (hashcash-in-news): Ditto.
23649
23650         * message.el (message-minibuffer-local-map): Add :group.
23651
23652         * netrc.el (netrc): Add :group.
23653
23654         * sieve-manage.el (sieve-manage-log): Add :group.
23655         (sieve-manage-default-user): Diito.
23656         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23657         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23658         (sieve-manage-authenticators): Ditto.
23659         (sieve-manage-authenticator-alist): Ditto.
23660         (sieve-manage-default-port): Ditto.
23661
23662         * sieve-mode.el (sieve-control-commands-face): Add :group.
23663         (sieve-action-commands-face): Ditto.
23664         (sieve-test-commands-face): Ditto.
23665         (sieve-tagged-arguments-face): Ditto.
23666
23667         * smime.el (smime): Add :group.
23668
23669         * spam-report.el (spam-report): Add :group.
23670
23671         * spam.el (spam, spam-face): Add :group.
23672
23673 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23674
23675         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23676         return \n.\n.\n at the end of articles.  Protect against that.
23677         (nntp-with-open-group): Allow debugging.
23678
23679         * nnheader.el (mail-header-set-extra): Make into a function
23680         because I just could't understand how to quote the list properly.
23681
23682         * dns.el (query-dns-cached): New function.
23683
23684 2005-05-26  Lute Kamstra  <lute@gnu.org>
23685
23686         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23687
23688 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23689
23690         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23691
23692         * gnus-art.el: Don't autoload mail-extract-address-components.
23693
23694         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23695         eval-and-compile to evaluate it.
23696
23697         * hashcash.el: Don't autoload executable-find.
23698
23699         * nndb.el: Don't declare the nndb back end two or more times; don't
23700         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23701
23702         * nntp.el: Autoload format-spec instead of format; use
23703         eval-and-compile to evaluate autoload forms.
23704
23705 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23706
23707         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23708
23709 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23710
23711         * gnus.el (gnus-version-number): Bump version.
23712
23713 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23714
23715         * gnus.el: No Gnus v0.3 is released.
23716
23717 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23718
23719         * lpath.el (featurep): Bind show-nonbreak-escape.
23720
23721 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23722
23723         * gnus-art.el (gnus-article-edit-part): Disable undo.
23724
23725 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23726
23727         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23728         gnus-article-date-lapsed-new-header is t if date timer is active;
23729         skip headers in which the original date value is empty.
23730         (gnus-article-save-original-date): Redefine it as a macro.
23731         (gnus-display-mime): Use it.
23732
23733 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23734
23735         * gnus-art.el (article-date-ut): Support converting date in
23736         forwarded parts as well.
23737         (gnus-article-save-original-date): New function.
23738         (gnus-display-mime): Use it.
23739
23740 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23741
23742         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23743         enclosure element of <item>.
23744
23745 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23746
23747         * message.el (message-kill-buffer-query): Rename from
23748         `message-kill-buffer-query-if-modified'.  Add :version.
23749
23750 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23751
23752         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23753         window layout.
23754
23755 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23756
23757         * mml.el: Autoload dnd when compiling.
23758
23759 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23760
23761         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23762         x-dnd-*.
23763
23764 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23765
23766         * qp.el (quoted-printable-encode-region): Save excursion.
23767
23768 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23769
23770         * message.el (message-kill-buffer-query-if-modified): Add new variable
23771         so the user can kill a modified message buffer quickly.
23772         (message-kill-buffer): Use it.
23773
23774 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23775
23776         * lpath.el: Fbind display-time-event-handler; don't fbind
23777         string-to-multibyte.
23778
23779         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23780
23781 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23782
23783         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23784         contained in text because xml.el decodes entities) with LFs.
23785
23786 2005-04-11  Lute Kamstra  <lute@gnu.org>
23787
23788         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23789         differently.
23790
23791 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23792
23793         * mm-util.el (mm-detect-coding-region): Typo.
23794
23795 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23796
23797         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23798
23799 2005-04-06  Deepak Goel  <deego@gnufans.org>
23800
23801         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23802         user-function allow user modifications of the scores.
23803         (spam-stat-score-buffer-user): New function, to allow
23804         user-computed modifications to the score.
23805         (spam-stat-score-buffer-user-functions): List of additional
23806         scoring functions.
23807         (spam-stat-error-holder): Global temporary error holder.
23808         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23809         variable.
23810
23811 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23812
23813         * gnus-registry.el (gnus-registry-clean-empty-function)
23814         (gnus-registry-trim, gnus-registry-fetch-groups)
23815         (gnus-registry-delete-group): Groups that match
23816         `gnus-registry-ignored-groups' are removed from the registry
23817         entries, not just ignored for splitting.  This helps clean up the
23818         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23819         to get all the groups a message ID is in.
23820
23821         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23822         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23823         (spam-stat-score-buffer-user-functions): Add :number custom type.
23824
23825 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23826
23827         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23828         argument in XEmacs.
23829
23830         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23831         (nnrss-request-group): Decode group name first.
23832         (nnrss-request-article): Make a text/plain article if mml-to-mime
23833         failed.
23834         (nnrss-get-encoding): Return a compatible encoding according to
23835         nnrss-compatible-encoding-alist.
23836         (nnrss-find-el): Use consp instead of listp.
23837         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23838
23839 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23840
23841         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23842         which Emacs 20 doesn't support.
23843         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23844
23845 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23846
23847         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23848         silence the byte compiler inside the defun.
23849
23850         * gnus-demon.el (parse-time-string): Add autoload.
23851
23852         * gnus-delay.el (parse-time-string): Add autoload.
23853
23854         * gnus-art.el (parse-time-string): Add autoload.
23855
23856         * nnultimate.el (parse-time): Require for `parse-time-string'.
23857
23858 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23859
23860         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23861
23862         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23863
23864         * smime.el (smime-ldap-host-list): Add :version.
23865
23866 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23867
23868         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23869         pass it to `gnus-browse-read-group'.
23870         (gnus-browse-read-group): Add NUMBER argument and pass it to
23871         `gnus-group-read-ephemeral-group'.
23872
23873         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23874         argument and pass it to `gnus-group-read-group'.
23875
23876 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23877
23878         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23879         mm-xemacs-find-mime-charset-1 if we have the mule feature
23880         available at runtime.
23881
23882 2005-03-25  Werner Lemberg  <wl@gnu.org>
23883
23884         * nnmaildir.el: Replace `illegal' with `invalid'.
23885
23886 2005-03-23  Lute Kamstra  <lute@gnu.org>
23887
23888         * time-date.el: Add comment on time value formats.
23889         Don't require parse-time.
23890         (with-decoded-time-value): New macro.
23891         (encode-time-value): New function.
23892         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23893         (days-to-time): Return a valid time value when arg is huge.
23894         (time-since): Use time-subtract.
23895         (time-to-number-of-days): Use time-to-seconds.
23896
23897 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23898
23899         * gnus-start.el (gnus-display-time-event-handler):
23900         Check display-time-timer at runtime rather than only at load time
23901         in case display-time-mode is turned off in the mean time.
23902
23903 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23904
23905         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23906         used.
23907
23908         * nneething.el (nneething-map-file-directory): Derive from
23909         `gnus-directory'.
23910
23911         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23912         the To/Cc button.
23913
23914 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23915
23916         * nnmaildir.el (nnmaildir-request-accept-article):
23917         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23918
23919 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23920
23921         * gnus-async.el: Require timer-funcs at compile time when in
23922         XEmacs for `run-with-idle-timer'.
23923
23924 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23925
23926         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23927         autoloaded function.
23928
23929 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23930
23931         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23932
23933 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23934
23935         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23936
23937 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23938
23939         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23940         Add gnus-expert-user to default.
23941
23942 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23943
23944         * nnimap.el (nnimap-open-server): Ditto.
23945
23946         * imap.el (imap-authenticate): Fix typo.
23947
23948 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23949
23950         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23951         buffer (since IMAP server might return FETCH response out of
23952         order, and the nntp buffer must be sorted).
23953
23954 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23955
23956         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23957         comparison on string.
23958
23959         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23960         (gnus-agent-score): Rename category keywords to match gnus-cus.
23961         (gnus-agent-summary-fetch-series): Modify to protect against
23962         gnus-agent-summary-fetch-group clearing processable flags.
23963         (gnus-agent-synchronize-group-flags): Update live group buffer as
23964         synchronization may occur due to the user toggle the plugged
23965         status.
23966         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23967         successfully downloaded.
23968         (gnus-agent-expire-group-1): Avoid using markers when the overview
23969         is in ascending order; greatly improves performance.
23970         (gnus-agent-regenerate-group):
23971         Use gnus-agent-synchronize-group-flags to reset read status in both
23972         gnus and server.
23973         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23974
23975 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23976
23977         * message.el: Don't autoload former message-utils variables.
23978         (message-strip-subject-trailing-was): Change doc string.
23979
23980         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23981         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23982         (nnweb-google-search): Add "hl=en" here.
23983         (nnweb-google-parse-1, nnweb-google-create-mapping):
23984         Don't hardcode URL.
23985
23986 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23987
23988         * message.el (message-get-reply-headers, message-followup):
23989         Mention related variables `message-use-followup-to' and
23990         `message-use-mail-followup-to', in the information buffer.
23991
23992         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23993         of broken groups(-beta).google.com.
23994
23995 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23996
23997         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23998         parameter to invoked gnus-request-move-article; remove the
23999         redundant gnus-sum-hint-move-is-internal variable; apply the marks
24000         all at once instead of once per article.
24001         (gnus-summary-remove-process-mark): Accept a list of articles as
24002         well as a single article for processing.
24003
24004         * gnus-int.el (gnus-request-move-article): Add move-is-internal
24005         parameter.
24006
24007         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
24008
24009         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
24010
24011         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
24012         parameter.
24013
24014         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
24015         parameter.
24016
24017         * nnimap.el (nnimap-request-move-article): Add move-is-internal
24018         parameter and remove the gnus-sum-hint-move-is-internal variable.
24019
24020         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
24021         parameter.
24022
24023         * nndraft.el (nndraft-request-move-article): Add move-is-internal
24024         parameter.
24025
24026         * nndiary.el (nndiary-request-move-article): Add move-is-internal
24027         parameter.
24028
24029         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
24030
24031         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
24032         parameter.
24033
24034         * nnagent.el (nnagent-request-move-article): Add move-is-internal
24035         parameter.
24036
24037 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24038
24039         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
24040         a more conservative way.
24041
24042 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24043
24044         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
24045         buffer, so it moves the window's cursor.
24046
24047 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
24048
24049         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
24050         `mm-dissect-multipart' and receive the from field as an (optional)
24051         argument from `mm-dissect-multipart'.
24052         (mm-dissect-multipart): Receive the from field as an argument and
24053         pass it on when we call `mm-dissect-buffer' on MIME parts.
24054         Fixes verification/decryption of signed/encrypted MIME parts.
24055
24056 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
24057
24058         * gnus-sum.el (gnus-summary-move-article):
24059         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
24060         whatever it calls (right now, only nnimap-request-move article
24061         respects it).
24062
24063         * nnimap.el (nnimap-request-move-article):
24064         When gnus-sum-hint-move-is-internal is set, don't do the extra
24065         nnimap-request-article.
24066
24067 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24068
24069         * nnheader.el (nnheader-find-file-noselect): Add doc string.
24070
24071         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
24072         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
24073
24074         * gnus-sum.el (gnus-summary-caesar-message):
24075         Apply `gnus-treat-article' after rotation.
24076
24077         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24078         doc string.
24079
24080 2005-02-22  Simon Josefsson  <jas@extundo.com>
24081
24082         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24083         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24084         <arne@arnested.dk>.
24085         (encrypt): Add password-cache and password-cache-expiry as group
24086         members.
24087
24088 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24089
24090         * smime.el (smime-ldap-host-list): Doc fix.
24091         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24092         cache) password.
24093         (smime-sign-region): Use it.
24094         (smime-decrypt-region): Use it.
24095         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24096         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24097         fails.
24098         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24099         certificate from DER to PEM format rather than calling openssl.
24100
24101         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24102
24103         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24104         for signing/encryption.
24105
24106         * mml.el (mml-parse-1): Use them.
24107
24108 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24109
24110         * nnrss.el (nnrss-verbose): Remove.
24111         (nnrss-request-group): Use `nnheader-message' instead.
24112
24113 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24114
24115         * nnrss.el (nnrss-verbose): New variable.
24116         (nnrss-request-group): Make it say nnrss is requesting a group.
24117
24118 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24119
24120         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24121         Handle news URL with given port correctly.
24122
24123 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24124
24125         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24126         containing special characters.
24127
24128         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24129
24130         * mml.el (mime-to-mml): Ditto.
24131
24132         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24133         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24134         (rfc2047-decode-region): Quote decoded words containing special
24135         characters when rfc2047-quote-decoded-words-containing-tspecials
24136         is non-nil.
24137
24138 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24139
24140         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24141
24142         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24143
24144 2005-02-15  Simon Josefsson  <jas@extundo.com>
24145
24146         * nnimap.el (nnimap-debug): Doc fix.
24147
24148         * imap.el (imap-debug): Doc fix.
24149
24150 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24151
24152         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24153
24154 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24155
24156         * gnus.el (spam-contents): Improve docs for spam-contents
24157         parameter in its variable incarnation.
24158
24159 2005-02-14  Simon Josefsson  <jas@extundo.com>
24160
24161         * smime-ldap.el: Use require instead of load-library for ldap.
24162         (smime-ldap-search): Indent.
24163         (smime-ldap-search-internal): Shorten line.
24164
24165         * smime.el (smime-cert-by-dns): Add doc-string.
24166         (smime-cert-by-ldap-1): Indent.
24167
24168         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24169         mml-smime-get-dns-ldap.
24170         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24171
24172 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24173
24174         * smime.el: Require smime-ldap.
24175         (smime-ldap-host-list): New variable.
24176         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24177
24178         * mml-smime.el (mml-smime-encrypt-query): New function.
24179         (mml-smime-encrypt-query): Use it.
24180
24181         * smime-ldap.el: New file.
24182
24183 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24184
24185         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24186
24187 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24188
24189         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24190         argument in doc string.  Make query for type more clear.
24191
24192 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24193
24194         * gnus.el (gnus-group-startup-message): Search for gnus images in
24195         etc/images/gnus.
24196         * mm-util.el (mm-image-load-path): Likewise.
24197         * smiley.el (smiley-data-directory): Search for smilies in
24198         etc/images/smilies.
24199
24200 2005-02-09  Kim F. Storm  <storm@cua.dk>
24201
24202         Change Emacs release version from 21.4 to 22.1 throughout.
24203         Change Emacs development version from 21.3.50 to 22.0.50.
24204
24205 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24206
24207         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24208
24209         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24210         non-Mule XEmacs as well.
24211         (mm-decompress-buffer): Signal an error intentionally if it does
24212         not decompress compressed data because auto-compression-mode is
24213         disabled.
24214
24215 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24216
24217         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24218         an ID in the registry even if it has no groups.
24219
24220 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24221
24222         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24223         merge it into mm-decompress-buffer.
24224         (gnus-mime-copy-part): Use the MIME part charset, the value which
24225         a user specified or gnus-newsgroup-charset for decoding, like
24226         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24227         save-buffer what was used.  Suggested by Kevin Ryde
24228         <user42@zip.com.au>.
24229         (gnus-mime-inline-part): Allow the name parameter as well as the
24230         filename parameter; force decompressing of compressed data; always
24231         display contents being not decoded as unibyte.
24232
24233         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24234         as well as the filename parameter.
24235
24236         * mm-util.el (mm-decompress-buffer):
24237         Merge gnus-mime-jka-compr-maybe-uncompress.
24238         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24239         of compressed data.
24240
24241 2005-02-08  Simon Josefsson  <jas@extundo.com>
24242
24243         * imap.el (imap-log): Doc fix.
24244
24245 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24246
24247         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24248         the coding cookies; decompress compressed parts.
24249
24250         * mml.el (mml-generate-mime-1): Add the charset parameter according
24251         to the value which a user specified manually or the coding cookie.
24252
24253         * mm-util.el (mm-string-to-multibyte): New function.
24254         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24255         (mm-coding-system-to-mime-charset): New function.
24256         (mm-decompress-buffer): New function.
24257         (mm-find-buffer-file-coding-system): New function.
24258
24259         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24260         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24261         parts.
24262
24263 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24264
24265         * mm-view.el (mm-display-inline-fontify): Decode a part according
24266         to the charset parameter.
24267
24268 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24269
24270         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24271         prefix arg is neither nil nor a number, as info specifies.
24272
24273 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24274
24275         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24276         timestamps.
24277
24278 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24279
24280         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24281         groups error checking and notify user.
24282
24283 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24284
24285         * message.el (message-send-mail-function): Check existence of
24286         sendmail-program first before using default value
24287         `message-send-mail-with-sendmail'.  Otherwise use more generic
24288         `smtpmail-send-it'.
24289
24290 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24291
24292         * nntp.el (nntp-request-update-info): Always return nil.
24293
24294 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24295
24296         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24297
24298 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24299
24300         * message.el (message-beginning-of-line): Change the behavior when
24301         invoked between BOL and : so that it first moves backward.
24302
24303 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24304
24305         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24306         article buffer when editing of the article is discarded.
24307         (gnus-article-prepare): Revert.
24308
24309 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24310
24311         * gnus-art.el (gnus-article-prepare):
24312         Remove message-strip-forbidden-properties from the local hook.
24313
24314 2005-01-27  Simon Josefsson  <jas@extundo.com>
24315
24316         * password.el (password-cache-add): Only start one timer per key.
24317         Reported by Derek Atkins <warlord@MIT.EDU>.
24318
24319 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24320
24321         * run-at-time.el: Remove.  It is no longer needed as
24322         timer-funcs.el in the xemacs-base package has a working version of
24323         `run-at-time'.
24324
24325         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24326
24327         * password.el: Require timer-funcs instead of run-at-time in
24328         XEmacs.
24329         Remove `password-run-at-time' macro.
24330         (password-cache-add): Use `run-at-time' instead of
24331         `password-run-at-time'.
24332
24333         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24334         Remove `nnheader-cancel-function-timers' alias,
24335         `cancel-function-timers' exists in XEmacs in timer-funcs.
24336
24337         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24338         for `run-with-idle-timer'.
24339
24340         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24341         for `run-at-time'.
24342
24343         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24344         for `with-timeout'.
24345
24346         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24347         the same as for XEmacs 21.4.
24348         No need to ignore `run-with-idle-timer', this function exists in
24349         XEmacs now in timer-funcs.el in the xemacs-base package.
24350         (dgnushack-compile): No need to delete
24351         run-at-time.el from the list of files to compile because it
24352         doesn't exist anymore.
24353
24354 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24355
24356         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24357         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24358
24359 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24360
24361         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24362         sensitively.
24363
24364 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24365
24366         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24367
24368 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24369
24370         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24371         which will be inserted according to the multibyteness of a buffer
24372         rather than the type of contents.  Suggested by ARISAWA Akihiro
24373         <ari@mbf.ocn.ne.jp>.
24374
24375         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24376         of string which old xml.el may return rather than a string.
24377
24378 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24379
24380         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24381
24382 2005-01-16  Simon Josefsson  <jas@extundo.com>
24383
24384         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24385         idn/idna.el isn't available.
24386         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24387         <michael@waxrat.com>.
24388
24389         * hashcash.el: Remove non-FSF copyright header.
24390
24391         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24392         (hashcash-generate-payment): Use it.
24393         (hashcash-generate-payment-async): Use it.
24394
24395 2005-01-15  Simon Josefsson  <jas@extundo.com>
24396
24397         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24398         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24399
24400         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24401         gnus-summary-idna-message.
24402         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24403         (gnus-summary-idna-message): New function.
24404
24405 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24406
24407         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24408         gnus-novice-user.
24409
24410 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24411
24412         * nnrss.el (nnrss-request-delete-group): Delete entries in
24413         nnrss-group-alist as well.
24414         (nnrss-save-server-data): Insert newline.
24415
24416 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24417
24418         * gnus.el (gnus-user-agent): Use list of symbols instead of
24419         symbols.  Display full version number for (S)XEmacs.
24420         Optionally display (S)XEmacs codename.
24421
24422         * gnus-util.el (gnus-emacs-version): Update for new
24423         `gnus-user-agent'.
24424
24425         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24426         Gnus version.
24427
24428 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24429
24430         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24431         which is unreadable in some setups.
24432
24433 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24434
24435         * gnus-spec.el (gnus-update-format-specifications): Flush the
24436         group format spec cache if it doesn't support decoded group names.
24437
24438 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24439
24440         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24441         Allow to apply decay on score files matching a regexp.
24442
24443 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24444
24445         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24446         compatibility in %g and %c.
24447
24448 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24449
24450         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24451         name for only %g and %c.
24452         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24453         of gnus-tmp-group to decoded group name.
24454         (gnus-group-make-rss-group): Exclude `/'s from group names.
24455
24456 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24457
24458         * nnrss.el (nnrss-get-encoding): Fix regexp.
24459
24460 2004-12-27  Simon Josefsson  <jas@extundo.com>
24461
24462         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24463         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24464         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24465
24466 2004-12-17  Kim F. Storm  <storm@cua.dk>
24467
24468         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24469
24470         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24471
24472 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24473
24474         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24475
24476 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24477
24478         * nnrss.el: Require rfc2047 and mml.
24479         (nnrss-file-coding-system): New variable.
24480         (nnrss-format-string): Redefine it as an inline function.
24481         (nnrss-decode-group-name): New function.
24482         (nnrss-string-as-multibyte): Remove.
24483         (nnrss-retrieve-headers): Decode group name; don't use
24484         nnrss-format-string.
24485         (nnrss-request-group): Decode group name.
24486         (nnrss-request-article): Decode group name; allow a Message-ID as
24487         well as an article number; don't use nnrss-format-string; encode a
24488         Message-ID string which may contain non-ASCII characters; use
24489         mml-to-mime to compose a MIME article.
24490         (nnrss-request-expire-articles): Decode group name.
24491         (nnrss-request-delete-group): Decode group name.
24492         (nnrss-fetch): Clarify error message.
24493         (nnrss-read-server-data): Use insert-file-contents instead of load;
24494         bind file-name-coding-system; use multibyte buffer.
24495         (nnrss-save-server-data): Bind coding-system-for-write to the
24496         value of nnrss-file-coding-system; bind file-name-coding-system;
24497         add coding cookie.
24498         (nnrss-read-group-data): Use insert-file-contents instead of load;
24499         bind file-name-coding-system; use multibyte buffer.
24500         (nnrss-save-group-data): Bind coding-system-for-write to the
24501         value of nnrss-file-coding-system; bind file-name-coding-system.
24502         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24503         make it work with non-ASCII text.
24504         (nnrss-find-el): Make it work with old xml.el as well.
24505
24506 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24507
24508         * nnrss.el (nnrss-get-encoding): New function.
24509         (nnrss-fetch): Use unibyte buffer initially; bind
24510         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24511         decode contents according to the encoding attribute.
24512         (nnrss-save-group-data): Add coding cookie.
24513         (nnrss-mime-encode-string): New function.
24514         (nnrss-check-group): Use it to encode subject and author.
24515
24516 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24517
24518         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24519         imaginary variable.
24520
24521 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24522
24523         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24524         correctly even if there are wide characters.
24525
24526 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24527
24528         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24529         downcased symbol names; make a new cache instead of reusing
24530         bbdb-hashtable.
24531
24532 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24533
24534         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24535         concatenating segments rather than before concatenating them.
24536         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24537
24538         * message.el (message-get-reply-headers): Bind `extra'.
24539
24540 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24541
24542         * message.el (message-extra-wide-headers): New variable.
24543         (message-get-reply-headers): Use it.
24544
24545 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24546
24547         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24548         (gnus-agent-group-pathname): Ditto.
24549
24550         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24551
24552         * gnus-group.el (gnus-group-make-group): Decode group name.
24553         (gnus-group-make-rss-group): Register the group data after opening
24554         the nnrss group.
24555
24556 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24557
24558         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24559         by expiry now get marked as read.
24560
24561 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24562
24563         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24564
24565 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24566
24567         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24568         unify Latin characters in XEmacs.
24569         (mm-find-mime-charset-region): Use it.
24570
24571 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24572
24573         * gnus-util.el (gnus-delete-directory): New function.
24574
24575         * gnus-agent.el (gnus-agent-delete-group): Use it.
24576
24577         * gnus-cache.el (gnus-cache-delete-group): Use it.
24578
24579 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24580
24581         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24582         names.
24583
24584 2004-12-16  Simon Josefsson  <jas@extundo.com>
24585
24586         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24587
24588 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24589
24590         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24591
24592         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24593         (gnus-group-set-current-level): Decode group name.
24594
24595 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24596
24597         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24598         failed.
24599
24600 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24601
24602         * gnus-group.el (gnus-group-delete-group): Decode group name.
24603         (gnus-group-make-rss-group): Encode group name.
24604         (gnus-group-catchup-current): Decode group name.
24605         (gnus-group-kill-group): Decode group name.
24606
24607 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24608
24609         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24610
24611 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24612
24613         * gnus-group.el (gnus-group-make-rss-group):
24614         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24615
24616         * gnus-start.el (gnus-setup-news): Honor user's setting to
24617         gnus-message-archive-method.  Suggested by Lute Kamstra
24618         <lute@gnu.org>.
24619
24620 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24621
24622         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24623         global counterparts of the buffer-local variables.
24624
24625 2004-11-16  Romain Francoise  <romain@orebokech.com>
24626
24627         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24628         counterparts of the buffer-local variables.
24629
24630 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24631
24632         * message.el (message-forbidden-properties): Fix typo in doc
24633         string.
24634
24635 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24636
24637         * gnus-util.el (gnus-replace-in-string): Add doc string.
24638
24639         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24640         to avoid problems when splitting mails with many recipients.
24641
24642 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24643
24644         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24645         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24646
24647 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24648
24649         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24650         if there is no hashtable in memory or file modification time is
24651         newer than cached timestamp.
24652
24653 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24654
24655         * gnus-sum.el (gnus-summary-limit-to-recipient):
24656         Implement not-matching option.
24657
24658 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24659
24660         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24661         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24662         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24663         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24664         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24665         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24666
24667 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24668
24669         * message.el (message-forward-make-body-mml): Remove headers
24670         according to message-forward-ignored-headers if a message is decoded.
24671
24672 2004-12-02  Romain Francoise  <romain@orebokech.com>
24673
24674         * message.el (message-forward-make-body-plain): Always remove
24675         headers according to message-forward-ignored-headers.
24676
24677 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24678
24679         * spam.el (spam-summary-prepare-exit): Remove the
24680         gnus-summary-limit pop for now, it has problems with ham marks for
24681         me.
24682
24683 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24684
24685         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24686         correctly.
24687
24688 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24689
24690         * format-spec.el (format-spec): Message the char.
24691
24692 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24693
24694         * gnus-art.el (gnus-split-methods): Reformat comments.
24695
24696         * spam.el (spam-summary-prepare-exit): Remove article limits
24697         before exiting the summary buffer.
24698
24699 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24700
24701         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24702         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24703
24704         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24705         order to silence the byte compiler.
24706
24707         * spam.el: Fix the way to silence the byte compiler, which
24708         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24709         bbdb-search-simple, spam-BBDB-register-routine,
24710         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24711         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24712         spam-stat-buffer-is-spam, spam-stat-load,
24713         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24714         spam-stat-save and spam-stat-split-fancy.
24715
24716 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24717
24718         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24719         which may confuse users.
24720         (canlock-password-for-verify): Ditto.
24721
24722         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24723
24724         * gnus-art.el (gnus-emphasis-alist): Ditto.
24725
24726         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24727
24728         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24729
24730         * gnus-start.el (gnus-save-killed-list): Ditto.
24731
24732         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24733         (gnus-sum-thread-tree-root): Ditto.
24734         (gnus-sum-thread-tree-false-root): Ditto.
24735         (gnus-sum-thread-tree-single-indent): Ditto.
24736
24737         * message.el (message-courtesy-message): Ditto.
24738         (message-archive-note): Ditto.
24739         (message-subscribed-address-file): Ditto.
24740         (message-user-fqdn): Ditto.
24741
24742         * spam-report.el (spam-report-gmane-regex): Ditto.
24743
24744         * spam.el (spam-blackhole-good-server-regex): Ditto.
24745
24746 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24747
24748         * mml.el (mml-preview): Widen the message buffer before copying
24749         the contents to the preview buffer; sort headers before previewing.
24750
24751         * message.el (message-hidden-headers): Fix the way to avoid a bug
24752         in the `repeat' widget in Emacs 21.3 or earlier.
24753
24754 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24755
24756         * message.el (message-hidden-headers): Default to "^References:".
24757         Improve customization type.  Suggested by Reiner Steib
24758         <Reiner.Steib@gmx.de>.
24759
24760 2004-11-25  Romain Francoise  <romain@orebokech.com>
24761
24762         * message.el (message-strip-forbidden-properties): Remove check for
24763         obsolete `message-hidden' text property, hidden headers are not
24764         accessible in the buffer anymore.
24765
24766 2004-11-22  Romain Francoise  <romain@orebokech.com>
24767
24768         * message.el (message-header-format-alist): Add `From' in list
24769         so that it can be sorted.
24770         (message-fix-before-sending): Widen and sort headers before
24771         sending.
24772         (message-hide-headers): Use narrowing to hide headers by moving
24773         them to the top of the buffer and narrowing to the region
24774         underneath.
24775
24776 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24777
24778         * message.el (message-strip-forbidden-properties):
24779         Bind buffer-read-only (etc) to nil.
24780
24781 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24782
24783         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24784         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24785
24786 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24787
24788         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24789
24790 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24791
24792         * dns.el (query-dns): Use sit-for to time instead of
24793         accept-process-output, since that doesn't seem to work on udp
24794         sockets.
24795
24796 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24797
24798         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24799
24800 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24801
24802         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24803         doc string.  Improve doc string.
24804
24805 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24806
24807         * nntp.el (nntp-request-update-info): Return nil if
24808         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24809         may not call gnus-activate-group which uselessly issues the GROUP
24810         commands for all nntp groups and wastes time.  Reported by Romain
24811         Francoise <romain@orebokech.com>.
24812
24813         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24814
24815 2004-11-15  Simon Josefsson  <jas@extundo.com>
24816
24817         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24818         headers separately.
24819         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24820         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24821
24822 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24823
24824         * gnus-start.el (gnus-convert-old-newsrc):
24825         Assign legacy-gnus-agent to 5.10.7.
24826
24827 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24828
24829         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24830         start of the lines.
24831
24832 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24833
24834         * hashcash.el (hashcash-default-payment): Change default to 20.
24835         (hashcash-default-accept-payment): Change default to 20.
24836         (hashcash-process-alist): New variable.
24837         (hashcash-generate-payment-async): Add.
24838         (hashcash-already-paid-p): Add.
24839         (hashcash-insert-payment): Don't generate payments twice.
24840         (hashcash-insert-payment-async): Add.
24841         (hashcash-insert-payment-async-2): Add.
24842         (hashcash-cancel-async): Add.
24843         (hashcash-wait-async): Add.
24844         (hashcash-processes-running-p): Add.
24845         (hashcash-wait-or-cancel): Add.
24846         (mail-add-payment): New optional argument.  Conditionally start
24847         asynchronous calculation.
24848         (mail-add-payment-async): Add.
24849
24850         * message.el (message-send-mail): Wait for asynchronous hashcash
24851         results.  Don't clobber existing X-Hashcash headers.
24852         (message-setup-1): Call mail-add-payment-async when
24853         message-generate-hashcash is non-nil.
24854
24855 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24856
24857         * message.el (message-use-alternative-email-as-from): Examine the
24858         From header as well; use message-make-from in order to include a
24859         user's full name.
24860
24861 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24862
24863         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24864         default; improve customization type.
24865         (gnus-emphasis-custom-with-format): New macro.
24866         (gnus-emphasis-custom-value-to-external): New function.
24867         (gnus-emphasis-custom-value-to-internal): New function.
24868
24869 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24870
24871         * dns.el (query-dns): Resolve reverse addresses.
24872
24873 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24874
24875         * gnus-group.el (gnus-group-get-new-news): Use it.
24876
24877         * gnus-start.el (gnus-check-reasonable-setup): New function.
24878
24879 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24880
24881         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24882         "Args out of range" error.  Reported by Arnaud Giersch
24883         <arnaud.giersch@free.fr>.
24884
24885 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24886
24887         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24888
24889 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24890
24891         * spam.el (spam group): Add :version.
24892
24893         * pgg-def.el (pgg group): Add :version.
24894
24895 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24896
24897         * gnus-art.el (gnus-article-edit-article): Don't associate the
24898         article buffer with a draft file.  This is a temporary measure
24899         against the 2004-08-22 change to gnus-article-edit-mode.
24900
24901 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24902
24903         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24904         (html2text-format-tags): Remove unused variable `attr'.
24905
24906 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24907
24908         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24909
24910         * tls.el (tls-process-connection-type, tls-success)
24911         (tls-certtool-program): Add :version.
24912
24913         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24914         (starttls-extra-arguments, starttls-process-connection-type)
24915         (starttls-connect, starttls-failure, starttls-success): Add :version.
24916
24917         * spam-stat.el (spam-stat): Add :version.
24918
24919         * sieve.el (sieve): Add :version.
24920
24921         * sha1.el (sha1): Add :version.
24922         (sha1-use-external): Remove redundant version.
24923
24924         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24925         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24926         (nnmail-split-fancy-match-partial-words)
24927         (nnmail-split-lowercase-expanded): Add :version.
24928
24929         * nndiary.el (nndiary): Add :version.
24930
24931         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24932
24933         * mml-sec.el (mml-default-sign-method)
24934         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24935         Add :version.
24936
24937         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24938
24939         * mm-url.el (mm-url-use-external, mm-url-program)
24940         (mm-url-arguments): Add :version.
24941
24942         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24943         (mm-attachment-file-modes, mm-decrypt-option)
24944         (mm-w3m-safe-url-regexp): Add :version.
24945
24946         * message.el (message-cite-prefix-regexp)
24947         (message-sendmail-envelope-from, message-minibuffer-local-map)
24948         (message-user-fqdn, message-completion-alist): Add :version.
24949
24950         * gnus-win.el (gnus-configure-windows-hook)
24951         (gnus-use-frames-on-any-display): Add :version.
24952
24953         * gnus-art.el (gnus-article-address-banner-alist)
24954         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24955         (gnus-treat-from-picon, gnus-treat-mail-picon)
24956         (gnus-treat-x-pgp-sig): Add :version.
24957
24958         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24959         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24960         (gnus-summary-article-delete-hook)
24961         (gnus-summary-display-while-building): Add :version.
24962
24963         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24964         (gnus-get-top-new-news-hook): Add :version.
24965
24966         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24967         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24968
24969         * gnus-registry.el (gnus-registry): Add :version.
24970
24971         * gnus-spec.el (gnus-use-correct-string-widths)
24972         (gnus-make-format-preserve-properties): Add :version.
24973
24974         * gnus.el (gnus-group-charter-alist)
24975         (gnus-group-fetch-control-use-browse-url)
24976         (gnus-install-group-spam-parameters): Add :version.
24977
24978         * gnus-diary.el (gnus-diary): Add :version.
24979
24980         * gnus-delay.el (gnus-delay): Add :version.
24981
24982         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24983         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24984         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24985         Add :version.
24986
24987         * gnus-agent.el (gnus-agent-max-fetch-size)
24988         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24989         (gnus-agent-prompt-send-queue): Add :version.
24990
24991         * deuglify.el (gnus-outlook-deuglify): Add :version.
24992
24993         * html2text.el: Beautify code.  Improve doc strings.
24994         Some checkdoc cleanup.
24995         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24996
24997 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24998
24999         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
25000
25001 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
25002
25003         * gnus-registry.el (gnus-registry-hashtb): Create the registry
25004         when package is loaded.
25005
25006         * spam.el (spam-summary-score-preferred-header): Add global preference
25007         for people who want to override the default SpamAssassin over
25008         Bogofilter preference (when both are set).
25009         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
25010         (spam-user-format-function-S):
25011         Check spam-summary-score-preferred-header.
25012         (spam-extra-header-to-number): Add X-Bogosity header parsing.
25013         (spam-user-format-function-S): Format the score correctly.
25014
25015 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25016
25017         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
25018         signature file.  Suggested by Manoj Srivastava
25019         <srivasta@golden-gryphon.com>.
25020
25021         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
25022         iso-2022-jp even in the Japanese language environment.
25023         Suggested by Jason Rumney <jasonr@gnu.org>.
25024
25025 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25026
25027         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
25028         use the same characters as the dummy marks; make it free from
25029         getting affected by the language environment.
25030         (gnus-summary-read-group-1): Update mark positions only when the
25031         format spec is updated.
25032
25033         * gnus-spec.el (gnus-update-format-specifications): Return a list
25034         of updated types.
25035
25036 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25037
25038         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
25039         of boundp to check if display-warning is available.
25040
25041 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
25042
25043         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
25044
25045 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25046
25047         * nnspool.el (nnspool-spool-directory): Use news-path if the
25048         news-directory variable is not bound.
25049
25050         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
25051         function instead of display-warning if it is not available.
25052
25053 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
25054
25055         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
25056         v5-10: Use `point-at-bol'.
25057
25058 2004-10-26  Simon Josefsson  <jas@extundo.com>
25059
25060         * hashcash.el: Fix URL in comment, reported by Cheng Gao
25061         <chenggao@gmail.com>.
25062
25063 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
25064
25065         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
25066         instead.
25067
25068 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
25069
25070         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
25071         to remove a server from the nnimap-server-buffer-alist.
25072         (nnimap-open-connection, nnimap-close-server): Use it.
25073
25074         * gnus-encrypt.el: Remove file in favor of encrypt.el.
25075
25076 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25077
25078         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25079         running the major-mode function.
25080
25081 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25082
25083         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25084         dummy marks in the right way.
25085
25086 2004-10-18  David Edmondson  <dme@dme.org>
25087
25088         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25089         excessively.
25090
25091 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25092
25093         * gnus-util.el (gnus-split-references): Accept a nil references
25094         string and go on blissfully.
25095
25096         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25097         cases where the references string is non-nil but has no references.
25098
25099         * encrypt.el: Add autoload tags.
25100
25101         * spam.el (spam-resolve-registrations-routine): Remove article
25102         from unregistration list too.  Reported by David Hanak
25103         <dhanak@isis.vanderbilt.edu>
25104
25105 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25106
25107         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25108         nil.  Change custom type.
25109
25110 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25111
25112         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25113
25114         * gnus-sum.el (gnus-summary-move-article): Use it.
25115
25116 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25117
25118         * encrypt.el: Add autoload cookies.
25119
25120         * spam.el (spam-backend-article-list-property)
25121         (spam-backend-get-article-todo-list)
25122         (spam-backend-put-article-todo-list)
25123         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25124         Resolve registrations separately.
25125         (spam-register-routine): Format comments.
25126         (spam-unregister-routine, spam-register-routine): Always call with
25127         specific-articles, no default list.
25128         (spam-summary-prepare-exit): Use the spam-classifications function.
25129
25130         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25131         gnus-encrypt.el.
25132
25133         * encrypt.el: Copied from gnus-encrypt.el.
25134
25135         * gnus-encrypt.el: Commented that it's obsolete.
25136
25137 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25138
25139         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25140         (gnus-score-save): Use it.
25141
25142         * message.el (message-bury): Use `window-dedicated-p'.
25143
25144 2004-10-15  Simon Josefsson  <jas@extundo.com>
25145
25146         * pop3.el (top-level): Don't require nnheader.
25147         (pop3-read-timeout): Add.
25148         (pop3-accept-process-output): Add.
25149         (pop3-read-response, pop3-retr): Use it.
25150
25151 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25152
25153         * spam.el (spam-register-routine): Move comment.
25154         (spam-verify-bogofilter): Use 'unknown for the initial
25155         spam-bogofilter-valid state, not 'never.
25156
25157         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25158         for netrc-machine.
25159
25160         * nnimap.el (nnimap-open-connection):
25161         Use netrc-machine-user-or-password.
25162
25163 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25164
25165         * gnus-registry.el (gnus-registry-unload-hook):
25166         Set as a variable with add-hook.
25167
25168         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25169         of news-path.
25170
25171         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25172
25173         * spam.el: Delete duplicate `provide'.
25174         (spam-unload-hook): Set as a variable with add-hook.
25175
25176 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25177
25178         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25179         in the doc string.
25180
25181         * message.el (message-ignored-news-headers)
25182         (message-ignored-supersedes-headers)
25183         (message-ignored-resent-headers)
25184         (message-forward-ignored-headers): Improve custom type.
25185
25186 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25187
25188         * message.el (message-tokenize-header): Fix 2004-09-06 change
25189         which used point-min in the wrong place.
25190
25191 2004-10-12  Simon Josefsson  <jas@extundo.com>
25192
25193         * tls.el (tls-certtool-program): New variable.
25194         (tls-certificate-information): New function, based on
25195         ssl-certificate-information.
25196
25197 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25198
25199         * compface.el: Move the version of ELisp-based uncompface program
25200         to the contrib directory because of the copyright problem.
25201
25202 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25203
25204         * message.el (message-kill-buffer): Raise the current frame.
25205
25206 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25207
25208         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25209
25210         * gnus.el (message-y-or-n-p): Autoload.
25211
25212         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25213         (pop3-password-required, pop3-authentication-scheme)
25214         (pop3-leave-mail-on-server): Make customizable.
25215         (pop3): New custom group.
25216         (pop3-retr): Remove `sleep-for' statements.
25217         Suggested by Dave Love <fx@gnu.org>.
25218
25219         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25220         Windows/DOS.
25221
25222         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25223         (imap-parse-body): Fix incorrect use of `assert'.
25224         Suggested by Dave Love <fx@gnu.org>.
25225
25226         * mml.el (mml-minibuffer-read-disposition): Require match.
25227         Suggested by Dave Love <fx@gnu.org>.
25228
25229 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25230
25231         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25232         doc string.
25233
25234 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25235
25236         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25237
25238 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25239
25240         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25241         instead of calling `mm-insert-inline', to decode text/* parts
25242         before displaying them.
25243
25244 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25245
25246         * mm-uu.el (mm-uu-text-plain-type): New variable.
25247         (mm-uu-pgp-signed-extract-1): Use it.
25248         (mm-uu-pgp-encrypted-extract-1): Use it.
25249         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25250         bind mm-uu-text-plain-type with that value.
25251         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25252         mm-uu-dissect.
25253
25254 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25255
25256         * gnus-group.el (gnus-update-group-mark-positions):
25257         * gnus-sum.el (gnus-update-summary-mark-positions):
25258         * message.el (message-check-news-body-syntax):
25259         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25260         of string-as-multibyte.
25261
25262 2004-10-05  Juri Linkov  <juri@jurta.org>
25263
25264         * gnus-group.el (gnus-update-group-mark-positions):
25265         * gnus-sum.el (gnus-update-summary-mark-positions):
25266         * message.el (message-check-news-body-syntax):
25267         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25268         8-bit unibyte values to a multibyte string for search functions.
25269
25270 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25271
25272         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25273         (mm-uu-dissect-text-parts): New function.
25274
25275         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25276         dissect text parts.
25277
25278         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25279         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25280
25281         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25282
25283         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25284         Use gnus-current-topics instead of gnus-current-topic.
25285
25286 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25287
25288         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25289
25290 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25291
25292         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25293         where appropriate.
25294
25295         * nnml.el (nnml-generate-active-info): do.
25296
25297         * nndiary.el (nndiary-generate-active-info): do.
25298
25299         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25300         (gnus-topic-move): do.
25301
25302         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25303         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25304
25305         * gnus-srvr.el (gnus-server-prepare)
25306         (gnus-server-open-all-servers): do.
25307
25308         * gnus-msg.el (gnus-summary-cancel-article)
25309         (gnus-summary-resend-message)
25310         (gnus-summary-mail-crosspost-complaint): do.
25311
25312         * gnus-move.el (gnus-change-server): do.
25313
25314         * gnus-group.el (gnus-group-unmark-all-groups)
25315         (gnus-group-set-current-level): do.
25316
25317 2004-10-04  Simon Josefsson  <jas@extundo.com>
25318
25319         * message.el (message-generate-hashcash): Doc fix.
25320
25321 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25322
25323         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25324         avoid infinite recursion via gnus-get-function.
25325
25326 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25327
25328         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25329
25330         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25331
25332         * nnmail.el (nnmail-split-history): do.
25333
25334         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25335         (nnml-request-delete-group): do.
25336
25337         * nnslashdot.el (nnslashdot-read-groups): do.
25338
25339         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25340         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25341
25342         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25343         (nnspool-sift-nov-with-sed): Use last.
25344         (nnspool-retrieve-headers-with-nov): Use mapc.
25345         (nnspool-request-newgroups): Use dolist.
25346         (nnspool-request-group): Use last.
25347
25348         * nntp.el (nntp-read-server-type): Use dolist.
25349
25350         * nnvirtual.el (nnvirtual-create-mapping)
25351         (nnvirtual-update-read-and-marked): Use dolist.
25352         (nnvirtual-convert-headers): Simplify.
25353
25354 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25355
25356         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25357         Add support for sync'ing tick marks.
25358
25359 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25360
25361         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25362         there's no visible header.
25363
25364 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25365
25366         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25367         When necessary, pass full group name to gnus-request-set-marks.
25368
25369 2004-10-01  Simon Josefsson  <jas@extundo.com>
25370
25371         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25372         acroread.
25373
25374 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25375
25376         * spam-report.el (spam-report-gmane): Fix interactive.
25377
25378         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25379
25380         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25381         when writing file.
25382         (gnus-agent-synchronize-flags): Don't default to being
25383         interactive.
25384
25385 2004-09-30  Simon Josefsson  <jas@extundo.com>
25386
25387         * message.el (message-generate-hashcash): Add.
25388         (message-send-mail): Use it, call mail-add-payment.
25389
25390 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25391
25392         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25393
25394 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25395
25396         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25397         gnus-requst-update-info with explicit code to sync the in-memory
25398         info read flags with the marks being sync'd to the backend.
25399
25400         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25401
25402 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25403
25404         * spam.el (spam-verify-bogofilter): Add new function.
25405         (spam-check-bogofilter)
25406         (spam-bogofilter-register-with-bogofilter): Use it.
25407         (spam-verify-bogofilter): Add small fixes.
25408
25409 2004-09-28  Simon Josefsson  <jas@extundo.com>
25410
25411         * hashcash.el (hashcash-generate-payment): Revert.
25412
25413 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25414
25415         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25416         Use gnus-extract-references instead of gnus-split-references.
25417
25418         * gnus-util.el (gnus-extract-references): Add new function, analogous
25419         to gnus-split-references but extracts only the message-ID without
25420         anything extra.
25421
25422         * hashcash.el (hashcash-generate-payment)
25423         (hashcash-check-payment): Do the right thing if hashcash-path is
25424         nil (because the hashcash program could not be found).
25425
25426         * spam.el (spam-use-hashcash): Remove comment.
25427
25428 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25429
25430         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25431         (gnus-cache-enter-article, gnus-cache-remove-article)
25432         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25433
25434         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25435
25436         * gnus-art.el (article-hide-boring-headers)
25437         (article-translate-strings, article-display-face)
25438         (gnus-article-mime-match-handle-first)
25439         (gnus-article-highlight-headers)
25440         (gnus-article-add-buttons-to-head): do.
25441
25442 2004-09-27  Simon Josefsson  <jas@extundo.com>
25443
25444         * hashcash.el: New version, from
25445         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25446         ../contrib/.
25447
25448 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25449
25450         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25451
25452 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25453
25454         * gnus-dup.el (gnus-dup-open): Use mapc.
25455         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25456
25457         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25458         Reported by Stefan Wiens <s.wi@gmx.net>.
25459
25460         * gnus.el (gnus-shutdown): Use dolist.
25461
25462         * gnus-undo.el (gnus-undo): Use mapc.
25463
25464         * nnrss.el (nnrss-generate-active): do.
25465
25466         * message.el (message-cite-original-without-signature)
25467         (message-cite-original): Use mapc.
25468         (message-do-actions, message-make-forward-subject): Use dolist.
25469
25470 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25471
25472         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25473         deletion to remove entire duplicate line.  Fixes merged article
25474         number bug.
25475
25476 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25477
25478         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25479         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25480         first ask if you want to open a server and then, even when you
25481         responded with no, asking if you want to synchronize the server's
25482         flags.
25483         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25484         multi-line expressions.
25485         (gnus-agent-synchronize-group-flags): New internal function.
25486         Updates marks in memory (in the info structure) AND in the
25487         backend.
25488
25489         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25490
25491         * nnagent.el (nnagent-request-set-mark):
25492         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25493         method, to ensure that synchronization updates marks in the
25494         backend and in the info (in memory) structure.
25495
25496 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25497
25498         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25499         convention fully; don't miss the root article of a thread; make
25500         the X-Draft-From header with correct article numbers.
25501
25502 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25503
25504         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25505         unless plugged.  Disable the agent so that an open failure causes
25506         an error.
25507
25508         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25509         Revert 2004-09-21 change.  The backend must be opened while
25510         synchronizing flags even when the backend stores the flags
25511         locally.
25512
25513 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25514
25515         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25516         in `header' match.  Reported by Svend Tollak Munkejord.
25517
25518         * message.el (message-cite-original): Fix use of
25519         `message-cite-articles-with-x-no-archive'.
25520
25521 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25522
25523         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25524         (gnus-window-to-buffer): Ditto.
25525
25526         * mml.el (mml-preview-buffer): New variable.
25527         (mml-preview): Manage window layout with gnus-buffer-configuration.
25528
25529         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25530         X-Draft-From header even if those articles aren't quoted.
25531
25532 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25533
25534         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25535         (gnus-request-set-mark, gnus-request-update-mark): Use new
25536         g-s-t-u-l-m to decide to use backend even when unplugged.
25537
25538 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25539
25540         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25541         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25542
25543 2004-09-20  Simon Josefsson  <jas@extundo.com>
25544
25545         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25546         "utf-16-le".
25547
25548 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25549
25550         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25551
25552 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25553
25554         * uudecode.el (uudecode-use-external): Add :version.
25555
25556         * smime.el (smime-CA-file, smime-encrypt-cipher)
25557         (smime-dns-server): Add :version.
25558
25559         * smiley.el (gnus-smiley-file-types): Add :version.
25560
25561         * sha1.el (sha1-use-external): Add :version.
25562
25563         * pgg-def.el (pgg-query-keyserver): Add :version.
25564
25565         * nnmail.el (nnmail-fancy-expiry-targets)
25566         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25567         Add :version.
25568
25569         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25570         (nnimap-retrieve-groups-asynchronous): Add :version.
25571         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25572
25573         * mml.el (mml-content-disposition-parameters)
25574         (mml-insert-mime-headers-always): Add :version.
25575
25576         * mm-util.el (mm-coding-system-priorities): Add :version.
25577
25578         * mm-decode.el (mm-inline-text-html-with-images)
25579         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25580         (mm-verify-option): Add :version.
25581         (mm-text-html-renderer): Change :version.
25582
25583         * message.el (message-fcc-externalize-attachments)
25584         (message-required-headers, message-draft-headers)
25585         (message-subject-trailing-was-query)
25586         (message-subject-trailing-was-ask-regexp)
25587         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25588         (message-mark-insert-end, message-archive-header)
25589         (message-archive-note, message-cross-post-default)
25590         (message-cross-post-note, message-followup-to-note)
25591         (message-cross-post-note-function, message-use-mail-followup-to)
25592         (message-subscribed-address-functions)
25593         (message-subscribed-address-file, message-subscribed-addresses)
25594         (message-subscribed-regexps, message-allow-no-recipients)
25595         (message-yank-cited-prefix, message-signature-insert-empty-line)
25596         (message-hidden-headers, message-hierarchical-addresses)
25597         (message-mail-user-agent, message-use-idna)
25598         (message-valid-fqdn-regexp)
25599         (message-strip-special-text-properties, message-header-synonyms)
25600         (message-beginning-of-line, message-tab-body-function): Add :version.
25601         (message-insert-canlock, message-wide-reply-confirm-recipients):
25602         Change :version.
25603
25604         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25605         and :version.
25606         (mail-source-delete-old-incoming-confirm)
25607         (mail-source-movemail-program): Add :version.
25608
25609         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25610         (gnus-agent-cache, gnus-agent): Change :version.
25611
25612         * gnus-util.el (gnus-use-byte-compile): Change :version.
25613
25614         * gnus-sum.el (gnus-summary-make-false-root-always)
25615         (gnus-summary-default-high-score)
25616         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25617         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25618         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25619         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25620         (gnus-sum-thread-tree-single-indent)
25621         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25622         (gnus-sum-thread-tree-leaf-with-other)
25623         (gnus-sum-thread-tree-single-leaf): Add :version.
25624         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25625         (gnus-article-loose-mime): Change :version.
25626
25627         * gnus-start.el (gnus-backup-startup-file)
25628         (gnus-save-startup-file-via-temp-buffer): Add :version.
25629
25630         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25631         (gnus-server-offline-face): Add :version.
25632
25633         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25634
25635         * gnus-msg.el (gnus-gcc-externalize-attachments)
25636         (gnus-debug-files, gnus-debug-exclude-variables)
25637         (gnus-discouraged-post-methods): Change :version.
25638         (gnus-confirm-mail-reply-to-news)
25639         (gnus-confirm-treat-mail-like-news): Add :version.
25640
25641         * gnus-int.el (gnus-server-unopen-status): Add :version.
25642
25643         * gnus-group.el (gnus-group-jump-to-group-prompt)
25644         (gnus-large-ephemeral-newsgroup)
25645         (gnus-fetch-old-ephemeral-headers): Add :version.
25646
25647         * gnus-fun.el (gnus-x-face-directory)
25648         (gnus-convert-pbm-to-x-face-command)
25649         (gnus-convert-image-to-x-face-command)
25650         (gnus-convert-image-to-face-command): Add :version.
25651
25652         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25653
25654         * gnus-cite.el (gnus-cite-blank-line-after-header)
25655         (gnus-article-boring-faces): Add :version.
25656
25657         * gnus-art.el (gnus-buttonized-mime-types)
25658         (gnus-inhibit-mime-unbuttonizing)
25659         (gnus-treat-display-face)
25660         (gnus-treat-body-boundary): Change :version.
25661         (gnus-body-boundary-delimiter, gnus-picon-databases)
25662         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25663         (gnus-treat-date-english, gnus-treat-fold-headers)
25664         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25665         (gnus-treat-mail-picon, gnus-treat-wash-html)
25666         (gnus-article-encrypt-protocol)
25667         (gnus-use-idna, gnus-article-over-scroll)
25668         (gnus-mime-display-multipart-alternative-as-mixed)
25669         (gnus-mime-display-multipart-related-as-mixed)
25670         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25671         (gnus-ctan-url, gnus-button-ctan-handler)
25672         (gnus-button-handle-ctan-bogus-regexp)
25673         (gnus-button-ctan-directory-regexp)
25674         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25675         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25676         (gnus-button-man-level, gnus-button-emacs-level)
25677         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25678
25679         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25680         (gnus-agent-go-online): Change :version.
25681         (gnus-agent-expire-unagentized-dirs)
25682         (gnus-agent-auto-agentize-methods): Add :version.
25683
25684         * flow-fill.el (fill-flowed-display-column)
25685         (fill-flowed-encode-column): Add :version.
25686
25687         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25688         (gnus-outlook-deuglify-unwrap-max)
25689         (gnus-outlook-deuglify-cite-marks)
25690         (gnus-outlook-deuglify-unwrap-stop-chars)
25691         (gnus-outlook-deuglify-no-wrap-chars)
25692         (gnus-outlook-deuglify-attrib-cut-regexp)
25693         (gnus-outlook-deuglify-attrib-verb-regexp)
25694         (gnus-outlook-deuglify-attrib-end-regexp)
25695         (gnus-outlook-display-hook): Add :version.
25696
25697         * binhex.el (binhex-use-external): Add :version.
25698
25699 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25700
25701         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25702         and `invisible'.
25703
25704 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25705
25706         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25707         in gnus-registry-trim.
25708
25709 2004-09-13  Simon Josefsson  <jas@extundo.com>
25710
25711         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25712
25713         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25714
25715         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25716         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25717         <yamaoka@jpl.org>.
25718         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25719         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25720         <yamaoka@jpl.org>.
25721
25722         * sieve.el (sieve-manage-mode): Ditto.
25723
25724 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25725
25726         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25727
25728 2004-09-11  Simon Josefsson  <jas@extundo.com>
25729
25730         * dns-mode.el: Add.
25731
25732         * mm-view.el (mm-display-dns-inline): Add.
25733
25734         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25735         (mm-automatic-display): Ditto.
25736
25737         * mailcap.el (mailcap-mime-data): Add text/dns.
25738         (mailcap-mime-extensions): Map .soa to text/dns.
25739
25740 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25741
25742         * gnus-art.el (article-decode-mime-words, article-babel)
25743         (gnus-article-highlight-signature, gnus-article-add-buttons)
25744         (gnus-signature-toggle): Remove unnecessary bindings of
25745         `inhibit-read-only' inherited from v5.10 merge.
25746
25747 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25748
25749         * nntp.el (nntp): New customization group.
25750         (nntp-authinfo-file): Add customization group.
25751
25752         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25753
25754         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25755
25756         * gnus.el (to-address, to-list, subscribed)
25757         (large-newsgroup-initial): Ditto.
25758
25759         * flow-fill.el (fill-flowed-display-column)
25760         (fill-flowed-encode-column): Ditto.
25761
25762 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25763
25764         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25765         Use point-min rather than 1.
25766         (message-send-mail): Use buffer-size rather than point-max.
25767
25768         * gnus-sum.el (gnus-summary-search-article-forward):
25769         Signal a specific `search-failed' rather than a generic `error'.
25770
25771         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25772         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25773         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25774
25775 2004-09-10  Simon Josefsson  <jas@extundo.com>
25776
25777         * nndb.el (require): Remove tcp and duplicate cl.
25778
25779 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25780
25781         * gnus-agent.el (directory-files-and-attributes): Move forward.
25782
25783 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25784
25785         * gnus-agent.el (directory-files-and-attributes):
25786         Optionally defined to support XEmacs.
25787
25788 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25789
25790         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25791         to avoid run-time CL dependencies.
25792         (gnus-agent-unfetch-articles): New function.
25793         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25794         article numbers even when local .overview file is missing.
25795         (gnus-agent-read-article-number): New function.  Only accepts
25796         27-bit article numbers.
25797         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25798         Use gnus-agent-read-article-number.
25799         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25800         from backend while recognizing that article numbers in .overview
25801         must be valid.
25802         (gnus-agent-update-files-total-fetched-for):
25803         Use directory-files-and-attributes to improve performance.
25804         * gnus-int.el (gnus-request-move-article):
25805         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25806         improve performance.
25807
25808         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25809         some users confused by references to .newsrc when they only have a
25810         .newsrc.eld file.
25811         (gnus-convert-mark-converter-prompt)
25812         (gnus-convert-converter-needs-prompt): Fix use of property list.
25813         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25814         New function.  Used internally to only display 'gnus converting
25815         files' message when actually necessary.
25816
25817         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25818         methods now autoloaded.
25819
25820 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25821
25822         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25823         identifiers.
25824
25825 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25826
25827         * gnus-picon.el: Fix indentation and closing parenthesis.
25828
25829 2004-09-01  Simon Josefsson  <jas@extundo.com>
25830
25831         * message.el (message-canlock-generate): Require sha1, not
25832         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25833         to require within a function.  Sadly, if sha1.el isn't loaded, the
25834         let binding in m-c-g will hide the defcustom definition, which is
25835         bad.)
25836
25837         * canlock.el: Require sha1, not sha1-el.
25838
25839         * message.el: Don't autoload sha1 (there is a autoload cookie in
25840         sha1.el).
25841
25842         * sha1-el.el: Rename to sha1.el.
25843
25844 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25845
25846         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25847
25848 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25849
25850         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25851
25852 2004-08-30  Kim F. Storm  <storm@cua.dk>
25853
25854         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25855
25856         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25857         Add :group 'nnimap.
25858
25859 2004-08-30  Andreas Schwab  <schwab@suse.de>
25860
25861         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25862         ?* and ?\;.
25863
25864         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25865         and ?\' to symbol instead of whitespace.
25866
25867 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25868
25869         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25870
25871         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25872         instead of re-search-forward.
25873
25874         * gnus-uu.el (gnus-uu-save-article): Ditto.
25875         (gnus-uu-post-encode-uuencode): Ditto.
25876
25877         * html2text.el (html2text-clean-list-items): Ditto.
25878         (html2text-clean-dtdd): Ditto.
25879         (html2text-format-tags): Ditto.
25880
25881         * message.el (message-send-mail-with-sendmail): Fix regexp.
25882         (message-fill-field-general): Use search-forward instead of
25883         re-search-forward.
25884         (unbold-region): Ditto.
25885
25886         * nnrss.el (nnrss-request-article): Ditto.
25887
25888         * nnslashdot.el (nnslashdot-request-article): Ditto.
25889
25890         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25891
25892         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25893         "Unrecognized menu descriptor" error in XEmacs.
25894
25895 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25896
25897         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25898         parent article of a sparse article in the thread hashtb.
25899
25900 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25901
25902         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25903         (nnmail-expand-newtext): Lowercase expanded entries if
25904         nnmail-split-lowercase-expanded is non-nil.
25905
25906 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25907
25908         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25909
25910         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25911         of gnus-tmp-news-method into string under XEmacs.  It will be
25912         passed to gnus-correct-length which takes only a string argument.
25913
25914 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25915
25916         * gnus-util.el (gnus-bind-print-variables): New macro.
25917         (gnus-prin1): Use it.
25918         (gnus-prin1-to-string): Use it.
25919         (gnus-pp): New function.
25920         (gnus-pp-to-string): New function.
25921
25922         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25923         Replace pp-to-string with gnus-pp-to-string.
25924         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25925         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25926         * gnus-msg.el (gnus-debug): Ditto.
25927         * gnus-score.el (gnus-score-save): Ditto.
25928         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25929         gnus-pp-to-string.
25930         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25931         with gnus-pp.
25932         * score-mode.el (gnus-score-pretty-print): Ditto.
25933         * webmail.el (webmail-debug): Ditto.
25934
25935 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25936
25937         * gnus-art.el (article-display-face, article-display-x-face):
25938         Use buffer-read-only.
25939
25940 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25941
25942         * gnus-art.el (article-hide-list-identifiers):
25943         Bind inhibit-read-only as t.
25944
25945 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25946
25947         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25948
25949 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25950
25951         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25952         (gnus-narrow-to-page): Don't assume point-min == 1.
25953         (gnus-article-edit-mode): Derive from message-mode.
25954
25955         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25956         point-min == 1.
25957
25958         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25959         Disable incorrect use of `assert'.
25960
25961         * message.el (message-mode): Set comment-start-skip.
25962
25963
25964 2004-08-22  Sam Steingold  <sds@gnu.org>
25965
25966         * pop3.el (pop3-leave-mail-on-server): New user variable.
25967         (pop3-movemail): Delete mail only when it is nil.
25968
25969 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25970
25971         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25972
25973         * mml.el (mml-preview): Use `pop-to-buffer'.
25974
25975         * message.el (message-goto-mail-followup-to): Insert after "To".
25976         (message-carefully-insert-headers): Add comment.
25977
25978         * gnus.el: Remove unused variable `gnus-article-check-size'.
25979
25980         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25981
25982         * gnus-art.el (gnus-button-alist):
25983         Improve `gnus-button-handle-library' entry.
25984
25985 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25986
25987         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25988         Use downcase, since XEmacs capitalizes error messages differently.
25989
25990 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25991
25992         * nntp.el: Add (require 'gnus) due to reference to
25993         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25994
25995 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25996
25997         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25998         Bind `mm-fill-flowed'.
25999
26000         * mm-decode.el (mm-dissect-singlepart): Check it.
26001
26002 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
26003
26004         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
26005         'imap' for netrc parsing.
26006
26007 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
26008
26009         * mailcap.el (mailcap-mime-data): Mark as risky.
26010
26011 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26012
26013         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
26014         may be included in the encoded word.
26015         (rfc2047-encode): Don't append a space if the encoded word
26016         includes close parenthesis.
26017
26018 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26019
26020         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
26021         of text within parentheses.
26022
26023 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
26024
26025         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
26026         (gnus-encrypt-write-file-contents): Make the password key the file
26027         name PLUS the cipher, not just the cipher.  Also remove failed
26028         passwords from the cache.
26029
26030 2004-08-06  Simon Josefsson  <jas@extundo.com>
26031
26032         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
26033         Doc fix.
26034
26035 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26036
26037         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
26038         LWSP.
26039
26040 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
26041
26042         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26043         Try to append in-reply-to: data to the references: header.
26044
26045         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
26046         (netrc-parse): Use gnus-encrypt.el functions.
26047
26048         * gnus-encrypt.el: Add new file for encryption support; currently
26049         does only a few GPG ciphers and an internal XOR cipher.
26050
26051         * password.el: Add comments on using password-read-and-add.
26052         (password-read-and-add): Add function to read and add the
26053         password to the cache at once.
26054
26055 2004-07-28  Simon Josefsson  <jas@extundo.com>
26056
26057         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
26058         parameter (but don't use it, for now).
26059
26060         * imap.el (imap-ssl-open): Use imap-process-connection-type,
26061         instead of hard coding to nil.
26062
26063 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26064
26065         * mm-view.el (mm-inline-image-emacs): Open lines under an image
26066         as mm-inline-image-xemacs does.
26067
26068 2004-07-26  Simon Josefsson  <jas@extundo.com>
26069
26070         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
26071         Revert part of 2004-07-17 change below.
26072
26073 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26074
26075         * rfc2047.el (rfc2047-encode-region): Don't infloop.
26076         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26077
26078 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26079
26080         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26081         quotes that actually start with ">" at the beginning of the
26082         lines.
26083
26084 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26085
26086         * rfc2047.el (rfc2047-encode-region): Fix last change.
26087         (rfc2047-encode-parameter): Remove useless concat.
26088
26089 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26090
26091         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26092         encode special characters; fix some kind of misconfigured headers;
26093         signal a real error if debug-on-quit or debug-on-error is non-nil.
26094         (rfc2047-encode-max-chars): New variable.
26095         (rfc2047-encode-1): Use it.
26096         (rfc2047-encode-parameter): New function.
26097
26098         * mml.el (mml-insert-parameter): Remove an excessive space.
26099
26100 2004-07-17  Simon Josefsson  <jas@extundo.com>
26101
26102         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26103         Kai Grossjohann <kai@emptydomain.de>.
26104         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26105         (gnus-group-make-menu-bar): Ditto.
26106
26107         * gnus-util.el (gnus-group-server): Add.
26108
26109 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26110
26111         * message.el (message-clone-locals): Clone sendmail and smtp
26112         variables.
26113
26114 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26115
26116         * rfc2047.el (rfc2047-encode-region): Fix last change.
26117
26118 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26119
26120         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26121         characters as non-special.
26122
26123 2004-07-09  Simon Josefsson  <jas@extundo.com>
26124
26125         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26126         Users will lose all flag changes made while unplugged with
26127         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26128         good default.  See numerous reports on ding mailing list.
26129
26130 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26131
26132         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26133         add generate-head-function and generate-article-function to the
26134         rfc822-forward entry.
26135         (nndoc-rfc822-forward-generate-article): New function.
26136         (nndoc-rfc822-forward-generate-head): New function.
26137
26138         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26139
26140 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26141
26142         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26143         respect display group parameter and gnus-summary-expunge-below.
26144         (gnus-articles-to-read): Remove unused reference to display group
26145         parameter.
26146
26147 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26148
26149         * nnheader.el (nnheader-uniquify-message-id): New experimental
26150         variable.
26151         (nnheader-nov-read-message-id): Use it.
26152
26153         * spam-report.el (spam-report-gmane): Add interactive.
26154
26155 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26156
26157         * mm-encode.el (mm-content-transfer-encoding-defaults):
26158         Use qp-or-base64 for the application/* types.
26159
26160 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26161
26162         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26163
26164 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26165
26166         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26167         trim value.
26168
26169 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26170
26171         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26172         New macro and function.
26173         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26174
26175 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26176
26177         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26178         after-load-alist.
26179
26180 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26181
26182         * gnus-group.el (gnus-group-get-new-news-this-group):
26183         Don't update info that isn't there.
26184
26185 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26186
26187         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26188         entry.
26189
26190 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26191
26192         * mm-view.el (mm-inline-render-with-function): Use multibyte
26193         buffer; decode html source by charset.
26194
26195         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26196
26197         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26198         Mule-UCS is loaded under XEmacs.
26199         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26200
26201 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26202
26203         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26204
26205 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26206
26207         * mm-util.el (mm-coding-system-p): Return a coding-system.
26208         (mm-mime-mule-charset-alist): Use shift_jis instead of
26209         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26210         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26211         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26212         instead of japanese-shift-jis and iso-latin-1 respectively in
26213         order to share the default value with both Emacs and XEmacs-mule.
26214         (mm-mule-charset-to-mime-charset):
26215         Make mm-coding-system-priorities effective.
26216         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26217         while predicating of candidates upon the priorities.
26218
26219 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26220
26221         * gnus-sum.el (gnus-summary-make-menu-bar):
26222         Add gnus-uu-invert-processable.
26223
26224         * gnus.el: Autoload gnus-uu-invert-processable.
26225
26226 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26227
26228         * mm-util.el (mm-with-multibyte-buffer): New macro.
26229
26230         * rfc2047.el (rfc2047-encode-string): Use it.
26231         (rfc2047-encode-region): Move point to the end of the region after
26232         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26233
26234 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26235
26236         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26237         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26238
26239 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26240
26241         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26242         (gnus-cite-parse): Ignore quoted envelope From_.
26243         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26244
26245 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26246
26247         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26248         invalid addresses.
26249
26250 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26251
26252         * spam.el: Change section markers, revise TODO list.
26253         (spam-backends): Make new master list of all installed backends.
26254         (spam-summary-exit-behavior): Add new variable to determine how
26255         messages moves are done at summary exit.
26256         (spam-move-spam-nonspam-groups-only)
26257         (spam-process-ham-in-nonham-groups)
26258         (spam-process-ham-in-spam-groups): Remove variables, the
26259         spam-summary-exit-behavior variable should be used to manage this
26260         behavior.
26261         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26262         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26263         and spam-old-spam-articles.
26264         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26265         Add empty variables, placeholders for the backends they represent.
26266         (spam-set-difference): Move, unchanged.
26267         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26268         unless the user has a processor variable.
26269         (spam-classifications, spam-classification-valid-p)
26270         (spam-backend-properties, spam-backend-property-valid-p)
26271         (spam-backend-function-type-valid-p)
26272         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26273         (spam-report-articles-gmane, spam-report-articles-resend):
26274         Remove functions, they are not needed.
26275         (spam-install-backend-super, spam-backend-list)
26276         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26277         (spam-backend-function, spam-backend-ham-registration-function)
26278         (spam-backend-spam-registration-function)
26279         (spam-backend-ham-unregistration-function)
26280         (spam-backend-spam-unregistration-function)
26281         (spam-backend-statistical-p, spam-backend-mover-p)
26282         (spam-install-backend-alias, spam-install-checkonly-backend)
26283         (spam-install-mover-backend, spam-install-nocheck-backend)
26284         (spam-install-backend, spam-install-statistical-backend)
26285         (spam-install-statistical-checkonly-backend): Add backend installation
26286         support.
26287         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26288         (spam-group-processor-p): Use the new backend code and respect the
26289         summary exit behavior.
26290         (spam-mark-spam-as-expired-and-move-routine): Remove.
26291         (spam-summary-prepare): Change to use the new spam-old-articles
26292         variable.
26293         (spam-copy-or-move-routine, spam-copy-spam-routine)
26294         (spam-move-spam-routine, spam-copy-ham-routine)
26295         (spam-move-ham-routine): Add code to copy/move ham or spam.
26296         (spam-fetch-field-fast): Improve doc and code, plus allow the
26297         'number request.
26298         (spam-list-of-checks, spam-list-of-statistical-checks):
26299         Remove variables.
26300         (spam-split, spam-find-spam): Use the new backend code.
26301         (spam-registration-functions): Remove variable.
26302         (spam-unregister-routine): Add convenience wrapper.
26303         (spam-log-undo-registration, spam-register-routine)
26304         (spam-log-processing-to-registry)
26305         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26306         where possible.
26307         (spam-check-gmane-xref, spam-check-regex-headers)
26308         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26309         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26310         (spam-check-bogofilter-headers, spam-check-spamoracle)
26311         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26312         (spam-check-crm114-headers): Use the spam-split-group that
26313         spam-split prepares, no need to determine it every time.
26314
26315         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26316         to the nnheader-parse-naked-head call.
26317
26318         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26319
26320         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26321         the nnheader-nov-read-message-id call.
26322
26323 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26324
26325         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26326         gnus-activate-group twice.  Suggested by Markus Peter
26327         <warp@spin.de>.
26328
26329 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26330
26331         * gnus-art.el (gnus-article-time-format): Exchange the order of
26332         day and month in the default value; fix customization type.
26333         (article-date-ut): Use add-text-properties.
26334         (article-make-date-line): Use message-make-date instead of
26335         current-time-string.
26336
26337         * message.el (message-fetch-field): Don't use set-text-properties.
26338         (message-make-date): Simplify.
26339
26340         * messagexmas.el (message-xmas-make-date): New function.
26341         (message-xmas-redefine): Defalias message-make-date to it.
26342
26343 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26344
26345         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26346         (rfc2047-encode-region): Treat text within parentheses as special;
26347         show the original text when error has occurred.
26348
26349         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26350         already-computed method to gnus-activate-group.
26351
26352         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26353         same select-methods identical Lisp objects.
26354
26355         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26356         object when modifying the info.
26357
26358 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26359
26360         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26361         gnus-opened-servers since it has never been opened with the new
26362         configuration yet.
26363
26364 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26365
26366         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26367         arg to nnheader-generate-fake-message-id.
26368
26369 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26370
26371         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26372         number and build a fake message ID localized to a group and
26373         article number (so it's repeatable from that point on).
26374         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26375         ID format.
26376
26377         * gnus-sum.el (gnus-get-newsgroup-headers):
26378         Call nnheader-generate-fake-message-id with the article number.
26379
26380 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26381
26382         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26383         end-of-buffer.
26384
26385 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26386
26387         * message.el (message-ignored-supersedes-headers): Add Approved.
26388
26389 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26390
26391         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26392         goto-char.
26393         (rfc2047-encode): Fold the line before encoding.
26394
26395 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26396
26397         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26398         folding -- not all headers can be folded, and this should be done
26399         by the message composition mode.  Probably.  I think.
26400
26401 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26402
26403         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26404         fast.
26405
26406         * gnus-ems.el (gnus-remove-image): Don't use
26407         message-text-with-property; remove only the image found first.
26408
26409         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26410         found first.
26411
26412 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26413
26414         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26415
26416 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26417
26418         * message.el (message-text-with-property): Make it fast and accept
26419         optional arguments.
26420         (message-strip-forbidden-properties): Use it.
26421         (message-fix-before-sending): Follow the m-t-w-p change.
26422
26423         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26424
26425 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26426
26427         * gnus-art.el (article-hide-headers): Don't change the buffer
26428         mistakenly when performing mml-preview even if
26429         gnus-single-article-buffer is nil.
26430
26431 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26432
26433         * message.el (message-expand-name-databases): New user option.
26434         (message-expand-name): Use it.
26435
26436 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26437
26438         * spam.el (spam-report-articles-resend)
26439         (spam-report-resend-register-routine): Allow ham reporting.
26440         (spam-report-resend-register-ham-routine): Add wrapper.
26441         (spam-registration-functions): Add ham resending functions.
26442         (spam-list-of-processors): Add ham resend processor.
26443
26444         * gnus.el (ham-resend-to): Add new group parameter.
26445         (spam-process): Add ham resend option.
26446
26447         * spam-report.el (spam-report-resend): Allow reporting ham.
26448         (spam-report-resend-ham): Add wrapper.
26449
26450 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26451
26452         * message.el (message-cite-articles-with-x-no-archive):
26453         New variable.
26454         (message-cite-original): Use it.
26455
26456 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26457
26458         * message.el (message-cite-original): Respect X-No-Archive.
26459
26460 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26461
26462         * gnus-art.el (article-hide-headers): Refer to the values for
26463         gnus-ignored-headers and gnus-visible-headers in the summary
26464         buffer since a user may have set them as group parameters.
26465
26466 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26467
26468         * assistant.el (assistant-node-name): Add convenience function.
26469         (assistant-render-text, assistant-render-node): Add error handling,
26470         plus handle multiple next nodes.
26471         (assistant-find-next-node): Comment out for now.
26472         (assistant-find-next-nodes): Add function, returns list of next
26473         nodes.
26474
26475 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26476
26477         * mail-source.el (mail-source-directory): Fix doc-string.
26478
26479 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26480
26481         * assistant.el (assistant-render-text, assistant-eval): Add :set
26482         widget type, which is different because it takes and returns a
26483         list.  Much hilarity ensues.
26484
26485 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26486
26487         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26488
26489         * gnus-group.el (gnus-group-get-new-news-this-group):
26490         Add doc-string.
26491
26492         * gnus-start.el (gnus-activate-group): Add doc-string.
26493
26494 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26495
26496         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26497
26498 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26499
26500         * assistant.el (assistant-render-text): Try to add a :set
26501         widget, more to come.
26502
26503         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26504         strings.
26505         (spam-report-articles-resend)
26506         (spam-register-routine): Do registration iff any articles warrant
26507         it.
26508         (spam-summary-prepare-exit): Change log message for nil group
26509         destinations.
26510
26511 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26512
26513         * spam.el (spam-report-resend-register-routine):
26514         Allow spam-report-resend-to to be a group parameter or a global value.
26515
26516 2004-05-26  Simon Josefsson  <jas@extundo.com>
26517
26518         * starttls.el: Merge with my GNUTLS based starttls.el.
26519         (starttls-gnutls-program, starttls-use-gnutls)
26520         (starttls-extra-arguments, starttls-process-connection-type)
26521         (starttls-connect, starttls-failure, starttls-success):
26522         New variables.
26523         (starttls-program, starttls-extra-args): Doc fix.
26524         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26525         New functions.
26526         (starttls-negotiate, starttls-open-stream):
26527         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26528         function if it is set.
26529
26530 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26531
26532         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26533         structured fields.
26534
26535 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26536
26537         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26538
26539 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26540
26541         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26542         Add variable.
26543         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26544         assigning the spam-mark to new messages.
26545
26546 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26547
26548         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26549
26550 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26551
26552         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26553
26554         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26555         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26556         default.
26557
26558 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26559
26560         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26561         correct data.
26562
26563 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26564
26565         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26566         (spam-group-processor-p): Fix function.
26567         (spam-group-processor-multiple-p)
26568         (spam-group-spam-processor-report-gmane-p)
26569         (spam-group-spam-processor-report-resend-p)
26570         (spam-group-spam-processor-bogofilter-p)
26571         (spam-group-spam-processor-blacklist-p)
26572         (spam-group-spam-processor-ifile-p)
26573         (spam-group-ham-processor-ifile-p)
26574         (spam-group-spam-processor-spamoracle-p)
26575         (spam-group-spam-processor-crm114-p)
26576         (spam-group-ham-processor-bogofilter-p)
26577         (spam-group-spam-processor-stat-p)
26578         (spam-group-ham-processor-stat-p)
26579         (spam-group-ham-processor-whitelist-p)
26580         (spam-group-ham-processor-BBDB-p)
26581         (spam-group-ham-processor-spamoracle-p)
26582         (spam-group-ham-processor-copy-p): Remove functions with some
26583         prejudice against unneeded code.
26584         (spam-report-articles-resend)
26585         (spam-report-resend-register-routine): Allow the group/topic
26586         spam-resend-to value to override spam-report-resend-to.
26587         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26588         properly now.
26589
26590         * gnus.el (spam-resend-to): Add group/topic parameter.
26591         (spam-process): Move the OBSOLETE processors to the end of the
26592         choices.
26593
26594 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26595
26596         * spam-report.el (spam-report-resend-to, spam-report-resend):
26597         Start with resend-to set to nil, and then ask the user if necessary.
26598         (spam-report-resend): spam-report-resend takes a list of articles, not
26599         separate article numbers.
26600
26601 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26602
26603         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26604         addition to emacs-w3m.
26605
26606 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26607
26608         * assistant.el (assistant-authinfo-data): New function.
26609         (assistant-eval): Eval for entire assistant.
26610
26611         * netrc.el (netrc-services-file): New variable.
26612         (netrc-parse-services): New function.
26613         (netrc-find-service-name): New function.
26614         (netrc-find-service-number): New function.
26615         (netrc-port-equal): New function.
26616         (netrc-machine): Use it.
26617
26618         * nnimap.el (nnimap-open-connection): Use netrc.
26619
26620         * gnus-util.el (gnus-netrc-get): Remove aliases.
26621
26622         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26623
26624         * assistant.el (wid-edit): Fix compilation.
26625
26626         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26627
26628 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26629
26630         * gnus-util.el (gnus-set-file-modes): New function.  (small
26631         patch).
26632
26633 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26634
26635         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26636
26637         * assistant.el (assistant-render-node): Fix up rendering and
26638         read-only text.
26639         (assistant-render-node): Reset.
26640         (assistant-make-read-only): Not sticky.
26641
26642 2004-05-20  Danny Siu  <dsiu@adobe.com>
26643
26644         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26645         centered even when gnus-auto-center-summary is t.
26646
26647 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26648
26649         * dns.el (dns-get-txt-answer): New function.
26650         (dns-read-txt): Ditto.
26651         (query-dns): Use it.
26652
26653 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26654
26655         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26656         active for foreign groups even if the group level is higher than
26657         the specified value.
26658
26659 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26660
26661         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26662         non-active groups.
26663
26664         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26665
26666 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26667
26668         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26669
26670 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26671
26672         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26673         (spam-crm114-header, spam-crm114-spam-switch)
26674         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26675         (spam-crm114-positive-spam-header)
26676         (spam-crm114-database-directory, spam-list-of-processors)
26677         (spam-group-spam-processor-crm114-p)
26678         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26679         (spam-generic-score, spam-list-of-checks)
26680         (spam-list-of-statistical-checks, spam-registration-functions)
26681         (spam-check-crm114-headers, spam-crm114-score)
26682         (spam-check-crm114, spam-crm114-register-with-crm114)
26683         (spam-crm114-register-spam-routine)
26684         (spam-crm114-unregister-spam-routine)
26685         (spam-crm114-register-ham-routine)
26686         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26687
26688 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26689
26690         * gnus.el: Add spam-use-crm114.
26691
26692         * spam.el (spam-list-of-processors, spam-registration-functions):
26693         Add spam-use-resend.
26694         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26695         (spam-report-articles-gmane): Add doc fix.
26696         (spam-report-articles-resend, spam-report-resend-register-routine):
26697         Add wrappers around spam-report-resend-to.
26698
26699         * spam-report.el (spam-report-resend-to, spam-report-resend):
26700         Add support for resending spam.
26701         (spam-report-gmane): Fix line length >80.
26702
26703         * gnus.el (spam-process): Add spam-use-resend.
26704
26705 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26706
26707         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26708         number of processed spam messages.
26709         (spam-ham-copy-or-move-routine): Return the number of processed
26710         ham messages.
26711         (spam-summary-prepare-exit): Use the above values to decide
26712         whether status messages should be displayed.
26713
26714 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26715
26716         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26717         `rfc2047-encoding-function-alist' in order to avoid conflicting
26718         with the old version.
26719         (rfc2047-encode-region): Concatenate words containing non-ASCII
26720         characters in structured fields; don't encode space-delimited
26721         ASCII words even in unstructured fields; don't break words at
26722         char-category boundaries.
26723         (rfc2047-encode-1): New function.
26724         (rfc2047-encode): Use it; encode text so that it occupies the
26725         maximum width within 76-column; work correctly on Q encoding for
26726         iso-2022-* charsets.
26727         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26728         sure not to break a line just after the header name.
26729         (rfc2047-b-encode-region): Remove.
26730         (rfc2047-b-encode-string): New function.
26731         (rfc2047-q-encode-region): Remove.
26732         (rfc2047-q-encode-string): New function.
26733
26734         * mm-util.el (mm-replace-in-string): New function.
26735
26736 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26737
26738         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26739         Really get it right.
26740         (gnus-inews-make-draft): Really.
26741
26742 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26743
26744         * nnmh.el (nnmh-request-list-1): Don't check the link count
26745         before descending.  (small patch)
26746
26747 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26748
26749         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26750         stuff.
26751
26752         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26753         Match on real group name.
26754
26755         * gnus-art.el (gnus-signature-limit): Doc fix.
26756
26757         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26758
26759         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26760
26761 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26762
26763         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26764         isn't a string.
26765
26766 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26767
26768         * gnus-draft.el (gnus-draft-send):
26769         Bind rfc2047-encode-encoded-words.
26770
26771         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26772         (rfc2047-encodable-p): Say that =? needs encoding.
26773         (rfc2047-encode-encoded-words): New variable.
26774
26775         * gnus-group.el (gnus-group-select-group): Doc fix.
26776
26777         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26778
26779         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26780         to nil.
26781
26782         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26783
26784         * nnheader.el (nnheader-get-lines-and-char): New function.
26785
26786 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26787
26788         * gnus-msg.el (gnus-summary-followup-with-original):
26789         Document yanking of region when active.
26790
26791 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26792
26793         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26794         groups if the group level is higher than the specified value.
26795
26796 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26797
26798         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26799         (gnus-group-jump-to-group): Add prefix argument using
26800         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26801         non-active group.
26802
26803         * compface.el (uncompface): Be verbose when changing
26804         `uncompface-use-external'.
26805
26806         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26807         handle manual section.
26808
26809 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26810
26811         * gnus-art.el (gnus-button-alist): Revert previous change.
26812
26813 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26814
26815         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26816
26817 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26818
26819         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26820         whether backend can accept message.
26821
26822         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26823
26824 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26825
26826         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26827         Avoid creating directory when nntp-marks-is-evil is true.
26828         Reported by Reiner Steib.
26829
26830 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26831
26832         * gnus-picon.el (gnus-picon-insert-glyph):
26833         Add optional `nostring' argument.
26834
26835 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26836
26837         * gnus-picon.el (gnus-picon-style): New variable.
26838         (gnus-picon-transform-address): Support `gnus-picon-style'.
26839
26840 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26841
26842         * message.el (message-fill-field): Return point.
26843         (message-generate-headers): Go to end of field.
26844
26845         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26846         stuff for non-living groups.
26847
26848 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26849
26850         * gnus-art.el (gnus-article-followup-with-original)
26851         (gnus-article-reply-with-original): gnus-mark-active-p ->
26852         gnus-region-active-p.
26853
26854 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26855
26856         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26857         only when there is spam or ham to be processed.
26858
26859 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26860
26861         * mail-source.el (mail-source-delete-crash-box): Refactor.
26862         (mail-source-fetch): Use it.
26863         (mail-source-fetch-file): Ditto.
26864         (mail-source-fetch-directory): Run postscript in loop.
26865         (mail-source-fetch-pop): Delete.
26866         (mail-source-fetch-maildir): Ditto.
26867         (mail-source-fetch-imap): Ditto.
26868
26869         * imap.el (imap-authenticators): Comment out sasl.
26870
26871         * message.el (message-skip-to-next-address): New function.
26872         (message-fill-header-address): Refactor.
26873         (message-fill-address): Use it.
26874         (message-delete-address): Use it.
26875         (message-fill-header-general): Refactor.
26876         (message-fill-field-address): Rename.
26877         (message-narrow-to-field): Find the start of the header.
26878         (message-header-format-alist): Don't pre-fill.
26879         (message-fill-header): Remove.
26880         (message-insert-header): New function.
26881         (message-shorten-references): Use it.
26882
26883         * rfc2047.el (rfc2047-field-value): Strip props.
26884
26885         * mail-parse.el (mail-header-make-address): New alias.
26886
26887         * ietf-drums.el (ietf-drums-make-address): New function.
26888
26889         * imap.el: Add compiler directives.
26890
26891         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26892
26893         * gnus-art.el (article-decode-idna-rhs): Don't use
26894         message-idna-inside-rhs-p.
26895
26896 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26897
26898         * message.el (message-idna-inside-rhs-p): Remove.
26899         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26900
26901         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26902         false positives.
26903
26904 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26905
26906         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26907
26908 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26909
26910         * nneething.el (nneething-file-name): Don't create spurious
26911         files.
26912
26913         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26914         (gnus-inews-do-gcc): Remove sleep.
26915
26916         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26917         part under point.
26918
26919         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26920         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26921
26922 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26923
26924         * spam.el (spam-summary-prepare-exit): Fix (length).
26925
26926 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26927
26928         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26929         as expired without moving it" message when there are spam
26930         messages left.
26931
26932 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26933
26934         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26935         header is not nil.
26936
26937 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26938
26939         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26940         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26941         (nntp-marks-changed-p): New arg SERVER.
26942         (nntp-request-update-info): Adjust caller.
26943
26944 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26945
26946         * nntp.el (nntp-save-marks): Pass missing arg.
26947
26948 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26949
26950         * nntp.el: Support marks.
26951         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26952         (nntp-marks-modtime, nntp-marks-directory): New variables.
26953         (nntp-request-set-mark, nntp-request-update-info)
26954         (nntp-possibly-create-directory, nntp-marks-changed-p)
26955         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26956         New functions.
26957
26958 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26959
26960         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26961         (gnus-xmas-redefine): Rename.
26962
26963         * gnus-score.el (gnus-score-insert-help):
26964         Use gnus-select-lowest-window.
26965
26966         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26967         appt-select-lowest-window and rename to gnus-select-lowest-window.
26968
26969         * gnus.el: do.
26970
26971 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26972
26973         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26974         encodings of MIME-encoded words, in order to improve
26975         interoperability with several broken MUAs.
26976
26977 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26978
26979         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26980         tags, only when charsets are not specified in headers.
26981         (mm-inline-text-html-render-with-w3m): Ditto.
26982
26983         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26984         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26985
26986 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26987
26988         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26989         instead of MIME-decoded from fields when checking
26990         `gnus-article-address-banner-alist'.
26991
26992 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26993
26994         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26995         description rather than subject.
26996
26997 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26998
26999         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
27000
27001 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27002
27003         * gnus.el (gnus-version-number): Bump.
27004
27005 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27006
27007         * gnus.el: No Gnus v0.2 is released.
27008
27009 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27010
27011         * gnus-agent.el (gnus-agent-read-agentview):
27012         Inline gnus-uncompress-range.
27013
27014 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27015
27016         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
27017         `exec-installed-p'.
27018
27019 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27020
27021         * gnus.el (spam-process, spam-autodetect-methods):
27022         Add bsfilter and bsfilter-headers.
27023
27024         * spam.el (spam-bsfilter): New customize group.
27025         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
27026         (spam-bsfilter-header, spam-bsfilter-probability-header)
27027         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
27028         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
27029         (spam-bsfilter-database-directory): New options.
27030         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
27031         (spam-list-of-statistical-checks, spam-registration-functions):
27032         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
27033         (spam-bsfilter-score): New command.
27034         (spam-check-bsfilter-headers, spam-check-bsfilter)
27035         (spam-bsfilter-register-with-bsfilter)
27036         (spam-bsfilter-register-spam-routine)
27037         (spam-bsfilter-unregister-spam-routine)
27038         (spam-bsfilter-register-ham-routine)
27039         (spam-bsfilter-unregister-ham-routine): New functions.
27040         (spam-generic-score): Support bsfilter; Accept an optional argument
27041         to recalcurate spam score even if scoring header has already been
27042         added.
27043         (spam-bogofilter-score, spam-spamassassin-score): Accept an
27044         optional argument to recalcurate spam score even if scoring header
27045         has already been added.
27046
27047 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
27048
27049         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
27050         strings!  Reported by David D. Smith <davidsmith@acm.org>.
27051         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
27052         link is missing.
27053
27054 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
27055
27056         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
27057         (html2text-get-attr): Rewrite.
27058
27059         * message.el (message-setup-1): Remove redundant put-text-property
27060         on mail-header-separator.
27061
27062 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
27063
27064         * gnus-registry.el (gnus-registry-cache-whitespace)
27065         (gnus-registry-action, gnus-registry-spool-action)
27066         (gnus-registry-split-fancy-with-parent): Change message levels
27067         from 5 to 3 or 7, as needed.
27068
27069         * spam.el (spam-summary-prepare-exit)
27070         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
27071         (spam-split, spam-find-spam, spam-log-undo-registration)
27072         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
27073         level from 5 to 6.
27074
27075 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27076
27077         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27078         2004-03-04 change).
27079
27080 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27081
27082         * sieve-manage.el (sieve-manage-open):
27083         * nnweb.el (nnweb-insert-html):
27084         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27085         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27086         * nnspool.el (nnspool-request-group):
27087         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27088         * nnml.el (nnml-request-update-info):
27089         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27090         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27091         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27092         (nnimap-request-set-mark):
27093         * nnfolder.el (nnfolder-request-update-info):
27094         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27095         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27096         * gnus-uu.el (gnus-uu-find-articles-matching):
27097         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27098         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27099         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27100         * gnus-nocem.el (gnus-nocem-scan-groups):
27101         * gnus-int.el (gnus-start-news-server):
27102         * gnus-group.el (gnus-group-make-kiboze-group)
27103         (gnus-group-browse-foreign-server):
27104         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27105         Use mapc when appropriate.
27106
27107 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27108             Adam Sjøgren  <asjo@koldfront.dk>
27109             Wes Hardaker  <wes@hardakers.net>
27110             Michael Shields  <shields@msrl.com>
27111
27112         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27113         may need for spam sorting and scoring.
27114         (spam-user-format-function-S): Add user format function suitable for
27115         general use.
27116         (spam-article-sort-by-spam-status): Add sorting function for summary
27117         sorting.
27118         (spam-extra-header-to-number): Add function to get a score from a
27119         header.
27120         (spam-summary-score): Add function to get a numeric score from the
27121         headers.
27122         (spam-generic-score): Fix function doc, was in wrong place.
27123         (spam-initialize): Take symbols when it's run, and install the
27124         extra headers that spam-necessary-extra-headers thinks we need.
27125
27126 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27127
27128         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27129         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27130
27131 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27132
27133         * gnus-sum.el (gnus-set-global-variables)
27134         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27135         (gnus-article-get-xrefs, gnus-summary-best-group)
27136         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27137         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27138         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27139         Use with-current-buffer.
27140
27141 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27142
27143         * spam.el (spam-summary-prepare-exit): Simplify logic.
27144         (spam-fetch-article-header): Read the article header if it's not
27145         available.
27146         (spam-list-articles): Simplify logic.
27147         (spam-filelist-register-routine): Fix bug with unregister-list.
27148
27149         * gnus-registry.el: Fix comments at beginning.
27150
27151 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27152
27153         * message.el (message-cater-to-broken-inn): Remove.
27154         (message-shorten-references): Make sure the total folded length of
27155         References is shorter than 998 characters to cater to a bug in INN
27156         2.3.  Also, don't pretend that references aren't folded -- this
27157         hasn't worked for a while.
27158
27159 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27160
27161         * gnus-agent.el (gnus-agentize):
27162         gnus-agent-send-mail-real-function no longer set to current value
27163         of message-send-mail-function but rather a lambda that calls
27164         message-send-mail-function.  The change makes the agent real-time
27165         responsive to user changes to message-send-mail-function.
27166
27167 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27168
27169         * legacy-gnus-agent.el
27170         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27171         help from Florian Weimer <fw@deneb.enyo.de>
27172
27173 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27174
27175         * nnmail.el (nnmail-cache-insert): Revert last change.
27176
27177 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27178
27179         * nnmail.el (nnmail-cache-insert): Always check whether
27180         nnmail-cache-ignore-groups matches a group name.
27181
27182 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27183
27184         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27185         (spam-find-spam, spam-log-processing-to-registry)
27186         (spam-log-registered-p, spam-log-unregistration-needed-p)
27187         (spam-log-undo-registration): Use gnus-message instead of
27188         gnus-error, none of these errors are fatal.
27189
27190         * gnus-registry.el (gnus-registry-clean-empty-function)
27191         (gnus-registry-clean-empty): Remove only empty entries without
27192         extra data.
27193
27194 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27195
27196         * spam-stat.el (spam-stat-buffer-change-to-spam)
27197         (spam-stat-buffer-change-to-non-spam): Change (error) to
27198         (gnus-message 8) invocation.
27199
27200 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27201
27202         * nntp.el (nntp-via-netcat-command): New variable.
27203         (nntp-via-netcat-switches): New variable.
27204         (nntp-open-via-rlogin-and-netcat): New function.
27205         (nntp-open-connection-function): Doc fix.
27206         (nntp-telnet-command): Doc fix.
27207         (nntp-end-of-line): Doc fix.
27208         (nntp-via-rlogin-command): Doc fix.
27209         (nntp-via-user-name): Doc fix.
27210         (nntp-via-address): Doc fix.
27211
27212 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27213
27214         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27215         error in Emacs 21.1.
27216
27217 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27218
27219         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27220
27221 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27222
27223         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27224         (gnus-agent-with-refreshed-group): New macro.
27225         (gnus-agent-rename-group): New function.
27226         (gnus-agent-delete-group): New function.
27227         (gnus-agent-save-group-info): Use gnus-command-method when
27228         `method' parameter is nil.  Don't write nil entries into the
27229         active file.
27230         (gnus-agent-get-group-info): New function.
27231         (gnus-agent-fetch-articles):
27232         Use gnus-agent-update-files-total-fetched-for to increment disk space
27233         used.
27234         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27235         Use gnus-agent-update-view-total-fetched-for to increment disk space
27236         used.
27237         (gnus-agent-get-local): Add optional parameters to avoid calling
27238         gnus-group-real-name and gnus-find-method-for-group.
27239         (gnus-agent-set-local): Delete stored entry if either min, or max,
27240         are nil.
27241         (gnus-agent-fetch-session): Reworded error/quit messages.
27242         On quit, use gnus-agent-regenerate-group to record existance of any
27243         articles fetched to disk before the quit occurred.
27244         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27245         gnus-agent-update-view-total-fetched-for, and
27246         gnus-agent-update-files-total-fetched-for to decrement disk space
27247         used.
27248         (gnus-agent-retrieve-headers):
27249         Use gnus-agent-update-view-total-fetched-for to increment disk space
27250         used.
27251         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27252         with gnus-agent-update-files-total-fetched-for to decrement disk
27253         space and fresh group buffer.
27254         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27255         (gnus-agent-need-update-total-fetched-for): New variable.
27256         (gnus-agent-update-files-total-fetched-for): New function.
27257         (gnus-agent-update-view-total-fetched-for): New function.
27258         (gnus-agent-total-fetched-for): New function.
27259
27260         * gnus-cache.el (gnus-cache-save-buffers):
27261         Use gnus-cache-update-overview-total-fetched-for to change disk space
27262         used by this group.
27263         (gnus-cache-possibly-enter-article):
27264         Use gnus-cache-update-file-total-fetched-for to increment disk space
27265         used by this group.
27266         (gnus-cache-possibly-remove-article):
27267         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27268         used by this group.
27269         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27270         (gnus-cache-rename-group): New function.
27271         (gnus-cache-delete-group): New function.
27272         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27273         (gnus-cache-need-update-total-fetched-for): New variable.
27274         (gnus-cache-with-refreshed-group): New macro.
27275         (gnus-cache-update-file-total-fetched-for): New function.
27276         (gnus-cache-update-overview-total-fetched-for): New function.
27277         (gnus-cache-rename-group-total-fetched-for): New function.
27278         (gnus-cache-delete-group-total-fetched-for): New function.
27279         (gnus-cache-total-fetched-for): New function.
27280
27281         * gnus-group.el: Require gnus-sum and autoload functions to
27282         resolve warnings when gnus-group.el compiled alone.
27283         (gnus-group-line-format): Document new %F.
27284         (size of Fetched data) group line format; identifies disk space
27285         used by agent and cache.
27286         (gnus-group-line-format-alist): Define new F format.
27287         (gnus-total-fetched-for): New function.
27288         (gnus-group-delete-group): No longer update
27289         gnus-cache-active-altered as gnus-request-delete-group now keeps
27290         the cache in sync.
27291         (gnus-group-list-active): Let the agent store a server's active
27292         list if currently plugged.
27293
27294         * gnus-int.el (gnus-request-delete-group):
27295         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27296         local disk in sync with the server.
27297         (gnus-request-rename-group):
27298         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27299         local disk in sync with the server.
27300
27301         * gnus-start.el (gnus-get-unread-articles):
27302         Cosmetic simplification to logic.
27303
27304         * gnus-util.el (gnus-rename-file): New function.
27305
27306 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27307
27308         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27309
27310 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27311
27312         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27313         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27314
27315 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27316
27317         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27318         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27319
27320 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27321
27322         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27323
27324 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27325
27326         * spam.el (spam-set-difference): Add function to replace
27327         gnus-set-difference in spam.el.
27328         (spam-summary-prepare-exit): Use spam-set-difference.
27329
27330 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27331
27332         * gnus-registry.el (gnus-registry-cache-file): Update to use
27333         gnus-dribble-directory OR gnus-home-directory OR ~.
27334         (gnus-registry-split-fancy-with-parent): Fix doc.
27335
27336 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27337
27338         * message.el (message-exchange-point-and-mark):
27339         Use message-mark-active-p.  Suggested by Jesper Harder
27340         <harder@ifa.au.dk>.
27341
27342 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27343
27344         * message.el (message-exchange-point-and-mark): Don't activate
27345         region if it was inactive.  Suggested by Hiroshi Fujishima
27346         <pooh@nature.tsukuba.ac.jp>.
27347
27348 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27349
27350         * gnus-art.el (article-display-face): Display Faces in the same
27351         order as X-Faces.
27352
27353 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27354
27355         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27356
27357 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27358
27359         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27360         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27361         (gnus-article-mime-hierarchy): Remove.
27362         (gnus-article-mime-hierarchy-next): Remove.
27363         (gnus-article-mode): Revert 2004-03-19 change.
27364         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27365         (gnus-insert-mime-button): Revert 2004-03-19 change.
27366         (gnus-mime-accumulate-hierarchy): Remove.
27367         (gnus-mime-enter-multipart): Remove.
27368         (gnus-mime-leave-multipart): Remove.
27369         (gnus-mime-display-part): Revert 2004-03-19 change.
27370         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27371
27372         * mml.el (mml-preview): Revert 2004-03-19 change.
27373
27374 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27375
27376         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27377
27378 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27379
27380         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27381         t while entering a file name using the mm-with-multibyte macro.
27382         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27383
27384         * mm-util.el (mm-with-multibyte): New macro.
27385
27386 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27387
27388         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27389         New user option.
27390         (gnus-mime-multipart-functions): Doc and customization fix.
27391         (gnus-article-mime-hierarchy): New variable.
27392         (gnus-article-mime-hierarchy-next): New variable.
27393         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27394         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27395         gnus-article-mime-hierarchy-next to nil.
27396         (gnus-insert-mime-button): Show hierarchy numbers.
27397         (gnus-mime-accumulate-hierarchy): New function.
27398         (gnus-mime-enter-multipart): New function.
27399         (gnus-mime-leave-multipart): New function.
27400         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27401         (gnus-mime-display-alternative): Show hierarchy numbers.
27402
27403         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27404         gnus-article-mime-hierarchy-next to nil.
27405
27406 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27407
27408         * dns.el: Don't require gnus-xmas.
27409
27410 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27411
27412         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27413         inline PGP.
27414         (mml-menu): Disable mml-quote-region if mark is inactive.
27415
27416 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27417
27418         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27419         when the group's active is not available.
27420
27421 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27422
27423         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27424         error.
27425
27426 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27427
27428         * imap.el (imap-store-password): New variable.
27429         (imap-interactive-login): Use it.
27430         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27431
27432 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27433
27434         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27435         window-start and hscroll to summary window.
27436
27437 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27438
27439         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27440         conversion message to newsrc-dribble when an actual conversion is
27441         performed.
27442
27443 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27444
27445         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27446
27447 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27448
27449         * mm-decode.el (mm-complicated-handles): New function reviving
27450         former definition of mm-multiple-handles.
27451
27452         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27453         (gnus-mime-delete-part): Use it.
27454
27455 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27456
27457         * gnus-agent.el (gnus-agent-read-local):
27458         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27459         avoid the implicit assumption that they will always be equal.
27460         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27461         coding-system-for-write, as the with-temp-file macro first prints
27462         to a buffer then saves the buffer.
27463
27464 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27465
27466         * gnus-art.el (gnus-article-edit-part): New function.
27467         (gnus-mime-save-part-and-strip): Use it; do query instead of
27468         signaling an error; don't use mm-multiple-handles.
27469         (gnus-mime-delete-part): Ditto.
27470
27471 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27472
27473         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27474         old file versions.
27475         (gnus-group-prepare-hook): Remove function that converted list
27476         form of gnus-agent-expire-days to group properties.
27477
27478         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27479         (gnus-request-accept-article): Re-indented.
27480
27481         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27482         converters to handle old agent file formats.  Add logic for a
27483         "backup before upgrading warning".
27484         (gnus-convert-mark-converter-prompt): Developers can mark
27485         functions as needing (default), or not needing,
27486         gnus-convert-old-newsrc's "backup before upgrading warning".
27487         (gnus-convert-converter-needs-prompt): Tests whether the user
27488         should be protected from potentially irreversable changes by the
27489         function.
27490
27491         * legacy-gnus-agent.el: New.  Provides converters that are only
27492         loaded when gnus-convert-old-newsrc needs to call them.
27493
27494 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27495
27496         * mail-source.el (mail-source-touch-pop): Doc fix.
27497
27498         * message.el (message-smtpmail-send-it): Doc fix.
27499
27500 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27501
27502         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27503
27504         * nnmail.el (nnmail-split-fancy): do.
27505
27506         * gnus-kill.el (gnus-kill, gnus-execute): do.
27507
27508 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27509
27510         * gnus-sum.el (gnus-widget-reversible-match)
27511         (gnus-widget-reversible-to-internal)
27512         (gnus-widget-reversible-to-external): New functions.
27513         (gnus-widget-reversible): New widget.
27514         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27515
27516 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27517
27518         * gnus-sum.el (gnus-thread-sort-functions)
27519         (gnus-article-sort-functions): Document `(not F)' items.
27520
27521 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27522
27523         * spam.el (spam-use-gmane-xref): Add new backend.
27524         (spam-gmane-xref-spam-group): Add variable to control the name of the
27525         Gmane spam group.
27526         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27527         (spam-regex-headers-spam, spam-regex-headers-ham)
27528         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27529         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27530         backends and checks.
27531         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27532
27533         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27534         an autodetect method.
27535
27536 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27537
27538         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27539         articles are being added to a group.
27540         (gnus-request-replace-article): Inform the agent that articles
27541         need to be uncached as the cached contents are no longer valid.
27542
27543 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27544
27545         * binhex.el: Don't autoload executable-find.
27546
27547         * canlock.el: Don't autoload mail-fetch-field.
27548
27549         * dgnushack.el: Autoload c-mode for XEmacs.
27550
27551         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27552
27553         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27554         rmail-dont-reply-to and rmail-output.
27555
27556         * gnus-score.el: Don't autoload ffap-string-at-point.
27557
27558         * gnus-setup.el: Don't autoload sc-cite-original.
27559
27560         * imap.el: Don't autoload base64-decode-string,
27561         base64-encode-string and md5.
27562
27563         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27564         and rmail-msg-restore-non-pruned-header.
27565
27566         * mm-decode.el: Don't autoload executable-find.
27567
27568         * mm-url.el: Don't autoload executable-find.
27569
27570         * mm-view.el: Don't autoload diff-mode.
27571
27572         * nndb.el: Don't autoload news-reply-mode, news-setup,
27573         cancel-timer and telnet.
27574
27575         * password.el: Don't autoload run-at-time for Emacs.
27576
27577         * sha1-el.el: Don't autoload executable-find.
27578
27579         * sieve-mode.el: Don't autoload c-mode.
27580
27581         * uudecode.el: Don't autoload executable-find.
27582
27583 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27584
27585         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27586         (gnus-agent-possibly-alter-active): Avoid null in numeric
27587         comparison.
27588         (gnus-agent-set-local): Refuse to save null in local object table.
27589         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27590         list of articles that will be marked as unread.
27591
27592 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27593
27594         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27595
27596 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27597
27598         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27599         language tags.
27600
27601 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27602
27603         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27604         Don't bind "obarray".
27605
27606         * gnus-sum.el (gnus-thread-sort-functions):
27607         Add `gnus-thread-sort-by-most-recent-number' and
27608         `gnus-thread-sort-by-most-recent-date'.
27609         Reported by Kai Grossjohann <kai@emptydomain.de>.
27610
27611 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27612
27613         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27614
27615 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27616
27617         * gnus-cus.el (gnus-agent-customize-category):
27618         Remove ignore-errors macro reference that required cl to be loaded at
27619         run-time.
27620
27621         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27622         single-interval range of the form (min . max).  Previously the
27623         range had to look like ((min . max)).  Likewise, return
27624         (min . max) rather than ((min . max)).
27625         (gnus-range-map): Use gnus-range-normalize to accept
27626         single-interval range.
27627
27628         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27629         the cache, but not the agent, now appear with their usual face.
27630
27631         * dgnushack.el (loaddir): New variable that is bound to the
27632         directory containing the dgnushack.el file.  Use loaddir, rather
27633         than srcdir, to update load-path.  Change lets dgnushack compile
27634         code in directories other than GNUS/lisp.
27635
27636 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27637
27638         * lpath.el: Don't bind w3m-safe-url-regexp.
27639
27640         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27641         w3m-safe-url-regexp variable buffer-local.
27642
27643         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27644
27645 2004-02-27  Simon Josefsson  <jas@extundo.com>
27646
27647         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27648         gnus-group-real-prefix.
27649         (gnus-summary-move-article): Use it, instead of
27650         gnus-group-real-prefix.
27651
27652 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27653
27654         * lpath.el: Bind w3m-safe-url-regexp.
27655
27656         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27657         w3m-safe-url-regexp variable buffer-local and set it as the value
27658         of mm-w3m-safe-url-regexp.
27659
27660         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27661
27662         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27663         parsing gnus-posting-styles when the message is not for replying.
27664
27665         * dgnushack.el: Autoload sgml-mode for XEmacs.
27666
27667         * nnrss.el (nnrss-opml-export):
27668         Use mm-set-buffer-file-coding-system instead of
27669         set-buffer-file-coding-system.
27670
27671 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27672
27673         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27674         of checkdoc.el).
27675         * nnrss.el: do.
27676         * gnus-mlspl.el: do.
27677         * gnus-ml.el: do.
27678         * gnus-srvr.el: do.
27679
27680         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27681
27682 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27683
27684         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27685         Corrections to custom-manual links.
27686
27687         * gnus-art.el (gnus-article): Ditto.
27688
27689         * mm-decode.el (mime-display, mime-security): Ditto.
27690
27691 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27692
27693         * flow-fill.el: Typo.
27694
27695 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27696
27697         * spam-wash.el: New file.
27698
27699 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27700
27701         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27702
27703 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27704
27705         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27706         to be run with new-articles as LIST1, not LIST2.
27707         (spam-registration-functions): Add spam-use-ham-copy as a nil
27708         registration backend.
27709
27710 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27711
27712         * spam-stat.el (spam-stat-washing-hook): New option.
27713         (spam-stat-buffer-words): Use it.
27714         (spam-stat-process-directory, spam-stat-test-directory):
27715         Use insert-file-contents-literally.
27716         (spam-stat-coding-system): New variable.
27717         (spam-stat-load, spam-stat-save): Use it.
27718
27719 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27720
27721         * spam-report.el (spam-report-plug-agent):
27722         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27723
27724 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27725
27726         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27727         Allow / in mailto URLs.
27728
27729 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27730
27731         * spam-report.el (spam-report-process-queue): Fix interactive use.
27732         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27733         (spam-report-unplug-agent): Doc fixes.
27734         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27735         (spam-report-agentize, spam-report-deagentize): Autoload.
27736
27737 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27738
27739         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27740
27741         * message.el (message-setup-fill-variables): Add mml tags to
27742         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27743         <ajk@iu.edu>.
27744         (message-mode): Don't modify paragraph-separate there.
27745
27746 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27747
27748         * compface.el (uncompface-use-external): Default to undecided.
27749         (uncompface-use-external-threshold): New variable.
27750         (uncompface-float-time): New macro.
27751         (uncompface): Determine whether to use the external decoder if
27752         uncompface-use-external is undecided.
27753
27754 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27755
27756         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27757         after images.
27758
27759         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27760
27761 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27762
27763         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27764
27765         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27766
27767         * gnus-sum.el (gnus-summary-limit-to-age)
27768         (gnus-summary-limit-children): do.
27769
27770         * gnus-int.el (gnus-request-scan): do.
27771
27772         * gnus-group.el (gnus-group-suspend): do.
27773
27774         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27775
27776         * gnus-cite.el (gnus-cite-parse-attributions): do.
27777
27778         * gnus-agent.el (gnus-summary-set-agent-mark)
27779         (gnus-agent-regenerate-group): do.
27780
27781         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27782
27783         * binhex.el (binhex-decode-region-internal): do.
27784
27785 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27786
27787         * gnus-fun.el (gnus-face-properties-alist): New user option.
27788         (gnus-display-x-face-in-from): Use it.
27789
27790         * gnus-art.el (article-display-face): Ditto.
27791
27792         * compface.el (uncompface-use-external): Default to nil.
27793
27794 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27795
27796         * nntp.el (nntp-erase-buffer): New function.
27797         (nntp-retrieve-data, nntp-send-command)
27798         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27799         (nntp-possibly-change-group): Use it.
27800
27801         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27802         Use with-current-buffer.
27803
27804 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27805
27806         * compface.el: Merge the ELisp-based uncompface program.
27807         (compface): New customization group.
27808         (uncompface-use-external): New user option.
27809         (uncompface): Call uncompface-internal if uncompface-use-external
27810         is nil.
27811         (uncompface-internal): New function.  Note that there are also
27812         some other functions and variables added for this function.
27813
27814 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27815
27816         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27817         if necessary.
27818
27819 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27820
27821         * spam-report.el (spam-report-unplug-agent)
27822         (spam-report-plug-agent, spam-report-deagentize)
27823         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27824         Add support for the Agent in spam-report: when unplugged, report to a
27825         file; when plugged, submit all the requests.
27826
27827         * spam.el (spam-register-routine): Fix message about
27828         registration.
27829
27830 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27831
27832         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27833         dependencies.
27834         (rfc2047-encode): Use it.
27835
27836         * gnus-art.el (gnus-button-marker-list): Move before first
27837         reference.
27838
27839         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27840         (imap-parse-body): Fix format string mismatch.
27841
27842         * gnus-score.el (gnus-summary-increase-score): do.
27843
27844         * nnrss.el (nnrss-close): New function.
27845
27846 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27847
27848         * nnrss.el (nnrss-make-filename): New function.
27849         (nnrss-request-delete-group, nnrss-read-server-data)
27850         (nnrss-save-server-data, nnrss-read-group-data)
27851         (nnrss-save-group-data): Use it.
27852         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27853         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27854         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27855
27856 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27857
27858         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27859
27860 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27861
27862         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27863         files.
27864
27865         * message.el (message-generate-headers-first): Don't quote nil
27866         and t in docstrings.
27867
27868         * imap.el (imap-id): do.
27869
27870         * gnus-agent.el (gnus-agent-consider-all-articles)
27871         (gnus-agent-queue-mail): do.
27872
27873 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27874
27875         * spam-report.el (spam-report-process-queue): New function.
27876         Process requests from `spam-report-requests-file'.
27877         (spam-report-process-queue): Doc fix.
27878
27879 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27880
27881         * spam.el (spam-register-routine)
27882         (spam-log-processing-to-registry, spam-log-registered-p)
27883         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27884         Change "check" to "spam-check" for semi-clarity.
27885
27886 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27887
27888         * pop3.el: Require nnheader.
27889
27890         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27891
27892         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27893
27894         * gnus-picon.el: Require cl.
27895
27896         * gnus-fun.el: Require gnus-ems and gnus-util.
27897
27898         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27899
27900         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27901
27902         * gnus-art.el (gnus-article-edit-mode): Define before first
27903         reference.
27904
27905 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27906
27907         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27908         (gnus-uu-post-encoded): Use point-at-bol.
27909
27910         * gnus-topic.el (gnus-group-active-topic-p): do.
27911
27912         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27913
27914         * gnus-group.el (gnus-group-kill-region): do.
27915
27916         * gnus-art.el (article-date-ut): do.
27917
27918         * message.el (message-fetch-field): Remove redundant
27919         case-fold-search binding.
27920         (message-narrow-to-field): Simplify.
27921
27922 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27923
27924         * spam.el (spam-directory): Derive from `gnus-directory'.
27925
27926         * spam-report.el (spam-report-url-to-file)
27927         (spam-report-requests-file): New function and variable for offline
27928         reporting.
27929         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27930         and user defined function.
27931         (spam-report-url-ping-mm-url): Remove doubled slash.
27932
27933 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27934
27935         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27936
27937 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27938
27939         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27940         Fix format string mismatch.
27941
27942         * sieve.el (sieve-deactivate-all): do.
27943
27944         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27945
27946         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27947
27948         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27949
27950         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27951
27952 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27953
27954         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27955         the list of checks.
27956
27957 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27958
27959         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27960         padding.
27961
27962 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27963
27964         * mm-view.el (mm-fill-flowed): New variable.
27965         (mm-inline-text): Use it.
27966
27967 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27968
27969         * spam.el (spam-spamassassin-register-ham-routine)
27970         (spam-spamassassin-register-spam-routine): Fix function names.
27971
27972 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27973
27974         * gnus.el (gnus-tmp-grouplens): Remove.
27975         (gnus-summary-line-format): Remove grouplens.
27976
27977         * gnus-group.el (gnus-group-line-format): Ditto.
27978
27979         * gnus-spec.el (gnus-format-specs): Ditto.
27980         (gnus-update-format-specifications): Flush the group format spec
27981         cache if there's the grouplens stuff.
27982         (gnus-parse-simple-format): Replace %l with the empty string.
27983
27984 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27985
27986         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27987         omission.
27988
27989 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27990
27991         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27992         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27993
27994 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27995
27996         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27997         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27998         New macros and functions.
27999         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
28000         Handle > NLINK_MAX messages.
28001         * nnmaildir.el (nnmaildir-request-set-mark):
28002         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
28003
28004 2004-01-25  Alex Schroeder  <alex@gnu.org>
28005
28006         * spam-stat.el (spam-stat-process-directory-age): New option.
28007         (spam-stat-process-directory): Use it.
28008
28009 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
28010
28011         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
28012         (spam-stat-save): Accept prefix argument.
28013
28014 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
28015
28016         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
28017         links" error.
28018
28019 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
28020
28021         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
28022         the rest of the and/or forms.
28023
28024 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28025
28026         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
28027         compatibility with old .newsrc.eld files.
28028
28029         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
28030
28031         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
28032
28033         * gnus-start.el (gnus-1): do.
28034
28035         * gnus-group.el (gnus-group-line-format-alist): do.
28036
28037         * gnus.el (gnus-use-grouplens, gnus-visual): do.
28038
28039         * gnus-gl.el: Remove.
28040
28041 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28042
28043         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
28044         marks consisting of a single range {for example, (3 . 5)} rather
28045         than a list of a single range { ((3 . 5)) }.
28046
28047 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28048
28049         * spam-stat.el (spam-stat-store-gnus-article-buffer):
28050         Use with-current-buffer.
28051         (spam-stat-store-current-buffer): Use insert-buffer-substring to
28052         avoid consing a string.
28053
28054         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
28055         Remove obsolete entries for big5 and gb2312.
28056
28057 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28058
28059         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
28060         uncompressed list.
28061
28062 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
28063
28064         * spam-stat.el (spam-stat-strip-xref): New function.
28065         (spam-stat-process-directory): Use it.
28066
28067         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
28068         here -- it's done in message-fetch-field.
28069
28070 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28071
28072         * gnus-agent.el (gnus-agent-queue-mail)
28073         (gnus-agent-prompt-send-queue): New variables.
28074         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
28075         * gnus-draft.el (gnus-group-send-queue): Pass the group name
28076         "nndraft:queue" along to gnus-draft-send.
28077         Use gnus-agent-prompt-send-queue.
28078         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28079         is "nndraft:queue".  Suggested by Gaute Strokkenes
28080         <gs234@srcf.ucam.org>
28081
28082         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28083         (agent-enable-undownloaded-faces): Add.
28084         (gnus-agent-cat-groups): Use eval-and-compile, not
28085         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28086         method of gnus-agent-cat-groups even when the buffer has been
28087         evaled.
28088         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28089         delete gnus-agent-save-active-1.
28090         (gnus-agent-save-groups): Delete.  Identical to
28091         gnus-agent-save-active.
28092         (gnus-agent-write-active): No longer adjust agent's copy of active
28093         file as agent's adjustments are now stored in their own
28094         file.  Remove optional parameter.
28095         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28096         servers.  Add use of min/max range limits from server's local
28097         file.
28098         (gnus-agent-save-alist): Remove unused optional argument.
28099         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28100         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28101         (gnus-agent-set-local): A per-server file that keeps min/max range
28102         limits for articles known to the agent.  Provides a fast mechanism
28103         for altering many active ranges.
28104         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28105         active file (local makes it unnecessary).
28106         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28107
28108         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28109         (agent-enable-undownloaded-faces): Add.
28110
28111         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28112         disable it when sending to "nndraft:queue".
28113         (gnus-group-send-queue): Add safety check to avoid sending queue
28114         when unplugged.
28115
28116         * gnus-group.el (gnus-group-catchup): Use new
28117         gnus-sequence-of-unread-articles, not
28118         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28119         numbers of articles.  Use gnus-range-map to avoid having to
28120         uncompress the unread list.
28121         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28122         Fix invalid ange-ftp reference.
28123
28124         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28125         (gnus-sorted-range-intersection): Intersection of two ranges
28126         without requiring that they first be uncompressed.
28127
28128         * gnus-start.el (gnus-activate-group): Unless blocked by the
28129         caller, possibly expand the active range to include both cached
28130         and agentized articles.
28131         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28132         multiple version-dependent converters.
28133         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28134         gnus-agent-save-active.
28135         (gnus-save-newsrc-file): Save dirty agent range limits.
28136
28137         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28138         gnus-agent-possibly-alter-active.
28139         (gnus-adjust-marked-articles): Faster handling of simple lists.
28140
28141 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28142
28143         * spam-stat.el (spam-stat-test-directory): New optional argument
28144         displays a list of files detected.  Suggested by Andrew Cohen
28145         <cohen@andy.bu.edu>.
28146         (spam-stat-buffer-words-with-scores): Don't narrow and change
28147         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28148
28149 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28150
28151         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28152         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28153         (spam-spamassassin-arguments)
28154         (spam-spamassassin-spam-flag-header)
28155         (spam-spamassassin-positive-spam-flag-header)
28156         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28157         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28158         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28159         (spam-list-of-processors, spam-list-of-checks)
28160         (spam-list-of-statistical-checks, spam-registration-functions)
28161         (spam-check-spamassassin-headers, spam-check-spamassassin)
28162         (spam-spamassassin-score)
28163         (spam-spamassassin-register-with-sa-learn)
28164         (spam-spamassassin-register-spam-routine)
28165         (spam-spamassassin-register-ham-routine)
28166         (spam-assassin-register-spam-routine)
28167         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28168         (spam-bogofilter-score): Fix to show article before scoring.
28169
28170 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28171
28172         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28173         default scoring function.
28174         (spam-generic-score): Call spam-spamassassin-score if
28175         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28176         spam-bogofilter-score otherwise.
28177
28178         * gnus.el (spam-process, spam-autodetect-methods):
28179         Add spamassassin and spamassassin-headers.
28180
28181 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28182
28183         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28184         Suppress unnecessary messages.
28185
28186 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28187
28188         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28189         make-hash-table.
28190
28191 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28192
28193         * canlock.el (base64-encode-string): Don't autoload it.
28194
28195 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28196
28197         * run-at-time.el: Remove useless (require 'itimer),
28198         eval-and-compile and (featurep 'xemacs).
28199
28200 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28201
28202         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28203         GROUP is a virtual group.
28204
28205 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28206
28207         * gnus.el: Autoload `message-y-or-n-p'.
28208
28209 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28210
28211         * pgg-parse.el: Remove unnecessary (require 'custom).
28212
28213         * pgg-def.el: do.
28214
28215         * nnmail.el: do.
28216
28217         * gnus-undo.el: do.
28218
28219         * gnus-picon.el: do.
28220
28221         * gnus-util.el: do.
28222
28223 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28224
28225         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28226
28227 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28228
28229         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28230         handle, as well as a list.
28231
28232         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28233         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28234         (mm-w3m-cid-retrieve): Simplify.
28235
28236 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28237
28238         * message.el (message-kill-to-signature): Allow prefix arg to
28239         specify number of lines to keep before signature.
28240
28241 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28242
28243         * message.el (message-kill-to-signature): Change docstring.
28244
28245 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28246
28247         * canlock.el: Always require sha1-el.
28248         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28249
28250         * message.el: Autoload sha1 only when compiling.
28251
28252         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28253         eudc-expand-inline for XEmacs.
28254
28255 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28256
28257         * message.el (message-canlock-generate): Require sha1-el.
28258
28259 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28260
28261         * message.el (message-expand-name): Silence the byte compiler.
28262
28263         * lpath.el: Add detect-coding-system.
28264
28265         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28266         cus-edit.
28267
28268 2004-01-13  Simon Josefsson  <jas@extundo.com>
28269
28270         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28271         Invoke gnus-score-mode.
28272         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28273
28274         * gnus-range.el (gnus-compress-sequence): Doc fix.
28275         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28276
28277 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28278
28279         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28280
28281 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28282
28283         * spam.el (spam-get-article-as-string): Update to use
28284         gnus-request-article-this-buffer, much simpler.
28285         (spam-get-article-as-buffer): Remove.
28286
28287 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28288
28289         * message.el (message-expand-name): Use EUDC if the user uses that.
28290
28291 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28292
28293         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28294         character for the encoding to avoid consing a string.
28295
28296         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28297         unnecessarily.
28298
28299         * mm-util.el (mm-replace-chars-in-string): Remove.
28300
28301         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28302         of mm-replace-chars-in-string.
28303
28304 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28305
28306         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28307
28308         * mm-util.el (mm-subst-char-in-string): Support inplace.
28309
28310         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28311         a new string in every iteration.  Use shy groups.
28312
28313 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28314
28315         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28316         * gnus-soup.el (gnus-soup-group-brew):
28317         * gnus-msg.el (gnus-put-message):
28318         * gnus-move.el (gnus-group-move-group-to-server):
28319         * gnus-kill.el (gnus-batch-score):
28320         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28321         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28322         (gnus-group-update-group, gnus-group-read-group)
28323         (gnus-group-make-group, gnus-group-make-help-group)
28324         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28325         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28326         (gnus-group-sort-by-unread, gnus-group-catchup)
28327         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28328         (gnus-group-yank-group, gnus-group-set-info)
28329         (gnus-group-list-groups):
28330         * gnus.el (gnus-generate-new-group-name):
28331         * gnus-delay.el (gnus-delay-send-queue):
28332         * nnvirtual.el (nnvirtual-catchup-group):
28333         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28334         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28335         (gnus-group-prepare-topics, gnus-topic-check-topology):
28336         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28337         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28338         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28339         (gnus-group-make-articles-read):
28340         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28341         (gnus-group-change-level, gnus-kill-newsgroup)
28342         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28343         (gnus-get-unread-articles, gnus-make-articles-unread)
28344         (gnus-make-ascending-articles-unread): Use accessor
28345         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28346         to get group information for improved readability.
28347
28348
28349 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28350
28351         * gnus-art.el (article-decode-mime-words, article-babel)
28352         (gnus-article-highlight-signature, gnus-article-add-buttons)
28353         (gnus-signature-toggle): Use gnus-with-article-buffer.
28354
28355         * gnus-art.el (gnus-article-highlight-headers)
28356         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28357
28358         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28359         (gnus-article-set-globals, gnus-request-article-this-buffer)
28360         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28361         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28362         (gnus-mime-display-alternative): Use with-current-buffer.
28363
28364 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28365
28366         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28367         also under 80 char limit, and call gnus-error if needed.
28368         (spam-fetch-article-header): Fix - it was a
28369         buffer-local variable (gnus-newsgroup-data).
28370         (spam-find-spam): Use spam-generate-fake-headers, forget about
28371         spam-insert-fake-headers.
28372         (spam-insert-fake-headers): Remove.
28373
28374 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28375
28376         * deuglify.el (gnus-article-outlook-unwrap-lines)
28377         (gnus-outlook-rearrange-article)
28378         (gnus-outlook-repair-attribution-outlook)
28379         (gnus-outlook-repair-attribution-block)
28380         (gnus-outlook-repair-attribution-other): Remove redundant
28381         save-excursion.
28382
28383 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28384
28385         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28386         (spam-fetch-field-subject-fast)
28387         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28388         (spam-fetch-article-header): Add functions to deal with Gnus
28389         internals for fast retrieval of article header data.
28390         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28391
28392 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28393
28394         * pop3.el (pop3-md5): Remove.
28395         (pop3-apop): Replace pop3-md5 with md5.
28396
28397         * mm-bodies.el: base64 is always built-in.
28398
28399         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28400         Use with-current-buffer.
28401
28402 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28403
28404         * canlock.el (canlock-insert-header): Remove excessive grouping in
28405         regexp.
28406
28407         * gnus-sum.el (gnus-summary-read-document): Ditto.
28408
28409         * gnus-uu.el (gnus-uu-part-number): Ditto.
28410
28411         * html2text.el (html2text-remove-tags): Ditto.
28412         (html2text-format-tags): Ditto.
28413         (html2text-format-single-elements): Ditto.
28414
28415         * mml.el (mml-parse-1): Ditto.
28416
28417 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28418
28419         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28420
28421         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28422
28423         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28424
28425         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28426
28427 2003-11-15  Simon Josefsson  <jas@extundo.com>
28428
28429         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28430         (pgg-gpg-lookup-key): Use regexp match instead of
28431         split-string (split-string is different between emacs 21.2 and
28432         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28433
28434 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28435
28436         * gnus-art.el (gnus-mime-view-all-parts)
28437         (gnus-article-part-wrapper, gnus-article-view-part):
28438         Use with-current-buffer.
28439
28440 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28441
28442         * spam.el (spam-disable-spam-split-during-ham-respool)
28443         (spam-spamoracle-database, spam-cache-lookups)
28444         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28445         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28446         (spam-group-ham-marks, spam-group-spam-marks)
28447         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28448         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28449         also add spam-use-blackholes to the statistical checks.
28450         (spam-fetch-field-fast): Add interface to fetching fields, may
28451         become a macro.
28452         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28453         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28454         (spam-insert-fake-headers): Fake an article when needed.
28455         (spam-find-spam): Fake article when possible.
28456         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28457         (spam-check-bogofilter-headers): Use message-fetch-field instead
28458         of nnmail-fetch-field.
28459
28460 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28461
28462         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28463
28464 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28465
28466         * spam.el (spam-split): Do not require spam-use-CHECK to be
28467         enabled if that check is passed to spam-split explicitly; also
28468         fix so 'spam doesn't get converted to spam-split-group when
28469         spam-split-symbolic-return is t.
28470         (spam-find-spam): Find registrations of the article and use those
28471         instead of re-running spam-split to find the spam/ham
28472         classification of the article.
28473         (spam-log-processing-to-registry, spam-log-registered-p)
28474         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28475         Use gnus-error instead of gnus-message.
28476         (spam-log-registration-type): Add function to determine the
28477         classification of a message based on registry entries; will
28478         return nil if both 'spam and 'ham are found.
28479         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28480         a reasonably fast local cache without the loading errors.
28481         (spam-cache-lookups): Set to t by default.
28482         (spam-find-spam): Don't try to guess spam-cache-lookups.
28483         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28484         spam-caches entry.
28485         (spam-filelist-build-cache, spam-filelist-check-cache):
28486         Fix caching of whitelist/blacklist entries.
28487         (spam-check-whitelist, spam-check-blacklist):
28488         Invoke spam-from-listed-p with a type, not a cache variable.
28489         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28490
28491 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28492
28493         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28494
28495         * nnmail.el (nnmail-split-fancy): do.
28496
28497         * mml.el (mml-parse): do.
28498
28499         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28500         (gnus-score-adaptive): do.
28501
28502 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28503
28504         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28505         (gnus-mime-button-map): Don't set keymap parent.
28506         (gnus-button-ctan-directory-regexp): Use shy grouping.
28507         (gnus-prev-page-map): Don't set keymap parent.
28508         (gnus-prev-page-map): Remove duplicated one.
28509         (gnus-next-page-map): Don't set keymap parent.
28510         (gnus-mime-security-button-map): Ditto.
28511
28512         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28513         version number.
28514
28515         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28516
28517 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28518
28519         * canlock.el (canlock-sha1-function): Remove.
28520         (canlock-sha1-function-for-verify): Remove.
28521         (canlock-openssl-program): Remove.
28522         (canlock-openssl-args): Remove.
28523         (canlock-ignore-errors): Remove.
28524         (canlock-sha1-with-openssl): Remove.
28525         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28526         (canlock-verify): Don't use canlock-ignore-errors.
28527
28528         * sha1-el.el (sha1-string-external): Make it can return a string
28529         in binary form.
28530         (sha1-region-external): Ditto.
28531         (sha1-string-internal): Ditto.
28532         (sha1-region-internal): Ditto.
28533         (sha1-region): Ditto.
28534         (sha1-string): Ditto.
28535         (sha1): Ditto.
28536
28537 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28538
28539         * spam.el (spam-report-articles-gmane): New command.
28540
28541 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28542
28543         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28544
28545         * run-at-time.el (run-at-time-saved): Remove.
28546         (run-at-time): Doc fix.
28547
28548 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28549
28550         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28551         (gnus-summary-limit-map): Add it.
28552         (gnus-summary-make-menu-bar): do.
28553
28554 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28555
28556         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28557         Make attempt at some caching support (done for BBDB only now).
28558         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28559         addresses to be checked.
28560         (spam-clear-cache-BBDB): Add function, to be invoked by
28561         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28562         (spam-check-BBDB): Check and use the caches, if
28563         spam-cache-lookups is on, remove superfluous (provide).
28564
28565 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28566
28567         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28568
28569 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28570
28571         * run-at-time.el (run-at-time-saved): Move to after the definition
28572         of `run-at-time'.
28573
28574         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28575
28576 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28577
28578         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28579         mm-w3m-local-map-property.
28580
28581         * mm-view.el (mm-w3m-mode-map): Remove.
28582         (mm-w3m-local-map-property): Remove.
28583         (mm-inline-text-html-render-with-w3m): Don't use
28584         mm-w3m-local-map-property.
28585
28586 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28587
28588         * run-at-time.el: New file.
28589
28590         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28591         under Emacs.
28592
28593         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28594         of gnus-set-text-properties.
28595
28596         * gnus-uu.el (gnus-uu-save-article): Ditto.
28597
28598         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28599
28600         * gnus-cite.el (gnus-cite-parse): Ditto.
28601
28602         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28603         of gnus-.
28604
28605         * gnus-xmas.el (run-at-time): Require run-at-time.
28606
28607         * gnus.el: Change calls to nnheader-run-at-time and
28608         password-run-at-time throughout to use run-at-time directly.
28609
28610         * password.el: Remove definition of run-at-time.
28611
28612         * nnheaderxm.el: Remove definition of run-at-time.
28613
28614 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28615
28616         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28617         in prompt.
28618
28619 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28620
28621         * messagexmas.el (message-xmas-redefine): Alias
28622         `message-make-caesar-translation-table' to
28623         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28624         version.
28625
28626         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28627         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28628         `gnus-xmas-set-text-properties'.
28629         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28630         `gnus-xmas-completing-read'.
28631         (gnus-xmas-completing-read): Removed.
28632         (gnus-xmas-open-network-stream): Removed.
28633
28634         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28635         XEmacs version.
28636
28637         * dns.el (dns-make-network-process): Use `open-network-stream'
28638         instead of `gnus-xmas-open-network-stream'.
28639
28640         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28641
28642         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28643
28644 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28645
28646         * gnus-art.el (gnus-mime-display-alternative)
28647         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28648         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28649         Don't use gnus-local-map-property.
28650
28651         * gnus-util.el (gnus-local-map-property): Remove.
28652
28653         * mm-view.el (mm-view-pkcs7-decrypt):
28654         Replace gnus-completing-read-maybe-default with completing-read.
28655
28656         * gnus-util.el (gnus-completing-read): do.
28657         (gnus-completing-read-maybe-default): Remove.
28658
28659 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28660
28661         * password.el: Only autoload `run-at-time' if not XEmacs.
28662         Only autoload the itimer functions if XEmacs.
28663
28664 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28665
28666         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28667         XEmacsen.
28668
28669         * dgnushack.el: Autoload executable-find for XEmacs.
28670
28671 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28672
28673         * gnus-art.el (gnus-read-string): Remove.
28674         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28675         read-string.
28676
28677 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28678
28679         * netrc.el: Autoload password-read.
28680         (netrc): Add configuration group.
28681         (netrc-encoding-method, netrc-openssl-path):
28682         Add variables for encoding and decoding of files with symmetric
28683         ciphers.
28684         (netrc-encode): Add assistant function to encode a file with
28685         netrc-encoding-method.
28686         (netrc-parse): Add interactive parameter, added optional
28687         decoding if netrc-encoding-method is non-nil but otherwise
28688         behavior is standard.
28689         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28690         Do s/encode/encrypt/ everywhere.
28691
28692         * spam.el: Remove executable-find autoload.
28693
28694 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28695
28696         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28697
28698         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28699
28700 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28701
28702         * gnus-art.el (gnus-treat-ansi-sequences)
28703         (article-treat-ansi-sequences): New variable and function.
28704         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28705
28706         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28707         Use it.
28708
28709 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28710
28711         * mm-util.el (mm-quote-arg): Remove.
28712
28713         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28714         shell-quote-argument.
28715
28716         * gnus-uu.el (gnus-uu-command): do.
28717
28718         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28719
28720         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28721         with make-char.
28722
28723         * mm-util.el (mm-make-char): Remove.
28724
28725         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28726         add-minor-mode.
28727
28728         * gnus-undo.el (gnus-undo-mode): do.
28729
28730         * gnus-topic.el (gnus-topic-mode): do.
28731
28732         * gnus-sum.el (gnus-dead-summary-mode): do.
28733
28734         * gnus-start.el (gnus-slave-mode): do.
28735
28736         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28737
28738         * gnus-ml.el (gnus-mailing-list-mode): do.
28739
28740         * gnus-gl.el (gnus-grouplens-mode): do.
28741
28742         * gnus-draft.el (gnus-draft-mode): do.
28743
28744         * gnus-dired.el (gnus-dired-mode): do.
28745
28746         * gnus-ems.el (gnus-add-minor-mode): Remove.
28747
28748         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28749         Replace gnus-char-width with char-width.
28750
28751         * gnus-ems.el (gnus-char-width): Remove.
28752
28753         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28754         Replace gnus-char-width with char-width.
28755
28756         * gnus-ems.el (gnus-char-width): Remove.
28757
28758         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28759         definition.
28760         Remove Emacs 20 hash table compatibility code.
28761
28762         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28763         20 compatibility code.
28764
28765         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28766
28767         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28768
28769         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28770         Replace with point-at-{eol,bol}.
28771
28772         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28773
28774         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28775
28776         * flow-fill.el (fill-flowed-point-at-bol)
28777         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28778
28779         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28780         Replace with point-at-{eol,bol} throughout all files.
28781
28782 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28783
28784         * ntlm.el (ntlm-string-as-unibyte): New macro.
28785         (ntlm-build-auth-response): Use it.
28786
28787         Remove Emacs 20 stuff:
28788         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28789         (butlast, mapc, remove): Remove the compiler macros.
28790         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28791         of delq and copy-sequence.
28792         * gnus-art.el (popup-menu): Remove the compiler macro.
28793         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28794         Emacs 20.
28795
28796 2004-01-05  Simon Josefsson  <jas@extundo.com>
28797
28798         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28799         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28800         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28801         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28802         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28803         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28804         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28805         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28806         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28807         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28808         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28809         string-xor into ntlm-string-xor.
28810         Suggested by Jesper Harder <harder@myrealbox.com>.
28811
28812         * ntlm.el: Don't include poem.
28813
28814         * md4.el (print-int32, print-string-hexa): Remove.
28815         Suggested by Jesper Harder <harder@myrealbox.com>.
28816
28817         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28818
28819         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28820         probably breaks emacs with DL patch, but do we care? Is anyone
28821         still using the DL stuff?)
28822
28823         * sieve-manage.el: Use the password package.
28824         (sieve-manage-read-passwd): Remove.
28825         (sieve-manage-interactive-login): Use password.  Re-add
28826         condition-case around loop.
28827
28828         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28829         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28830         Use the password package.
28831
28832 2003-02-19  Simon Josefsson  <jas@extundo.com>
28833
28834         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28835         token.
28836
28837 2002-08-07  Simon Josefsson  <jas@extundo.com>
28838
28839         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28840         (sieve-manage-authenticators)
28841         (sieve-manage-authenticator-alist): Add some SASL mechs.
28842         (sieve-sasl-auth): New function.
28843         (sieve-manage-cram-md5-auth)
28844         (sieve-manage-plain-auth): Rewrite using SASL library.
28845         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28846         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28847         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28848         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28849
28850 2004-01-05  Simon Josefsson  <jas@extundo.com>
28851
28852         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28853         New files.
28854
28855 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28856
28857         * gnus-group.el (gnus-no-groups-message): Update.
28858
28859         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28860
28861 2003-11-09  Simon Josefsson  <jas@extundo.com>
28862
28863         * imap.el: Support for ID IMAP extension (RFC 2971).
28864         (imap-local-variables): Add imap-id.
28865         (imap-id): New variable.
28866         (imap-id): New function.
28867         (imap-parse-response): Parse untagged ID response.
28868         * nnimap.el (nnimap-id): New variable.
28869         (nnimap-open-connection): Use it.
28870
28871 2003-12-28  Simon Josefsson  <jas@extundo.com>
28872
28873         * gnus-score.el (gnus-score-edit-all-score): New.
28874         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28875
28876 2004-01-04  Simon Josefsson  <jas@extundo.com>
28877
28878         * password.el: Add.
28879
28880 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28881
28882         * dns.el (dns-query-types): Fix typo.
28883         (dns-query-types): New function.
28884         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28885         PTR and SOA replies, see RFC 1035.
28886
28887 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28888
28889         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28890
28891         * Move to Changelog.2.
28892
28893 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28894
28895         * gnus.el (gnus-version-number): Bump version.
28896
28897 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28898
28899         * gnus.el: No Gnus v0.1 is released.
28900
28901 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28902
28903         * gnus.el: No Gnus v0.0 is released.
28904
28905 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28906
28907         * gnus.el (gnus-version-number): Bump.
28908         (gnus-version): No.
28909
28910 See ChangeLog.2 for earlier changes.
28911
28912   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28913
28914   This file is part of GNU Emacs.
28915
28916   GNU Emacs is free software: you can redistribute it and/or modify
28917   it under the terms of the GNU General Public License as published by
28918   the Free Software Foundation, either version 3 of the License, or
28919   (at your option) any later version.
28920
28921   GNU Emacs is distributed in the hope that it will be useful,
28922   but WITHOUT ANY WARRANTY; without even the implied warranty of
28923   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28924   GNU General Public License for more details.
28925
28926   You should have received a copy of the GNU General Public License
28927   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28928
28929 ;; Local Variables:
28930 ;; coding: utf-8
28931 ;; fill-column: 79
28932 ;; add-log-time-zone-rule: t
28933 ;; End: