058e47a2328404b33c7c0c40a42256e852267e45
[gnus] / lisp / ChangeLog
1 2015-12-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         Fix `gnus-union' so as to behave like `cl-union'.
4
5         * gnus-group.el (gnus-group-prepare-flat):
6         Make gnus-union use `equal' to compare items in lists.
7
8         * gnus-util.el (gnus-union): Make it behave like cl-union partially.
9
10 2015-12-17  Eli Zaretskii  <eliz@gnu.org>
11
12         * auth-source.el (auth-source-ensure-strings):
13         Don't make a list out of 't'.  (Bug#22188)
14
15 2015-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * dgnushack.el (byte-optimize-apply): Make the use-mapcan advice work
18         for (function nconc) as well as (quote nconc).
19
20 2015-12-04  Daiki Ueno  <ueno@gnu.org>
21
22         * qp.el (quoted-printable-encode-region): Bind `case-fold-search' to
23         nil when looking for "^From ".  Problem reported by Simon Josefsson.
24
25 2015-12-04  Artur Malabarba  <bruce.connor.am@gmail.com>
26
27         * sasl-scram-rfc.el: Add a "Package:" header.
28
29 2015-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * nnml.el (nnml-retrieve-groups): Remove.  See:
32         <http://thread.gmane.org/gmane.emacs.gnus.general/86308> and
33         <http://thread.gmane.org/gmane.emacs.gnus.general/86321>
34
35 2015-11-17  Paul Eggert  <eggert@cs.ucla.edu>
36
37         Fix docstring quoting problems with ‘ '’
38
39         Problem reported by Artur Malabarba in:
40         http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg01513.html
41         Most of these fixes are to documentation; many involve fixing
42         longstanding quoting glitches that are independent of the
43         recent substitute-command-keys changes.  The changes to code are:
44         * gnus-mlspl.el (gnus-group-split-fancy):
45         * hashcash.el (hashcash-extra-generate-parameters):
46         * message.el (message-qmail-inject-args, message-cite-reply-position):
47         * mm-decode.el (mm-inline-large-images):
48         * mm-util.el (mm-xemacs-find-mime-charset-1):
49
50 2015-11-11  Eli Zaretskii  <eliz@gnu.org>
51
52         * mm-url.el (mm-url-form-encode-xwfu): Allow argument CHUNK to be nil.
53         (Bug#21881)
54
55 2015-11-08  Michael Sperber  <mike@xemacs.org>
56
57         * gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
58         `gnus-summary-delete-article` in a way that also works on XEmacs.
59
60 2015-11-01  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
61
62         * ntlm.el: Change version to 2.0.0.
63
64 2015-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
65
66         Silence lexical-binding warnings
67
68         * auth-source.el (auth-source-netrc-use-gpg-tokens):
69         Simplify (symbol-value 'VAR) to just VAR.
70         (auth-source-backend-parse): Use make-instance.
71         (auth-source-search): Remove unused key args.
72         Remove unused vars `accessor-key' and `backend'.  Avoid `eval'.
73         (auth-source-search-backends): Use slot names rather than their initarg.
74         (auth-source-netrc-create):
75         (auth-source-delete):
76         (auth-source-secrets-create, auth-source-plstore-search)
77         (auth-source-macos-keychain-create, auth-source-macos-keychain-search)
78         (auth-source-plstore-create, auth-source-netrc-search)
79         (auth-source-netrc-parse): Remove unused key args.
80         (auth-source-forget+): Simplify the arglist.
81         (auth-source-macos-keychain-search-items)
82         (auth-source-token-passphrase-callback-function): Mark unused args.
83         (auth-source-epa-extract-gpg-token): Remove unused var `plain'.
84         (pp-escape-newlines): Declare.
85         (auto-source--symbol-keyword): New function.
86         (auth-source-plstore-create, auth-source-netrc-create)
87         (auth-source-netrc-normalize): Use it.
88         (auth-source-netrc-search): Don't pass :delete to
89         auth-source-netrc-parse since it doesn't use it.
90         (auth-source-plstore-create, auth-source-netrc-create): Use plist-get
91         symbol-value to index in keyword args.
92         (auth-source-macos-keychain-result-append): Avoid setq.
93         (auth-source-netrc-create): Remove unused vars `file' and `add'.
94         (auth-source-user-or-password): Remove unused var `cname'.
95
96 2015-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
97
98         * gnus-topic.el (gnus-topic-prepare-topic): Remove unused var `topic'.
99         (gnus-topic-remove-topic): Mark unused arg `hide'.
100         (gnus-tmp-header): Declare.
101         (gnus-topic-goto-missing-group): Remove unused var `entry'.
102         (gnus-topic-unmark-topic): Mark unused arg `dummy'.
103         (gnus-topic-copy-matching): Mark unused arg `copyp'.
104         Move initialization of `topic' into its declaration.
105
106 2015-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * auth-source.el: Revert.
109
110         * auth-source.el: Add eval-and-compile to autoloads for
111         epg-context-set-passphrase-callback, epg-decrypt-string,
112         epg-encrypt-string, and epg-context-set-armor.
113
114 2015-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * mailcap.el (mailcap-mime-data): Remove fboundp checks.
117         (mailcap-viewer-passes-test): Do it instead.  Thanks to Stefan Monnier.
118
119 2015-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * mailcap.el (mailcap-mailcap-entry-passes-test): Doc fix.
122
123 2015-10-20  Michael Sperber  <mike@xemacs.org>
124
125         * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which
126         does not exist on XEmacs.
127
128 2015-10-18  Michael Sperber  <mike@xemacs.org>
129
130         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
131         * nnmail.el (nnmail-get-new-mail-per-group):
132         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
133
134 2015-10-18  Michael Sperber  <mike@xemacs.org>
135
136         * message.el (message-get-reply-headers): In addition to
137         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
138         used in XEmacs.
139
140 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
143
144 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
145
146         * auth-source.el (auth-source-epa-make-gpg-token):
147         Replace an usage of `epg-context-set-armor' with `setf'.
148         (auth-source-do-debug, auth-source-do-trivia)
149         (auth-source-read-char-choice, auth-source-search)
150         (auth-source-pick-first-password, auth-source-netrc-parse)
151         (auth-source-netrc-search, auth-source-secrets-search)
152         (auth-source-macos-keychain-search)
153         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
154         (auth-source-user-or-password): Use sharp-quoting with functions.
155
156 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
157
158         * auth-source.el (auth-source-search): Clarify :create's meaning.
159
160 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
161
162         Backslash cleanup in Elisp source files
163
164         This patch should not change behavior.  It typically omits backslashes
165         where they are redundant (e.g., in the string literal "^\$").
166         In a few places, insert backslashes where they make regular expressions
167         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
168         has the same effect as a regular expression.
169         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
170         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
171         with RCS IDs, as that makes it clearer that the backslash is intended.
172         * auth-source.el (auth-source-secrets-search)
173         (auth-source-macos-keychain-search):
174         * gnus-art.el (gnus-mime-action-on-part)
175         (gnus-mime-display-multipart-related-as-mixed)
176         (gnus-button-mid-or-mail-heuristic-alist)
177         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
178         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
179         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
180         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
181         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
182         * gnus-cus.el (gnus-group-customize):
183         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
184         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
185         * gnus-mlspl.el (gnus-group-split-fancy):
186         * gnus-registry.el (gnus-registry-prune-factor):
187         * gnus-salt.el (gnus-summary-pick-line-format):
188         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
189         (gnus-sieve-script):
190         * gnus-util.el (gnus-directory-sep-char-regexp):
191         * gnus.el (gnus-message-archive-group, gnus-user-agent):
192         * message.el (message-archive-header, message-reply-headers)
193         (message-send-method-alist):
194         * mm-decode.el (mm-add-meta-html-tag):
195         * nndoc.el (nndoc-generate-lanl-gov-head):
196         * nnheader.el (nnheader-max-head-length):
197         * registry.el (registry-db, registry-prune):
198         * rfc1843.el (rfc1843-hzp-word-regexp)
199         (rfc1843-hzp-word-regexp-strictly):
200         * rfc2047.el (rfc2047-encoded-word-regexp)
201         (rfc2047-encoded-word-regexp-loose):
202
203         Fix several backslash typos in Elisp strings
204         * gnus-art.el (gnus-button-handle-library):
205         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
206         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
207         * spam-report.el (spam-report-gmane-regex):
208         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
209         For example, to get the regular expression ‘\.’ use the string
210         literal "\\.", not "\." (which is equivalent to ".").
211
212         * auth-source.el (auth-source-read-char-choice):
213         * nnmaildir.el (NOV example):
214         * registry.el (registry-search): Doc fix.
215
216 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * gnus-compat.el: Require overlay for XEmacs.
219
220 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
221
222         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
223         t rather than after-change-functions to nil.
224
225 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
226
227         * time-date.el (time-to-seconds, time-less-p):
228         Mark unused vars with underscore.
229
230 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
231
232         * time-date.el (with-decoded-time-value): Fix debug spec.
233
234 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
235
236         * nnmairix.el (nnmairix-widget-create-query):
237         * time-date.el (format-seconds): Prefer grave quoting in source-code
238         strings used to generate help and diagnostics.
239
240 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
241
242         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
243
244 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * ntlm.el (ntlm-unibyte-string): New compatibility function.
247
248 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
249
250         Add support for NTLMv2 authentication.
251         * ntlm.el (ntlm): New customization group.
252         (ntlm-compatibility-level): New defcustom.
253         (ntlm-compute-timestamp): New function.
254         (ntlm-generate-nonce): Likewise.
255         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
256
257 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
258
259         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
260         isn't always passed in, check it's not nil before making it into a
261         list.  The active arg will also be nil if the group is new, check for
262         that.
263
264 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
265
266         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
267
268 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
269
270         * gmm-utils.el (gmm-image-load-path-for-library):
271         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
272         * gnus-registry.el (gnus-registry-split-strategy):
273         * gnus-start.el (gnus-check-new-newsgroups):
274         * gnus-sum.el (gnus-select-group-hook):
275         * gnus-uu.el (gnus-uu-user-archive-rules):
276         * gnus.el (gnus-message-archive-group, gnus-visual):
277         * message.el (message-cite-style):
278         * nnir.el (nnir-swish++-additional-switches)
279         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
280         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
281         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
282         * nntp.el (nntp-server-action-alist):
283         * tls.el (tls-checktrust):
284         Fix some more docstring etc. quoting problems.
285         Mostly these fixes prevent the transliteration of apostrophes
286         that should stay apostrophes.  Also, prefer curved quotes in
287         Bahá’í proper names, as that’s the preferred Bahá’í style and
288         these names are chock-full of non-ASCII characters anyway.
289
290 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
291
292         Escape ` and ' in doc
293         * gnus-art.el (gnus-article-address-banner-alist)
294         (gnus-face-properties-alist):
295         * gnus-sum.el (gnus-newsgroup-variables):
296         * nndiary.el (nndiary-reminders):
297         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
298         Escape apostrophes and grave accents in docstrings if they
299         are supposed to stand for themselves and are not quotes.  Remove
300         apostrophes from docstring examples like ‘'(calendar-nth-named-day
301         -1 0 10 year)’ that confuse source code with data.  Do some other
302         minor docstring fixups as well, e.g., insert a missing close
303         quote.
304
305 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * gnus-util.el (gnus-format-message):
308         * tls.el (tls-format-message): Use defalias at the top level so as to
309         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
310
311         * gnus-sum.el (gnus-summary-search-article):
312         Ensure that the article where the search word is found is displayed
313         and pointed to in the summary buffer.
314
315 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * tls.el (tls-format-message):
318         Alias to format-message, or format if not available.
319         (open-tls-stream): Use it.
320
321 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
322
323         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
324         * gnus-art.el (gnus-article-browse-delete-temp-files):
325         * gnus-eform.el (gnus-edit-form):
326         * gnus-fun.el (gnus-display-x-face-in-from):
327         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
328         * gnus-topic.el (gnus-topic-edit-parameters):
329         * mail-source.el (mail-source-delete-old-incoming):
330         * message.el (message-strip-subject-encoded-words)
331         (message-check-recipients, message-send-form-letter):
332         * mm-decode.el (mm-display-part):
333         * mm-uu.el (mm-uu-pgp-signed-extract-1):
334         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
335         * spam-report.el (spam-report-process-queue):
336         * tls.el (open-tls-stream):
337         Respect ‘text-quoting-style’ in diagnostics.
338         * gnus-art.el (article-display-face):
339         * gnus-fun.el (gnus-display-x-face-in-from):
340         Use straight quoting in email.
341         * rfc2231.el (rfc2231-decode-encoded-string):
342         Escape apostrophes in doc strings.
343
344 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
345
346         Go back to grave quoting in Gnus
347
348         * auth-source.el (auth-source-netrc-parse-entries):
349         * gnus-agent.el (gnus-agent-check-overview-buffer)
350         (gnus-agent-fetch-headers):
351         * gnus-int.el (gnus-start-news-server):
352         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
353         (gnus-registry-post-process-groups):
354         * gnus-score.el (gnus-summary-increase-score):
355         * gnus-start.el (gnus-convert-old-newsrc):
356         * gnus-topic.el (gnus-topic-rename):
357         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
358         * spam.el (spam-check-blackholes):
359         Stick with grave quoting in diagnostics strings.  This is more
360         portable to older Emacs, desirable for Gnus.
361
362 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
363
364         Prefer directed to neutral quotes in docstings and diagnostics.
365         In docstrings, escape apostrophes that would otherwise be translated
366         to curved quotes using the newer, simpler rules.
367
368         * auth-source.el (auth-source-netrc-parse-entries):
369         * gnus-agent.el (gnus-agent-check-overview-buffer)
370         (gnus-agent-fetch-headers):
371         * gnus-int.el (gnus-start-news-server):
372         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
373         * gnus-score.el (gnus-summary-increase-score):
374         * gnus-start.el (gnus-convert-old-newsrc):
375         * gnus-topic.el (gnus-topic-rename):
376         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
377         * nnmairix.el (nnmairix-widget-create-query):
378         * spam.el (spam-check-blackholes):
379         Use directed rather than neutral quotes in diagnostics.
380
381         * gnus-util.el (gnus-format-message):
382         Alias to format-message, or format if not available.
383
384 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
385
386         * auth-source.el (auth-sources):
387         Prefer (substitute-command-keys "`\\[foo-command]'")
388         to "`M-x foo-command'" in docstring.
389
390         * time-date.el (format-seconds):
391         Use curved quotes in diagnostic format strings.
392
393         * nnmairix.el (nnmairix-propagate-marks-upon-close):
394         * pop3.el (pop3-authentication-scheme):
395         Don't quote symbols with apostrophes in doc strings.
396         Use asymmetric quotes instead.
397
398 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         Use overlay functions directly
401
402         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
403         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
404
405         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
406         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
407         (gnus-article-highlight-signature, gnus-article-extend-url-button)
408         (gnus-article-add-button, gnus-insert-prev-page-button)
409         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
410         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
411         * gnus-html.el (gnus-html-wash-tags):
412         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
413         (gnus-highlight-selected-tree):
414         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
415         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
416         * gnus-util.el (gnus-put-overlay-excluding-newlines):
417         * message.el (message-fix-before-sending)
418         (message-toggle-image-thumbnails):
419         * mm-decode.el (mm-convert-shr-links):
420         * sieve.el (sieve-highlight, sieve-insert-scripts):
421         Use overlay functions directly instead of using gnus-overlay-*,
422         message-overlay-*, and sieve-overlay-*.
423
424         * gnus-sum.el (gnus-remove-overlays):
425         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
426         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
427         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
428         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
429         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
430         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
431         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
432         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
433         (gnus-overlays-at, gnus-overlays-in):
434         * message.el (message-delete-overlay, message-make-overlay)
435         (message-overlay-get, message-overlay-put, message-overlays-in):
436         * messagexmas.el (message-delete-overlay, message-make-overlay)
437         (message-overlay-get, message-overlay-put, message-overlays-in):
438         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
439         Remove.
440
441 2015-08-19  Glenn Morris  <rgm@gnu.org>
442
443         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
444
445 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * message.el (message-overlay-put, message-make-overlay)
448         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
449         (message-delete-overlay, message-window-inside-pixel-edges):
450         Declare before using.
451
452 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * message.el (message-overlay-get, message-overlays-in)
455         (message-window-inside-pixel-edges):
456         * messagexmas.el (message-overlay-get, message-overlays-in):
457         XEmacs compatible functions.
458
459 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * message.el (message-toggle-image-thumbnails): New command.
462
463 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
464
465         * message.el (message-send-form-letter): Change (message (format ...))
466         to (message ...).  This lessens the probability of confusion when
467         the output of `format' contains `%'.
468
469 2015-08-04  David Kastrup  <dak@gnu.org>
470
471         * gnus-art.el (gnus-article-describe-key)
472         (gnus-article-describe-key-briefly):
473         Do not overwrite preexisting contents of unread-command-events.
474
475 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
476
477         * nnimap.el (nnimap-request-move-article)
478         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
479         extension if available.
480
481 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
482
483         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
484         capabilities instead of relying on LOGIN response.
485
486 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
487
488         * nnbabyl.el (nnbabyl-retrieve-headers):
489         * nndiary.el (nndiary-retrieve-headers):
490         * nneething.el (nneething-retrieve-headers):
491         * nnmbox.el (nnmbox-retrieve-headers):
492         * nnmh.el (nnmh-retrieve-headers):
493         * nnml.el (nnml-retrieve-headers):
494         * nnspool.el (nnspool-retrieve-headers):
495         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
496         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
497         progress-report percentages and the like.  This avoids problems
498         if (* 100 NUMERATOR) would overflow.
499
500         * gnus-registry.el (gnus-registry-import-eld):
501         * registry.el (registry-reindex):
502         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
503
504 2015-07-17  Julien Danjou  <jd@abydos>
505
506         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
507         command.
508
509 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
510
511         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
512         of function arguments.
513
514 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
515
516         * nnimap.el: Clean up "unused var" warnings.
517         (auth-source-creation-prompts): Declare.
518         (nnimap-retrieve-headers, nnimap-status-message)
519         (nnimap-request-create-group, nnimap-request-delete-group)
520         (nnimap-close-group, nnimap-request-move-article)
521         (nnimap-request-accept-article, nnimap-request-newgroups)
522         (nnimap-request-post, nnimap-dummy-active-number)
523         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
524         (nnimap-parse-flags): Remove unused var `p'.
525         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
526         (nnimap-flags-to-marks): Remove unused var `totalp'.
527
528 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
529
530         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
531         before RFC822.SIZE.
532
533 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
534
535         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
536         so that a 'plain value for the `nnimap-stream' server variable is
537         handled correctly.
538
539 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
540
541         Remove unused let variables
542         * nnimap.el (nnimap-request-group): Variables are not used.
543
544         Check if group names are already strings
545         * gnus-group.el (gnus-group-group-name):
546         The group name may already be a string.
547         Specifically, in the group list reached from the *Server* buffer,
548         the 'gnus-group text property returns a string.  Everywhere else
549         it returns a symbol.
550
551 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
552
553         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
554         (nnmaildir--update-nov): Remove unused var `numdir'.
555         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
556         (nnmaildir-request-group, nnmaildir-request-create-group)
557         (nnmaildir-request-post, nnmaildir-request-move-article)
558         (nnmaildir-request-accept-article, nnmaildir-active-number):
559         Mark unused args.
560         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
561         Declare.
562         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
563         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
564         `mark', `end', `new-mark', and `mark-sym'.
565         (nnmaildir-retrieve-headers):
566         Remove unused args `srv-dir', `dir', `nlist2'.
567         (nnmaildir-request-expire-articles):
568         Remove unused vars `article', `stop' and `nlist2'.
569         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
570         `end'.  Use nnmaildir--article when dyn-binding is needed.
571         Give the value directly in the `let' for `del-mark', `del-action',
572         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
573         (nnmaildir-close-server):
574         Declare those local vars that need to be dyn-bound.
575
576 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
577
578         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
579
580 2015-05-31  David Engster  <deng@randomsample.de>
581
582         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
583         instead of using `sleep-for', as the latter does not seem to reliably
584         wait (see for instance bug 15990).
585
586 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-art.el (gnus-button-alist): Re-revert last change.
589         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
590
591 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
592
593         * gnus-art.el (gnus-button-alist): Revert last change.
594         It wasn't that important, and it caused a Gnus build to fail.  See:
595         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
596
597         * gnus-art.el (gnus-button-alist):
598         Also treat "‘" and "’" as quoting chars.
599
600 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
601
602         * gnus-art.el (gnus-treat-strip-list-identifiers)
603         (gnus-article-mode-syntax-table):
604         * gnus-group.el (gnus-group-nnimap-edit-acl):
605         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
606         e.g., missing quote, ``x'' where `x' was meant, etc.
607
608 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
611         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
612         into just c.
613
614 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
617         Normalize characters into numbers in spec keys.
618
619 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * dgnushack.el (declare-function): Redefine it to use autoload.
622         * lpath.el (gnus-html-prefetch-images): Declare.
623
624 2015-05-04  Glenn Morris  <rgm@gnu.org>
625
626         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
627
628         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
629
630         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
631         (gnus-topic-create-topic, gnus-topic-enter-dribble):
632         Declare rather than autoload.
633
634         * mm-archive.el (gnus-recursive-directory-files)
635         (mailcap-extension-to-mime): Autoload at run-time.
636
637         * mm-util.el (latin-unity-massage-name)
638         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
639         (latin-unity-representations-present-region):
640         Declare rather than autoload.
641
642         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
643         Autoload at run-time.
644         (epg-context-set-signers, epg-context-result-for)
645         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
646         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
647         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
648         (epg-configuration, epg-expand-group, epa-select-keys):
649         Declare rather than autoload.
650
651         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
652         Autoload at run-time.
653         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
654         (gnus-registry-get-id-key, gnus-registry-action):
655         Declare rather than autoload.
656
657         * nnmail.el (mail-send-and-exit): Autoload at run-time.
658
659         * spam.el (spam-stat-buffer-change-to-non-spam)
660         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
661         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
662         (spam-stat-split-fancy): Remove pointless autoloads.
663
664         * mm-view.el (epg-decrypt-string): Autoload.
665         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
666         (epg-sub-key-validity): Fix declarations.
667
668 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
669
670         * gnus.el: Ma Gnus v0.13 is released.
671
672 2015-05-01  Glenn Morris  <rgm@gnu.org>
673
674         * gnus-util.el (iswitchb-read-buffer):
675         * mm-decode.el (libxml-parse-html-region):
676         * mml.el (libxml-parse-html-region):
677         * nnrss.el (libxml-parse-html-region): Update declaration.
678
679 2015-04-27  Glenn Morris  <rgm@gnu.org>
680
681         * message.el (gnus-extract-address-components):
682         Remove bogus declaration that was masking previous problem.
683
684 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
687         altering the buffer.
688         (hashcash-insert-payment-async-2): Revert previous change because it
689         still means that the mark is moving around.
690
691 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * gnus-uu.el (gnus-uu-save-article):
694         Make the save-restriction/widen calls make more sense.
695
696 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * gnus-art.el (gnus-use-idna):
699         * gnus-sum.el (gnus-summary-idna-message):
700         * message.el (message-use-idna):
701         Catch the invalid-operation error that idna.el will issue.
702
703 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
704
705         * gnus-group.el (gnus-group--setup-tool-bar-update):
706         cursor-sensor-functions should be a list of functions.
707
708 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
709
710         * gnus-group.el (gnus-tmp-*): Declare.
711         (gnus-update-group-mark-positions): Remove unused `topic' var.
712         (gnus-group-insert-group-line): Remove unused var `header'.
713         (gnus-group--setup-tool-bar-update): New function.
714         (gnus-group-insert-group-line): Use it.
715         (gnus-group-update-eval-form): Declare local
716         dynamically-bound variables.
717         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
718
719         * gnus-topic.el (gnus-topic-jump-to-topic)
720         (gnus-group-prepare-topics, gnus-topic-update-topic)
721         (gnus-topic-change-level, gnus-topic-catchup-articles)
722         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
723         Use inhibit-read-only.
724         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
725         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
726
727 2015-04-12  João Távora  <joaotavora@gmail.com>
728
729         * message.el (message-mode):
730         Use `set' and `make-local-variable' instead of `setq-local'.
731
732 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
733
734         * gnus-sum.el (gnus-summary-refer-thread):
735         Make sure gnus-newsgroup-unreads remains sorted.
736
737 2015-04-12  João Távora  <joaotavora@gmail.com>
738
739         Improve sexp-based movement in message-mode
740         * message.el (message--syntax-propertize): New function.
741         (message-mode): Set syntax-related vars.d
742         (message-smileys): New variable.
743
744 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
745
746         * gnus-art.el (gnus-hidden-properties): Simplify.
747         (gnus-article-hide-text, gnus-article-unhide-text)
748         (gnus-article-unhide-text-type): Remove special handling of
749         `intangible' since that property is not used any more.
750         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
751
752 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
755         and a runtime function for it, of which the XEmacs version takes only
756         two arguments.
757
758 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
759
760         Use American spelling for 'normalize'
761         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
762         All uses changed.  Add an alias for obsolete usages.
763
764 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * gnus-art.el (gnus-article-browse-html-save-cid-content):
767         Always return relative file name.
768         (gnus-article-browse-html-parts):
769         Make external links absolute and cid file names relative.
770
771 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
772
773         * registry.el (registry-prune): Re-use `registry-full' in
774         `registry-prune'.  It's a bit of redundant work, but safer.
775         Also ensure that target-size is an integer.
776
777 2015-03-31  Daiki Ueno  <ueno@gnu.org>
778
779         * plstore.el (plstore--decrypt): Clear entry in
780         `plstore-passphrase-alist' if decryption failed (bug#20030).
781
782 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
783
784         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
785         to "Display" menu.
786
787 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
788
789         * nnimap.el (nnimap-split-incoming-mail): If a message is already
790         in the group it should be split to, don't re-copy it into the group.
791
792 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
793
794         * nnmh.el (nnmh-request-expire-articles):
795         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
796
797 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
798
799         * registry.el (registry-lookup-secondary, registry-full)
800         (registry-prune, registry-collect-prune-candidates):
801         * gnus-registry.el (gnus-registry-load): Use slot names rather than
802         initarg names in `oref' and `oset'.
803
804 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
805
806         * registry.el (registry-prune): Allow registry to reach full size
807         before pruning.
808
809 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
810
811         * registry.el (registry-collect-prune-candidates): Fix call to
812         cl-subseq.
813
814 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * registry.el (registry-db): Temporary fix old Emacsen compilation.
817
818 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
819
820         * gnus-registry.el (gnus-registry-handle-action)
821         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
822         (gnus-registry-keywords): Make it do something.
823         (gnus-registry-import-eld): Remove unused var `new-entry'.
824         (gnus-registry-action): Remove unused var `to-name'.
825         (gnus-registry-make-db): Prefer `make-instance' to avoid
826         compiler warnings.
827         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
828
829         * registry.el (registry-db): Don't oset-default an instance-allocated
830         slot.
831
832 2015-03-10  Glenn Morris  <rgm@gnu.org>
833
834         * message.el (message-valid-fqdn-regexp): Bump :version for
835         2014-11-17 change.
836
837 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
838
839         * gnus-notifications.el (gnus-notifications-action): Raise window
840         frame.
841         (gnus-notifications-action): Allow mark as read.
842         (gnus-notifications-notify): Show uption to mark as read.
843
844 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
845
846         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
847         (registry-search, registry-delete, registry-size, registry-insert)
848         (registry-reindex, registry-collect-prune-candidates):
849         * gnus-registry.el (gnus-registry-fixup-registry)
850         (gnus-registry-remove-extra-data): Use slot names rather than initarg
851         names in `oref' and `oset'.
852
853 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
854         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
855         in the group it should be split to, don't re-copy it into the group.
856
857 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
858
859         * message.el (message-insert-formatted-citation-line): Change %F to
860         fall back to email address if no first name could be determined.
861
862 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
865         Fix point motion when removing displayed MIME part.
866         (gnus-article-edit-part): Make jumping to the next part really work
867         when deleting or stripping.
868         (gnus-mime-buttonize-attachments-in-header): Make header attachment
869         buttons identical to the ones in the article body so as to work deleting
870         and stripping.
871
872 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * mm-decode.el (mm-shr)
875         * mm-view.el (mm-inline-text-html-render-with-w3m):
876         Revert my bogus change that made the start marker of a part
877         the "moves after insertion" type.
878
879 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
880
881         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
882         Tools: https://github.com/politza/pdf-tools) for viewing PDF
883         attachments in emacs.
884
885 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
886
887         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
888         instead of sasl-scram-sha-1, as the former is the name that can be
889         required.
890
891         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
892         (sasl-scram-sha-1-client-final-message)
893         (sasl-scram-sha-1-authenticate-server): Move to end of file.
894
895 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
898
899 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
902         (sasl-string-prefix-p): New compatibility functions.
903
904 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus-compat.el (process-live-p): Added new compat function for Emacs
907         23.
908
909 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
910
911         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
912         from the server LIST response.
913
914 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
915
916         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
917         during header retrieval, error out instead of interpreting the data in
918         the buffer as the only messages there.  This way, we don't mark
919         articles as read on a server hangup (bug#19035).
920
921         * mm-decode.el (mm-head-p): New function.
922         (mm-display-part): Go to a blank line when inserting parts internally.
923
924 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
925
926         * sasl-scram-rfc.el: New file.
927
928         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
929         Add SCRAM-SHA-1 first.
930         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
931         entry (bug#17636).
932
933 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
936         that we don't get a warning when setting the buffer-local variable
937         (bug#19573).
938
939         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
940         `gnus-request-group'.
941
942 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * gnus-art.el (gnus-article-browse-html-save-cid-content)
945         (gnus-article-browse-html-parts): Make cid file names relative if and
946         only if html doesn't specify <base> directory.
947
948 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
949
950         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
951         parts, because that breaks filling (since buttons are in a bold face).
952
953 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
956         use gnus-overlays-at and gnus-overlay-put.
957
958 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
959
960         * mm-decode.el (mm-shr): Only pass the fill column when not using
961         fonts, because limiting the width to what's appropriate for followups
962         doesn't really help when not using proportional fonts.
963
964 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
965
966         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
967         shr, beacause that breaks folding.
968         (mm-shr): Don't shorten the width when using fonts.
969
970 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
971
972         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
973         variable; always check the newrc timestamp.
974         (gnus-save-newsrc-file): Always check timestamp.
975
976 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
977
978         * mail-source.el (mail-source-call-script): If scripts exit with an
979         error, pop up an error buffer.
980
981 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
984         as a default.
985
986         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
987         correct server.
988
989 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
990
991         * nnimap.el (nnimap-request-group-scan): Fix the function name.
992
993         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
994
995 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
996
997         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
998         that nnimap works for non-activated backends.
999
1000 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1001
1002         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
1003         message, since we already get an obsolescence message.  Use `declare'.
1004
1005 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
1006
1007         * nnir.el: Revert "Enable non-ASCII IMAP searches".
1008
1009 2015-01-30  Glenn Morris  <rgm@gnu.org>
1010
1011         * gnus-registry.el (gnus-registry-max-pruned-entries)
1012         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
1013         Fix :version.
1014         (gnus-registry-default-sort-function): Improve :type.
1015
1016 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1017
1018         * nnimap.el (nnimap-request-group): Allow running this function on
1019         groups that don't exist in Gnus yet.
1020         (nnimap-request-group): Revert previous patch since that made it
1021         impossible to enter nnimap groups.
1022
1023         * message.el (message-smtpmail-send-it): Remove the mail header
1024         separator before sending.
1025
1026 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
1027
1028         * nnimap.el (nnimap-find-expired-articles): Fix handling of
1029         (expiry-wait . never).
1030
1031 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1032
1033         * nnimap.el (nnimap-request-group): Clear the buffer before returning
1034         the data.
1035
1036 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * gnus-compat.el (string-bytes): Work for XEmacs.
1039
1040 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1041
1042         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
1043
1044         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
1045         IMAP.
1046
1047 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
1048
1049         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
1050
1051         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
1052
1053         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
1054         be added to the backlog.
1055
1056 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
1057
1058         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
1059         target with a recursive make call.
1060
1061 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
1062
1063         * nnimap.el (nnimap-header-parameters): Refactor and request
1064         X-GM-LABELS if it's been announced.
1065         (nnimap-transform-headers): Gather and output GM-LABELS.
1066
1067 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
1068
1069         * mm-decode.el (mm-display-part): Make non-string methods work.
1070         Non-string methods are funcalled and work just fine, the test was
1071         bogus.
1072         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
1073         whole frame.
1074
1075 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1076
1077         * nnimap.el (nnimap-request-accept-article): Allow respooling using
1078         nnimap.
1079
1080         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
1081         request rescans when being run interactively.
1082
1083         * nnimap.el (nnimap-request-group): Don't rescan the group here,
1084         because that can be very slow in large groups.
1085
1086         * gnus-int.el (gnus-request-group-scan): New backend function.
1087
1088         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
1089
1090 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1091
1092         * gnus-group.el (gnus-group-suspend): Close all backends.
1093
1094 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1095
1096         * dgnushack.el (dgnushack-compile-file): New function.
1097         (dgnushack-compile): Use it (bug#19514).
1098
1099 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
1102
1103 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1104
1105         * registry.el: Don't use <class> as a variable.
1106
1107 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1108
1109         system-name's returned value can vary
1110         Also, the system-name variable is now obsolete.
1111         Fixes Bug#19438.
1112         * message.el (message-make-fqdn):
1113         * nnvirtual.el (nnvirtual-retrieve-headers)
1114         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
1115         and avoid naming locals 'system-name'.
1116
1117 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
1118
1119         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
1120         lines don't get overlong when responding.
1121
1122 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * registry.el (cl-remf, cl-loop, cl-subseq):
1125         Alias to remf, loop, and subseq respectively for old Emacsen.
1126
1127 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1128
1129         * gnus-group.el (gnus-read-ephemeral-bug-group):
1130         Bind coding-system-for-read and coding-system-for-write only around
1131         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1132
1133 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1134
1135         * registry.el (registry-db): Set default slot later.
1136         This is because its value is not a literal integer.
1137
1138 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1139
1140         * registry.el (registry-db): Fix default registry-db max-size.
1141
1142 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1143
1144         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1145         add warning.
1146
1147         * gnus-art.el: Fix up compiler warnings.
1148         (article-display-face, article-display-x-face): Remove unused `face'.
1149         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1150         (article-date-ut): Remove unused var `first'.
1151         (gnus-article-prepare): Remove unused var `gnus-article'.
1152         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1153         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1154         `coding-system' along with corresponding dead code.
1155         (gnus-mime-view-part-externally): Remove unused var
1156         `mm-user-display-methods'.
1157         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1158         (gnus-display-mime): Remove unused var `handle'.
1159         (gnus-mime-display-alternative): Remove unused var `props'.
1160         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1161         (gnus-article-edit-done): Remove unused var `p'.
1162         (gnus-url-mailto): Remove unused var `to'.
1163         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1164         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1165
1166 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1167
1168         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1169         slots into a :max-size slot.
1170         (registry-db-version): Add new variable for database version number.
1171         (registry-prune): Use :max-size slot. Accept and use a sort-function
1172         argument.
1173         (registry-collect-prune-candidates): Add new function for finding
1174         non-precious pruning candidates.
1175         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1176         Remove obsolete functions.
1177         (initialize-instance): Upgrade registry version when starting.
1178
1179         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1180         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1181         (gnus-registry-cache-file): Change default
1182         filename extension to "eieio".
1183         (gnus-registry-read): Add new function, split out from
1184         `gnus-registry-load', that does the actual object reading.
1185         (gnus-registry-load): Use it. Add condition case handler to check for
1186         old filename extension and rename to the new one.
1187         (gnus-registry-default-sort-function): New variable to specify a sort
1188         function to use when pruning.
1189         (gnus-registry-save, gnus-registry-insert): Use it.
1190         (gnus-registry-sort-by-creation-time): Define a default sort function.
1191
1192         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1193         Adjust test for new object signature.
1194         (gnustest-registry-pruning-test): Add new pruning test.
1195         (gnustest-registry-sort-function): Default sort function for testing.
1196         (gnustest-registry-pruning-sort-test): New test for sorting.
1197
1198 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1201         function for reuse.
1202         (gnus-mime-buttonize-attachments-in-header): Adjust.
1203
1204 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * message.el (message-change-subject): Really check whether the subject
1207         changed.
1208
1209 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1212         PDFs.
1213         (mailcap-view-mime): New function.
1214
1215 2014-12-01  Glenn Morris  <rgm@gnu.org>
1216
1217         * gnus-cloud.el (gnus-cloud): Add :version tag.
1218
1219 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus-art.el (gnus-use-idna):
1222         * gnus-sum.el (gnus-summary-idna-message):
1223         * message.el (message-use-idna):
1224         Protect against nil value for idna-program.
1225
1226         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1227
1228 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1229
1230         * auth-source.el (auth-source-macos-keychain-search-items): Return
1231         result of `auth-source-macos-keychain-result-append' (bug#19074).
1232
1233 2014-11-25  Glenn Morris  <rgm@gnu.org>
1234
1235         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1236         Add :version tag.
1237
1238 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * pop3.el (pop3-open-server): Warn unless encrypted.
1241
1242         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1243
1244 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1245
1246         Port new time stamp handling to Emacs 23.2.
1247         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1248         * time-date.el (time-add, time-subtract, time-less-p):
1249         Use eval-and-compile, not eval-when-compile.
1250
1251 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1252
1253         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1254         TLDs.
1255
1256 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1257
1258         Port new time stamp handling to old Emacs and to XEmacs.
1259         This is needed for Gnus, which copies time-date.el and which
1260         runs on older Emacs implementations.
1261         * time-date.el (with-decoded-time-value):
1262         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1263         (encode-time-value, with-decoded-time-value):
1264         Obsolete only if new Emacs.
1265         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1266
1267         Improve time stamp handling, and be more consistent about it.
1268         This implements a suggestion made in:
1269         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1270         Among other things, this means timer.el no longer needs to
1271         autoload the time-date module.
1272         * time-date.el (seconds-to-time, days-to-time, time-since)
1273         (with-decoded-time-value):
1274         Treat 'nil' as current time.  This is mostly for XEmacs.
1275         (encode-time-value, with-decoded-time-value): Obsolete.
1276         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1277         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1278
1279 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1282         discarding changes in ephemeral groups.
1283
1284         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1285         things the user isn't interested in.
1286
1287 2014-11-13  Julien Danjou  <jd@abydos>
1288
1289         * gnus-notifications.el (gnus-notifications-notify): Provide both
1290         app-icon and image-path.
1291
1292 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1293
1294         * mm-url.el (mm-url-encode-multipart-form-data):
1295         Restore to handle "multipart/form-data" by eww.
1296
1297 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1298
1299         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1300         Landscheidt.
1301
1302 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1303
1304         Simplify use of current-time and friends.
1305         * gnus-delay.el (gnus-delay-article):
1306         * gnus-sum.el (gnus-summary-read-document):
1307         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1308         * message.el (message-make-expires-date):
1309         Omit unnecessary call to current-time.
1310         * gnus-util.el (gnus-float-time): Simplify to an alias because
1311         time-to-seconds now behaves like float-time with respect to nil arg.
1312         (gnus-seconds-year): Don't call current-time twice to get the current
1313         time stamp, as this can lead to inconsistent results.
1314         * time-date.el (time-to-seconds) [!float-time]:
1315         Use current time if arg is nil, to be compatible with float-time.
1316         (time-date--day-in-year): New function, with most of the guts of
1317         the old time-to-day-in-year.
1318         (time-to-day-in-year): Use it.
1319         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1320
1321 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * gnus.el (gnus-mode-line-buffer-identification):
1324         Don't add image data for a non-graphic display (bug#18813).
1325
1326 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1329         load-path, it blocks autoloading of find-image (bug#18813).
1330
1331 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1332
1333         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1334         to keep connection open (bug#18728).
1335
1336 2014-10-20  Glenn Morris  <rgm@gnu.org>
1337
1338         * Merge in all changes up to 24.4 release.
1339
1340 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1341
1342         * message.el (message-insert-signature): Use `newline' instead of
1343         inserting explicit "\n".
1344
1345 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1346
1347         * gnus-icalendar.el: Support vcal format timezones.
1348         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1349         compute dates with associated timezone.
1350         (gnus-icalendar-event-from-ical): Compute all timezones.
1351
1352 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1353
1354         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1355         check the newsrc.eld file's timestamp before saving it.
1356         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1357         timestamp has changed to be newer.
1358
1359 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1360
1361         * gnus-icalendar.el (gnus-icalendar-identities):
1362         Include message-alternative-emails.
1363
1364 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1367         New compatibility functions.
1368         (ntlm-build-auth-response): Use them.
1369
1370 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1371
1372         * ntlm.el (ntlm-build-auth-request):
1373         Add NTLM2 Session support.  (Bug#15603)
1374
1375 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1376
1377         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1378         expired messages only when it was built in reverse order.
1379
1380 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1381
1382         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1383         last so it can be used in `message-send-hook'.
1384
1385 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1386
1387         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1388         <#secure> tag (bug#18513).
1389
1390 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * parse-time.el: Require cl when compiling.
1393
1394 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         Use cl-lib as much as possible following the 2014-09-26 change
1397         in the Emacs trunk.
1398         * parse-time.el: Try requiring cl-lib.
1399         (parse-time-incf): Alias to cl-incf or incf.
1400         (digit-char-p): Remove.
1401         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1402         (parse-integer): Rename to parse-time-integer.
1403         (parse-time-tokenize, parse-time-rules, parse-time-string)
1404         Use parse-time-incf and parse-time-integer.
1405
1406 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1407
1408         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1409         of ":delete".
1410
1411 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1414         (gnus-article-browse-html-parts):
1415         Revert last change that breaks links other than cid contents.
1416
1417 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1420         (gnus-article-browse-html-parts): Make cid file names relative.
1421
1422 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1425         temporarily displayed when running a mode function (at least org-mode
1426         requires it).
1427
1428 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1429
1430         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1431         the gnus-summary-article-expire-hook should be told where the function
1432         is going. In particular, the Gnus registry might want to know.
1433
1434 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1435
1436         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1437
1438 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1441
1442 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1443
1444         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1445         the gnus-summary-article-expire-hook should be told where the function
1446         is going. In particular, the Gnus registry might want to know.
1447
1448 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1449
1450         Don't mishandle year-9999 dates (Bug#18176).
1451         * parse-time.el (parse-time-rules):
1452         Allow years up to most-positive-fixnum.
1453         * time-date.el (date-to-time):
1454         Pass "Specified time is not representable" errors through.
1455
1456 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1457
1458         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1459         groups and t.
1460
1461 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-utils.el (gnus-recursive-directory-files):
1464         Unify hard or symbolic links (bug#18063).
1465
1466 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1467
1468         * gnus-msg.el (gnus-configure-posting-style):
1469         Allow string replacements in values when matching against a header.
1470
1471 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1474         the dribble buffer even when it is shrunk a lot.
1475         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1476
1477 2014-06-26  Glenn Morris  <rgm@gnu.org>
1478
1479         * mm-util.el (help-function-arglist): Remove outdated declaration.
1480
1481 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1482
1483         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1484         attribute values.  (Bug#17834)
1485
1486 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1487
1488         * gnus-sum.el (gnus-summary-edit-article-done):
1489         Prefer point-marker to copy-marker of point.
1490
1491 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * Makefile.in (install-el, install-el-elc): Compress .el files.
1494         (uninstall): Remove compressed .el files.
1495
1496 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1499         (gnus-article-read-summary-keys):
1500         Don't bug out when there is no article in the summary buffer.
1501         (gnus-mime-buttonize-attachments-in-header):
1502         Improve criterion that finds parts to display.
1503
1504         * gnus-art.el (gnus-mm-display-part):
1505         * mm-decode.el (mm-shr):
1506         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1507         (mm-insert-inline): Revert last changes.
1508
1509 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * gnus-art.el (gnus-mm-display-part):
1512         * mm-decode.el (mm-shr):
1513         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1514         (mm-insert-inline): Set insertion type of end-marker, not only
1515         start-marker, of undisplayer so as to stay after inserted text.
1516
1517 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1518
1519         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1520         attribute. (Bug#17613)
1521
1522 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1523
1524         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1525         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1526
1527 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1530         Don't delete next part button; keep spacing between buttons.
1531
1532 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1535         Work for the last MIME part in an article.
1536         (gnus-mime-display-single): Suppress excessive newlines between parts.
1537
1538         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1539         by leading or trailing newline.
1540
1541 2014-05-12  Sam Steingold  <sds@gnu.org>
1542
1543         * time-date.el (seconds-to-string): New function to pretty print time
1544         delay in seconds.
1545
1546 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1549         while prompting a user for a file name, etc.
1550         (gnus-mime-display-single): Display part with a common appearance no
1551         matter whether MIME button is omitted or not; don't add duplicate entry
1552         to gnus-article-mime-handle-alist.
1553         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1554
1555 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1556
1557         * mml2015.el (mml2015-display-key-image): New variable.
1558
1559 2014-05-08  Glenn Morris  <rgm@gnu.org>
1560
1561         * gnus-fun.el (gnus-grab-cam-face):
1562         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1563         This is CVE-2014-3421.
1564
1565 2014-05-04  Glenn Morris  <rgm@gnu.org>
1566
1567         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1568
1569 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1572         the displaying state of a part.
1573         (gnus-mm-display-part): Don't insert a newline in the beginning of
1574         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1575
1576         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1577         (mm-shr): Make undisplayer unbreakable.
1578
1579         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1580         Don't insert excessive newline.
1581         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1582         (mm-insert-inline): Make undisplayer unbreakable.
1583
1584 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1585
1586         * gnus.el: Ma Gnus v0.11 is released.
1587
1588 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * gnus-art.el (gnus-mm-display-part):
1591         Highlight header attachment buttons.
1592
1593 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1596         a part; redisplay a button (enbugged in 2014-02-05).
1597
1598 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1599
1600         * auth-source.el (auth-source-search, auth-source-search-backends):
1601         Treat :max 0 as an indicator that a boolean return is wanted, as
1602         documented. Reported by Joe Bloggs.
1603
1604 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-icalendar.el: Require gnus-art.
1607
1608 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1609
1610         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1611         (gnus-icalendar--update-org-event): put event timestamp in
1612         the org entry body instead of the drawer.
1613         (gnus-icalendar-event--get-attendee-names): list of participants should
1614         contain even attendees without common name attribute.
1615         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1616         property tags in org drawers.
1617
1618 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1619
1620         * gmm-utils.el (gmm-format-time-string): New function.
1621
1622         * message.el (message-insert-formatted-citation-line): Use the original
1623         author's time zone to express a date string.
1624
1625 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1626
1627         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1628         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1629         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1630         Silence compiler warnings.
1631         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1632
1633 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * mml.el: Require url when compiling.
1636
1637         * gnus-cloud.el (gnus-cloud-parse-version-1):
1638         Use plist-get rather than CL's getf.
1639         (gnus-activate-group, gnus-subscribe-group): Declare.
1640
1641         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1642
1643 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1646         buttons when toggling the header off.
1647
1648 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1649
1650         * tls.el (tls-program): Reflow docstring.
1651
1652 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1653
1654         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1655         groups work again.
1656
1657 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1658
1659         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1660         999 correctly (i.e. "1,342").
1661
1662 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1663
1664         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1665         out if the directory doesn't exist.
1666
1667 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1668
1669         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1670         commands here; instead, only check if epg-config.el is available.
1671
1672 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1673
1674         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1675         messages with embedded images.
1676         (mml-generate-mime): Don't bug out if you don't have libxml.
1677
1678 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1679
1680         * message.el (message-make-html-message-with-image-files): New command.
1681
1682 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1683
1684         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1685
1686         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1687
1688 2014-02-23  David Engster  <deng@randomsample.de>
1689
1690         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1691         to stay compatible with older Emacsen, so replace `cl-loop' with
1692         `loop'.
1693
1694 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1695
1696         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1697         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1698         instead, build list of patterns.
1699
1700 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1703         Display header attachment buttons by gnus-article-prepare-display
1704         rather than gnus-article-prepare so as to view in mml-preview as well.
1705
1706 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1707
1708         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1709         in `auth-sources' means and link to EPA docs.
1710
1711 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1712
1713         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1714         (bug#12375).
1715
1716 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1719         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1720
1721 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1722
1723         * message.el (message-tab): Mention what happens on normal tabs
1724         (bug#11297).
1725
1726 2014-02-08  Glenn Morris  <rgm@gnu.org>
1727
1728         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1729
1730 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1733         buttons that are hidden in unselected alternative part as well.
1734         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1735
1736         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1737
1738 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1741         keystroke.
1742         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1743         types.
1744
1745         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1746         with an empty string.
1747
1748 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1749
1750         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1751         buffer-local in some buffers, so bind it explicitly in the buffer we're
1752         trying to cancel the article in (bug#10808).
1753
1754 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1757         New functions.
1758
1759         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1760         New user option.
1761         (gnus-mime-buttonize-attachments-in-header): New function.
1762         (gnus-article-prepare): Use it.
1763         (gnus-mime-inline-part): Suppress extra newline.
1764         (gnus-mm-display-part): Save excursion;
1765         remove useless deleting and adding of buttons.
1766         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1767
1768         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1769         Add gnus-mime-buttonize-attachments-in-header.
1770
1771 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1772
1773         * nnimap.el (nnimap-request-articles): New command to download several
1774         articles at once.
1775
1776         * gnus.el (gnus-variable-list): Save Cloud variables.
1777
1778         * gnus-int.el (gnus-request-accept-article): Doc fix.
1779
1780 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1781
1782         * parse-time.el (parse-time-iso8601-regexp)
1783         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1784         it more generally.
1785
1786 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1787
1788         * gnus-cloud.el: New file to provide the Emacs Cloud.
1789
1790         * dgnushack.el: Silence XEmacs w3 warning.
1791
1792         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1793         `url-retrieve-synchronously', apparently.
1794
1795         * dgnushack.el: Silence XEmacs dns.el warning.
1796
1797         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1798         instead of in all files.
1799
1800         * dns.el (network-interface-list): Define for XEmacs.
1801
1802         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1803         XEmacs.
1804
1805         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1806
1807 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1808
1809         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1810         `gnus-group-split-fancy'.
1811
1812 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1813
1814         * message.el (message-remove-header): Doc fix.
1815         (message-forward-included-headers): New variable.
1816         (message-remove-ignored-headers): Use it.
1817
1818 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1819
1820         * nnir.el (nnir-request-update-mark): Don't try to update the source
1821         group if we can't find it (bug#16611).
1822
1823 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1824
1825         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1826
1827 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1828
1829         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1830         network interfaces changed.
1831         (dns-query): Use it to flush the data.
1832
1833 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1834
1835         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1836         from random face commands.
1837         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1838         Face.
1839         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1840         (gnus--random-face-with-type): Generic function returning a face-type
1841         as a string.
1842         (gnus--insert-random-face-with-type): Generic function inserting a face
1843         in a message buffer header.
1844         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1845         (gnus-insert-random-x-face-header): Rewritten to use
1846         `gnus--insert-random-face-with-type`.
1847         (gnus-random-face): Return random (png) Face as string.
1848         (nus-insert-random-face-header): Insert random (png) Face in a message
1849         buffer.
1850
1851 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1852
1853         * mm-url.el: Remove all usage of w3.
1854
1855         * nnrss.el: Ditto.
1856
1857         * mm-decode.el: Ditto.
1858
1859         * mm-view.el: Ditto.
1860
1861         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1862         outdated and all Emacsen have url.el built-in.
1863
1864         * gnus-setup.el: Remove outdated file.
1865
1866 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1867
1868         * gnus.el: Ma Gnus v0.9 is released.
1869
1870 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1871
1872         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1873
1874 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1875
1876         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1877         in the summary buffer (bug#13769).
1878
1879 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1880
1881         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1882         name if we're using a single article buffer.  Otherwise, it may point
1883         to a killed buffer (bug#13756).
1884
1885 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1886
1887         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1888         the match data, just save and restore it explicitly (bug#12375).
1889
1890         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1891         that's needed.
1892
1893         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1894         the code once (bug#9069).
1895
1896 2014-01-18  Steinar Bang  <sb@dod.no>
1897
1898         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1899         reading.
1900
1901 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1902
1903         * message.el (message-bury): Call bury-buffer with no argument
1904         in the message-return-action case too.
1905
1906 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1909         (nnimap-split-fancy, nnimap-split-methods): Declare.
1910
1911         * mm-util.el (help-function-arglist): Declare.
1912
1913 2013-12-28  Glenn Morris  <rgm@gnu.org>
1914
1915         * gnus-sieve.el (gnus-sieve-select-method):
1916         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1917         (gravatar-rating, gravatar-size):
1918         * message.el (message-minibuffer-local-map):
1919         * sieve-manage.el (sieve-manage-authenticators)
1920         (sieve-manage-authenticator-alist): Specify custom types.
1921
1922         * hashcash.el (hashcash-program): Rename from hashcash-path.
1923         Update callers.
1924
1925         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1926         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1927         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1928
1929         * auth-source.el (auth-sources):
1930         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1931         Fix custom types.
1932
1933         * tls.el (tls-certtool-program): Fix default value.
1934
1935 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1936
1937         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1938         we get proper traces there, too.
1939
1940 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1941
1942         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1943         value of the parameters if the current article has a Reply-To or From
1944         field.
1945
1946 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1947
1948         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1949
1950 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus-sum.el (gnus-summary-exit): Stop animations.
1953
1954 2013-12-19  Juri Linkov  <juri@jurta.org>
1955
1956         * gnus.el (gnus-suppress-keymap):
1957         * gnus-art.el (gnus-article-mode-map):
1958         * gnus-group.el (gnus-group-mode-map):
1959         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1960         Remove [backspace] key binding because it shadows DEL (bug#16035).
1961
1962         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1963
1964 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1967         Make sure work directory exists.
1968         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1969         rather than tmp directory.
1970         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1971         not necessarily always run, with it.
1972
1973 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1974
1975         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1976         value of gnus-icalendar-additional-identities work without restart.
1977
1978 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1979
1980         * mm-util.el (mm-make-temp-file):
1981         Alias to make-temp-file for modern Emacsen.
1982
1983 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1986         nnir-article-number and nnir-article-group.
1987
1988 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1989
1990         * message.el (message-send-mail-with-sendmail):
1991         Don't kill error buffer if sending fails.
1992
1993 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1994
1995         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1996         (gnus-icalendar-event->org-entry)
1997         (gnus-icalendar--update-org-event)
1998         (gnus-icalendar-event->gnus-calendar): Distinguish between
1999         required/optional/non-participant attendee status.  Fix bug causing
2000         the first required event participant to be omitted.
2001
2002 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * gnus-art.el (article-de-quoted-unreadable)
2005         (article-de-base64-unreadable, gnus-mime-copy-part)
2006         * gnus-html.el (gnus-article-html)
2007         * mm-view.el (mm-inline-text-html-render-with-w3)
2008         (mm-inline-text-html-render-with-w3m-standalone)
2009         * rfc2231.el (rfc2231-decode-encoded-string):
2010         Allow overriding charset by mm-charset-override-alist.
2011
2012         * gnus-art.el (gnus-article-browse-html-parts):
2013         Replace LWSPs with `&nbsp;'s in header.
2014
2015         Work for broken Chinese articles.
2016
2017         * gnus-art.el (gnus-article-browse-html-save-cid-content):
2018         Exclude broken handles that gnus-summary-enter-digest-group may create.
2019         (gnus-article-browse-html-parts):
2020         Allow overriding charset by mm-charset-override-alist.
2021
2022 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
2023
2024         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
2025         (gnus-icalendar-identities): Support additional-identities.
2026
2027 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
2028
2029         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
2030         org-timestamp for events ending at midnight.
2031
2032 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
2033
2034         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
2035         .log files.
2036
2037 2013-11-20  David Engster  <deng@randomsample.de>
2038
2039         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
2040
2041 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
2042
2043         * message.el (message-beginning-of-line):
2044         Use beginning-of-visual-line when visual-line-mode is turned on.
2045
2046 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
2047
2048         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
2049         (gnus-icalendar-event-from-ical)
2050         (gnus-icalendar-event->org-entry)
2051         (gnus-icalendar--update-org-event): Required/optional participation,
2052         list of attendees synced to org.
2053
2054 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2055
2056         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
2057         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
2058         cancellations to be synced to org if the original appt has an org
2059         outline.
2060
2061 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2062
2063         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
2064         (gnus-icalendar-event->org-entry)
2065         (gnus-icalendar--update-org-event)
2066         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
2067
2068 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
2069
2070         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
2071         Fix timezone handling in gnus-icalendar export to org.
2072
2073 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
2076
2077 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
2080
2081 2013-10-30  Glenn Morris  <rgm@gnu.org>
2082
2083         * gnus-group.el (gnus-group-browse-foreign-server):
2084         * gnus-int.el (gnus-start-news-server):
2085         Silence compiler obsolescence warning.
2086
2087 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2088
2089         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
2090         `nnoo-current-server' first, then for the actual `nnimap-address' to
2091         allow netrc entries for the nnoo server to coexist with netrc entries
2092         for the `nnimap-address'.
2093
2094 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * mm-decode.el (mm-dissect-buffer): Revert last change.
2097         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2098         The problem that motivated those changes was attributed to a broken
2099         mail sender, and has been fixed.
2100
2101 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
2104         token is missing in the Content-Type header.
2105
2106         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2107
2108 2013-09-18  Glenn Morris  <rgm@gnu.org>
2109
2110         * gnus-util.el (image-size): Declare.
2111
2112 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
2115         (gnus-icalendar-event-from-ical)
2116         (gnus-icalendar-event--build-reply-event-body)
2117         (gnus-icalendar-event-reply-from-buffer)
2118         (gnus-icalendar-find-org-event-file)
2119         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
2120         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
2121
2122         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
2123
2124 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2125
2126         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2127         Use save-current-buffer.
2128         (gnus-tree-mode-map): Initialize in the declaration.
2129         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2130         (scroll-in-place): Defvar it.
2131         (gnus-tmp-*): Defvar them.
2132         (gnus-get-tree-buffer): Use derived-mode-p.
2133         (gnus--let-eval): New macro.
2134         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2135         non-prefixed variables.
2136         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2137
2138         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2139         vars since it doesn't seem to be available.
2140         (gnus-set-global-variables, gnus-summary-read-group-1)
2141         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2142         (gnus-summary-display-article, gnus-summary-select-article)
2143         (gnus-summary-next-article, gnus-offer-save-summaries)
2144         (gnus-summary-generic-mark): Use derived-mode-p.
2145         (gnus-summary-read-group-1, gnus-summary-exit)
2146         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2147         Adjust calls to gnus-tree-close and gnus-tree-open.
2148
2149         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2150
2151         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2152         (gnus-agent-mode): Use derived-mode-p.
2153         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2154         gnus-command-method and *-command-method to nil, but bind
2155         gnus-command-method to *-command-method instead!
2156         (gnus-agent-fetch-articles): Remove unused var `id'.
2157         (gnus-agent-fetch-headers): Remove unused arg `force'.
2158         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2159         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2160         (gnus-agent-short-article, gnus-agent-long-article)
2161         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2162         first use.
2163         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2164         `score-param'.
2165         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2166         (gnus-get-predicate): Push in front of the cache, rather than end.
2167         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2168         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2169         (gnus-agent-expire-unagentized-dirs): Don't rebind
2170         gnus-agent-expire-current-dirs since the defvar silences the warning.
2171         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2172         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2173         (gnus-agent-regenerate): Simplify interactive spec and doc.
2174
2175 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * gnus-int.el (gnus-open-server): Silence compiler.
2178
2179         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2180
2181         * message.el (message-display-completion-list): Abolish.
2182         (message-completion-in-region): Use display-completion-list.
2183
2184 2013-09-17  Glenn Morris  <rgm@gnu.org>
2185
2186         * gnus-util.el (gnus-message-with-timestamp-1):
2187         Use `messages-buffer' function if available.  Ignore read-only.
2188
2189 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * message.el (message-expand-group, message-completion-in-region):
2192         Correct the order of start and end of a region.
2193
2194 2013-09-13  Glenn Morris  <rgm@gnu.org>
2195
2196         * mml2015.el (gnus-create-image): Autoload it.
2197
2198         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2199
2200         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2201         (image-size): Declare.
2202
2203 2013-09-12  Glenn Morris  <rgm@gnu.org>
2204
2205         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2206         Avoid using `find', which i) might not be defined at runtime;
2207         ii) does not work, since its default test is eql, not equal.
2208         (gnus-mime-action-alist): Declare.
2209
2210 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2211
2212         * score-mode.el (gnus-score-mode-map): Move initialization
2213         into declaration.
2214         (gnus-score-mode): Use define-derived-mode.
2215         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2216         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2217         into declaration.
2218         (gnus-kill-file-mode): Use define-derived-mode.
2219         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2220         Use derived-mode-p.
2221         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2222         (gnus-group-setup-buffer, gnus-group-name-at-point)
2223         (gnus-group-make-web-group, gnus-group-enter-directory)
2224         (gnus-group-suspend): Use derived-mode-p.
2225         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2226         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2227         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2228         (gnus-article-setup-buffer, gnus-article-prepare)
2229         (gnus-article-prepare-display, gnus-sticky-article)
2230         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2231         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2232         (gnus-article-read-summary-keys): Use derived-mode-p.
2233
2234 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2237
2238 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2241         shift_jis from the default value set for Japanese users.
2242
2243 2013-08-13  Glenn Morris  <rgm@gnu.org>
2244
2245         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2246
2247         * gnus.el (gnus-valid-select-methods): Fix type.
2248
2249         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2250
2251 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * mm-decode.el (mm-display-external): Run a timer for the temp files
2254         deletion after a viewer exits; add a deletion timer for the needsterm
2255         case, too.
2256
2257         * mm-decode.el (mm-display-external): Try to delete temporary files by
2258         using a 1-min. timer.
2259
2260 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2263         New internal variables.
2264         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2265         (mm-display-external): Use it to delete temporary files instead of
2266         using timers.
2267
2268 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2271
2272 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2273
2274         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2275         with cond for backwards compatability.
2276
2277 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * mm-decode.el (mm-display-external): Bind process-connection-type to
2280         nil; don't delete a temp file immediately even if a viewer finishes,
2281         since it may be a shell script, like xdg-open, that launches a real
2282         viewer program belatedly.
2283
2284 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2285
2286         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2287         that we can create nndoc groups that excerpt other groups.
2288
2289 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * gnus-delay.el (gnus-delay-article): Fix typo.
2292
2293         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2294         articles.
2295
2296         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2297         we can get spell-checking etc.
2298
2299 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2302         a single one used for encoding the whole text in a header.
2303
2304 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2307         doesn't work properly on XEmacs.
2308
2309 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2312         before sending.
2313
2314         * dgnushack.el (dgnushack-compile): Add a temporary check for
2315         gnus-icalendar.
2316
2317         * mm-decode.el (mm-command-output): New face.
2318         (mm-display-external): Use it.
2319
2320 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2321
2322         * nnmbox.el (nnmbox-request-article): Don't change point.
2323
2324 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2327         Include `handle' parameter.
2328
2329 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2330
2331         * gnus-icalendar.el: New file.
2332
2333 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2336
2337         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2338         dummy roots, too.
2339
2340 2013-08-01  David Edmondson  <dme@dme.org>
2341
2342         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2343         out on ttys.
2344
2345 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2348         not empty.
2349
2350         * nnrss.el (nnrss-discover-feed): Indent.
2351
2352 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2355
2356 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2359         dirty to ensure nnimap data being saved.
2360
2361 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2362
2363         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2364         menu entry.
2365
2366         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2367         the current thread's total score instead of the current article's
2368         score.
2369
2370         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2371         (gnus-sort-threads-recursively): Delete defcustom.
2372         (gnus-sort-threads-recursive): Adapt accordingly.
2373
2374 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2375
2376         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2377         (gnus-sort-threads-recursive): Use it.
2378         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2379         again.  Now that determines how to sort subthreads.
2380
2381 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2382
2383         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2384         (gnus-sort-threads): Use it.
2385
2386 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2387
2388         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2389         punctuation characters follow parentheses (bug#14950).
2390
2391 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * gnus.el (gnus-continuum-version):
2394         * gnus-msg.el (gnus-extended-version): Simplify.
2395
2396         * gnus.el (gnus-continuum-version-1): Remove.
2397         * gnus-msg.el (gnus-bug): Revert.
2398
2399         Calculate gnus-version correctly on Cygwin.
2400
2401         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2402         (gnus-continuum-version-1): New function, return a string.
2403
2404         * gnus-msg.el (gnus-extended-version, gnus-bug):
2405         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2406
2407 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2408
2409         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2410         (bug#13384).
2411
2412 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2413
2414         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2415         that were only relevant in a development version a long time ago.
2416
2417 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2420         that the old Emacs 24s bundle.
2421
2422 2013-07-10  David Engster  <deng@randomsample.de>
2423
2424         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2425         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2426         fixes a bug in Emacs trunk where the 'unexist' marks were always
2427         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2428         Gnus v0.03".
2429
2430 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2431
2432         * gnus.el (gnus-summary-line-format): Reference
2433         `gnus-user-date-format-alist' for the &user-date; format, not
2434         `gnus-summary-user-date-format-alist'.
2435
2436 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2439         delete files (bug#13481).
2440
2441 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2442
2443         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2444
2445 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2446
2447         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2448         display images.
2449
2450         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2451
2452         * message.el (message-cancel-news): According to
2453         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2454         preferred over "cmsg cancel" in the Subject.
2455
2456         * nnir.el (nnir-engines): Note that the group specs are regexps
2457         (bug#13238).
2458
2459         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2460         gotten read-only text properties, ensure that those aren't heeded when
2461         copying stuff over (bug#13434).
2462
2463         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2464         (bug#13762).
2465
2466 2013-07-05  David Kastrup  <dak@gnu.org>
2467
2468         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2469         authinfo file again (important for blank passwords).  This had been
2470         broken with 2013-06-15 change.
2471
2472 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2475         Revert 2013-01-14 change.
2476
2477 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2478
2479         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2480         of 'create-image' for XEmacs compatibility; check errors when decoding
2481         image.  Reported by Uwe Brauer.
2482
2483 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2486         gnus-button-push revised at 2011-01-19.
2487
2488 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2491         now live in the lisp/net Emacs 24 repository.
2492
2493 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2494
2495         * eww.el (eww-update-header-line-format): Quote % characters.
2496
2497 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * eww.el (eww-process-text-input): Display passwords as asterisks.
2500
2501         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2502
2503 2013-06-19  Tom Tromey  <tromey@redhat.com>
2504
2505         * eww.el (eww-top-url): Remove.
2506         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2507         (eww-render): Set new variables.  Don't set eww-top-url.
2508         (eww-handle-link): Handle "prev", "home", and "contents".
2509         Downcase the rel text.
2510         (eww-top-url): Choose best top URL.
2511
2512 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * eww.el: Rewrite to implement form elements "by hand" instead of
2515         relying in widget.el.  Using widget.el leads to too many
2516         user interface inconsistencies.
2517         (eww-self-insert): Implement entering commands in text fields.
2518         (eww-process-text-input): New function to make text input field editing
2519         work.
2520         (eww-submit): Rewrite to use the new-style form methods.
2521         (eww-select-display): Display the correct selected item.
2522         (eww-change-select): Implement changing the select value.
2523         (eww-toggle-checkbox): Implement radio/checkboxes.
2524         (eww-update-field): Fix compilation error.
2525         (eww-tag-textarea): Implement <textarea>.
2526
2527         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2528         don't shadow mode-specific bindings.
2529
2530         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2531         nothing to push.
2532
2533         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2534
2535 2013-06-19  Glenn Morris  <rgm@gnu.org>
2536
2537         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2538
2539 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2540
2541         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2542
2543 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * shr.el (shr-make-table-1): Implement <td rowspan>.
2546         (shr-table-horizontal-line): Allow nil as a value, and change the
2547         default.
2548         (shr-insert-table-ruler): Respect the nil value.
2549
2550 2013-06-18  Tom Tromey  <tromey@barimba>
2551
2552         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2553         New defvars.
2554         (eww-open-file): New defun.
2555         (eww-render): Initialize new variables.
2556         (eww-display-html): Handle "link" and "a".
2557         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2558         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2559         (eww-back-url): Rename from eww-previous-url.
2560         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2561         defuns.
2562
2563 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * shr.el (shr-tag-table): Insert the images after the table, so that
2566         they're not covered by the table colourisation, which often looked
2567         awkward.
2568         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2569         <dd>.
2570         (shr-make-table-1): Implement <td colspan=> support.
2571         (shr-insert-document): Use one less than window width if `shr-width' is
2572         nil, since otherwise things may get one character too wide.
2573
2574 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * eww.el (eww-detect-charset): Improve regexp; move backward.
2577
2578 2013-06-18  Glenn Morris  <rgm@gnu.org>
2579
2580         * mm-decode.el (widget-convert-button): Autoload.
2581
2582         * sieve-manage.el (mm-enable-multibyte): Autoload.
2583
2584         * shr.el (libxml-parse-html-region): Declare.
2585         (shr-render-buffer): Explicit error if no libxml2 support.
2586
2587 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2588
2589         * auth-source.el (auth-source-current-line): New function.
2590         (auth-source-netrc-parse-entries): When a data token is "machine",
2591         assume we're in the wrong place and abort parsing the current line.
2592
2593 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594
2595         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2596         (eww-convert-widgets): Don't bug out if the first widget starts at the
2597         beginning of the buffer.
2598         (eww-convert-widgets): Fix last patch.
2599         (eww-tag-input): Support <input type=image>.
2600
2601         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2602         (shr-tag-base): Protect against base specs that are degenerate.
2603         (shr-ensure-paragraph): Don't delete empty lines that have text
2604         properties, because these may be input fields.
2605
2606         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2607         we can navigate to them.
2608
2609         * shr.el (shr-colorize-region): Put the colours over the entire region.
2610         (shr-inhibit-decoration): New variable.
2611         (shr-add-font): Use it to inhibit text property decorations while doing
2612         preliminary table renderings.  This speeds up typical Wikipedia page
2613         renderings by 15%.
2614         (shr-tag-span): Don't respect the <title>, because that overwrites the
2615         help-echo from links inside the spans.
2616         (shr-next-link): Use `help-echo' for navigation, so that we can
2617         navigate to form elements, too.
2618
2619         * eww.el (eww-button): New face.
2620         (eww-convert-widgets): Use it to make submit buttons more button-like.
2621
2622         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2623         that Gnus commands work.
2624
2625         * shr.el (shr-render-td): Support horizontal alignment.
2626
2627         * eww.el (eww-put-color): Removed.
2628         (eww-colorize-region): Use `add-face-text-property'.
2629
2630         * shr.el (shr-add-font): Append face data, so that we get the correct
2631         precedence: The innermost value (which is applied first) wins.
2632         (shr-make-overlay): Obsolete function.
2633
2634         * mm-decode.el (mm-convert-shr-links): New function to convert
2635         new-style shr URL links into widgets.
2636         (mm-shr): Use it.
2637
2638         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2639         widget commands, since we're no longer using widgets for links.
2640
2641         * shr.el (shr-next-link): New command.
2642         (shr-previous-link): New command.
2643         (shr-urlify): Don't use `widget-convert', because that's slow.
2644         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2645         because collecting the overlays and reapplying them when generating
2646         tables is slow.
2647         (shr-insert-table): Ditto.
2648
2649 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2650
2651         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2652         * shr.el (browse-url): Require `url'.
2653         * eww.el (url): Require format-spec.
2654
2655 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * eww.el (eww-display-html): Default to using the entire window width.
2658         (eww-browse-url): Don't add a User-Agent header (twice), because that
2659         makes Bing refuse connection.
2660
2661         * shr.el (shr-make-table): Cache the table rendering at the table
2662         level, and not the <td> level.  This is a bit faster.
2663
2664         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2665         #id.
2666
2667         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2668         browsers don't.
2669         (shr-expand-url): Respect #anchor links.
2670         (shr-parse-base): Chop off the anchor before using.
2671         (shr-descend): Respect display: none.
2672         (shr-descend): Allow marking elements that have certain IDs.
2673
2674         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2675
2676         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2677
2678         * eww.el (eww-tag-textarea): Support <textarea>.
2679
2680 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2681
2682         * shr.el (shr-dom-to-xml): Fixed function call.
2683
2684         * eww.el (eww): New group.
2685         (eww-header-line-format): New custom variable.
2686         (eww-current-title): New variable.
2687         (eww-display-html): Update header and handle title tag.
2688         (eww-update-header-line-format): New function.
2689         (eww-tag-title): New function.
2690
2691         * shr.el (shr-dom-to-xml): New function.
2692         (shr-tag-svg): Add support for the SVG tag.
2693         (shr-bullet): New custom variable.
2694         (shr-tag-li): Support custom bullet in unordered lists.
2695
2696 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * shr.el (shr-expand-url): Respect // URLs.
2699
2700         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2701         put a background colour onto the entire buffer.
2702         (eww-render): When being redirected, use the redirect URL as the new
2703         base URL.
2704
2705         * shr.el (shr-parse-base): Fix parsing error.
2706
2707         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2708
2709         * shr.el (shr-parse-base): New function.
2710         (shr-expand-url): Use it to expand relative URLs reliably.
2711
2712 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2713
2714         * auth-source.el (auth-source-search-collection): Fix docstring.
2715         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2716         single-quoted strings and multiline entries.
2717         (auth-source-netrc-parse-next-interesting)
2718         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2719         functions to support parser.
2720
2721 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * eww.el (eww-submit): Get submit button logic right when hitting RET
2724         on non-submit buttons.
2725
2726         * shr.el: Remove shr-preliminary-table-render, since that can't really
2727         be used for anything in practice.
2728
2729 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2730
2731         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2732         (sieve-manage-quit).
2733
2734 2013-06-14  Glenn Morris  <rgm@gnu.org>
2735
2736         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2737
2738 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2739
2740         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2741         control the maximum size of photo ID image.
2742         (mml2015-epg-key-image-to-string): Respect it.
2743
2744 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2747         instead of the final one so that we can more easily distinguish them.
2748
2749         * eww.el (eww-submit): Compute the submission URL correctly.
2750
2751 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2752
2753         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2754         Use plist-get rather than CL's getf.
2755         (sieve-manage-parse-capability): Avoid CL's remove-if.
2756
2757 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2758
2759         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2760         (sieve-manage-quit).
2761
2762 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2765         last slash.
2766
2767         * eww.el (eww-tag-select): Use the first value as the default value.
2768
2769 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2770
2771         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2772         (eww-mode): Use `define-derived-mode'.
2773         (eww-parse-headers): Parse headers from beginning of buffer so that
2774         file:// links work.
2775
2776 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2779
2780 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2783         to handle them at all.
2784
2785 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2788         work, too.
2789         (eww-tag-select): Implement <select>.
2790
2791 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2792
2793         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2794         stream managing functions by using open-protocol-stream to do most of
2795         the work.  Has the nice benefit of enabling STARTTLS.
2796         Wait for capabilities after STARTTLS: following RFC5804, the server
2797         sends new capabilities after successfully establishing a TLS connection
2798         with the client.  The client should update the cached list of
2799         capabilities, but we just ignore the answer for now.
2800         (sieve-manage-network-p, sieve-manage-network-open)
2801         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2802         (sieve-manage-forward, sieve-manage-streams)
2803         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2804         API, nor called by any other function.
2805         Enable Multibyte for SieveManage buffers: The parser won't properly
2806         handle umlauts and line endings unless multibyte is turned on in the
2807         process buffer.
2808
2809 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2810
2811         * eww.el (eww-tag-input): Support password fields.
2812         (eww-submit): Support POST.
2813
2814 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * eww.el (eww-tag-form): Protect against degenerate forms.
2817
2818         * shr.el (shr-expand-url): Expand URLs that start with a slash
2819         correctly.
2820
2821         * eww.el (eww-submit): Get submit button logic right.
2822
2823         * shr.el (shr-final-table-render): New variable to signal when we're
2824         doing the final table rendering so that we can collect more data at
2825         that point.
2826
2827         * eww.el (eww-submit): Make form submission work.
2828         (eww-tag-input): Implement submit buttons.
2829         (eww-click-radio): Implement radio and checkboxes.
2830         (eww-submit): Handle hidden elements.
2831
2832         * shr.el (shr-descend): Allow other packages to override (or provide)
2833         rendering of elements.
2834         (shr-expand-url): Strip query strings from URLs before expanding them.
2835
2836         * eww.el: Don't require cl-lib.
2837         (eww-tag-form): Start form support.
2838
2839         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2840
2841         * eww.el: Start writing a new, tiny web browser.
2842         (eww-previous-url): New command.
2843         (eww-quit): New command.
2844
2845 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2846
2847         * sieve.el: Put point at beginning of buffer when viewing a script.
2848         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2849         number in sieve-buffer's header.  Fixed code to also work with a string
2850         as port specifier.  Properly close the connection on pressing 'q'.  Make
2851         sieve-manage-quit close the connection and process buffer.  Also, remove
2852         duplicate keybinding for 'q'.
2853
2854 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2855
2856         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2857         make it easier to read.
2858         (mm-pkcs7-enveloped-magic): Ditto.
2859
2860 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2861
2862         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2863         before `image-type-available-p' to avoid loading the image libraries
2864         needlessly.
2865
2866 2013-06-05  David Engster  <deng@randomsample.de>
2867
2868         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2869         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2870         to see whether the group was synced before.
2871
2872 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2873
2874         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2875         when opening the connection.
2876         Suggested by João Távora <joaotavora@gmail.com> in
2877         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2878
2879 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2882         assume Date header begins with "Date", that may be customized into
2883         something like "X-Sent" using gnus-article-time-format.
2884         (article-transform-date): Allow multi-line Date header.
2885
2886 2013-06-02  David Engster  <deng@randomsample.de>
2887
2888         * registry.el (initialize-instance, registry-lookup)
2889         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2890         (registry-lookup-secondary-value, registry-search, registry-delete)
2891         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2892         not wrap methods in `eval-and-compile'.  This breaks due to latest
2893         changes in EIEIO (introduction of eieio-core.el).
2894
2895 2013-05-30  Glenn Morris  <rgm@gnu.org>
2896
2897         * nnmail.el (nnmail-fancy-expiry-target):
2898         Also bind mail-dont-reply-to-names.
2899
2900         * spam-stat.el (spam-stat-save):
2901         No need to tweak font-lock in temp buffers.
2902
2903         * shr.el (shr-put-image): Silence compiler.
2904
2905 2013-05-29  Glenn Morris  <rgm@gnu.org>
2906
2907         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2908
2909         * gnus-group.el (gnus-sequence-of-unread-articles)
2910         (gnus-summary-add-mark, gnus-mark-article-as-read)
2911         (gnus-group-make-articles-read): Declare.
2912
2913         * gnus-sum.el (gnus-parameter-list-identifier)
2914         (gnus-article-stop-animations, gnus-stop-downloads)
2915         (gnus-article-only-boring-p, article-goto-body)
2916         (gnus-flush-original-article-buffer, article-narrow-to-head)
2917         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2918         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2919
2920         * gnus.el: No need to eval-and-compile autoloads.
2921
2922         * gravatar.el (help-function-arglist): Autoload.
2923
2924         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2925
2926         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2927
2928         * spam.el: No need to load spam-report when compiling.
2929         No need to eval-and-compile autoloads.
2930         (spam-report-resend-to): Declare.
2931         (spam-report-resend-register-routine): Require 'spam-report.
2932
2933 2013-05-24  Julien Danjou  <julien@danjou.info>
2934
2935         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2936         setup.
2937
2938 2013-05-23  Glenn Morris  <rgm@gnu.org>
2939
2940         * gnus-util.el (rmail-swap-buffers-maybe)
2941         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2942         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2943         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2944
2945         * mm-decode.el: No need to load term when compiling.
2946         (term-mode, term-char-mode): Declare.
2947
2948         * mm-util.el: No need to load jka-compr when compiling.
2949         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2950
2951         * nnmaildir.el: Require is automatically eval-and-compile.
2952         (nnmail): Require at run-time too.
2953
2954         * registry.el (registry-size): Move definition before use.
2955
2956 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2957
2958         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2959         signed data to conform the standard.  (Bug#14232)
2960
2961 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2962
2963         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2964         double angle quotation mark.
2965
2966 2013-05-20  Glenn Morris  <rgm@gnu.org>
2967
2968         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2969
2970 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2971
2972         * message.el (message-insert-formatted-citation-line): handle finding
2973         first/lastname when more than 2 names appear.
2974
2975 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2976
2977         * shr.el (shr-tag-span): New function.
2978
2979 2013-05-18  Glenn Morris  <rgm@gnu.org>
2980
2981         * message.el (message-mode): Use message-mode-abbrev-table,
2982         with text-mode-abbrev-table as parent.  (Bug#14413)
2983
2984 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * message.el (message-expand-group): Decode group names.
2987
2988 2013-05-16  Julien Danjou  <julien@danjou.info>
2989
2990         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2991         app-icon.
2992
2993 2013-05-15  Glenn Morris  <rgm@gnu.org>
2994
2995         * shr-color.el (shr-color-visible-luminance-min)
2996         (shr-color-visible-distance-min): Use shr-color group.
2997
2998 2013-05-11  Glenn Morris  <rgm@gnu.org>
2999
3000         * gnus-vm.el: Make it loadable without VM.
3001         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
3002         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
3003
3004 2013-05-09  Glenn Morris  <rgm@gnu.org>
3005
3006         * mml1991.el: Make it loadable.  (Bug#13456)
3007
3008         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
3009         * gnus-async.el (gnus-async-post-fetch-function):
3010         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
3011         * gnus-html.el (gnus-html-image-cache-ttl):
3012         * gnus-notifications.el (gnus-notifications-timeout):
3013         * gnus-picon.el (gnus-picon-properties):
3014         * gnus-util.el (gnus-completion-styles):
3015         * gnus.el (gnus-other-frame-resume-function):
3016         * message.el (message-user-organization-file)
3017         (message-cite-reply-position):
3018         * nnir.el (nnir-summary-line-format)
3019         (nnir-retrieve-headers-override-function):
3020         * shr-color.el (shr-color-visible-luminance-min):
3021         * shr.el (shr-blocked-images):
3022         * spam-report.el (spam-report-resend-to):
3023         * spam.el (spam-summary-exit-behavior): Fix custom types.
3024
3025         * gnus-salt.el (gnus-selected-tree-face): Fix default.
3026
3027 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
3030         because of let-binding help-xref-following.  (Bug#14356)
3031
3032 2013-05-06  Glenn Morris  <rgm@gnu.org>
3033
3034         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
3035
3036 2013-05-04  Andrew Cohen  <cohen@bu.edu>
3037
3038         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
3039         entering into the registry.
3040
3041 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3042
3043         * gnus.el: Ma Gnus v0.7 is released.
3044
3045 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
3048         (Bug#14304)
3049
3050 2013-04-27  Glenn Morris  <rgm@gnu.org>
3051
3052         * gnus.el (gnus-list-debbugs):
3053         Use require rather than autoload.  (Bug#14262)
3054
3055 2013-04-27  Julien Danjou  <julien@danjou.info>
3056
3057         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
3058         port to "sieve" now that it has an official IANA port assigned.
3059
3060 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
3063         Don't set the MAILHOST environment variable permanently (Bug#14271).
3064
3065 2013-04-26  Glenn Morris  <rgm@gnu.org>
3066
3067         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
3068
3069 2013-04-25  Andrew Cohen  <cohen@bu.edu>
3070
3071         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
3072         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
3073
3074 2013-04-24  Andrew Cohen  <cohen@bu.edu>
3075
3076         * nnir.el (nnir-close-group): Make sure we are in the right group.
3077
3078         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
3079         dependency table from all newly retrieved headers.
3080
3081 2013-04-16  David Edmondson  <dme@dme.org>
3082
3083         Support <img src="data:...">.
3084
3085         * shr.el (shr-image-from-data): New function.
3086         (shr-tag-img): Use it.
3087
3088 2013-04-14  Andrew Cohen  <cohen@bu.edu>
3089
3090         * nnir.el (nnir-request-set-mark): Make sure we are in the right
3091         group.
3092
3093 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
3096         corresponding to any existing group (Bug#14166).
3097
3098 2013-04-10  Andrew Cohen  <cohen@bu.edu>
3099
3100         * nnir.el (number-sequence): No longer used.
3101         (nnir-request-set-mark): New function.
3102         (nnir-request-update-info): Improve marks updating.
3103         (nnir-request-scan): Don't duplicate marks updating.
3104         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
3105         Use 'assq rather than 'assoc.  Quote anonymous function.
3106         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
3107         Use 'gnus-group-prefixed-p.
3108         (gnus-summary-create-nnir-group): Make sure server for method is open.
3109
3110 2013-04-04  Andrew Cohen  <cohen@bu.edu>
3111
3112         * nnir.el (gnus-nnir-group-p): New function.
3113         (nnir-possibly-change-group): Use it.
3114
3115         * gnus-msg.el (gnus-setup-message): Use it.
3116
3117 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * mml.el (mml-minibuffer-read-description): Use `default' insted of
3120         `initial-input' for the argument name.
3121         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3122
3123 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
3124
3125         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
3126         (used by MH-E).
3127
3128 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3129
3130         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3131         group.
3132
3133         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3134         fix compilation.
3135
3136 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3137
3138         * nnir.el (nnir-method-default-engines): And another typo.
3139
3140 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3141
3142         * nnir.el (nnir-method-default-engines): Fix typo.
3143
3144 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3145
3146         * nnir.el: Define 'number-sequence for xemacs.
3147         (gnus-summary-create-nnir-group): New function to create an nnir group
3148         from an nnir summary buffer based on the current query.
3149         (nnir-request-create-group): Update to allow nnir group creation based
3150         on the current query.
3151
3152 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * nndraft.el (nndraft-request-expire-articles):
3155         Make expiry target always `delete'.
3156
3157 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3158
3159         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3160         buffer use the posting-style and gcc of the original article group.
3161         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3162
3163         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3164         after other deffoos.
3165
3166 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3167
3168         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3169         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3170         support for real (i.e. not ephemeral) nnir groups.
3171         (gnus-summary-make-nnir-group): New function for initiating searches
3172         from a summary buffer.
3173
3174 2013-03-18  Sam Steingold  <sds@gnu.org>
3175
3176         * message.el (message-bury): Minor cleanup.
3177
3178 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3179
3180         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3181
3182 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3185         nnml-request-list.  (Bug#13873)
3186         (nndir-request-newsgroups): Remove, unused.
3187
3188         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3189
3190 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3191
3192         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3193         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3194         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3195
3196 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3197
3198         * shr.el: Make all the overlays set the `evaporate' property so that
3199         they're removed properly.
3200
3201 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3202
3203         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3204         shell-quote-argument.
3205
3206 2013-02-22  David Engster  <deng@randomsample.de>
3207
3208         * gnus-registry.el (gnus-registry-save): Provide class name when
3209         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3210         `condition-case' to stay compatible with older EIEIO versions which
3211         only accept one argument.
3212
3213 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3214
3215         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3216         (epg-user-id-validity): Autoload.
3217         (mml2015-epg-check-user-id): New function.
3218         (mml2015-epg-check-sub-key): New function split from
3219         mml2015-epg-find-usable-key.
3220         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3221         optional name-is-key-id, to handle the case when user-id is unusable.
3222         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3223
3224 2013-02-17  Glenn Morris  <rgm@gnu.org>
3225
3226         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3227
3228 2013-02-16  Glenn Morris  <rgm@gnu.org>
3229
3230         * shr.el (shr-put-image): Only animate images that specify a delay.
3231         This is consistent with the old image-animated-p behavior.
3232
3233 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3236         for XEmacs.
3237
3238 2013-02-13  Juri Linkov  <juri@jurta.org>
3239
3240         * gnus-art.el (gnus-article-mode-map):
3241         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3242         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3243
3244 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3245
3246         * auth-source.el (auth-source-format-prompt): Don't get confused by
3247         any "\" in replacement text.  (Bug#13637)
3248
3249 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3250
3251         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3252         (gnus-backend-trace): Honour gnus-backend-trace.
3253
3254         * mml.el (mml-insert-part): Insert closing tag.
3255
3256         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3257
3258 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259
3260         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3261         able to find the article, which can happen in debbugs groups,
3262         apparently.
3263
3264 2013-01-16  Glenn Morris  <rgm@gnu.org>
3265
3266         * smiley.el (smiley-style): Make the file loadable in batch mode.
3267
3268 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3269
3270         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3271         imap process running.
3272
3273 2013-01-14  Julien Danjou  <julien@danjou.info>
3274
3275         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3276         Compare addresses against addresses, not against the full From field.
3277
3278 2013-01-13  Richard Stallman  <rms@gnu.org>
3279
3280         * message.el (message-forward-make-body-mime): New args BEG, END
3281         specify what part of FORWARD-BUFFER to use.  Do the work directly
3282         instead of calling `mml-insert-buffer'.
3283
3284 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3285
3286         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3287         cross-reference(s).
3288
3289         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3290         cross-reference(s).
3291
3292 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3293
3294         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3295         and point-max-marker.
3296         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3297
3298 2013-01-11  Julien Danjou  <julien@danjou.info>
3299
3300         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3301         max are almost equal.  Also return the correct value for V which is
3302         already between 0 and 1.
3303
3304 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3305
3306         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3307         to mml2015-encrypt-to-self.
3308         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3309
3310 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3311
3312         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3313         mml-smime-epg-find-usable-secret-key.
3314
3315 2013-01-08  Glenn Morris  <rgm@gnu.org>
3316
3317         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3318
3319 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3320
3321         * mml-smime.el: Support signing by sender.
3322         Requested by Uwe Brauer.
3323         (mml-smime-sign-with-sender): New user option analogous
3324         to mml2015-sign-with-sender.
3325         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3326         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3327         mml2015.el.
3328
3329 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3332         isn't running, because Gnus will probably not know how to handle the
3333         Gcc header (bug#11941).
3334
3335         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3336         articles.
3337
3338 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339
3340         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3341         (nnfolder-generate-active-file): Make this function work with recursive
3342         folder names.
3343
3344 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3345
3346         * nntp.el (nntp-open-connection): Use HELP as the capability command
3347         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3348         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3349
3350 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3351
3352         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3353         place holder since this gives `Invalid face reference: nil' messages.
3354         Use the `default' face instead.  It has the same effect here, even
3355         though it is not no-op.
3356
3357         * gnus-util.el
3358         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3359
3360 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3361
3362         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3363         non-string posting styles (bug#13285).
3364
3365 2012-12-27  Glenn Morris  <rgm@gnu.org>
3366
3367         * plstore.el (plstore-passphrase-callback-function):
3368         Use plstore-get-file.
3369
3370 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3371
3372         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3373         stderr.
3374
3375 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3378
3379         * gnus-compat.el (set-buffer-multibyte): Remove.
3380
3381 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3382
3383         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3384         temporary file to get PGP key image.  Pass no-show-photos when
3385         extracting image to avoid having it pop up twice.
3386
3387 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3388
3389         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3390         eligible for treatment.
3391
3392         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3393         lines.  This makes summary commands with hidden threads work more
3394         reliably.
3395
3396         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3397         button to mark the hidden citations (bug#9395).
3398
3399 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3400
3401         * mml2015.el (mml2015-epg-signature-to-string): New function.
3402         (mml2015-epg-verify-result-to-string): New function.
3403         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3404         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3405         instead of epg-verify-result-to-string.
3406         (epg-signature-key-id, epg-signature-to-string): Autoload.
3407         (epg-verify-result-to-string): Remove autoload.
3408
3409 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3410
3411         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3412         ID image from GPG public key.
3413         (mml2015-epg-key-image-to-string): New function.
3414
3415 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3416
3417         * plstore.el (plstore-passphrase-callback-function): Fix error when
3418         error when plstore-cache-passphrase-for-symmetric-encryption is set
3419         (bug#13264).
3420
3421 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3422
3423         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3424         buffer to the article buffer here, because that clobbers multiple
3425         article buffers.
3426
3427         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3428         buffer always points to the right summary buffer.
3429
3430 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3431
3432         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3433         the password (bug#12097).
3434
3435 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3436
3437         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3438         (bug#13263).
3439
3440         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3441         buffer exists before using it (bug#12475).
3442
3443         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3444         offline groups (bug#11937).
3445
3446         * message.el (message-yank-original): When using customize to set the
3447         value of `message-cite-style', the variable it set to a symbol that's
3448         the name of the variable, which must then be dereferenced (bug#12616).
3449
3450 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3451
3452         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3453         the `face' property with a list whose car is the face specified in the
3454         format string and whose cdr is (nil).
3455         * lisp/gnus-util.el
3456         (gnus-put-text-property-excluding-characters-with-faces):
3457         Change accordingly.
3458         (gnus-get-text-property-excluding-characters-with-faces): New function.
3459         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3460         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3461         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3462
3463 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3464
3465         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3466         login methods.
3467         (nnimap-login): Respect the `nnimap-authenticator' variable.
3468
3469         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3470         mark state when moving articles.  Otherwise unticked articles will get
3471         their ticks back after moving.
3472
3473 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3474
3475         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3476
3477         * message.el (message-ignored-news-headers): Always remove
3478         X-Message-SMTP-Method to avoid information leakage if the user
3479         mistakenly inserts the header into news messages.
3480
3481         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3482
3483         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3484         right than four characters, this command would move point to
3485         `point-max'.  Don't do that.
3486
3487         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3488         to nil to allow re-selecting groups that gain articles.
3489         (gnus-bug-group-download-format-alist): Update the URL.
3490
3491 2012-12-23  Andreas Schwab  <schwab@suse.de>
3492
3493         * shr.el (shr-tag-em): Render em as italic, not bold.
3494
3495 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3496
3497         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3498         for reuse.
3499         (gnus-open-server): Use it to add more tracing.
3500         (gnus-finish-retrieve-group-infos): Add backend tracing.
3501         (gnus-backend-trace): Also note the elapsed seconds.
3502
3503 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3504
3505         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3506         Set epa-file-encrypt-to from variable to avoid querying.
3507
3508 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3509
3510         * sieve-mode.el (sieve-font-lock-keywords):
3511         Keywords should be word delimited.  (Bug#13173)
3512
3513 2012-12-13  Andreas Schwab  <schwab@suse.de>
3514
3515         * tls.el (tls-program): Update customize type.
3516
3517 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3520         instead of <pre> to align message header.
3521
3522 2012-12-12  Sam Steingold  <sds@gnu.org>
3523
3524         * gnus.el (gnus-other-frame-resume-function): Add user option.
3525         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3526
3527 2012-12-06  Sam Steingold  <sds@gnu.org>
3528
3529         * gnus-start.el (gnus-before-resume-hook): Add.
3530         (gnus-1): Run it when Gnus is alive.
3531
3532 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3535         * gnus-art.el (article-unsplit-urls)
3536         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3537         * gnus-registry.el (gnus-registry-get-article-marks)
3538         * message.el (message-goto-body): Use it.
3539         (message-called-interactively-p): Remove.
3540
3541         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3542         (spam-stat-score-buffer): Use it.
3543
3544         * spam.el: Silence the warnings against BBDB functions when compiling.
3545
3546         * gnus-score.el (gnus-score-decode-text-parts):
3547         Use append+mapcar instead of the cl function mapcan.
3548
3549 2012-12-05  Sam Steingold  <sds@gnu.org>
3550
3551         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3552         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3553         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3554
3555 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * gmm-utils.el (gmm-called-interactively-p): Revert.
3558         This seems to cause Emacs to get stuck!
3559         * gnus-art.el (article-unsplit-urls)
3560         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3561         * gnus-registry.el (gnus-registry-get-article-marks)
3562         * message.el (message-goto-body)
3563         (message-called-interactively-p): Revert.
3564
3565         * gmm-utils.el (gmm-called-interactively-p): New function.
3566         * gnus-art.el (article-unsplit-urls)
3567         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3568         * gnus-registry.el (gnus-registry-get-article-marks)
3569         * message.el (message-goto-body): Use it.
3570         (message-called-interactively-p): Remove.
3571
3572         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3573         * gnus-sync.el (gnus-sync-lesync-call)
3574         * message.el (message-read-from-minibuffer): Use it.
3575
3576 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * gmm-utils.el (gmm-flet): Remove.
3579         * gnus-sync.el (gnus-sync-lesync-call)
3580         * message.el (message-read-from-minibuffer): Don't use it.
3581
3582 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3585
3586 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3589
3590         * gnus-sync.el (gnus-sync-lesync-call)
3591         * message.el (message-read-from-minibuffer): Use gmm-flet.
3592
3593         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3594
3595         * gnus-util.el (gnus-macroexpand-all): Remove.
3596
3597 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3598
3599         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3600         to TAB, not [tab].
3601         (gnus-summary-article-map): Likewise.
3602
3603         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3604         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3605
3606 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3607
3608         * time-date.el: Commentary fix.
3609
3610 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3611
3612         * color.el: Don't require cl.
3613         (color-complement): `caddr' -> `nth 2'.
3614
3615         * time-date.el (time-to-seconds): De-obsolete.
3616
3617 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * message.el (message-get-reply-headers):
3620         Make sure the reply goes to the author if it is a wide reply.
3621
3622 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3623
3624         * gnus-score.el (gnus-score-body):
3625         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3626         scoring by body.
3627
3628 2012-11-16  Glenn Morris  <rgm@gnu.org>
3629
3630         * gnus-diary.el (nndiary-request-create-group-functions)
3631         (nndiary-request-update-info-functions)
3632         (gnus-subscribe-newsgroup-functions)
3633         (nndiary-request-accept-article-functions):
3634         Use new names for hooks rather than obsolete aliases.
3635
3636 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3639
3640 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3643         in meta tag with the one the part specifies in its header.
3644
3645 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3646
3647         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3648         by default.
3649
3650 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3653         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3654
3655 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3658         and a runtime function for it, of which the XEmacs version takes only
3659         two arguments.
3660
3661 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3662
3663         * nndiary.el (nndiary-request-create-group-functions)
3664         (nndiary-request-update-info-functions)
3665         (nndiary-request-accept-article-functions):
3666         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3667         "-hooks" suffix.
3668
3669 2012-10-19  Julien Danjou  <julien@danjou.info>
3670
3671         * gnus-art.el: Require gnus-util because it uses
3672         `gnus-timer--function'.
3673
3674 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3675
3676         * starttls.el (starttls-extra-arguments): Doc fix.
3677
3678 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3681         it.
3682
3683 2012-10-06  Glenn Morris  <rgm@gnu.org>
3684
3685         * gnus-notifications.el (gnus-notifications):
3686         Add missing group :version tag.
3687         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3688         (gnus-gcc-post-body-encode-hook):
3689         * gnus-sync.el (gnus-sync-lesync-name)
3690         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3691
3692 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3693
3694         * color.el (color-hsl-to-rgb): Fix incorrect results for
3695         small and large hue values.  (Bug#12559)
3696
3697 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         New UIDL implementation.
3700
3701         * mail-source.el (mail-sources, mail-source-keyword-map):
3702         Add :leave as a pop3 keyword.
3703         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3704
3705         * pop3.el (pop3-leave-mail-on-server): Allow number.
3706         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3707         (pop3-movemail): Add UIDL support.
3708         (pop3-send-streaming-command): Take a list of mail numbers instead of
3709         the number of mails.
3710         (pop3-write-to-file): Add X-UIDL header.
3711         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3712         (pop3-uidl-add-xheader): New functions.
3713
3714         * message.el (message-ignored-resent-headers):
3715         Add X-Content-Length and X-UIDL headers.
3716
3717 2012-10-05  Glenn Morris  <rgm@gnu.org>
3718
3719         * color.el (color-name-to-rgb, color-rgb-to-hex)
3720         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3721         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3722         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3723         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3724
3725 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3728         a user about whether to delete temp files if once a user answered as n.
3729
3730 2012-09-25  Chong Yidong  <cyd@gnu.org>
3731
3732         * password-cache.el (password-read-and-add): Use a declare form to mark
3733         this function obsolete.
3734
3735 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * lpath.el: Bind mail-encode-mml for old Emacsen.
3738
3739 2012-09-17  Richard Stallman  <rms@gnu.org>
3740
3741         * message.el (message-in-body-p): Don't set mark or modify buffer.
3742
3743         * mml.el (mml-attach-file): Doc fix.
3744         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3745         Set mail-encode-mml when in Mail mode.
3746         Simplify code to set HEAD and move back to HEAD.
3747         (mml-insert-multipart, mml-insert-part):
3748         Set mail-encode-mml when in Mail mode.
3749
3750 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-util.el (gnus-timer--function): New function.
3753
3754         * gnus-art.el (gnus-article-stop-animations): Use it.
3755
3756 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3757
3758         Fix glitches caused by addition of psec to timers.
3759         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3760         rather than raw access to timer vector.
3761
3762 2012-09-11  Julien Danjou  <julien@danjou.info>
3763
3764         * gnus-notifications.el (gnus-notifications): Check for nil values in
3765         ignored addresses check.
3766
3767 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3768
3769         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3770
3771 2012-09-07  Chong Yidong  <cyd@gnu.org>
3772
3773         * gnus-util.el
3774         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3775
3776         * gnus-salt.el (gnus-tree-highlight-node):
3777         * gnus-sum.el (gnus-summary-highlight-line):
3778         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3779
3780 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3781
3782         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3783
3784 2012-09-06  Juri Linkov  <juri@jurta.org>
3785
3786         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3787         scheme for buffer names to be more consistent with other group and
3788         article buffer names in Gnus.
3789
3790 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3791
3792         * gnus-util.el
3793         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3794
3795         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3796         Jenkner.
3797
3798         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3799
3800         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3801
3802         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3803
3804 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3807         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3808
3809         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3810         string-prefix-p in Emacs >=23.2.
3811
3812         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3813         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3814         instead of string-match-p.
3815         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3816
3817 2012-09-06  Kenichi Handa  <handa@gnu.org>
3818
3819         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3820         lowercase a..f.
3821
3822 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3823
3824         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3825
3826 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3827
3828         * nnimap.el (nnimap-request-move-article): Decode the group name when
3829         doing internal moves to avoid charset issues.
3830
3831         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3832         TIME is set.
3833
3834 2012-09-05  Juri Linkov  <juri@jurta.org>
3835
3836         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3837         than one group at a time (bug#11961).
3838
3839 2012-09-05  Julien Danjou  <julien@danjou.info>
3840
3841         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3842         this hide the real reason with a message giving absolutely no hint.
3843
3844 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3845
3846         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3847         to the backend (bug#11804).
3848
3849         * message.el (message-insert-newsgroups): Don't insert newsgroup
3850         duplicates (bug#12275).
3851
3852 2012-09-05  John Wiegley  <johnw@newartisans.com>
3853
3854         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3855         sieve rules.
3856
3857 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3858
3859         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3860         function.
3861
3862         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3863
3864         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3865
3866 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3867
3868         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3869         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3870         This should make nnmaildir more usable with offlineimap.
3871
3872 2012-09-05  Julien Danjou  <julien@danjou.info>
3873
3874         * nnimap.el (nnimap-request-list): Revert change that made listing
3875         synchronous.
3876         (nnimap-get-responses): Restore.
3877
3878 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3879
3880         * dgnushack.el: XEmacs 21.5 compilation fix.
3881
3882         * gnus-notifications.el (gnus-notifications-notify): Use it.
3883
3884         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3885         warnings on XEmacs.
3886
3887 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3888
3889         Better seeds for (random).
3890         * gnus-sync.el (gnus-sync-lesync-setup):
3891         * message.el (message-canlock-generate, message-unique-id):
3892         Change (random t) to (random), now that the latter is more random.
3893
3894 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3895
3896         * nnimap.el (nnimap-change-group): Document result value
3897
3898         * auth-source.el (auth-sources): Fix macos keychain access.
3899
3900         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3901         allow the backend `request-head' function to determine the group
3902         name on its own.
3903         (gnus-request-expire-articles): Filter out negative article numbers
3904         during expiry (Bug#11980).
3905
3906         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3907         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3908
3909         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3910         you've found the article when you haven't.
3911
3912         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3913         that nnimap-change-group can return t.
3914
3915 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3916
3917         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3918
3919 2012-08-30  Julien Danjou  <julien@danjou.info>
3920
3921         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3922         `gnus-notifications-timeout'.
3923         (gnus-notifications-timeout): Add.
3924         (gnus-notifications-action): New function.
3925         (gnus-notifications-notify): Add :action using
3926         `gnus-notifications-action'.
3927         (gnus-notifications-id-to-msg): New variable.
3928         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3929         notifications id to messages.
3930
3931 2012-08-30  Kenichi Handa  <handa@gnu.org>
3932
3933         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3934         once.
3935
3936 2012-08-29  Julien Danjou  <julien@danjou.info>
3937
3938         * gnus-notifications.el: New file.
3939         (gnus-notifications-notify): New function.
3940         (gnus-notifications): Use `gnus-notifications-notify'.
3941
3942 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3945         transfer encoding first; bind gnus-newsgroup-charset to the charset
3946         that the article specifies (Bug#12209).
3947
3948 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3951         (gnus-group-customize-done): Encode values posting-style holds.
3952
3953         * gnus-msg.el (gnus-summary-resend-message)
3954         (gnus-configure-posting-styles): Decode values posting-style group
3955         parameter holds.
3956
3957 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3960         `name' and `address' in Resent-From header.
3961
3962 2012-08-14  Chong Yidong  <cyd@gnu.org>
3963
3964         * gnus-art.el (article-display-face): Handle failure in
3965         gnus-create-image (Bug#11802).
3966
3967 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3968
3969         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3970         Use defsetf.
3971
3972 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3973
3974         * auth-source.el (auth-source-plstore-search)
3975         (auth-source-secrets-search): Ignore :require and :type in search spec.
3976
3977 2012-08-06  Julien Danjou  <julien@danjou.info>
3978
3979         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3980         `nnimap-request-move-article'.
3981
3982         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3983         Remove autoload, already handled by gnus.el.
3984
3985         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3986
3987         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3988         supported by nnimap actually.  Reverts previous change.
3989
3990         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3991         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3992         to-buffer argument that is already supported.
3993
3994 2012-08-05  Julien Danjou  <julien@danjou.info>
3995
3996         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3997         Add autoload.
3998
3999 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * gnus.el (gnus-valid-select-methods): Fix custom type.
4002
4003 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
4004
4005         * auth-source.el (auth-sources, auth-source-backend-parse)
4006         (auth-source-macos-keychain-search)
4007         (auth-source-macos-keychain-search-items)
4008         (auth-source-macos-keychain-result-append)
4009         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
4010         auth-source.el through the /usr/bin/security utility.
4011         (auth-sources): Fix syntax error.
4012         (auth-source-macos-keychain-result-append): Fix variable name.
4013         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
4014
4015 2012-07-27  Julien Danjou  <julien@danjou.info>
4016
4017         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
4018         Emacs < 24.1
4019
4020 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * message.el (message-kill-address): Don't kill last newline.
4023         (message-skip-to-next-address): Don't move to the next header.
4024         (message-fill-field-address): Work properly.
4025
4026 2012-07-25  Julien Danjou  <julien@danjou.info>
4027
4028         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
4029
4030 2012-07-24  Julien Danjou  <julien@danjou.info>
4031
4032         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
4033
4034         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
4035         (nntp-async-timer-handler): Remove, unused.
4036
4037         * nnimap.el (nnimap-get-responses): Remove, unused.
4038
4039         * nnheader.el (mail-header-set-extra): Remove, unused.
4040
4041         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
4042         unused.
4043
4044         * mm-view.el (mm-view-sound-file): Remove, unused.
4045
4046         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
4047         (mm-url-encode-multipart-form-data): Remove, unused.
4048
4049         * message.el (message-remove-signature, message-make-host-name)
4050         (message-fill-address): Remove, unused.
4051
4052         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
4053         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
4054         unused.
4055
4056         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
4057         (gnus-xmas-call-region): Remove, unused.
4058
4059         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
4060
4061         * gnus-util.el (gnus-extract-address-component-name)
4062         (gnus-extract-address-component-email, gnus-sortable-date)
4063         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
4064         (gnus-process-live-p): Remove, unused.
4065
4066         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
4067
4068         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
4069         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
4070         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
4071         function.
4072
4073         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
4074
4075         * gnus-score.el (gnus-summary-score-crossposting)
4076         (gnus-score-regexp-bad-p): Remove, unused.
4077
4078         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
4079
4080         * gnus-range.el (gnus-sublist-p): Remove, unused.
4081
4082         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
4083         unused.
4084
4085         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
4086
4087         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
4088         (gnus-request-associate-buffer): Remove, unused.
4089
4090         * gnus-group.el (gnus-group-set-method-info)
4091         (gnus-group-set-params-info): Remove, unused.
4092
4093         * gnus-fun.el (gnus-shell-command-to-string)
4094         (gnus-shell-command-on-region): Remove, unused.
4095
4096         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
4097
4098         * gnus-art.el (gnus-article-text-type-exists-p)
4099         (article-translate-characters, gnus-article-hide-text-of-type)
4100         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
4101         Remove, unused.
4102
4103 2012-07-22  Andrew Cohen  <cohen@bu.edu>
4104
4105         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
4106
4107 2012-07-21  Julien Danjou  <julien@danjou.info>
4108
4109         * message.el (message-dont-reply-to-names): Replace deprecated
4110         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
4111         (message-get-reply-headers): Ditto.
4112
4113 2012-07-18  Julien Danjou  <julien@danjou.info>
4114
4115         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
4116         `sieve-upload-and-kill'.
4117
4118         * sieve.el (sieve-bury-buffer): Remove function.
4119         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
4120         (sieve-upload-and-kill): New function, mapped to C-c C-c.
4121
4122 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4123
4124         * shr.el (shr-expand-url): Handle URL starting with `//'.
4125
4126 2012-07-13  Chong Yidong  <cyd@gnu.org>
4127
4128         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4129         instead of calling toggle-read-only with a (bogus) argument.
4130
4131 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4132
4133         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4134         of initial input when reading the author to restrict the summary to.
4135
4136 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * mm-decode.el (mm-shr):
4139         Allow overriding charset by mm-charset-override-alist.
4140
4141 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * gnus-art.el (gnus-article-view-part):
4144         Toggle subparts of multipart/alternative part.
4145
4146 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4147
4148         * shr.el (shr-render-buffer): New command.
4149         (shr-visit-file): Use it.
4150
4151 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4154         Set no-byte-compile and no-update-autoloads.
4155
4156 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4159
4160 2012-06-25  Julien Danjou  <julien@danjou.info>
4161
4162         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4163         `nnimap-request-move-articles-find-limit' since we do not use it only
4164         for move operations.
4165         (nnimap-request-accept-article): Use
4166         `nnimap-request-articles-find-limit' to limit search by message-id.
4167
4168 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4169
4170         Support higher-resolution time stamps (Bug#9000).
4171
4172         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4173         VARLIST.  It's optional, for backward compatibility.
4174         (encode-time-value): New optional arg PICO.  New type 3.
4175         (time-to-seconds) [!float-time]: Support the new picoseconds
4176         component if it's used.
4177         (seconds-to-time, time-subtract, time-add):
4178         Support ps-resolution time stamps as well.
4179
4180 2012-06-19  Julien Danjou  <julien@danjou.info>
4181
4182         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4183
4184         * nnimap.el (nnimap-log-buffer): Check that
4185         `window-point-insertion-type' is boundp, since it's not available in
4186         XEmacs.
4187
4188 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4189
4190         * nnimap.el (nnimap-log-buffer): Add this, setting
4191         `window-point-insertion-type' in the buffer to t.
4192         (nnimap-log-command): Use nnimap-log-buffer.
4193
4194 2012-06-19  Julien Danjou  <julien@danjou.info>
4195
4196         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4197         argument to be able to limit the search.
4198         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4199         (nnimap-request-move-articles-find-limit): Add this to limit the search
4200         by Message-Id after a message move.
4201         (nnimap): Add defgroup.
4202
4203 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4204
4205         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4206
4207 2012-06-15  Julien Danjou  <julien@danjou.info>
4208
4209         * nnimap.el (nnimap-find-article-by-message-id): Use
4210         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4211         (nnimap-possibly-change-group): Add read-only argument.
4212         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4213         issuing EXAMINE manually.
4214         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4215         with read-only argument.
4216         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4217         cannot possibly change because we need to be sure that it's either
4218         read-write or read-only.
4219
4220 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4223         being bound to a lambda form.
4224
4225 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4226
4227         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4228         articles when fetch-old is non-nil (bug#11370).
4229
4230 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4231
4232         * gnus-picon.el (gnus-picon-properties): New defcustom.
4233         (gnus-picon-create-glyph): Use it.
4234
4235 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236
4237         * gnus-group.el (gnus-group-get-new-news): Respect
4238         `gnus-group-use-permanent-levels', as documented (bug#11638).
4239
4240 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4241
4242         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4243         groups (bug#11641).
4244
4245 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4246
4247         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4248         is an integer to avoid later problems.
4249
4250 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4253         locales.
4254
4255         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4256         on a handle.
4257
4258         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4259         address as the default.
4260         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4261
4262         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4263         makes no sense to query the user about internal files.
4264
4265         * gnus-spec.el: Remove all the byte-compilation stuff, since
4266         benchmarking shows that it doesn't help when entering large summary
4267         buffers.
4268
4269         * gnus-xmas.el (gnus-xmas-define): Remove.
4270
4271         * gnus-util.el (gnus-byte-code): Remove.
4272
4273         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4274         grouplens stuff.
4275
4276 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4279         (bug#11514).
4280
4281 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4282
4283         * message.el (message-buffers): Return all buffers derived from Message
4284         to make `gnus-dired-attach' work with mu4e.
4285
4286 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4287
4288         * nntp.el: Stop the `letf' madness.
4289         (nntp--report-1): New var.
4290         (nntp-report): Merge nntp-report-1 into it.
4291         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4292         the nntp-report function.
4293
4294         * auth-source.el: Fix comment-style to follow the convention.
4295
4296 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4297
4298         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4299         (mm-dissect-singlepart): Don't guess the MIME type of
4300         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4301         set.
4302         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4303         toplevel MIME type is multipart/encrypted.
4304
4305 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4308         a string so that Gcc works (bug#11514).
4309
4310 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4311
4312         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4313         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4314
4315 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4316
4317         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4318         jumping to *Server* from a dedicated *Group* window.
4319         (gnus-configure-frame): CSE.
4320
4321         * gnus-registry.el: Minor style cleanup.
4322         (gnus-registry--set/remove-mark): New function, extracted from
4323         gnus-registry-install-shortcuts.
4324         (gnus-registry-install-shortcuts): Use it.
4325
4326 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * nnspool.el (news-path): Use eval-and-compile.
4329
4330 2012-05-24  Glenn Morris  <rgm@gnu.org>
4331
4332         * nnspool.el (news-directory, news-path, news-inews-program):
4333         Move here from paths.el.  Don't see a need for these to be autoloaded.
4334
4335         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4336         Merge in doc from paths.el version.  Don't see any need for this to be
4337         autoloaded, or for the warning about users not setting it.
4338
4339 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4340
4341         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4342         format.  In particular, add an optional argument and a docstring.
4343
4344         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4345
4346         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4347         current before calling `gnus-groups-to-gnus-format'.
4348         Note that this was already the case for `gnus-active-to-gnus-format'.
4349
4350 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4351
4352         Fix minor Y10k bug.
4353         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4354
4355 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4356
4357         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4358         message once it's actually open.
4359
4360 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4361
4362         * gnus.el: Ma Gnus v0.5 is released.
4363
4364 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4365
4366         * auth-source.el (auth-source--aput-1, auth-source--aput)
4367         (auth-source--aget): New functions and macros.
4368         Use them instead of aput/aget.
4369
4370 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4371
4372         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4373
4374 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4375
4376         * plstore.el (plstore-called-interactively-p): New compat macro copied
4377         from message.el.
4378         (plstore-mode): Use it.
4379
4380 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4381
4382         * plstore.el: Revive the editing feature.
4383         (plstore-mode): New mode to edit plstore file.
4384         (plstore-mode-toggle-display, plstore-mode-original)
4385         (plstore-mode-decoded): New command.
4386         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4387         (plstore--insert-buffer, plstore--make): New function.
4388         (plstore-open, plstore-save): Simplify by using them.
4389
4390 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4393
4394 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4395
4396         * tls.el (open-tls-stream): Remove unused binding.
4397
4398 2012-04-16  Glenn Morris  <rgm@gnu.org>
4399
4400         * nndraft.el (nndraft-request-list): Fix declaration.
4401
4402 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * mm-decode.el (mm-dissect-buffer): Doc fix.
4405
4406         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4407         don't have a current group.
4408
4409         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4410         buffer if it doesn't exist.
4411
4412         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4413         given, mark the group as ephemeral with the current window conf.
4414
4415         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4416         buffer exists, which it doesn't if we haven't started Gnus.
4417         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4418
4419 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4422         type is.
4423
4424         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4425         `unexists' entries.
4426         (gnus-clean-old-newsrc): Fix last checkin.
4427
4428         * nnimap.el (nnimap-update-info): None of the articles below the active
4429         low-water mark exist.
4430
4431         * dgnushack.el: Get rid of XEmacs compilation warning.
4432
4433         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4434         would have gotten if we posted to the group, and use that to compare
4435         against the message we want to cancel (bug#10808).
4436
4437         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4438         on XEmacs.
4439
4440 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4441
4442         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4443         `scroll-margin'.
4444
4445 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4446
4447         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4448         citation prefix within a block of cited text should be considered part
4449         of that block *only* if it is a blank line.
4450
4451 2012-04-09  Chong Yidong  <cyd@gnu.org>
4452
4453         * binhex.el, hashcash.el, uudecode.el:
4454         Remove * characters from the front of variable docstrings.
4455
4456 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4459         before kinsoku-bol characters nor within kinsoku-eol characters.
4460
4461 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4464         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4465         (gnus-sync-read): Use mapc instead of mapcar.
4466
4467         * mm-archive.el: Require mm-decode for some macros.
4468         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4469         the byte compiler.
4470         (mm-archive-decoders): New function that returns the value of
4471         the mm-archive-decoders variable.
4472
4473         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4474         instead.
4475         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4476
4477         * nnimap.el (gnus-refer-thread-use-nnir):
4478         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4479
4480 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4481
4482         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4483
4484 2012-03-12  Peter Münster  <pmrb@free.fr>
4485
4486         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4487         (gnus-demon-cancel): Ditto.
4488         (gnus-demon-run-callback): When function cannot be called due to low
4489         idleness, call it when idleness reaches the expected value, instead of
4490         waiting another timer period.
4491         (gnus-demon-init): Add `time' to arguments of call-back.
4492
4493 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4496
4497         * gnus.el: Register gnus-registry functions.
4498
4499         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4500         indent.
4501
4502         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4503         enabled before warping.
4504
4505 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4506
4507         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4508         registry about each article retrieved.
4509
4510         * gnus-int.el (gnus-select-group-with-message-id): New function.
4511         (gnus-try-warping-via-registry): Ditto.
4512         (gnus-warp-to-article): Fall back on the registry.
4513
4514 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4515
4516         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4517         inboxes.
4518
4519 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4522
4523 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4526         gnus-gcc-self-resent-messages may be a group parameter.
4527         (gnus-summary-resend-message): Don't encode encoded words in header
4528         when Gcc'ing resent message.
4529
4530 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531
4532         * shr.el (shr-insert): Treat non-breaking space just like normal
4533         space.  This seems to produce more pleasing results.
4534         (shr-insert): Only insert a blank line if we're starting from an image.
4535         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4536         (shr-ensure-paragraph): Consider lines with white space to be blank.
4537
4538 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4539
4540         * Makefile.in: Respect DESTDIR.
4541
4542 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4543
4544         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4545         and gnus-gcc-post-body-encode-hook.
4546
4547 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4548
4549         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4550         messages that don't exist.
4551
4552         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4553
4554 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4557         Remove.
4558
4559         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4560
4561         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4562
4563 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4566         have a group name.
4567
4568         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4569         a multibyte buffer (bug#7410).
4570         (article-wash-html): Parse the original article buffer to get the
4571         unencoded data (bug#7410).
4572
4573         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4574         .newsrc.el files.
4575
4576 2012-04-05  Bastien Guerry  <bzg@altern.org>
4577
4578         * color.el (color-lighten-name): Fix typo.
4579
4580 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4583         "#" to avoid having them interpreted as comments.
4584
4585 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * shr.el (shr-insert): Update the text state properly to avoid
4588         inserting spurious paragraph starts.
4589
4590 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4591
4592         * shr.el (shr-table-widths): Divide the extra width more fairly over
4593         the TDs (bug#10973).
4594         (shr-render-td): Don't delete too much padding.
4595         (shr-natural-width): Compute the natural width more correctly.
4596         (shr-insert): Allow the natural width to be computed for tables again.
4597         (shr-tag-table-1): Rework how the natural widths are computed by
4598         rendering the table a third time.
4599         (shr-natural-width): Removed.
4600         (shr-buffer-width): New function.
4601         (shr-expand-newlines): Use it.
4602
4603         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4604         using a `gnus-use-full-window' setup (bug#11013).
4605
4606 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4607
4608         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4609         24.1 release.
4610
4611 2012-03-10  David Edmondson  <dme@dme.org>
4612
4613         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4614         'Forwarded Message' header and the start of the message.
4615
4616 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4617
4618         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4619         isn't running (bug#10897).
4620
4621 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4624         This is inconsistent with all the other stream functions, which leave
4625         the setting up to the higher levels (if so wanted) (bug#10931).
4626
4627 2012-02-28  Glenn Morris  <rgm@gnu.org>
4628
4629         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4630         mm-decode.el: Standardize possessive apostrophe usage.
4631
4632 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4635
4636 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4637
4638         * parse-time.el (parse-time-string): Allow extractor to return nil.
4639
4640 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4643
4644 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4645
4646         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4647
4648 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4649
4650         * mm-decode.el (mm-shr): Remove "soft hyphens".
4651
4652         * nnimap.el (nnimap-request-list): Return the group names encoded as
4653         utf8.  Otherwise non-European group names don't work.
4654         (nnimap-request-newgroups): Ditto.
4655
4656         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4657         the default in `read-string' (bug#10757).
4658
4659         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4660         topics (bug#10843).
4661
4662         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4663         buffer.  Suggested by Herbert Valerio Riedel.
4664         (nnimap-request-move-article): Delete the message from the correct IMAP
4665         server.
4666
4667 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4668
4669         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4670         Reported by Peter Münster.
4671
4672 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4673
4674         * shr.el (shr-image-fetched): Make sure we really kill the right
4675         buffer.
4676
4677 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4678
4679         * gnus-start.el (gnus-1): Avoid duplicate entries.
4680
4681 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4682
4683         * imap.el: Remove.
4684
4685         * nntp.el (nntp-coding-system-for-read): Remove.
4686         (nntp-coding-system-for-write): Ditto.
4687         (nntp-open-connection): Just use `binary' directly.
4688
4689         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4690         Gnus 0.3.
4691
4692 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4693
4694         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4695         application/octet-stream parts really is.
4696
4697         * gnus-sum.el (gnus-propagate-marks): Remove.
4698
4699 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4700
4701         * shr.el (shr-rescale-image): Undo previous change; see
4702         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4703
4704 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4705
4706         * gnus.el: Ma Gnus v0.3 is released.
4707
4708 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4709
4710         * gnus-sum.el (gnus-summary-local-variables): Make
4711         `gnus-newsgroup-unexist' into a local variable.
4712
4713 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4714
4715         * registry.el (registry-usage-test, registry-persistence-test): Move to
4716         tests/gnustest-registry.el.
4717         (registry-make-testable-db, registry-match-test)
4718         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4719
4720         * gnus-registry.el (gnus-registry-misc-test)
4721         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4722
4723         * tests/gnustest-registry.el: New file with the registry and
4724         gnus-registry ERT tests.
4725
4726 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * gnus-msg.el (gnus-summary-resend-message): Make
4729         gnus-summary-resend-message-insert-gcc be last item in
4730         message-header-setup-hook.
4731
4732 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4733
4734         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4735         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4736         Remove.
4737         (nnfolder-open-server): Don't use marks.
4738         (nnfolder-request-delete-group): Ditto.
4739         (nnfolder-request-rename-group): Ditto.
4740         (nnfolder-request-set-mark, nnfolder-request-marks)
4741         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4742         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4743
4744         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4745         (nnml-marks-modtime): Remove.
4746         (nnml-request-delete-group): Don't use marks.
4747         (nnml-request-rename-group): Ditto.
4748         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4749         (nnml-save-marks, nnml-open-marks): Remove.
4750
4751         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4752         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4753         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4754         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4755         (nntp-server-to-method-cache): Remove.
4756
4757         * shr.el (shr-rescale-image): Fix wrong merge.
4758
4759 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4760
4761         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4762         too-wide lines.
4763
4764 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4765
4766         * nnimap.el (nnimap-record-commands): New variable.
4767         (nnimap-log-command): Use it.
4768         (nnimap-make-process-buffer): Add a space to the process buffer.
4769         (nnimap-transform-headers): Don't bug out on header lines containing
4770         stuff that look like IMAP length encodings.
4771
4772         * shr.el (shr-rescale-image): Allow viewing large images.
4773
4774 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4775
4776         * nnml.el (nnml-request-compact-group): Delete the marks file after
4777         compaction (bug#10800).
4778
4779         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4780         group exit.
4781
4782         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4783         QRESYNC/FETCH output.
4784
4785 2012-02-11  Glenn Morris  <rgm@gnu.org>
4786
4787         * sieve-manage.el (sieve-manage-default-stream):
4788         * shr.el (shr):
4789         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4790         (nnir-retrieve-headers-override-function)
4791         (nnir-imap-default-search-key, nnir-notmuch-program)
4792         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4793         (nnir-method-default-engines):
4794         * message.el (message-cite-reply-position):
4795         * gssapi.el (gssapi-program):
4796         * gravatar.el (gravatar):
4797         * gnus-sum.el (gnus-refer-thread-use-nnir):
4798         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4799         (gnus-registry-max-pruned-entries):
4800         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4801         * gnus-int.el (gnus-after-set-mark-hook)
4802         (gnus-before-update-mark-hook):
4803         * gnus-async.el (gnus-async-post-fetch-function):
4804         * auth-source.el (auth-source-cache-expiry):
4805         Add missing :version tags to new defcustoms and defgroups.
4806
4807 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4808
4809         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4810         `gnus-newsgroup-unexist'.
4811
4812         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4813         marks.
4814         (gnus-article-special-mark-lists): Put the `unexist' in the special
4815         marks list instead.
4816
4817         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4818         articles in the list of articles to be selected.
4819
4820         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4821         articles.
4822         (nnimap-update-info): Keep track of unexisting articles.
4823         (nnimap-update-qresync-info): Ditto.
4824
4825 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4826
4827         * message.el (message-default-send-mail-function): Made into own
4828         function for reuse by emacsbug.el.
4829
4830 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4831
4832         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4833         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4834
4835 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4836
4837         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4838         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4839
4840         * gnus-compat.el: Define `timer-set-function'.
4841
4842         * mm-decode.el (mm-display-external): Output the text from the command
4843         in the buffer after the command finished.  This makes text-based
4844         commands behave better.
4845
4846 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4847
4848         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4849
4850 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4851
4852         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4853         23.1.
4854
4855 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4858
4859 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4860
4861         * message.el (smtpmail-smtp-user): Silence compiler warning.
4862
4863 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4864
4865         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4866         SMTP user name.
4867
4868 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-sum.el (gnus-summary-show-thread):
4871         next-single-char-property-change may return nil in XEmacs.
4872         (gnus-summary-article-map): Fix typo.
4873
4874 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4875
4876         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4877         running.
4878
4879         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4880
4881         * gnus.el (gnus-server-extend-method): Don't add an -address component
4882         if the method already has one (bug#9676).
4883
4884 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4885
4886         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4887         of an initial-input for consistency (bug#10757).
4888
4889         * dgnushack.el: Fix XEmacs compilation warning.
4890
4891         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4892
4893         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4894
4895 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4896
4897         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4898         lines that are narrower than the window width.  Otherwise background
4899         "blocks" will look less readable.
4900
4901 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4902
4903         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4904         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4905         have newlines within the strings, and where the UID comes after the
4906         BODYSTRUCTURE element (bug#10537).
4907
4908         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4909         (bug#10732).
4910
4911         * shr.el (shr-insert-document): Add doc string.
4912         (shr-visit-file): Ditto.
4913         (shr-remove-trailing-whitespace): New function.
4914         (shr-insert-document): Use it to clean up trailing whitespace as the
4915         final step (bug#10714).
4916
4917 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4918
4919         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4920         buffer if `gnus-kill-summary-on-exit' is nil.
4921
4922 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4923
4924         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4925         when just reading a single group from "without" Gnus.
4926
4927 2012-02-06  Chong Yidong  <cyd@gnu.org>
4928
4929         * gnus-sum.el (gnus-summary-show-thread):
4930         next-single-char-property-change never returns nil (Bug#8657).
4931
4932 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4933
4934         * message.el (message-multi-smtp-send-mail): New function.
4935         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4936         header to implement multi-SMTP functionality.
4937
4938         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4939         (gnus-agentize): Don't set it.
4940         (gnus-agent-send-mail): Don't use it.
4941
4942         * gnus-sum.el (gnus-summary-widget-backward): New function and
4943         keystroke.
4944
4945         * gnus-compat.el: More the compat functions more compatible.
4946
4947         * shr.el (shr-put-image): Remove underlines from sliced images.
4948         (shr-zoom-image): Compute the region to be replaced more correctly.
4949
4950 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4953         (gnus-summary-resend-message-insert-gcc): New function.
4954         (gnus-summary-resend-message): Modify message-header-setup-hook and
4955         message-sent-hook to make it work for Gcc.
4956         (gnus-inews-do-gcc): Update the number of unread articles of groups
4957         that messages are Gcc'd to.
4958
4959         * message.el (message-resend): Run message-sent-hook to do Gcc.
4960
4961 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4962
4963         * lpath.el: Fix an XEmacs compilation warning.
4964
4965         * gnus-compat.el: Require `help-fns' to fix compilation error.
4966
4967         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4968         a higher level to silence compilation.
4969
4970         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4971         parameter to allow controlling the scaling.
4972
4973         * shr.el (shr-zoom-image): New command and keystroke.
4974         (shr-put-image): Take a `size' flag to say how to scale the image.
4975
4976         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4977         deletion unless already defined.
4978
4979         * gnus.el (gnus-compat): Require it.
4980
4981         * gnus-compat.el: New file.
4982
4983         * gnus-start.el (gnus-clean-old-newsrc): New function.
4984         (gnus-read-newsrc-file): Use it.
4985
4986         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4987         Use recursive deletion.
4988         (mm-dissect-archive): Add support for zip files.
4989
4990         * gnus-util.el (gnus-recursive-directory-files): New function.
4991
4992         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4993         (mm-archive-decoders): Add tgz support.
4994
4995         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4996         Otherwise inserting text into the Gnus buffer can look odd.
4997
4998         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4999
5000         * mm-archive.el (mm-archive-decoders): Add support for tar.
5001
5002         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
5003
5004         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
5005
5006 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5007
5008         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
5009
5010         * mm-archive.el: New file.
5011
5012         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
5013
5014         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
5015
5016         * message.el (message-goto-*): Make all the `message-goto-*' commands
5017         push the mark before moving point.  This makes it easier to go back to
5018         where you came from after editing whatever you jumped to.
5019
5020 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5021
5022         * gnus.el: Ma Gnus v0.1 is released.
5023
5024 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
5025
5026         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
5027         without reconnecting.
5028         (nnimap-possibly-change-group): Ditto.
5029         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
5030         connection has died before being called.
5031
5032 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
5033
5034         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
5035         an initial sync unless we're really doing one.
5036
5037         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
5038         address parameter if one already exists (bug#9676).
5039
5040         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
5041         not the prefix, as documented (bug#10689).
5042
5043 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5044
5045         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
5046         the "server".
5047
5048         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
5049         the real error message with the useless "previously known to be down".
5050         Which isn't even correct.
5051
5052         * nntp.el (nntp-open-connection): Report the error message if the nntp
5053         server can't be reached.
5054
5055         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
5056         groups we do a total scan for.
5057         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
5058         doing that.
5059
5060 2012-01-31  Jim Meyering  <jim@meyering.net>
5061
5062         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5063         Correct a comment (insert "not") and hide nominally-doubled "to".
5064
5065 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5066
5067         * gnus.el (gnus-version): Change name to "Ma Gnus".
5068
5069 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
5070
5071         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
5072         section in the manual.
5073
5074 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5075
5076         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
5077         words.
5078         (rfc2047-encode-string): Ditto.
5079         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
5080         understand folded filename="..." parameters, for instance.
5081
5082         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
5083         the message for greater debuggability.
5084
5085 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5086
5087         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
5088         instead of setting it locally, since the latter doesn't seem to have
5089         any effect (most of the time).
5090
5091 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
5092
5093         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
5094         function call.
5095
5096 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
5097
5098         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
5099         seconds, and make the repeat clause with HH:MM specs work as
5100         documented.
5101
5102 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5103
5104         * proto-stream.el (proto-stream-capability-open): Fall back on
5105         :end-of-command if :end-of-capability doesn't exist.
5106
5107 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
5110         bound globally in old Emacsen and XEmacsen.
5111
5112 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5113
5114         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
5115         so that previous errors don't prohibit getting new news.
5116
5117         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
5118
5119         * nntp.el (nntp-retrieve-group-data-early): Ditto.
5120
5121 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
5122
5123         * gnus.el (gnus-group-find-parameter): Check for liveness of the
5124         buffer, not of the string which is its name.
5125
5126 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5127
5128         * proto-stream.el (proto-stream-capability-open): Wait for
5129         :end-of-capability, not :end-of-command.
5130
5131         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5132         non-server-marks groups.
5133         (gnus-group-make-articles-read): Ditto.
5134
5135         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5136         methods (bug#9676).
5137
5138         * gnus.el (gnus-method-ephemeral-p): New function.
5139
5140 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5143         left-to-right.
5144
5145 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5146
5147         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5148         warning.
5149
5150 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5151
5152         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5153         macroexpand the nnir things, since they haven't been defined yet, and
5154         nnir requires gnus-sum.
5155
5156 2012-01-24  Julien Danjou  <julien@danjou.info>
5157
5158         * color.el (color-rgb-to-hsl): Fix value computing.
5159         (color-hue-to-rgb): New function.
5160         (color-hsl-to-rgb): New function.
5161         (color-clamp, color-saturate-hsl, color-saturate-name)
5162         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5163         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5164
5165 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166
5167         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5168
5169 2012-01-19  Julien Danjou  <julien@danjou.info>
5170
5171         * color.el (color-name-to-rgb): Use the white color to find the max
5172         color component value and return correctly computed values.
5173         (color-name-to-rgb): Add missing float conversion for max value.
5174
5175 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5176
5177         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5178         logical server name in addition to the actual machine address.
5179
5180         * auth-source.el (auth-source-user-and-password): Add convenience
5181         wrapper to search by just host and optionally user.
5182
5183 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5184
5185         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5186         after rendering.
5187
5188 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5189
5190         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5191         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5192         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5193
5194 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195
5196         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5197         (bug#9693).
5198         (gnus-summary-setup-buffer): Document return value (bug#9697).
5199
5200         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5201         since ido doesn't work on symbols (bug#9632).
5202
5203         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5204         when getting a single value as when getting all the values.  This means
5205         that atoms like `gcc-self' work cumulatively, like variable settings,
5206         instead of getting the value from the last matching clause.
5207         (gnus-group-find-parameter): Protect against the group buffer not
5208         existing (bug#9585).
5209
5210 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211
5212         * gnus-start.el (gnus-activate-group): Document more parameters
5213         (bug#9694).
5214
5215         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5216         (bug#9692).
5217
5218         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5219         article was fetched, so that it can be expired later (bug#9958).
5220         (gnus-agent-summary-fetch-series): Add doc string.
5221         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5222         (bug#9517).
5223
5224         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5225         retrieval is happening.
5226
5227         * gnus.el (gnus-parameters): Doc fix.
5228
5229 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5230
5231         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5232         show the thread after expansion.
5233
5234 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5235
5236         * gnus-art.el (article-narrow-to-head): If the head is completely
5237         empty, narrow to the empty region (bug#9764).
5238
5239         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5240         read, and then mark them as unread only when the unread mark is used.
5241         This makes `C-- T k' actually work, even though it's confusing.
5242
5243         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5244         alive before we try to find its window.
5245
5246 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5247
5248         * mm-decode.el (mm-display-external): Use a longer timeout for the
5249         deletion to allow slow programs to display the file.
5250
5251 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5254         prompt to be less confusing.
5255
5256         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5257         argument to `message-reply'.  This broke `special-display-*' frame
5258         pop-uping (bug#10238).
5259
5260 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5261
5262         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5263         systems, since these allegedly don't work there.
5264
5265 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5266
5267         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5268         live buffer.
5269
5270 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5271
5272         * nnir.el (nnir-retrieve-headers): Protect against the article not
5273         existing on the server (bug#10335).
5274
5275 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5276
5277         * gnus-agent.el (gnus-agent-load-local): Recompute
5278         gnus-agent-article-local on changing method.
5279
5280 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * gnus.el (gnus-parameters): Note precedence.
5283
5284 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5285
5286         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5287         in the group buffer.
5288
5289 2012-01-04  Julien Danjou  <julien@danjou.info>
5290
5291         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5292         change.
5293
5294 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295
5296         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5297         too.
5298
5299         * nntp.el (nntp-retrieve-group-data-early): Use it.
5300
5301 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302
5303         * nntp.el (nntp-retrieval-in-progress): New variable.
5304         (nntp-make-process-buffer): Make it buffer-local.
5305
5306         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5307         2010.
5308         (gnus-demon-init): Use it to compute the time if time is on the form
5309         "04:23".
5310
5311         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5312
5313         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5314         status in the correct buffer.
5315
5316 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5317
5318         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5319         when opening topics (bug#10407).
5320
5321 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5322
5323         * gnus-cus.el (gnus-score-customize):
5324         * gnus-sum.el (gnus-sort-gathered-threads):
5325         * message.el (message-shorten-references):
5326         * nnmairix.el (nnmairix-request-group):
5327         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5328
5329 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5330
5331         * gnus-agent.el (gnus-agent-regenerate-group):
5332         * gnus-int.el (gnus-retrieve-group-data-early):
5333         * mm-util.el (mm-codepage-ibm-list):
5334         * nndiary.el (Commentary, nndiary-get-new-mail):
5335         * nnir.el (nnir):
5336         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5337
5338 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * mm-view.el (mm-display-inline-fontify): Add comment.
5341
5342 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5343
5344         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5345         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5346
5347 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5348
5349         * gnus-art.el (gnus-split-methods):
5350         * gnus-msg.el (gnus-configure-posting-styles):
5351         * gnus-spec.el (gnus-parse-simple-format):
5352         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5353         * message.el (message-do-actions): Spelling fix.
5354
5355 2011-12-15  Juri Linkov  <juri@jurta.org>
5356
5357         * mm-decode.el (mm-inline-media-tests): Add missing
5358         `mm-handle-media-subtype'.
5359
5360 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5361
5362         * gnus-group.el (gnus-group-tool-bar):
5363         * gnus-sum.el (gnus-summary-tool-bar):
5364         * message.el (message-tool-bar):
5365         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5366
5367 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5368
5369         * plstore.el (plstore--insert-buffer): Spelling fix.
5370
5371 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5372
5373         * message.el (message-valid-fqdn-regexp): Update with newly approved
5374         top-level domain names ".tel" and ".asia".
5375
5376 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5379         unconditionally.
5380
5381 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5384         pop-to-buffer-same-window for old Emacsen.
5385
5386 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5387
5388         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5389
5390 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5391
5392         * netrc.el (netrc-credentials): Spelling fix.
5393
5394 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5395
5396         * gnus-fun.el (gnus-fun-ppm-change-string):
5397         * gnus-msg.el (gnus-inews-do-gcc):
5398         * gnus-sum.el (gnus-summary-find-for-reselect):
5399         * gnus.el (gnus-summary-cancelled):
5400         * message.el (message-cancel-hook, message-send-news):
5401         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5402         * nnir.el (nnir-run-hyrex):
5403         * nntp.el (nntp-with-open-group-function):
5404         * pgg.el (pgg-pending-timers): Spelling fix.
5405
5406 2011-12-04  Chong Yidong  <cyd@gnu.org>
5407
5408         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5409         change (Bug#10200).
5410
5411 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * compface.el (uncompface):
5414         * gnus-art.el (gnus-article-x-face-command): Update the header format
5415         of icon data for the most recent icontopbm program.
5416
5417 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * gnus-msg.el (gnus-inews-do-gcc):
5420         * message.el (message-send-mail):
5421         * mml.el (mml-generate-mime): Share the value of the buffer-local
5422         `message-options' variable between a draft buffer and temprary working
5423         buffers.
5424
5425 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5426
5427         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5428
5429 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5432         for Cygwin.
5433
5434 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5435
5436         * gnus-group.el (gnus-group-prepare-flat):
5437         * mm-bodies.el (mm-encode-body):
5438         * mml.el (mml-preview):
5439         * nnml.el (nnml-request-compact-group):
5440         * pop3.el (pop3-stream-type): Spelling fix.
5441
5442 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5443
5444         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5445
5446 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5447
5448         * color.el (color-rgb-to-hsl):
5449         * gmm-utils.el (gmm-tool-bar-style):
5450         * gnus-group.el (gnus-group-prepare-flat):
5451         * gnus-topic.el (gnus-topic-prepare-topic):
5452         * mm-decode.el (mm-discouraged-alternatives):
5453         * rfc2047.el (rfc2047-encode-1):
5454         * starttls.el: Spelling fix.
5455
5456 2011-11-24  Glenn Morris  <rgm@gnu.org>
5457
5458         * binhex.el (binhex-begin-line): Give it basic doc-string.
5459
5460         * starttls.el, tls.el: Fix case of "GnuTLS".
5461
5462 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5463
5464         * gnus-group.el (gnus-group-highlight): Fix typo.
5465
5466 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5467
5468         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5469         value of `delete-file', that returns nil for a local file but returns t
5470         for a remote file using ssh.
5471
5472 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5473
5474         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5475
5476 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5479         avoid later breakage.
5480
5481 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5484         article buffers' name.
5485
5486 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5489         by Paul Eggert's spellfixes two days ago.
5490
5491 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5494         doesn't have it.
5495
5496         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5497         buffer-local instead of binding them to avoid warnings.  Also demote
5498         errors (bug#10063).
5499         (font-lock-mode-hook): Shut up byte compiler.
5500
5501 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5502
5503         * mm-util.el (mm-charset-after):
5504         * nnir.el (nnir-run-hyrex):
5505         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5506         (ntlm-get-password-hashes, ntlm-md4hash):
5507         * smime.el: Fix typo.
5508
5509 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5510
5511         * gnus-agent.el (gnus-agent-expire-group-1):
5512         * nndiary.el (nndiary-last-occurence):
5513         * nnimap.el (nnimap-request-set-mark):
5514         * nnmairix.el (nnmairix-only-use-registry):
5515         * gnus-group.el (gnus-group-prepare-flat):
5516         * gnus-sum.el (gnus-decode-encoded-word-methods):
5517         * message.el (message-wash-subject):
5518         * nntp.el (nntp-retrieve-headers-with-xover):
5519         * smime.el (smime-certificate-directory): Spelling fix.
5520
5521 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5522
5523         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5524
5525         * color.el:
5526         * gnus-agent.el (gnus-agent-possibly-alter-active):
5527         * gnus-dired.el (gnus-dired-print):
5528         * mail-parse.el:
5529         * nnmairix.el (nnmairix-request-group):
5530         * shr.el (shr-image-displayer):
5531         * sieve-manage.el:
5532         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5533
5534 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5535
5536         * gnus-sum.el (gnus-auto-select-subject):
5537         * spam-report.el (spam-report-resend): Spelling fix.
5538
5539 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5540
5541         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5542         * gnus-art.el (gnus-default-article-saver):
5543         * gnus-srvr.el (gnus-server-copy-server):
5544         * gnus.el (gnus-sloppily-equal-method-parameters):
5545         * html2text.el (html2text-format-tag-list):
5546         * message.el (message-narrow-to-head):
5547         * nndiary.el:
5548         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5549         * sieve.el: Spelling fix.
5550
5551 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5552
5553         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5554         * gnus-sum.el (gnus-summary-make-menu-bar):
5555         * gnus-uu.el (gnus-uu-decode-postscript)
5556         (gnus-uu-decode-postscript-and-save):
5557         * mailcap.el (mailcap-print-command):
5558         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5559         Fix typos.
5560
5561 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5562
5563         * gnus-art.el (gnus-article-part-wrapper):
5564         * html2text.el (html2text-fix-paragraphs):
5565         * mm-decode.el (mm-image-fit-p):
5566         * rfc2047.el (rfc2047-encode-message-header):
5567         * shr-color.el (shr-color-visible-distance-min)
5568         (shr-color-relative-to-absolute, set-minimum-interval)
5569         (shr-color-visible): Fix typos.
5570
5571 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5572
5573         * gmm-utils.el (gmm-tool-bar-item):
5574         * gnus-art.el (gnus-treat-body-boundary):
5575         * gnus-diary.el (gnus-user-format-function-d):
5576         * gnus-start.el (gnus-get-unread-articles):
5577         * pgg-gpg.el (pgg-gpg-update-agent):
5578         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5579
5580 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5581
5582         * gnus-topic.el (gnus-group-prepare-topics):
5583         * gnus-uu.el (gnus-extract-view):
5584         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5585
5586 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5587
5588         * spam.el: Move BBDB autoloads.
5589         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5590         BBDB 2 and 3.
5591         (spam-check-BBDB): Use it.
5592         (spam-enter-ham-BBDB): Use it.
5593
5594 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5595
5596         * smime.el (smime-draw-buffer): Spelling fix.
5597
5598 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5599
5600         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5601         for scanning exactly one level.
5602         * gnus-start.el (gnus-get-unread-articles): Ditto.
5603
5604 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5605
5606         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5607         slightly clearer.
5608
5609 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5610
5611         * gnus-sync.el: More commentary about setup.
5612
5613 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * message.el (message-send-and-exit): Document `arg'.
5616
5617 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5618
5619         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5620
5621 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5622
5623         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5624
5625         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5626         we don't use `bound-and-true-p'.
5627
5628 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5629
5630         * gnus-util.el (gnus-bound-and-true-p): Remove.
5631         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5632         * nnir.el: Use it.
5633         * nnmairix.el: Use it.
5634
5635 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5636
5637         * gnus-sync.el: Improve docs about CouchDB admins.
5638
5639         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5640         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5641         for reasons unknown.
5642         * nnir.el: Use it.
5643         * nnmairix.el: Use it.
5644
5645         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5646         * nnir.el: Ditto.
5647         * nnmairix.el: Ditto.
5648
5649         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5650
5651 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5652
5653         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5654         not needed.  Provide xmlplistread list function to produce XML plist
5655         output for non-Gnus LeSync clients.
5656
5657 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5658
5659         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5660
5661         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5662         and save against it.  Group subscriptions, read marks, other marks,
5663         subscription levels, topic names, and topic offsets (the group's
5664         position within the topic) are saved.  This is an experimental backend
5665         and may change significantly.  Load json.el from the gnus-fallback-lib
5666         if it's not available otherwise.
5667         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5668
5669 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5670
5671         * message.el (message-completion-function): Make sure
5672         message-tab-body-function is not attempted if one of
5673         message-completion-alist fails to find a completion (bug#9158).
5674
5675 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5676
5677         * mml.el (mml-quote-region): Quote <#secure> tag.
5678         (mml-generate-mime-1): Unquote <#secure> tag.
5679
5680 2011-10-20  Chong Yidong  <cyd@gnu.org>
5681
5682         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5683         calling a minor mode from Lisp with nil arg enables it, so we have to
5684         make the wording a bit ambiguous here).
5685
5686 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5689         * nnir.el (nnir-mode): Use it.
5690         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5691         Use it.
5692
5693         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5694         * nnmairix.el (gnus-registry-enabled): Ditto.
5695
5696 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5697
5698         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5699         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5700         only while we need to find out if it should be t or nil.
5701         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5702         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5703         the registry is installed.  Set it to nil when it's unloaded.
5704         (gnus-registry-install-p): Provide user guidance for the initial value
5705         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5706         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5707         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5708         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5709         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5710         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5711         `gnus-registry-install'.
5712
5713 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5714
5715         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5716         previous change.
5717         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5718         primary key is marked as disabled.
5719
5720 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5721
5722         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5723         primary key is marked as disabled.
5724
5725 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5726
5727         * html2text.el (html2text-clean-anchor): Check for quotes around
5728         `href' value.
5729
5730 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5731
5732         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5733         searching.  Drop `bbdb-cache'.
5734
5735 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * message.el (message-signed-or-encrypted-p): Exclude header when
5738         checking if there is signed or encrypted body in text/plain message.
5739
5740 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5741
5742         * html2text.el (html2text-get-attr): Correctly handle attribute values
5743         containing "=".
5744
5745 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5746
5747         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5748         handle bindings.
5749
5750 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5751
5752         * gnus-win.el (gnus-configure-windows): Protect against reading
5753         ephemeral groups outside of Gnus.
5754
5755 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * shr.el (shr-tag-img): Don't get images displayed in tables.
5758
5759 2011-10-03  Glenn Morris  <rgm@gnu.org>
5760
5761         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5762         the "maintainer" version of debbugs.gnu.org reports.
5763
5764 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5767         make asynchronous adjacent image insertion work better.
5768
5769 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5770
5771         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5772         documentation.
5773
5774 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5775
5776         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5777         `gnus-asynchronous' isn't shadowed.
5778
5779 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5780
5781         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5782
5783         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5784         (nnimap-insert-partial-structure): The charset parameter isn't
5785         case-sensitive.
5786
5787         * nnheader.el (nnheader-message-maybe): New function.
5788
5789         * shr.el (shr-tag-table): Render totally broken tables better.
5790
5791         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5792         computing the boundary.
5793
5794 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * pop3.el (pop3-number-of-responses): Remove.
5797         (pop3-wait-for-messages): Rewrite to take linear time instead of
5798         exponential time.
5799
5800 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801
5802         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5803         re-fetch images.
5804
5805         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5806         re-fetch images when hitting `g' in Gnus.
5807
5808 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5811         (mml-compute-boundary): Don't check collision if it is non-nil.
5812         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5813         before checking collision.
5814
5815 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5816
5817         * message.el (message-indent-citation): Really make sure there's a
5818         newline at the end.
5819
5820         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5821         Fix suggested by John Wiegley.
5822
5823         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5824
5825         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5826
5827         * message.el (message-default-send-rename-function): Break out into its
5828         own function.
5829
5830         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5831         doesn't work under XEmacs.
5832
5833         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5834         of "imaps" to word around Windows problems.
5835         (nnimap-open-connection-1): Use it.
5836
5837         * message.el (message-indent-citation): Revert last change which made
5838         `F' not work.
5839
5840 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5841
5842         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5843         terminal as well.
5844
5845 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5848         because it displays images using overlays that aren't easy to copy to
5849         the article buffer.
5850
5851 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5852
5853         * message.el (message-indent-citation): Fix empty line removal at the
5854         end of the citation.
5855
5856 2011-09-20  Julien Danjou  <julien@danjou.info>
5857
5858         * auth-source.el (auth-source-netrc-create): Use default value for
5859         password if specified.  Evaluate default.
5860         (auth-source-plstore-create): Ditto.
5861         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5862         value evaluation.
5863         (auth-source-netrc-create): Typo fix.
5864         (auth-source-plstore-create): Ditto.
5865
5866         * password-cache.el (password-cache-remove): Remove entries even if the
5867         value is nil, so that password with a nil value (negative caching) is
5868         possible to invalidate.
5869
5870         * auth-source.el (auth-source-format-cache-entry): New function.
5871
5872 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5875
5876 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5877
5878         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5879
5880 2011-09-19  Julien Danjou  <julien@danjou.info>
5881
5882         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5883         which work with things that are not ASCII.
5884
5885 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5886
5887         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5888
5889 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5890
5891         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5892         message level.
5893
5894 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5897
5898 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5899
5900         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5901
5902 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5903
5904         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5905         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5906
5907 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5908
5909         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5910         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5911         articles.
5912
5913 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5914
5915         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5916         (message-mail-other-window, message-mail-other-frame)
5917         (message-news-other-window, message-news-other-frame):
5918         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5919         instead of setting buffer display varibles.
5920
5921 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922
5923         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5924
5925         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5926
5927 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5930         duplicates" to a higher level.
5931
5932         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5933         most egregious messages.
5934
5935 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936
5937         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5938
5939 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5940
5941         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5942         up the file (bug#9351).
5943
5944 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5947         it does with all other backends, but decode the names immediately after
5948         getting them.
5949
5950         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5951         decoding nnimap groups.
5952
5953         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5954         newsrc file.  It doesn't seem like an important optimization any more.
5955
5956 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5957
5958         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5959         overflows.
5960
5961 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5964         (gnus-interactive-exit): Extend to `quiet'.
5965
5966         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5967
5968         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5969         string.
5970
5971         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5972         renaming function arguments from `this'.
5973
5974         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5975
5976         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5977         has been renamed.
5978         (gnus-lrm-string-p): Include RLM and PDF, too.
5979
5980         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5981         (bug#9225).
5982
5983 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5984
5985         Add autoload cookies for functions used by sendmail.el.
5986         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5987
5988         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5989
5990 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * gnus-art.el (article-date-ut): Work properly even when there are
5993         things like Date header in the body; work for forwarded parts.
5994
5995 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5996
5997         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5998         original-article-buffer.
5999
6000 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
6001
6002         * nnir.el (nnir-compose-result): Fix matching of server type.
6003         (nnir-run-swish++): Ditto.
6004         (nnir-run-namazu): Ditto.
6005         (nnir-run-notmuch): Ditto.
6006
6007 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6008
6009         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
6010         (bug#9405).
6011
6012         * gnus-score.el (gnus-summary-increase-score): Doc clarification
6013         (bug#9421).
6014
6015         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
6016         (bug#9425).
6017
6018         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
6019         thing (bug#9426).
6020
6021 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022
6023         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
6024         the error message.
6025
6026 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
6027
6028         * message.el (message-setup-1): Return t (Bug#9392).
6029
6030 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
6031
6032         * gnus-sum.el: When adding article headers to a summary buffer also
6033         update gnus-newsgroup-articles (bug#9386).
6034
6035 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * auth-source.el: Autoload help-mode.
6038
6039 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6040
6041         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
6042         names.
6043
6044 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
6045
6046         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
6047         mm-replace-in-string for compatibility issues.
6048         * mml2015.el (mml2015-epg-verify): Ditto.
6049
6050 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
6053
6054         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
6055
6056 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6057
6058         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
6059         continue on and do the clean-up phase (bug#9188).
6060
6061         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
6062         just ignore groups that can't be opened instead of erroring out
6063         (bug#9225).
6064
6065         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
6066         nil since some many people are fuddy-duddies.
6067
6068         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
6069         images.
6070
6071         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
6072         instead.
6073
6074         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
6075
6076         * gnus-util.el (gnus-process-live-p): Copy over compat function.
6077
6078         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
6079         processing.
6080
6081         * nntp.el (nntp-kill-buffer): Kill the process before killing the
6082         buffer to avoid warnings.
6083
6084 2011-08-20  Simon Josefsson  <simon@josefsson.org>
6085
6086         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
6087         specified to reduce precision.
6088
6089 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6090
6091         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
6092         bodystructures (bug#9314).
6093
6094 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
6097         Make button keymap non-sticky after buttons.
6098
6099 2011-08-18  David Engster  <dengste@eml.cc>
6100
6101         * nnmairix.el (nnmairix-request-set-mark)
6102         (nnmairix-goto-original-article): Remove adding of article to registry,
6103         since `gnus-registry-add-group' isn't available anymore.
6104         (nnmairix-determine-original-group-from-registry):
6105         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
6106         available anymore.
6107
6108 2011-08-12  Simon Josefsson  <simon@josefsson.org>
6109
6110         * starttls.el (starttls-any-program-available): Define as obsolete
6111         function.
6112
6113 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114
6115         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
6116         versions which Gnus use when appropriate.
6117
6118         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
6119         a pretty destructive command.
6120
6121         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
6122
6123 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6124
6125         * message.el (message-fix-before-sending): Make a different warning
6126         about NUL characters (bug#9270).
6127
6128         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6129         from custom (bug#9260).
6130
6131         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6132         things work in Emacs 22 and XEmacs, too.
6133
6134         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6135         default From.
6136
6137         * gnus-spec.el (gnus-lrm-string-p): New macro.
6138         (gnus-lrm-string): New constant.
6139         (gnus-summary-line-format-spec): LRM-ify the from.
6140         (gnus-tilde-max-form): LRM-ify string chopping.
6141
6142         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6143
6144         * message.el (message-is-yours-p): Allow disabling canlock checking
6145         (bug#9295).
6146         (message-shoot-gnksa-feet): Add `canlock-verify'.
6147         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6148         message directory isn't writable (bug#9304).
6149
6150         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6151         non-world-readable.
6152
6153 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6156         articles.
6157
6158 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6159
6160         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6161         copy-list.
6162
6163 2011-08-12  Sam Steingold  <sds@gnu.org>
6164
6165         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6166         in the reverse order to avoid modifying the cache with `nreverse'.
6167         (gnus-all-score-files): Do not modify the value returned by
6168         `gnus-score-find-alist' because it lives in a cache variable.
6169         (gnus-current-home-score-file): No need to `nreverse' the return value
6170         of `gnus-score-find-alist', it is already in the correct order.
6171
6172 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6173
6174         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6175         type MESSAGE and subtype RFC822 is slightly different from those of
6176         type TEXT.
6177
6178 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6179
6180         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6181         This allows article-referral to work from an nnir group.
6182
6183 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6184
6185         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6186
6187 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6188
6189         * mml1991.el (mml1991-epg-find-usable-key)
6190         (mml1991-epg-find-usable-secret-key): New function.
6191         (mml1991-epg-sign): Check if signing key is usable.
6192         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6193
6194 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6195
6196         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6197         server-variables only.  This should fix a bug introduced with commit
6198         e1889675b7f4adf057833c5513c9374134c4e053.
6199         (nnir-run-query): 'nnir-search-engine should not be set from the global
6200         environment.
6201
6202 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6203
6204         * nnir.el (nnir-search-thread): Position point on referring article
6205         line.
6206         (nnir-warp-to-article): Clean up summary buffers.
6207
6208         * nnimap.el (nnimap-request-thread): Whitespace fix.
6209
6210 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6211
6212         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6213
6214 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6215
6216         * starttls.el (starttls-available-p): Rename from
6217         `starttls-any-program-available' and changed return convention.
6218
6219 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6220
6221         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6222         `unix-sync' unless it's defined.
6223
6224 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6225
6226         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6227         `aref' for XEmacs compatibiltiy.
6228
6229 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6230
6231         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6232
6233 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6234
6235         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6236         closures, quote the form properly (bug#9194).
6237
6238 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239
6240         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6241         (gnus-summary-insert-new-articles): Protect against servers that are
6242         down.
6243
6244 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6245
6246         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6247         in mm handle if none is specified.
6248
6249 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6250
6251         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6252
6253 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6254
6255         * nnir.el (nnir-search-thread): New function to make an nnir group
6256         based on a thread query.
6257
6258         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6259         of nnir in thread referral.
6260         (gnus-summary-refer-thread): Use it.
6261
6262         * nnimap.el (nnimap-request-thread): Use it.
6263
6264 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6265
6266         * shr.el (shr-tag-comment): Ignore HTML comments.
6267
6268 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6269
6270         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6271         argument.
6272         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6273         Use `nnir-address' to handle server info rather than passing an arg.
6274
6275         * nnimap.el (nnimap-make-thread-query): New utility function to format
6276         an imap thread search query.
6277         (nnimap-request-thread): Use it.
6278
6279         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6280         right select-method if we are not going back to the group buffer.
6281
6282 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6283
6284         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6285         enter invalid buffer configurations into the quit form (bug#9107).
6286         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6287         unplugged/plugged.
6288
6289         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6290         keep track of which ones are unread (bug#9061).
6291
6292         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6293         (bug#9055).
6294
6295         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6296         (bug#9041).
6297
6298         * gnus-html.el (mm-util): Require (bug#9073).
6299
6300         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6301         (gnus-summary-refer-thread): Use it to remove duplicates in the
6302         un-threaded view (bug#9053).
6303         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6304
6305 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6306
6307         * nnir.el (nnir-read-server-parm): Use default value from global
6308         variable.  Without this the default search engine parameters aren't
6309         used at all.
6310
6311 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * message.el (message-unique-id): Don't use the undocumented return
6314         value from (random t) (bug#9118).
6315
6316 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6317
6318         * message.el (message-auto-save-directory): If the ~/Mail directory
6319         doesn't exist, use ~ as the auto-save directory (bug#4432).
6320
6321         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6322         hasn't already been started.
6323
6324 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6325
6326         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6327
6328         * message.el (message-reply): Work around mysterious bug where
6329         `message-mode' seems to overwrite the locally bound `subject' variable.
6330
6331 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6332
6333         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6334         correct group.
6335
6336         * gnus-int.el (gnus-request-thread): Add group argument.
6337
6338         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6339
6340 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6343
6344         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6345         renamed to `debbugs-gnu-*'.
6346
6347 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6348
6349         * plstore.el: Revert the editing feature since it is not urgent.
6350         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6351         (plstore-mode-decoded): Remove.
6352
6353 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6354
6355         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6356         isn't very interesting any more, and it leaks potentially secret data.
6357         (gnus-debug): Remove.
6358
6359         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6360         use of :custom-show.
6361
6362 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6363
6364         * plstore.el: Add documentation.
6365         (plstore-mode): New mode to edit plstore file.
6366         (plstore-mode-toggle-display, plstore-mode-original)
6367         (plstore-mode-decoded): New command.
6368         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6369         (plstore--insert-buffer, plstore--make): New function.
6370         (plstore-open, plstore-save): Simplify by using them.
6371
6372 2011-07-06  Glenn Morris  <rgm@gnu.org>
6373
6374         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6375
6376 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6379         no longer is much used.
6380         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6381         Articles".
6382
6383 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6384
6385         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6386         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6387         `notmuch' backend.
6388
6389 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6390
6391         * mm-decode.el (mm-text-html-renderer): Doc fix.
6392
6393         * gnus-msg.el (gnus-bug): Fix the MML tag.
6394
6395         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6396
6397 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6398
6399         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6400         secondary methods if started with `gnus-no-server'.
6401
6402 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6403
6404         * message.el (message-return-action): Fix typo in docstring.
6405
6406 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6407
6408         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6409         bug reports at once.
6410
6411         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6412
6413 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * nndraft.el: Require gnus-group.
6416         (nndraft-request-list): Declare.
6417
6418         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6419         no unread article unless it matches gnus-permanently-visible-groups.
6420
6421         * nndraft.el (nndraft-update-unread-articles): New function.
6422         (nndraft-request-associate-buffer): Use it to update the number of
6423         unread articles for the nndraft groups in the group buffer when saving
6424         or killing a draft message.
6425
6426 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6427
6428         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6429         systems to binary before writing and reading the mbox files.
6430
6431         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6432         instead of trying to list them all (bug#8978).
6433
6434 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6435
6436         * pop3.el (pop3-open-server): Use :end-of-capability.
6437
6438 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439
6440         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6441         the id is always a number.
6442
6443         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6444
6445         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6446         debbugs mode, if possible.
6447
6448 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6449
6450         * auth-source.el (auth-source-token-passphrase-callback-function):
6451         Reindent.
6452         (epg-context-operation): Remove unnecessary autoload.
6453
6454 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6455
6456         * gnus.el (gnus-list-debbugs): New command.
6457
6458         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6459         mboxstat instead of the maintbox, since the stat seems to be fuller.
6460
6461         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6462         summary buffers.
6463
6464         * message.el (message-get-reply-headers): Delete all duplicates,
6465         instead of the first.
6466         (message-get-reply-headers): Ensure that we have progress while
6467         deleting duplicates.
6468
6469         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6470         gnus-posting-style value from the summary buffer to make it easier to
6471         make that a per-buffer conf.
6472
6473 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6474
6475         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6476         found by setting `shortcut' in 'query.
6477         (nnir-request-article): Use `shortcut' setting when requesting article
6478         by Message-ID.
6479
6480 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6481
6482         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6483         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6484         Bring the pseudo-headers back too.
6485
6486 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6487
6488         * auth-source.el (auth-source-token-passphrase-callback-function):
6489         Simplify and remove EPA dependency.
6490
6491 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6492
6493         * nnir.el (nnir-request-article): Fix error message text.
6494
6495 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6496
6497         * auth-source.el (plstore-delete): Autoload.
6498         (auth-source-plstore-search): Support delete operation.
6499         * plstore.el (plstore-delete): New function.
6500
6501 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6504         mark actually existing articles as unread rather than the ones that
6505         active asserts.
6506
6507 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6508
6509         * nntp.el (nntp-record-command):
6510         * gnus-util.el (gnus-message-with-timestamp-1):
6511         Use format-time-string rather than decoding time stamps by hand.
6512         This is simpler and insulates the code from potential changes to
6513         current-time format.
6514
6515 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6518
6519 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6520
6521         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6522         (plstore-save): Support public key encryption.
6523         (plstore--init-from-buffer): New function.
6524         (plstore-open): Use it; fix error when opening a non-existent file.
6525         (plstore-revert): Use plstore--init-from-buffer.
6526
6527 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6528
6529         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6530
6531 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6534         for old Emacsen.
6535
6536 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6537
6538         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6539         is not fully working.
6540
6541 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * dgnushack.el: Autoload sha1 on XEmacs.
6544
6545         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6546         quit window configuration.
6547
6548         * auth-source.el (epg-context-set-passphrase-callback):
6549         Remove duplicate autoload.
6550
6551 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6552
6553         * nnir.el (nnir-request-article): Allow requesting articles by
6554         Message-ID with nnimap.
6555
6556         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6557         current server.
6558
6559 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6560
6561         * auth-source.el: Autoload EPA/EPG functions.
6562         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6563         changed when EPA/EPG is not available.
6564         (auth-source-backend): Rename "arg" member to "data".
6565         (auth-source-backend-parse, auth-source-plstore-search)
6566         (auth-source-plstore-create): Use it.
6567
6568 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6569
6570         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6571         `gnus-refer-article-methods'.
6572
6573 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6574
6575         * auth-source.el: Require EPA and EPG.
6576         (auth-source-passphrase-alist): New variable.
6577         (auth-source-passphrase-callback-function)
6578         (auth-source-token-passphrase-callback-function): Callbacks for the
6579         netrc field encryption (GPG tokens).
6580         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6581         Symmetric encryption and decryption of the netrc GPG tokens.
6582         (auth-source-netrc-normalize): Use them, simplifying the closure.
6583
6584 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6587         is available.
6588
6589 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6590
6591         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6592         non-nil, and `nnimap-split-methods' is nil, use the former.
6593
6594 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6595
6596         * plstore.el (plstore-revert): New function.
6597         (plstore-open): Use it; hide the buffer from user.
6598
6599 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6600
6601         * auth-source.el (auth-source-backend): New member "arg".
6602         (auth-source-backend-parse): Handle new backend 'plstore.
6603         * plstore.el: New file.
6604
6605 2011-06-30  Glenn Morris  <rgm@gnu.org>
6606
6607         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6608
6609 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6612         expiring articles to.
6613
6614         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6615         variations as ASCII (bug#5458).
6616
6617 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6620
6621 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6622
6623         * message.el (message-point-in-header-p): Tweak the function to default
6624         to saying that we're not in the headers if there is no separator at
6625         all.  This makes it possible to use the Message version of `M-q' in
6626         buffers with no headers (bug#7987).
6627         (message-point-in-header-p): Fix last checkin to work with an empty
6628         mail-header-separator, too.
6629
6630         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6631         again, save the choice via customize.
6632
6633 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6634
6635         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6636
6637         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6638         ended the connection, bail out before waiting infinitely on a new
6639         connection.
6640
6641 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6642
6643         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6644         reports.
6645
6646         * gnus.el (gnus-bug-package): Use "gnus."
6647         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6648
6649 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6650
6651         * dgnushack.el: Make the timer warning go away on XEmacs.
6652
6653         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6654         animations going on at article exit time.
6655
6656         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6657         since removing it breaks people upgrading.
6658
6659         * shr.el (shr-put-image): Use the new interface for animating images.
6660         (shr-put-image): Animate for 60 seconds.
6661
6662         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6663         avoid compiler warnings.
6664
6665         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6666         error with `find-file-hooks' on Emacs 22.
6667         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6668         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6669         on all architectures.
6670
6671         * spam.el (spam-stat): Require in a normal fashion without binding
6672         `spam-stat-install-hooks' to avoid compilation warnings.
6673
6674         * spam-stat.el (spam-stat-install-hooks): Remove.
6675         (spam-stat-install-hooks): Don't run automatically.
6676
6677 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6678
6679         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6680         and keystroke.
6681
6682 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * auth-source.el (auth-source-netrc-cache): Move forward.
6685
6686 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * proto-stream.el (proto-stream-open-starttls): Use
6689         `gnutls-available-p' to see whether we have built-in support.
6690
6691         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6692         we already know.
6693         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6694         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6695
6696 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6697
6698         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6699         %S format, since that looks odd.
6700         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6701         file, especially when saving.
6702
6703 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6704
6705         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6706         article found.
6707
6708 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6709
6710         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6711         `auth-source-save-secrets' with a more sensitive alist that can be
6712         configured per file.  Experimental, so defaults to 'never.
6713         (auth-source-netrc-create): Use it.  Still experimental code.
6714         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6715         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6716
6717 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6718
6719         * auth-source.el (auth-source-save-secrets): New variable to control if
6720         secret tokens should be saved encrypted.
6721         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6722         to `auth-source-netrc-normalize'.
6723         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6724         on the EPA variables being defined.
6725         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6726         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6727         the lexical-let closure.
6728         (auth-source-netrc-create): Create "gpg:" tokens according to
6729         `auth-source-save-secrets'.
6730
6731 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * gnus-group.el (gnus-group-update-group): Add new argument
6734         `info-unchanged' that stops updating dribble buffer.
6735
6736         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6737         deletes lines matching to it in dribble buffer.
6738
6739         * gnus-agent.el (gnus-agent-fetch-group-1):
6740         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6741         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6742         * gnus-start.el (gnus-group-change-level):
6743         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6744
6745         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6746         if newsgroup info is not changed.
6747
6748         * gnus-group.el (gnus-group-get-new-news-this-group):
6749         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6750         Don't update dribble buffer.
6751
6752 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6753
6754         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6755         remove entries with groups we ignore.
6756
6757 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758
6759         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6760         the underline comes at the bottom.
6761
6762 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6763
6764         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6765         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6766         (gnus-registry-article-marks-to-names): Rename from
6767         `gnus-registry-user-format-function-M2'.
6768
6769 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6772         ephemeral group.
6773
6774 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6775
6776         * shr.el (shr-browse-image): Copy the URL if called interactively.
6777
6778 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779
6780         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6781         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6782         done, then unselected articles may be marked as read.
6783
6784         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6785         since not doing this seems to lead to a race condition in pop3-logon.
6786
6787         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6788         so that the call chain it correct when we call "upwards".
6789
6790         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6791         in read-only groups.
6792
6793         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6794
6795         * message.el (message-cite-reply-position): Doc string fix.
6796
6797         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6798         avoid regexp overflow.
6799         (nnimap-transform-split-mail): Ditto.
6800
6801         * pop3.el (pop3-retr): Error out if the server closes the connection.
6802
6803 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6804
6805         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6806         mm-with-unibyte-current-buffer.  The buffer should not contain any
6807         multibyte chars anyway at this stage.
6808
6809 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6812         at the end of lines.
6813
6814 2011-05-29  Julien Danjou  <julien@danjou.info>
6815
6816         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6817
6818 2011-05-27  Glenn Morris  <rgm@gnu.org>
6819
6820         * gnus-group.el (gnus-bug-group-download-format-alist):
6821         Use the "maintainer" version of debian reports as well.
6822
6823 2011-05-26  Glenn Morris  <rgm@gnu.org>
6824
6825         * gnus-group.el (gnus-bug-group-download-format-alist):
6826         Use the "maintainer" version of debbugs.gnu.org reports.
6827
6828 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6831
6832 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6833
6834         * gnus-cus.el (gnus-agent-customize-category):
6835         * gnus-delay.el (gnus-delay-send-queue):
6836         * gnus.el (gnus-other-frame):
6837         Don't quote lambda expressions with `quote'.
6838
6839 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6842         the thread moves us backwards and so we loop forever.
6843
6844 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6847         whitespace in base64 data lines.
6848
6849 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6850
6851         * gnus-registry.el (gnus-registry-user-format-function-M):
6852         Use `mapconcat'.
6853         (gnus-registry-user-format-function-M2): Use to see the full text of
6854         the marks.  Make "," the mark text separator.
6855
6856         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6857         authentication with auth-source.
6858
6859 2011-05-17  Glenn Morris  <rgm@gnu.org>
6860
6861         * gnus-group.el (gnus-import-other-newsrc-file):
6862         Use insert-file-contents.
6863
6864 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6865
6866         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6867         1000 iterations.
6868
6869 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * nntp.el (nntp-open-connection): Check if process-type is available.
6872
6873 2011-05-16  Julien Danjou  <julien@danjou.info>
6874
6875         * shr.el (shr-tag-del): Add support for del tag.
6876
6877 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * gnus-html.el (gnus-html-put-image): Register a displayer.
6880
6881         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6882
6883 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6884
6885         * registry.el (prune-factor): New initialization parameter defaulting
6886         to 0.1.
6887         (registry-prune-hard): Use it.
6888
6889         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6890         0.1 expicitly.
6891
6892 2011-05-13  Glenn Morris  <rgm@gnu.org>
6893
6894         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6895         is bound, since this function requires sendmail.
6896
6897 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6898
6899         * registry.el (registry-usage-test): Disable pruning test.
6900
6901 2011-05-11  David Engster  <dengste@eml.cc>
6902
6903         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6904         Bind set-network-process-option for XEmacs.
6905
6906 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6907
6908         * registry.el (registry-prune-hard-candidates)
6909         (registry-prune-soft-candidates): Helper methods for registry pruning.
6910         (registry-prune): Use them.  Make the sort function optional.
6911
6912 2011-05-10  Jim Meyering  <meyering@redhat.com>
6913
6914         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6915
6916 2011-05-10  Julien Danjou  <julien@danjou.info>
6917
6918         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6919         symbol and not a list.
6920
6921 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-art.el (gnus-article-mode): Move binding of
6924         shr-put-image-function here from gnus-article-prepare-display.
6925
6926         * shr.el (shr-put-image-function): New variable.
6927         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6928         (shr-put-image): Return scaled image.
6929
6930         * gnus-art.el (gnus-shr-put-image): New function.
6931         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6932
6933         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6934         original ones, as deletable.
6935
6936 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6937
6938         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6939
6940 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6941
6942         * registry.el (registry-full): Add convenience method.  Fix logic.
6943         (registry-insert): Use it.  Fix logic here too.
6944
6945         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6946         `registry-prune' if `registry-full' returns t.
6947         (gnus-registry-handle-action)
6948         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6949         (gnus-registry-usage-test): Use it.
6950
6951 2011-05-07  Julien Danjou  <julien@danjou.info>
6952
6953         * shr.el (shr-link): Make shr-link inherit from link by default.
6954
6955 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6956
6957         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6958
6959 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6962         error out because the face is not a list.
6963
6964 2011-05-05  Glenn Morris  <rgm@gnu.org>
6965
6966         * proto-stream.el (gnutls-negotiate): Fix declarations.
6967
6968         * gnus-start.el (gnus-propagate-marks): Declare.
6969
6970 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6971
6972         * registry.el (registry-reindex): Fix percentage message.
6973
6974         * proto-stream.el (network-stream-open-starttls): Adjust to call
6975         `gnutls-negotiate' with :process and :hostname arguments.
6976
6977 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6978
6979         * shr.el: Add shr-link face for links.
6980         (shr-urlify): Use it.
6981
6982         * registry.el (registry-insert): Make error message more helpful.
6983
6984 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6985
6986         * gnus-html.el (gnus-html-schedule-image-fetching):
6987         Use url-queue-retrieve, if it exists.
6988
6989         * shr.el (shr-tag-img): Ditto.
6990
6991         * gnus.el: Autoload more gnus-agent functions.
6992
6993         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6994         agent if we haven't already (bug#8502).
6995
6996         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6997         into the Agent, too.
6998
6999         * gnus-agent.el (gnus-agent-store-article): New function.
7000
7001         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
7002         and moved from that file for reuse.
7003
7004         * pop3.el (pop3-open-server): Error messages are "-ERR".
7005
7006 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007
7008         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
7009         (open-tls-stream): Remove superfluous tls/starttls autoloads.
7010
7011 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7012
7013         * gnus.el: No Gnus v0.17 is released.
7014
7015 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7016
7017         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
7018         buffer has moved to a different frame.
7019
7020 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021
7022         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
7023         to get the conversion from unibyte to multibyte buffers to work on
7024         Emacs 22.
7025
7026         * nntp.el (nntp-request-article): Slight clean-up.
7027
7028 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7029
7030         * shr.el (shr-strike-through): New face.
7031         (shr-tag-s): Use it to provide <s> support.
7032         (shr-tag-s): Remove duplicate definition.
7033
7034 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7035
7036         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
7037         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
7038
7039 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
7040
7041         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
7042         `gnutls-negotiate'.
7043         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
7044
7045 2011-04-23  Glenn Morris  <rgm@gnu.org>
7046
7047         * gnus-sum.el (gnus-extra-headers): Bump :version.
7048
7049 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050
7051         * shr.el (shr-tag-sup): New function.
7052         (shr-tag-sub): Ditto.
7053
7054 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7055
7056         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
7057         for the case where `gnus-registry-ignored-groups' is a list of lists,
7058         and don't call `gnus-parameter-registry-ignore' otherwise.
7059
7060 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7061
7062         * nnimap.el (nnimap-user): New backend variable.
7063         (nnimap-open-connection-1): Use it.
7064         (nnimap-credentials): Accept user parameter so it's explicit what user
7065         name is desired.
7066
7067         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
7068         default.
7069
7070         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
7071         not gnus-registry.el.
7072
7073         * gnus-registry.el: Mention in comments how to modify
7074         `gnus-extra-headers' for proper recipient tracking and that it may
7075         already have To and Cc recently, which it does as of this commit.
7076         (gnus-registry-ignored-groups): Remove defcustom.
7077         Explain why in comments.
7078         (gnus-registry-action): Fix data-header reference to use the extra
7079         headers.  Explain in package commentary how to add To and Cc headers to
7080         the gnus-extra-headers.
7081         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
7082         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
7083         parameter list or a string list in `gnus-registry-ignored-groups'.
7084         Fix logic error.
7085
7086 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * shr.el (shr-expand-url): Protect against null urls.
7089
7090 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7091
7092         * shr.el (shr-base): New binding.
7093         (shr-tag-base): Keep track of <base>.
7094         (shr-expand-url): New function used throughout.
7095
7096 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
7097
7098         * gnus-registry.el
7099         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
7100         (gnus-registry-ignored-groups): New variable.
7101         (gnus-registry-ignore-group-p): Use it.
7102         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
7103         set the destination group to nil (same as delete) if it's ignored.
7104
7105 2011-04-20  David Engster  <dengste@eml.cc>
7106
7107         * tests/gnustest-nntp.el: New file for simple NNTP testing.
7108
7109         * Makefile.in (test-nntp): New rule.
7110         (check): Add it.
7111         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
7112
7113 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * gnus-registry.el (gnus-registry-action)
7116         (gnus-registry-fetch-header-fast):
7117         Don't use mail-header that looks an internal function of mailheader.el.
7118
7119 2011-04-19  Glenn Morris  <rgm@gnu.org>
7120
7121         * time-date.el (time-to-days): Remove unused local variables.
7122
7123 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-registry.el: Eliminate cl functions.
7126         (gnus-registry-sort-addresses): New function that replaces mapcan.
7127         (gnus-registry-action, gnus-registry-spool-action)
7128         (gnus-registry-split-fancy-with-parent)
7129         (gnus-registry-fetch-recipients-fast): Use it.
7130         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7131
7132         * registry.el (initialize-instance, registry-lookup)
7133         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7134         (registry-lookup-secondary-value, registry-search, registry-delete)
7135         (registry-insert, registry-reindex, registry-size, registry-prune):
7136         Use eval-and-compile.
7137
7138 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7139
7140         * registry.el (registry-reindex): New method to recreate the secondary
7141         registry indices.
7142
7143         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7144         tracked field changes.
7145         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7146         (gnus-registry-action, gnus-registry-spool-action)
7147         (gnus-registry-handle-action)
7148         (gnus-registry--split-fancy-with-parent-internal)
7149         (gnus-registry-split-fancy-with-parent)
7150         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7151         move, and delete actions, and for fancy splitting with parent.
7152         (gnus-registry-extract-addresses)
7153         (gnus-registry-fetch-recipients-fast)
7154         (gnus-registry-fetch-header-fast): Convenience functions.
7155         (gnus-registry-misc-test): ERT test of
7156         `gnus-registry-extract-addresses'.
7157
7158 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7159
7160         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7161         Track by subject first, then sender.
7162
7163 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7164
7165         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7166
7167         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7168         Lisp.
7169
7170         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7171         (gnus-draft-send): Use it to avoid popping
7172         up frames from gnus-group-send-queue.
7173
7174 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7175
7176         * gnus-registry.el: Updated gnus-registry docs.
7177
7178 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7179
7180         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7181         Fix logic bug.
7182         (gnus-registry-post-process-groups): Fix logging of no results and
7183         quote sender and subject.
7184
7185 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7188         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7189         gnutls-cli are too slow to be done opportunistically.
7190
7191         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7192         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7193         we had no early-data returned.
7194         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7195         two async commands to the same server at the same time.
7196
7197 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7198
7199         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7200
7201 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7202
7203         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7204         "warning" level.
7205
7206         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7207         (mm-url-insert-file-contents): Don't set the package names.
7208
7209 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7210
7211         * gnus-registry.el (gnus-registry-action): Remove properties and
7212         simplify subject in `gnus-registry-handle-action'.
7213         (gnus-registry-spool-action): Get subject and sender from message if
7214         they are not passed in.
7215         (gnus-registry-handle-action): Remove properties and simplify subject
7216         consistently.
7217
7218 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7219
7220         * registry.el: Require CL before using defmacro*.
7221
7222 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-art.el (article-treat-date): Assume that
7225         gnus-article-date-headers may be a group parameter.
7226
7227 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7228
7229         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7230
7231         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7232         interactively so the newsrc file can contain foreign groups too.
7233         Useful for debugging but not much for users.
7234
7235 2011-04-07  David Engster  <dengste@eml.cc>
7236
7237         * registry.el (registry-usage-test): Only do
7238         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7239         lexical binding.
7240
7241 2011-04-07  David Engster  <dengste@eml.cc>
7242
7243         * Makefile.in (check, test-registry): New rules for test-suite.
7244
7245 2011-04-06  David Engster  <dengste@eml.cc>
7246
7247         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7248         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7249
7250 2011-04-06  David Engster  <dengste@eml.cc>
7251
7252         * registry.el (initialize-instance): Change :after to :AFTER to be
7253         compatible with old EIEIO version in XEmacs.
7254
7255 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7256
7257         * gnus-registry.el (gnus-registry-post-process-groups)
7258         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7259         and provide better messaging.
7260
7261 2011-04-06  David Engster  <dengste@eml.cc>
7262
7263         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7264         errors.
7265
7266         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7267         dgnushack-compile with error-on-warn enabled, and to signal an error if
7268         clean compilation failed.
7269         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7270         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7271
7272 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7273
7274         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7275         unconditionally anyway, discarding errors.
7276         (gnus-registry-delete-entries): New convenience function.
7277         (gnus-registry-import-eld): Import from old .eld registry.
7278
7279         * registry.el: Don't use ERT if it's not available.  Load it
7280         unconditionally anyway, discarding errors.
7281
7282         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7283         version from the Claudio Bley GnuTLS patch (extra optional parameters
7284         and host name).
7285
7286 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7287
7288         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7289         fixup the parameters that can be customized by the user between
7290         save/read cycles.
7291         (gnus-registry-read): Use it.
7292         (gnus-registry-make-db): Use it.
7293         (gnus-registry-spool-action, gnus-registry-handle-action):
7294         Fix messaging.
7295         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7296         Map references to actual group names with sender and subject tracking.
7297         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7298         (gnus-registry-usage-test): Add subject lookup test.
7299
7300         * registry.el (registry-db, initialize-instance): Set up constructor
7301         instead of :initform arguments for the sake of older Emacsen.
7302         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7303         pre-lexbind merge bug.
7304         (registry-usage-test): Use it.
7305         (initialize-instance, registry-db): Move the non-function initforms
7306         back to the class definition.
7307
7308 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7309
7310         * registry.el: New library to manage gnus-registry-style data.
7311
7312         * gnus-registry.el: Use it (major rewrite).
7313
7314         * nnregistry.el: Use it.
7315
7316         * spam.el: Use it.
7317
7318 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7319
7320         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7321         marks on non-selected articles.
7322
7323 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7324
7325         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7326         parameter to open-protocol-stream.
7327
7328 2011-04-01  Julien Danjou  <julien@danjou.info>
7329
7330         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7331         fundamental-mode.
7332
7333 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7334
7335         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7336         servers.
7337
7338 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339
7340         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7341         made marks not propagate, again.
7342
7343 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7344
7345         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7346         Make this the default type.
7347         (proto-stream-open-plain): Rename from proto-stream-open-default.
7348         (open-protocol-stream, proto-stream-open-starttls)
7349         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7350         with `plain'.
7351
7352         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7353         value.
7354
7355         * nntp.el (nntp-open-connection-function): Document the fact that some
7356         values are not functions but are instead handled specially.
7357         Recognize nntp-open-plain-stream value.
7358         (nntp-open-connection): Recognize that value.
7359
7360 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361
7362         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7363         where it seems to be needed.
7364
7365 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7366
7367         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7368         stuff.
7369
7370         * gnus-score.el (gnus-score-string): Fix calling convention of
7371         `gnus-simplify-buffer-fuzzy' after last patches.
7372
7373         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7374         server for articles we didn't get any headers for.  This is a sanity
7375         check.
7376
7377 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7378
7379         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7380         new CAPABILITY, use it.
7381
7382 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7385         downloading anything.
7386
7387         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7388
7389 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7390
7391         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7392         colors.
7393         (gnus-splash-svg-color-symbols): New function.
7394
7395 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7398         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7399         (gnus-simplify-subject-fuzzy): Use the local
7400         gnus-simplify-subject-fuzzy-regex instead of the global one.
7401         This makes using this variable in group parameters work.
7402
7403 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7404
7405         * gnus-registry.el (gnus-registry-unfollowed-groups):
7406         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7407         archive:sent-YYYY-MM-DD groups).
7408         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7409         tracking if there are more than `gnus-registry-max-track-groups'
7410         matches.
7411
7412 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7413
7414         * message.el (message--yank-original-internal): New function to do the
7415         insertion cleanly inside eval in `message-yank-original'.
7416         (message-yank-original): Use it.
7417
7418 2011-03-29  Julien Danjou  <julien@danjou.info>
7419
7420         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7421         local variables disabled rather than `normal-mode'.
7422
7423 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7424
7425         * imap.el (imap-shell-open, imap-process-connection-type):
7426         Use imap-process-connection-type for 'shell' streams as well as
7427         Kerberos, SSL, other subprocesses.
7428
7429 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7430
7431         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7432         with open-network-stream.
7433         (proto-stream-always-use-starttls): Option removed.
7434         (open-protocol-stream): Return a process object by default.  Provide a
7435         new parameter :return-list specifying a list-type return value, which
7436         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7437         :type `network' to `try-starttls', and `network-only' to `default'.
7438         Make `default' the default, for compatibility with open-network-stream.
7439         Handle the no-parameter case exactly as open-network-stream, with no
7440         additional stream processing.  Search plists using plist-get.
7441         Explicitly add :end-of-commend parameter if it is missing.
7442         (proto-stream-open-default): Rename from
7443         proto-stream-open-network-only.  Return 'default as the type.
7444         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7445         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7446         failed.  Always return a list with a (possibly dead) process as the
7447         first element, for compatibility with open-network-stream.
7448         (proto-stream-open-tls): Use plist-get.  Always return a list.
7449         (proto-stream-open-shell): Return `default' as connection type.
7450         (proto-stream-capability-open): Use plist-get.
7451         (proto-stream-eoc): Function deleted.
7452
7453         * nnimap.el (nnimap-stream, nnimap-open-connection)
7454         (nnimap-open-connection-1): Handle renaming of :type parameter for
7455         open-protocol-stream.
7456         (nnimap-open-connection-1): Pass a :return-list parameter
7457         open-protocol-stream to obtain a list return value.  Parse this list
7458         using plist-get.
7459
7460         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7461         for open-protocol-stream.  Accept open-protocol-stream return value
7462         that is a subprocess object instead of a list.  Handle the case of a
7463         dead returned process.
7464
7465 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7466
7467         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7468
7469         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7470
7471 2011-03-21  Julien Danjou  <julien@danjou.info>
7472
7473         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7474         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7475         query.
7476         (mm-inline-text): Render normal text with fontification whenever
7477         possible.
7478
7479         * gnus-sum.el (gnus-summary-save-parts-1):
7480         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7481         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7482         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7483         Use `mm-handle-filename'.
7484
7485         * mm-util.el (mm-handle-filename): New function, return the filename of
7486         an handle.
7487
7488 2011-03-18  Julien Danjou  <julien@danjou.info>
7489
7490         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7491         (gnus-buffer-live-p): Check that buffer is not nil.
7492
7493 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7494
7495         * gnus.el: No Gnus v0.15 is released.
7496
7497 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7498
7499         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7500         avoid warning on XEmacs.
7501
7502         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7503         on XEmacs.
7504
7505         * gnus-art.el: Require mouse, which the build bot seems to say is
7506         needed.
7507
7508         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7509
7510         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7511         XEmacs, since it doesn't have url-retrieve-synchronously.
7512
7513         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7514         since assoc-string doesn't exist in XEmacs.
7515
7516 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7517
7518         * gnus-group.el (gnus-group-list-ticked): New function.
7519         (gnus-group-make-menu-bar): Provide a menu entry for it.
7520         (gnus-group-list-map): Provide a binding for it.
7521
7522 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523
7524         * shr.el (shr-visit-file): New command.
7525
7526         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7527
7528 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7529
7530         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7531         servers.
7532
7533 2011-03-16  Julien Danjou  <julien@danjou.info>
7534
7535         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7536         inline.
7537
7538         * gnus-art.el (article-hide-list-identifiers):
7539         Use gnus-group-get-list-identifiers.
7540
7541         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7542         (gnus-summary-remove-list-identifiers):
7543         Use gnus-group-get-list-identifiers to get regexp.
7544         (gnus-select-newsgroup, gnus-summary-insert-subject)
7545         (gnus-summary-insert-articles):
7546         Call gnus-summary-remove-list-identifiers unconditionally.
7547
7548 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549
7550         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7551         we're selecting a group with unread articles.
7552
7553         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7554
7555         * gssapi.el: New file separated out from imap.el to provide a general
7556         Kerberos 5 connection facility for Emacs.
7557
7558         * message.el (message-elide-ellipsis): Document the format spec
7559         ellipsis.
7560
7561 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * message.el (message-elide-region): Allow the ellipsis to say how many
7564         lines were removed.
7565
7566 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7567
7568         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7569         window configurations containing buffers that are now dead.
7570
7571         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7572         parsing to avoid integer overflows.
7573         (nnimap-parse-flags): Simplify the last change.
7574         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7575         too large for 32-bit Emacsen.
7576
7577 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7578
7579         * auth-source.el (auth-source-netrc-create):
7580         * message.el (message-yank-original): Fix use of `case'.
7581
7582 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7583
7584         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7585         XEmacs, which was one character too wide.
7586
7587 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7588
7589         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7590         default number of articles to display.
7591         (gnus-articles-to-read): Use pretty names for prompt.
7592
7593 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7594
7595         * gnus-int.el (gnus-open-server): Ditto.
7596
7597         * gnus-start.el (gnus-activate-group): Give a backtrace if
7598         debug-on-quit is set and the user hits `C-g'.
7599         (gnus-read-active-file): Ditto.
7600
7601         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7602
7603 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7604
7605         * message.el (message-yank-original): Use cond instead of CL case.
7606
7607 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7608
7609         * auth-source.el (auth-source-netrc-create): Use usual format for the
7610         default in prompts.
7611
7612 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * lpath.el: Fbind read-char-choice for XEmacs.
7615
7616 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7617
7618         * auth-source.el (auth-source-netrc-create): Show the default in the
7619         prompt when prompting for token creation.
7620
7621 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7622
7623         * auth-source.el (auth-source-format-prompt): Always convert the value
7624         to a string to avoid evaluating non-string arguments.
7625         (auth-source-netrc-create): Offer default properly, not as initial
7626         content in `read-string'.
7627         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7628         of line to determine if we've been run before.  If so, don't run again,
7629         but print a trivial message to indicate the cache was hit instead.
7630
7631 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7632
7633         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7634         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7635         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7636         Gnus.
7637
7638 2011-03-11  Julien Danjou  <julien@danjou.info>
7639
7640         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7641         modified file".
7642
7643 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7644
7645         * auth-source.el (auth-source-read-char-choice): New function to read a
7646         character choice using `dropdown-list', `read-char-choice', or
7647         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7648         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7649         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7650         (auth-source-netrc-saver): Use it.
7651         (auth-source-pick-first-password): New convenience function.
7652
7653 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7654
7655         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7656         parameter in the credentials.
7657         (nnimap-open-connection-1): Use it after a successful login.
7658         (nnimap-credentials): Add IMAP-specific user and password prompt.
7659
7660         * auth-source.el (auth-source-search): Add :require parameter, taking a
7661         list.  Document it and the :save-function return token.  Pass :require
7662         down.  Change the CREATED message from a warning to a debug statement.
7663         (auth-source-search-backends): Pass :require down.
7664         (auth-source-netrc-search): Pass :require down.
7665         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7666         Change save prompt to indicate all modifications saved here are
7667         deletions.
7668         (auth-source-netrc-create): Take user login name as default in user
7669         prompt.  Move all the save functionality to a lexically bound function
7670         under the :save-function token in the returned list.  Set up clearer
7671         default prompts for user, host, port, and secret.
7672         (auth-source-netrc-saver): New function, intended to be wrapped for
7673         :save-function.
7674
7675 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7678         lines to be spaces instead.
7679
7680 2011-03-07  Julien Danjou  <julien@danjou.info>
7681
7682         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7683         (sieve-sasl-auth): Check that auth-source-search did return something,
7684         or just return an empty string.
7685
7686 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7687
7688         * gnus.el (gnus-interactive): Use read-directory-name.
7689
7690         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7691         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7692         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7693         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7694         Likewise.
7695
7696         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7697
7698 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7699
7700         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7701         onto the list of killed groups, too.  This makes killed nnimap groups,
7702         for instance, more reliably not reappear.
7703
7704         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7705         the parent.
7706
7707         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7708
7709         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7710         really have server-side marks.
7711
7712         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7713         since most backends do not usefully have server-side marks.
7714         (gnus-update-read-articles): Propagate marks to all backends that
7715         really have server-side marks.
7716
7717 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7718
7719         * message.el (message-cite-reply-position, message-cite-style):
7720         New variables.
7721         (message-yank-original): Use the new citation styles.
7722
7723 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7724
7725         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7726         buffer-local issue); don't mark it buffer-local when running under
7727         XEmacs.
7728
7729 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7730
7731         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7732         numbers too big to be `read'.
7733
7734 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7735
7736         * password-cache.el (password-in-cache-p): Add autoload.
7737
7738         * message.el (message-options): Make buffer-local two ways to attempt
7739         to fix a XEmacs bug.
7740
7741 2011-03-02  Julien Danjou  <julien@danjou.info>
7742
7743         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7744
7745 2011-03-01  Julien Danjou  <julien@danjou.info>
7746
7747         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7748         group.
7749         (article-hide-list-identifiers): Use list-identifier group parameter.
7750
7751 2011-02-28  Julien Danjou  <julien@danjou.info>
7752
7753         * sieve.el (sieve-buffer-script-name): New local variable to store
7754         sieve script name.
7755         (sieve-edit-script): Store sieve script name.
7756         (sieve-upload): Use sieve script name when uploading.
7757         (sieve-upload): Use substitute-command-keys.
7758         (sieve-edit-script): Use substitute-command-keys.
7759         (sieve-refresh-scriptlist): Use substitute-command-keys.
7760         (sieve-manage-mode-map): Define keymap properly.
7761         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7762         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7763         Remove commented code about cvs.
7764         (sieve-manage-quit): New function.
7765         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7766
7767 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7768
7769         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7770
7771 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7772
7773         * auth-source.el (auth-source-search): Cache empty result sets.
7774
7775         * password-cache.el (password-in-cache-p): Convenience function to
7776         check if a key is in the cache, even if the value is nil.
7777
7778         * auth-source.el (auth-source-save-behavior): New variable to replace
7779         `auth-source-never-create'.
7780         (auth-source-netrc-create): Use it.
7781         (auth-source-never-save): Remove.
7782
7783 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7784
7785         * nnimap.el (nnimap-stream): Doc fix.
7786         (nnimap-open-connection-1): Reverse the order of the ports to that the
7787         prompted-for port is first.
7788
7789         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7790         retrieval by the no-group selection.
7791
7792         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7793         numerical parameters.
7794
7795 2011-02-25  Julien Danjou  <julien@danjou.info>
7796
7797         * gnus-gravatar.el: Use gnus-with-article-buffer.
7798
7799         * gnus-art.el (gnus-with-article-buffer): Check that the
7800         gnus-article-buffer is alive.
7801
7802 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7803
7804         * auth-source.el (auth-source-creation-prompts): New variable to manage
7805         creation-time prompts.
7806         (auth-source-search): Document it.
7807         (auth-source-format-prompt): Add utility function.
7808         (auth-source-netrc-create): Don't default the user name to
7809         user-login-name.  Use `auth-source-creation-prompts' and some default
7810         prompts for user, host, port, and password (the default generic prompt
7811         remains ugly).
7812         (auth-source-never-save): Add customizable option to never save info.
7813         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7814         mode excursion.
7815
7816 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7819         argument that XEmacs doesn't support.
7820
7821         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7822         compiled for Emacsen having no `libxml-parse-html-region' support.
7823
7824         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7825
7826         * lpath.el: Bind buffer-save-without-query for XEmacs.
7827
7828 2011-02-23  Julien Danjou  <julien@danjou.info>
7829
7830         * gnus-art.el (article-make-date-line): Ignore errors if time is
7831         invalid and not convertible.
7832         (article-make-date-line): Only add lapsed time if time is not nil.
7833
7834 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7835
7836         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7837         `read-char-choice' for backwards compatibility.
7838         (auth-source-netrc-element-or-first): New function to DTRT for
7839         parameter extraction.
7840         (auth-source-netrc-create): Use it and fix multiple parameter print
7841         bug.  Use the default passed from above (given-default) or the
7842         built-in (user-login-name for :user).
7843
7844 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7845
7846         * gnus-start.el (gnus-dribble-read-file):
7847         Set buffer-save-without-query, since we always want to save the dribble
7848         file, probably.
7849
7850         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7851         nnimap.
7852
7853         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7854         -summary- since it's a user-visible variable.
7855
7856         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7857         first time you use the new Gnus.
7858
7859 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7860
7861         * auth-source.el: Don't load netrc.el.
7862         (auth-sources): Search ~/.netrc as well by default.
7863         (auth-source-debug): Add 'trivia option for extra output.
7864         (auth-source-do-trivia): Use it.
7865         (auth-source-search): Simplify logic to use
7866         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7867         appropriate.  Don't keep a running count at this level.  Layer :create
7868         and :delete options appropriately on the first and second passes.
7869         Don't track the backend with the search results.
7870         (auth-source-search-backends): New function to search a list of
7871         backends for a processed spec.
7872         (auth-source-netrc-parse): Cache all netrc files, making
7873         auth-source-netrc-cache an alist keyed by the file name and using the
7874         file mtime as the caching criterion.  Keep the obfuscated data secret
7875         with a lexical bind.
7876         (auth-source-netrc-search): Don't calculate the length of the results
7877         unnecessarily.
7878         (auth-source-search-backends): Fix bug.
7879         (auth-source-netrc-create): Rework prompts.
7880
7881 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7882
7883         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7884         Lower case names of search constraints.
7885         (nnir-run-query): Cache and reuse search constraints for all imap
7886         servers.
7887
7888 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7889
7890         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7891         after exit.
7892         (gnus-setup-message): Define missing variable from last checkin.
7893
7894         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7895         value, show the raw article.
7896
7897 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7898
7899         * gnus.el: No Gnus v0.13 is released.
7900
7901 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7902
7903         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7904         auth-source now accepts numbers.
7905
7906         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7907         spec, too.
7908         (auth-source-ensure-strings): New function.
7909
7910         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7911         (gnus-article-setup-buffer): Always restart the date timer so that user
7912         changes to the frequency is respected.
7913
7914         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7915         port numbers, so make sure it gets that if nnimap-server-port is
7916         explicit.
7917
7918 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7919
7920         * nnimap.el (nnimap-inbox): Doc fix.
7921
7922 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7923
7924         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7925         Autoload.  Add optional arg FRAME, and pass it to color-values.
7926         (color-complement): Caller changed.  Doc fix.
7927         (color-gradient): Rewrite for better clarity and efficiency.
7928
7929 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7930
7931         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7932         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7933         color-lab-to-srgb.
7934
7935 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7936
7937         * color.el: First part of merge from hexrgb.el.
7938         (color-rgb-to-hex): Rename from color-rgb->hex.
7939         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7940         saturation to zero if the value is too small.
7941         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7942         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7943         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7944         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7945         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7946         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7947         (color-cie-de2000): Doc fix.
7948
7949 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7950
7951         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7952         given method as in the group name if we're using an extended method.
7953         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7954         command, if we're using that, instead of waiting for the beginning.
7955
7956         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7957         we're sure to get unique server names, and we don't output two async
7958         commands in the same buffer.  This fixes an NNTP hang for some users.
7959
7960 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7961
7962         * gnus.el: No Gnus v0.11 is released.
7963
7964 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7965
7966         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7967         summary buffer before reading going to the next buffer.  This avoids
7968         putting the point in the group buffer if you `C-g' the command.
7969
7970         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7971         cache (for now) to make ~/.authinfo.gpg files usable.
7972
7973         * nnfolder.el (copyright-update): Define for the compiler.
7974
7975         * auth-source.el (auth-source-search): Fix unbound variable.
7976
7977 2011-02-19  Glenn Morris  <rgm@gnu.org>
7978
7979         * gnus.el (gnus-meta): Doc fix.
7980
7981 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7982
7983         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7984         in case it's not yet loaded.
7985
7986 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7987
7988         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7989         line we're waiting for.
7990
7991 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7992
7993         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7994         face with line-width greater than zero will cause RET in gnus summary
7995         buffer to scroll down article page-wise because auto vscroll happens,
7996         it should be temporally disabled when doing a scroll-up.
7997
7998 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7999
8000         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
8001         outputs from the server.
8002
8003 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8004
8005         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
8006         later so that bbdb can hook in easier.
8007
8008 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
8009
8010         * auth-source.el (auth-source-search): Don't try to create credentials
8011         if the caller doesn't want that.
8012         (auth-source-search): If we don't find a match, don't bug out on
8013         non-bound variables.
8014         (auth-source-search): Only ask a single backend to create the
8015         credentials.
8016
8017         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
8018         logging.
8019         (nnimap-credentials): Protect against auth-source-search returning nil.
8020         (nnimap-request-list): Protect against not being able to open the
8021         server.
8022
8023 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
8024
8025         * auth-source.el (auth-source-search): Do a two-phase search, one with
8026         no :create to get the responses from all backends.
8027
8028         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
8029         when getting credentials.
8030
8031         * gnus-util.el (gnus-delete-duplicates): New function.
8032
8033 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
8034
8035         * nnimap.el (nnimap-credentials): Instead of picking the first port as
8036         a creation default, pass the whole port list down.  It will be
8037         completed.
8038
8039         * auth-source.el (auth-source-search): Updated docs to talk about
8040         multiple creation choices.
8041         (auth-source-netrc-create): Accept a list as a value (from the search
8042         parameters) and do completion on that list.  Keep a separate netrc line
8043         with the password obscured for showing the user.
8044
8045         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
8046         first choice to `auth-source-search' so it will be used for entry
8047         creation instead of the server's Gnus-specific name.
8048         (nnimap-credentials): Rely on the auth-source library to select which
8049         port is actually wanted in the new netrc entry, so don't override
8050         `auth-source-creation-defaults'.
8051
8052         * auth-source.el (auth-source-netrc-parse): Use :port instead of
8053         :protocol and accept a missing user, host, or port as a wildcard match.
8054         (auth-source-debug): Default to off.
8055
8056         (auth-source-netrc-search, auth-source-netrc-create)
8057         (auth-source-secrets-search, auth-source-secrets-create)
8058         (auth-source-user-or-password, auth-source-backend, auth-sources)
8059         (auth-source-backend-parse-parameters, auth-source-search): Use :port
8060         instead of :protocol.
8061
8062         * nnimap.el (nnimap-credentials): Pass a port default to
8063         `auth-source-search' in case an entry needs to be created.
8064         (nnimap-open-connection-1): Use :port instead of :protocol.
8065
8066 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * auth-source.el: Bind load-path when loading EIEIO from
8069         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
8070         21.4 doesn't support, to `require'.
8071         (auth-source-secrets-search): Use mm-delete-duplicates instead of
8072         delete-dups that is not available in XEmacs 21.4.
8073
8074 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
8075
8076         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
8077         as EIEIO must also be loaded when auth-source.el is being
8078         byte-compiled.
8079
8080 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8081
8082         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
8083
8084         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
8085
8086         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
8087
8088         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
8089
8090         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
8091
8092         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
8093
8094         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
8095
8096         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
8097         necessary.
8098
8099 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
8100
8101         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
8102         nil means that nnimap doesn't get updated.
8103
8104 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8105
8106         * auth-source.el (auth-source-netrc-create): Return a synthetic search
8107         result when the user doesn't want to write to the file.
8108         (auth-source-netrc-search): Expect a synthetic result and proceed
8109         accordingly.
8110         (auth-source-cache-expiry): New variable to override
8111         `password-cache-expiry'.
8112         (auth-source-remember): Use it.
8113
8114         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
8115         parameter.  Create entry if necessary by using :create t.
8116         (nnimap-open-connection-1): Don't pass `inhibit-create'.
8117
8118 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
8119
8120         * auth-source.el (auth-source-debug): Enable by default and don't
8121         mention the obsolete `auth-source-hide-passwords'.
8122         (auth-source-do-warn): New function to debug unconditionally.
8123         (auth-source-do-debug): Use it.
8124         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
8125         and for Secrets API entries when the secrets.el library is not
8126         available.
8127
8128 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8129
8130         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8131         (gnus-summary-exit): Kill the correct article buffer on exit from a
8132         `C-d' group.
8133
8134         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8135         gnus-propagate-marks.
8136
8137         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8138         before killing the buffers so that a non-full window conf gets handled
8139         correctly.
8140         (gnus-summary-exit): Ditto.
8141         (gnus-summary-read-group-1): Ditto.
8142
8143         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8144         async code again so that we can debug it properly.
8145
8146         * message.el (message-reply): Take an optional switch-buffer parameter
8147         so that Gnus window confs are respected better.
8148
8149 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8150
8151         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8152         `plist-get' to accept non-list parameters (XEmacs issue).
8153         Fix docstring.
8154         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8155         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8156         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8157         Login collection is "Login" and not "login".
8158
8159 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8160
8161         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8162         multiple headers.
8163
8164         * nnimap.el (nnimap-inhibit-logging): New variable.
8165         (nnimap-log-command): Don't log login commands.
8166
8167         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8168         to have more parameters.
8169
8170         * nnimap.el (nnimap-send-command): Mark the command time for each
8171         command, so that we don't get NOOPs stepping on our toes.
8172
8173         * gnus-art.el (article-date-ut): Get the date from the Date header on
8174         `t'.
8175
8176 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * auth-source.el (auth-source-search): Use copy-sequence instead of
8179         the cl.el copy-list.
8180
8181 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8182
8183         * imap.el: Bring it back (revert
8184         84d800cd31de3064f0ed39617d725709a2f8f42f).
8185
8186 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8187
8188         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8189         Improve prompt.
8190
8191 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8192
8193         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8194         washing status from the default format.  It isn't very informative.
8195
8196 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8197
8198         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8199         Fix Gcc processing on imap.
8200
8201 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8202
8203         * imap.el: Remove file.  All the functionality is in nnimap.el.
8204
8205 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8206
8207         * message.el (message-bury): Don't pop up a new window when selected
8208         window is dedicated.
8209
8210 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8211
8212         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8213
8214 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8215
8216         * sieve-manage.el: Autoload `auth-source-search'.
8217         (sieve-sasl-auth): Use it.
8218
8219 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8220
8221         * nnimap.el: Autoload `auth-source-forget+'.
8222         (nnimap-open-connection-1): Use it if the connection fails.
8223
8224         * auth-source.el: Require `password-cache'.
8225         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8226         obsolete.
8227         (auth-source-magic): Marker for `password-cache' keys.
8228         (auth-source-do-cache): Update docstring.
8229         (auth-source-search): Use and check cache.
8230         (auth-source-forget-all-cached, auth-source-remember)
8231         (auth-source-recall, auth-source-forget, auth-source-forget+)
8232         (auth-source-specmatchp): Caching support functions.
8233         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8234         Remove and obsolete.
8235         (auth-source-user-or-password): Remove caching to further discourage
8236         using it.  Always hide passwords.
8237
8238         * password-cache.el (password-cache-remove): Accept secrets that are
8239         not strings.
8240
8241 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8242
8243         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8244         code for now, since it doesn't work for all users.
8245
8246 2011-02-09  Julien Danjou  <julien@danjou.info>
8247
8248         * message.el (message-options): Make message-options really buffer
8249         local.
8250
8251 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8252
8253         * mail-source.el: Autoload `auth-source-search'.
8254         (mail-source-keyword-map): Note order matters.
8255         (mail-source-set-1): Get all the mail-source source values and
8256         defaults and search auth-source on those if needed.  This can all
8257         probably be simplified.
8258
8259         * nnimap.el: Autoload `auth-source-search'.
8260         (nnimap-credentials): Use it.
8261         (nnimap-open-connection-1): Ask for the virtual server and physical
8262         address in one shot.
8263
8264         * nntp.el: Autoload `auth-source-search'.
8265         (nntp-send-authinfo): Use it.  Note TODO.
8266
8267 2011-02-08  Julien Danjou  <julien@danjou.info>
8268
8269         * shr.el (shr-tag-body): Add support for text attribute in body
8270         markups.
8271
8272         * message.el (message-options): Make message-options a local variable.
8273
8274 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8275
8276         * auth-source.el (auth-source-secrets-search)
8277         (auth-source-user-or-password): Use `append' instead of `nconc'.
8278         (auth-source-user-or-password): Build return list better and protect
8279         against nil :secret.
8280
8281 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8282
8283         * nnimap.el (nnimap-update-info): Refactor slightly.
8284         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8285         (nnimap-update-info): Clean up slightly.
8286         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8287         characters.
8288         (nnimap-process-quirk): Rename function to avoid collision.
8289         (nnimap-update-info): Fix macrology bug-out.
8290         (nnimap-update-info): Simplify split history test.
8291
8292 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8293
8294         * auth-source.el (top): Require 'eieio unconditionally.
8295         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8296         (auth-source-secrets-search): Limit search when `max' is greater than
8297         number of results.
8298
8299 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8300
8301         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8302         part not returning any data.
8303
8304         * proto-stream.el (open-protocol-stream): Document the return value.
8305
8306 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8307
8308         * auth-source.el (auth-source-secrets-search): Add examples.
8309
8310 2011-02-06  Julien Danjou  <julien@danjou.info>
8311
8312         * message.el (message-setup-1): Handle message-generate-headers-first
8313         set to t.
8314
8315 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8316
8317         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8318         API with a string "secrets:collection-name" and with 'default.
8319         (auth-source-backend-parse): Parse "secrets:collection-name" and
8320         'default.  Recurse on parses instead of repeating code.  Use the
8321         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8322         message when ignoring a source.
8323         (auth-source-search): List ignored search keys at the top level.
8324         (auth-source-netrc-create): Use `case' instead of `cond'.
8325         (auth-source-secrets-search): Created with TODOs.
8326         (auth-source-secrets-create): Created with TODOs.
8327         (auth-source-retrieve, auth-source-create, auth-source-delete)
8328         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8329         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8330         (auth-source-user-or-password-sftp)
8331         (auth-source-user-or-password-smtp): Remove.
8332         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8333         around `auth-source-search'.  Not tested thoroughly.
8334
8335 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8336
8337         * auth-source.el: Bring in assoc and eioeio libraries.
8338         (secrets-enabled): New variable to track the status of the Secrets API.
8339         (auth-source-backend): New EIOEIO class to represent a backend.
8340         (auth-source-creation-defaults): New variable to set prompt defaults
8341         during token creation (see the `auth-source-search' docstring for
8342         details).
8343         (auth-sources): Simplify to allow a simple string as a netrc backend
8344         spec.
8345         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8346         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8347         (auth-source-search): Main auth-source API entry point.
8348         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8349         (auth-source-search-collection): Helper function for searching.
8350         (auth-source-netrc-parse, auth-source-netrc-normalize)
8351         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8352         Supports search, create, and delete.
8353         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8354         backend stubs.
8355         (auth-source-user-or-password): Call `auth-source-search' but it's not
8356         ready yet.
8357
8358 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8359
8360         * message.el (message-setup-1): Remove the read-only stuff, since it
8361         doesn't work under XEmacs, for some reason.
8362
8363         * gnus-sum.el (gnus-user-date): Rename back from
8364         gnus-summary-user-date since user code refers to it.
8365
8366         * shr.el (shr-render-td): Store the actual background color used.
8367
8368         * message.el (message-setup-1): Don't bind the constant
8369         -forbidden-properties.
8370         (message-setup-1): Revert previous change, since it needs to bind the
8371         props to insert them.
8372         (message-resend): Allow removing the read-only separator line.
8373
8374 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8375
8376         * nnimap.el (nnimap-request-accept-article): Give an error message if
8377         the APPEND wasn't successful.
8378
8379 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8380
8381         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8382         that have no groups.
8383
8384 2011-02-03  Julien Danjou  <julien@danjou.info>
8385
8386         * gnus-draft.el: Remove progn around gnus-draft-setup.
8387
8388 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8389
8390         * gnus-start.el (gnus-read-active-for-groups): This function is never
8391         called with a nil `infos', so clean that up.
8392         (gnus-get-unread-articles): Request active files from primary/secondary
8393         methods that have no groups (yet).
8394
8395 2011-02-03  Julien Danjou  <julien@danjou.info>
8396
8397         * message.el (message-setup-1): Always generate References first.
8398         (message-mail): Return the return value of message-setup, not always t.
8399         (message-setup-1): Insert mail-header-separator with read-only and
8400         intangible properties set.
8401
8402         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8403         user-date in docstring.
8404
8405         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8406
8407         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8408         docstring.
8409
8410         * gnus.el (gnus-user-date-format-alist): Change default value.
8411         Use defcustom, with type and group.  Move from gnus-util.el.
8412         Rename to gnus-summary-user-date-format-alist.
8413
8414 2011-02-03  Glenn Morris  <rgm@gnu.org>
8415
8416         * nnimap.el (gnus-fetch-headers): Declare.
8417
8418         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8419
8420 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8421
8422         * message.el (message-forward-make-body-digest-plain)
8423         (message-followup, message-reply): Clean up things noted by Stefan.
8424
8425         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8426         gnus-article-update-date-headers is nil.
8427         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8428         it didn't really work with defcustom.
8429         (article-update-date-lapsed): Make sure the window start doesn't move,
8430         either.
8431
8432 2011-02-01  Julien Danjou  <julien@danjou.info>
8433
8434         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8435         format.
8436
8437         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8438         standard in Emacs nowadays.
8439
8440         * color.el (color-gradient): Add a color-gradient function.
8441
8442 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8443
8444         * message.el (message-expand-name): Don't trust the return value of
8445         bbdb-complete-name.
8446         (message-check-news-header-syntax): Remove unused var `start'.
8447         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8448         (message-inhibit-body-encoding): Move to before first use.
8449         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8450         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8451         (Organization, Message-ID, Date, mh-previous-window-config):
8452         Defvar the vars using dynamic scoping.
8453
8454 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8455
8456         * shr.el (shr-render-td): Only do colors at the final rendering.
8457         Should be slightly faster.
8458         (shr-insert-table): Fix up TD background colors when doing the
8459         vertical padding.
8460
8461         * gnus-art.el (article-date-ut): Protect against articles with no Date
8462         header.
8463         (article-update-date-lapsed): Don't use current-column to find the
8464         horizontal position.  It's fragile in the presence of \003 characters.
8465
8466         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8467
8468 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8469
8470         * gnus-art.el (article-transform-date): Rewrite to still work when
8471         there are several rfc2822 parts.
8472         (article-transform-date): Fix infinite recursion.
8473         (article-date-ut): Replace infinitely many Date headers with a single
8474         one when called interactively.
8475
8476         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8477         secure manner.
8478
8479         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8480         move around by not using save-window-excursion.  It seems to work...
8481
8482 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-art.el (article-make-date-line): Work for user-defined format.
8485
8486 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8487
8488         * nntp.el (nntp-retrieve-group-data-early)
8489         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8490         fetching functions.
8491
8492         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8493         thoroughly for all backends that have no known groups.  This should
8494         allow new nnml methods to retrieve mail.
8495
8496         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8497         that Gnus doesn't know exists again.
8498
8499         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8500         (gnus-treat-date-ut): Ditto.
8501         (gnus-article-update-date-header): Rename.
8502         (gnus-treat-date-local): Remove.
8503         (gnus-treat-date-english): Remove.
8504         (gnus-treat-date-lapsed): Remove.
8505         (gnus-treat-date-combined-lapsed): Remove.
8506         (gnus-treat-date-original): Remove.
8507         (gnus-treat-date-iso8601): Remove.
8508         (gnus-treat-date-user-defined): Remove.
8509         (gnus-article-date-headers): New variable to control all the date
8510         header options.
8511         (article-date-ut): Rewrite to allow using the new way to format date
8512         headers(s).
8513
8514 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8515
8516         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8517         method.
8518         (nnmail-article-group): A better test for fanciness.
8519
8520         * nnimap.el (nnimap-request-head): Protect against not finding the
8521         article by Message-ID.
8522
8523 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8524
8525         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8526         keep point at the "same place".
8527
8528 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8529
8530         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8531         data if the group is inactive.
8532
8533 2011-01-28  Julien Danjou  <julien@danjou.info>
8534
8535         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8536         (gnus-all-windows-visible-p): Remove old compatibility code.
8537         (gnus-window-top-edge): Add docstring.
8538
8539         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8540
8541 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8542
8543         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8544         older request-update-info.
8545
8546         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8547
8548 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8549
8550         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8551         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8552
8553 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8554
8555         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8556         groups.  This makes the nndraft:queue group pop up if it's not already
8557         there.
8558
8559         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8560         messages" logic, which was reversed.
8561
8562         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8563         the "same place" even if point is on the line being replaced.
8564         (article-update-date-lapsed): Allow updating both the combined lapsed
8565         and the lapsed headers.
8566         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8567         (article-make-date-line): Limit the number of segments dynamically to
8568         avoid too-long lines.
8569
8570 2011-01-27  Julien Danjou  <julien@danjou.info>
8571
8572         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8573         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8574
8575 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8578         Use plist-get instead of the cl function getf.
8579
8580 2011-01-27  Glenn Morris  <rgm@gnu.org>
8581
8582         * gnus-util.el (float-time): Get rid of compiler warning, again.
8583
8584 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8585
8586         * shr.el (shr-put-color): Special-case background colors: Do put them
8587         at the blank parts at the front of the lines.
8588
8589         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8590         exit hook to nix out all data on readedness on group exit.
8591
8592         * gnus-util.el (float-time): If float-time is bound, always use it on
8593         all Emacsen.  It's unclear why the subrp check was there.
8594         (time-date): Require to make some autoload issues on XEmacs go away.
8595
8596         * shr.el (shr-put-color): Don't do the box padding in tables, since
8597         they're already padded.
8598
8599 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8600
8601         * gnus-art.el (gnus-article-next-page): When the last line of the
8602         article is displayed, scroll down once more instead of going to the
8603         next article at once.
8604         (article-lapsed-string): Refactor out and allow specifying how many
8605         segments you want.
8606         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8607         (gnus-article-update-lapsed-header): New variable.
8608
8609         * shr.el: Revert change that made headings use different-sized faces.
8610         The Emacs display engine isn't advanced enough that, for instance,
8611         tables can comfortably use differently-sized faces.
8612
8613 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8614
8615         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8616         used.
8617         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8618         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8619         we're using an encrypted connection.
8620
8621         * proto-stream.el: Alter the interface functions to also return the
8622         actual stream type used: network or tls.
8623
8624 2011-01-25  Julien Danjou  <julien@danjou.info>
8625
8626         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8627         (mm-display-javascript-inline): New function.
8628
8629         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8630         viewing function.
8631
8632 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * shr.el (shr-expand-newlines): Fix variable name.
8635
8636 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8637
8638         * shr.el (shr-expand-newlines): Make nested boxes work.
8639
8640 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8641
8642         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8643         backgrounds.
8644         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8645         in a more sensible manner.
8646
8647 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8648
8649         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8650         if EPG is loaded.
8651
8652 2011-01-24  Julien Danjou  <julien@danjou.info>
8653
8654         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8655         tags.
8656
8657 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8658
8659         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8660         commands.
8661
8662         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8663         in the article buffer.
8664         (gnus-gravatar-insert): Use blank space from the current buffer to
8665         avoid breaking text properties.  This makes X-Sent updating work again.
8666
8667         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8668
8669 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8670
8671         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8672         fix the bug in url-http.el instead.
8673
8674         * shr.el (shr-image-fetched): Ditto.
8675
8676         * shr.el (shr-image-fetched): Avoid having point move in the article
8677         buffer.
8678
8679         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8680         buffer after being called.  It's apparently being killed by url.el, and
8681         killing it made point move to end-of-buffer in a random buffer.
8682
8683         * shr.el (shr-image-fetched): Ditto.
8684
8685 2011-01-23  Julien Danjou  <julien@danjou.info>
8686
8687         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8688
8689         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8690         text/x-org.
8691
8692 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8693
8694         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8695         (i.e., nnimap) returning nil as the article number.
8696
8697 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8698
8699         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8700         "DelSp" parameter in RFC3676.
8701
8702 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8703
8704         * message.el (message-check-recipients): Display the encoded version of
8705         the bogus address if they differ.
8706
8707         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8708         after sending.
8709
8710         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8711
8712         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8713
8714         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8715         group buffer after sending the queue.
8716
8717         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8718
8719 2011-01-22  Julien Danjou  <julien@danjou.info>
8720
8721         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8722
8723 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8724
8725         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8726         nested related parts.
8727
8728         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8729         unexpired articles.  This fixes the regression that led expiry marks to
8730         disappear from nnfolder groups.
8731
8732 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8733
8734         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8735         Don't confuse the "ret" of "retrograde" with RET.
8736
8737 2011-01-21  Julien Danjou  <julien@danjou.info>
8738
8739         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8740         than mm-insert-inline.
8741
8742 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8745         Widen article buffer.
8746
8747 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8748
8749         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8750         the temp buffer.
8751         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8752
8753 2011-01-20  Julien Danjou  <julien@danjou.info>
8754
8755         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8756
8757         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8758         than mm-insert-inline to insert inline part: this respect
8759         mm-inline-media-tests displayers.
8760
8761         * mm-view.el (mm-display-shell-script-inline): New function.
8762
8763         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8764
8765         * mm-uu.el (mm-uu-type-alist): Add org block.
8766         (mm-uu-org-src-code-block-extract): New function.
8767
8768         * mm-view.el (mm-display-org-inline): New function.
8769
8770         * mm-decode.el (mm-automatic-display): Add text/org.
8771
8772         * mailcap.el (mailcap-mime-extensions): Add .org.
8773
8774 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8777         gnus-article-add-buttons.
8778
8779 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8780
8781         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8782         From header with a date and "nobody" as the sender.
8783
8784 2011-01-19  Julien Danjou  <julien@danjou.info>
8785
8786         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8787         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8788         if you have the same regexp several times.
8789         (gnus-button-push): Fix matching when regexp is symbol.
8790
8791 2011-01-15  Glenn Morris  <rgm@gnu.org>
8792
8793         * message.el (message-mail): A compose-mail function should
8794         accept headers as strings.
8795
8796 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8797
8798         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8799         Add :vert-only tags.
8800         (message-mail): New arg RETURN-ACTION.
8801         (message-return-action): New var.
8802         (message-bury): Use it.
8803         (message-mode): Make it buffer-local.
8804         (message-send-and-exit): Always call message-bury.
8805
8806         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8807         message-mail.
8808
8809 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * nnimap.el (nnimap-convert-partial-article): Protect against
8812         zero-length body parts.
8813
8814         * mm-decode.el (mm-preferred-alternative-precedence):
8815         Discourage showing empty parts.
8816
8817         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8818         and stuff if the backend didn't return the article number.  This fixes
8819         an Exchange-related nnimap bug.
8820
8821         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8822         group window, because it does the wrong thing when a separate frame
8823         displays the group buffer.
8824
8825         * proto-stream.el (open-protocol-stream): Protect against the low-level
8826         transport functions returning nil.
8827
8828 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8829
8830         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8831         (mml2015-epg-find-usable-secret-key): New function.
8832         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8833         mml2015-epg-find-usable-key (Bug#7797).
8834         (mml2015-epg-encrypt): Ditto.
8835
8836 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * dgnushack.el (rot13-string): Fix the way to get the argument.
8839
8840 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8843
8844 2011-01-03  Glenn Morris  <rgm@gnu.org>
8845
8846         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8847
8848         * sieve.el (sieve-open-server): Give a more explicit error if
8849         sieve-manage-open returns nil.  (Bug#7720)
8850
8851 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8852
8853         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8854
8855 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856
8857         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8858         This avoids sending passwords in plain text over non-encrypted
8859         channels.
8860
8861         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8862
8863         * nnimap.el (nnimap-login): Refactored out into own function, and
8864         implement CRAM-MD5.
8865         (nnimap-wait-for-line): Refactored out.
8866
8867         * mm-view.el (mml-smime): Require.
8868
8869 2010-12-20  David Engster  <deng@eml.cc>
8870
8871         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8872         use EPG to decrypt S/MIME messages instead of openssl.
8873
8874 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8875
8876         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8877
8878         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8879         status is the group clearly is unreachable.
8880
8881         * auth-source.el (auth-source-create): Add the optional second
8882         parameter to `local-variable-p' to be compatible with XEmacs.
8883
8884 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8885
8886         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8887         work when using a compressed nnml folder.
8888
8889 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890
8891         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8892         backends after sanitising on entry, because this never makes sense:
8893         If the articles have gone missing, then the data no longer exists on
8894         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8895         overwrite anything anyway.
8896
8897         * shr.el (shr-insert-document): Bind shr-width dynamically to
8898         window-width if it's nil.
8899
8900 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8901
8902         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8903         with the meaning of using the full emacs window width for rendering.
8904
8905 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8906
8907         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8908         case when sender is not given.
8909
8910 2010-12-23  Julien Danjou  <julien@danjou.info>
8911
8912         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8913         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8914         the addresses, otherwise we might misplaced the gravatar.
8915
8916 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8917
8918         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8919         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8920         obsolete in Emacs.
8921
8922 2010-12-20  Julien Danjou  <julien@danjou.info>
8923
8924         * gnus-util.el (gnus-rescale-image): Revert last change.
8925
8926 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8927
8928         * binhex.el: Improve commentary (Bug#7482).
8929
8930 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * gnus-group.el (gnus-group-delete-articles): New command.
8933
8934 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8935
8936         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8937
8938 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8941         here, since it's up to the backends to do CRLF removal if their
8942         protocol has it.
8943
8944         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8945
8946 2010-12-17  Julien Danjou  <julien@danjou.info>
8947
8948         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8949         they are from file.  Can also scale up.
8950
8951 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8952
8953         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8954         Restore gnus-use-agent.
8955         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8956
8957         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8958
8959 2010-12-17  Julien Danjou  <julien@danjou.info>
8960
8961         * gravatar.el (gravatar-retrieve-synchronously): New function.
8962         (gravatar-get-data): Make more robust.
8963
8964 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8967
8968 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8971         to really consider the last line.
8972
8973 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8974
8975         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8976         list of recipient keys, or use symmetric encryption if not a list.
8977         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8978         EPA override, replacing the call to `netrc-store-data'.
8979
8980 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8981
8982         * gnus-srvr.el: Avoid passing nil regexp argument to
8983         delete-matching-lines.
8984
8985 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8988         fetching stops when Gnus exits.
8989
8990         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8991         function.
8992         (nnfolder-request-expire-articles): Save all the buffers after doing
8993         expiry.
8994
8995         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8996         the last article", since that led to serious performance regressions
8997         when expiring nnml groups.
8998
8999 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
9000
9001         * nnir.el: Improve customizations.
9002
9003 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
9006
9007         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
9008         group has been killed.
9009         (gnus-group-yank-group): Ditto.
9010
9011         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
9012
9013         * nnimap.el (nnimap-request-update-group-status): New function.
9014
9015         * gnus-int.el (gnus-request-update-group-status): New interface
9016         function.
9017
9018         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
9019         copying read-ness to the backends.
9020
9021         * nnimap.el (nnimap-quirk): New function.
9022         (nnimap-retrieve-group-data-early): Use it.
9023         (nnimap-quirks): New alist.
9024
9025 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * shr.el (shr-insert): Set shr-start after deleting trailing space;
9028         don't delete it within indentation.
9029
9030 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
9033         previous line.
9034
9035 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036
9037         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
9038         QRESYNC command by deleting a superfluous space which broke Cyrus
9039         servers.  This change will break other servers that are buggy the other
9040         way around.
9041
9042 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
9043
9044         * spam.el: Reindent and fix long lines.
9045         (spam-copy-or-move-routine): Exclude invalid move destinations.
9046
9047 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
9048
9049         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
9050         installed the registry.
9051
9052 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
9055
9056 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9057
9058         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
9059         groupname doesn't contain "gmane".
9060
9061 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062
9063         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
9064         and netrc-bound-and-true-p bindings.
9065         (netrc-parse): Cache the netrc contents.
9066
9067         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
9068         (gnus-1): Don't create the nndrafts group twice.
9069         (gnus-setup-news): There's no need to read the active file here, since
9070         that's done again later on a per-backend basis.
9071         (gnus-start-draft-setup): Make sure that the new group is started out
9072         empty.
9073
9074         * gnus-agent.el (gnus-agentize): Don't create the queue group
9075         automatically on startup.  It'll be created later, if needed.
9076
9077         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
9078         of automatically subscribed groups.
9079         (gnus-auto-subscribed-categories): New variable.
9080         (gnus-matches-options-n): Use it.
9081         (gnus-default-subscribed-newsgroups): Remove unused variable.
9082         (gnus-start-draft-setup): Message a bit less.
9083
9084 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9085
9086         * nnir.el (nnir-run-imap): Return article list in order of increasing
9087         UID.
9088
9089 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9090
9091         * gnus-sum.el (gnus-summary-enter-digest-group):
9092         Mention gnus-auto-select-on-ephemeral-exit.
9093
9094         * proto-stream.el (proto-stream-open-network-only): Fix the calling
9095         convention of the network-only option.
9096
9097 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9098
9099         * proto-stream.el (proto-stream-open-network-only): New function to
9100         have a way to specify non-STARTTLS upgrade connections.
9101
9102 2010-12-10  Julien Danjou  <julien@danjou.info>
9103
9104         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
9105         email address is nil.
9106
9107         * message.el (message-bogus-recipient-p): Set address to "" if nil.
9108
9109 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
9110
9111         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
9112         deletion.
9113         (nnir-run-imap): Only need to parse list once.
9114
9115 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9116
9117         * shr.el (shr-tag-script): Ignore <script>.
9118         (shr-tag-label): Add <label> support.
9119
9120 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
9123
9124         * shr.el (shr-image-displayer): Work for images lined side by side.
9125
9126 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9127
9128         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9129         parameter, since XEmacs doesn't accept t as a parameter.
9130
9131 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9132
9133         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9134         ids.
9135         (nnir-run-gmane): Simplify groupspec formatting.
9136         (nnir-request-expire-articles): New function.
9137
9138 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9139
9140         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9141         overflow, possibly.
9142
9143         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9144         (shr-render-td): Handle td style="" better.
9145         (shr-tag-table): Use the color from the style sheet.
9146         (shr-render-td): Make sure we copy over all the overlays, too.
9147
9148 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9149
9150         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9151         (nnir-request-article): Improve article retrieval.
9152
9153 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * mm-util.el (mm-extra-numeric-entities): New variable.
9156
9157         * mm-url.el (mm-url-decode-entities):
9158         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9159
9160         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9161
9162 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9163
9164         * message.el: Use completion-at-point.
9165         (message-completion-function): New fun, extracted from message-tab.
9166         (message-mode): Use it for completion-at-point-functions.
9167         (message-tab): Use it and completion-at-point.
9168
9169 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9172         character if a non-breakable character follows.
9173
9174 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9175
9176         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9177         any stream.
9178
9179         * shr.el (shr-tag-font): Colorize the region.
9180         (shr-tag-body): Ditto.
9181         (shr-tag-font): Actually let the styles be inherited instead of
9182         overwriting them.
9183         (shr-tag-font): Get the background color right.
9184         (shr-tag-style): Ignore all <style> tags for the moment.
9185
9186         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9187         a Message-ID to avoid having nnimap depend on gnus-sum.
9188
9189         * shr.el (shr-descend): Only colorize something if we have a node that
9190         sets colors.
9191
9192 2010-12-06  Julien Danjou  <julien@danjou.info>
9193
9194         * shr.el (shr-render-td): Render td content with shr-descend, so style
9195         will be applied to <td> too.
9196         (shr-colorize-region): Colorize region even if we only have a background.
9197         (shr-tag-body): Fix color and background color inheritance.
9198         Do not recolorize after shr-generic.
9199         (shr-tag-font): Let shr-generic colorize via inheritance.
9200
9201 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9204
9205 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9206
9207         * nnir.el (nnir-request-move-article): Remove obsolete code.
9208
9209 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9212
9213 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9214
9215         * gnus-sum.el (gnus-summary-respool-article): The completion function
9216         expects a list instead of an alist.
9217
9218         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9219         string as the parameter.
9220
9221         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9222
9223         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9224         styles.
9225         (shr-colorize-region): New function.
9226         (shr-insert-background-overlay): Remove.
9227         (shr-render-td): Background setting should be taken care of on a higher
9228         level.
9229         (shr-tag-body): Use post-hoc colorizations.
9230         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9231         (shr-put-color-1): Don't overwrite old colors.
9232         (shr-colorize-region): When the background color isn't explicit, use
9233         a fixed background.
9234
9235         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9236         nnmail variables.
9237
9238 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9239
9240         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9241         unless necessary.
9242
9243 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9244
9245         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9246         server.
9247
9248 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9251         so that TAB works.
9252
9253         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9254         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9255
9256         * shr.el (shr-urlify): Show the URL before the title to avoid
9257         misleading URLs.
9258
9259 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9260
9261         * shr.el (shr-urlify): Display the title in <a> tags.
9262
9263 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9264
9265         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9266
9267 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9268
9269         * nnir.el: Rearrange code to allow macros to be autoloaded by
9270         gnus-sum.el.
9271         (nnir-retrieve-headers-override-function): Make this variable
9272         customizable.
9273         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9274
9275         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9276         from nnir.el.
9277
9278 2010-12-03  Julien Danjou  <julien@danjou.info>
9279
9280         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9281
9282 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9285         allow optional argument `environment'.
9286
9287 2010-12-03  Glenn Morris  <rgm@gnu.org>
9288
9289         * mm-extern.el (message-goto-body): Update declaration.
9290
9291 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * gnus-util.el (gnus-macroexpand-all): New function.
9294
9295         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9296         instead of macroexpand-all that is unavailable in XEmacs.
9297
9298 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9299
9300         * nnir.el (nnir-summary-line-format): New variable.
9301         (nnir-mode): Use it.
9302         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9303         (nnir-article-ids): Reimplement as defsubst.
9304         (nnir-retrieve-headers): Don't mangle the subject header.
9305         (nnir-run-imap): Use 100 as RSV score.
9306         (nnir-run-find-grep): Fix for full server searching.
9307         (nnir-run-gmane): Better restriction to gmane groups.
9308
9309         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9310         summary buffers.
9311
9312 2010-12-02  Julien Danjou  <julien@danjou.info>
9313
9314         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9315
9316         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9317
9318         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9319         support.
9320
9321 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9322
9323         * nnir.el: Update to handle the registry better.
9324         (autoload): Silence byte-compiler.
9325         (nnir-open-server): Add a hook for nnir groups.
9326         (nnir-request-move-article): Don't mangle the header.  Better to use
9327         formatting variables (which will be added in the future).
9328         (nnir-registry-action): Update the registry using the original article
9329         group name.
9330         (nnir-mode): Install nnir-specific hooks for updating the registry.
9331
9332         * gnus-sum.el
9333         (gnus-article-original-subject, gnus-newsgroup-original-name):
9334         Remove obsolete variables.
9335         (gnus-summary-move-article): Remove use of obsolete variables.
9336         (gnus-summary-local-variables): Make move and delete hooks local to
9337         summary buffers.
9338
9339 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340
9341         * rtree.el: New file.
9342
9343 2010-12-01  Julien Danjou  <julien@danjou.info>
9344
9345         * message.el (message-user-organization): Do not use
9346         gnus-local-organization.
9347
9348         * gnus.el: Remove gnus-local-organization.
9349
9350         * gnus-msg.el: Remove nastygram thing.
9351
9352 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9353
9354         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9355         funcall.
9356
9357 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9360         names.
9361
9362         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9363         characters.
9364
9365         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9366         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9367         Suggested by Štěpán Němec <stepnem@gmail.com>.
9368         (gnus-gravatar-transform-address): Use mail-extract-address-components
9369         that supports non-ASCII names rather than mail-header-parse-addresses.
9370
9371 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9372
9373         * proto-stream.el (open-protocol-stream): All starttls connections are
9374         handled by the network handler.
9375
9376 2010-11-30  Julien Danjou  <julien@danjou.info>
9377
9378         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9379         (nnimap-open-connection-1): Fix PREAUTH.
9380
9381         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9382
9383 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9386         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9387         (shr-insert): Use them.
9388         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9389
9390 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9391
9392         * nnir.el (nnir-request-move-article): Bail out if original group
9393         doesn't support article moves.
9394         (nnir-get-active): Improve active list retrieval.
9395
9396 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9397
9398         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9399
9400 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9401
9402         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9403         seem to accept strings-with-numbers as port numbers.
9404
9405 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9406
9407         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9408         change the registry.
9409
9410 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9413         delete-dups that is not available in XEmacs 21.4.
9414
9415         * mm-util.el (mm-delete-duplicates): Add comment.
9416
9417 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9418
9419         * nnir.el (nnir-ignored-newsgroups): New variable.
9420         (nnir-get-active): Use it.
9421
9422 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9423
9424         * proto-stream.el (proto-stream-open-network): Add some comments.
9425
9426         * nntp.el (nntp-open-connection): Provide a :success condition.
9427
9428         * nnimap.el (nnimap-open-connection-1): Ditto.
9429
9430         * proto-stream.el (proto-stream-open-network): See what the response to
9431         the STARTTLS command is.
9432
9433         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9434         backwards compatibility).
9435         (nnimap-open-connection-1): Really respect nnimap-server-port.
9436
9437         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9438         TLS upgrades we don't really care about the identity of the peer.
9439         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9440         that what we've checked for.
9441         (proto-stream-always-use-starttls): Only default to t if
9442         open-gnutls-stream exists.
9443         (proto-stream-open-network): If STARTTLS failed, then just open a
9444         normal connection.
9445         (proto-stream-open-network): Wait until the greeting before doing
9446         STARTTLS.
9447
9448         * nntp.el (nntp-open-connection): Report what the connection error is.
9449
9450         * proto-stream.el (open-protocol-stream): Rename from
9451         open-proto-stream.
9452
9453 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454
9455         * nnimap.el (nnimap-stream): Change default to `undecided'.
9456         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9457         first, and then network.
9458         (nnimap-open-connection-1): Respect nnimap-server-port.
9459         (nnimap-open-connection): Be more backwards-compatible.
9460
9461         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9462         (proto-stream-open-starttls): De-duplicate the starttls code.
9463         (proto-stream-open-starttls): Folded back into the main function.
9464         (proto-stream-open-network): Fix typo in the gnutls path.
9465         (proto-stream-command): Refactor out.
9466
9467         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9468
9469         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9470         starttls.el STARTTLS.
9471
9472         * color.el (color-lab->srgb): Fix function call name.
9473
9474         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9475         if we're using tls.el.
9476         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9477         built in, then don't try to establish a STARTTLS connection.
9478
9479         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9480         servers.
9481
9482         * proto-stream.el (open-proto-stream): Use network, not stream.
9483         (open-proto-stream): Add a way to specify what the end of a command is.
9484
9485         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9486         connections types.
9487         (nntp-open-network-stream): Remove.
9488         (nntp-open-ssl-stream): Remove.
9489         (nntp-open-tls-stream): Remove.
9490         (nntp-ssl-program): Remove.
9491
9492         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9493
9494 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9495
9496         * nnir.el: Fix typos.
9497         (nnir-retrieve-headers-override-function): Rename variable to reflect
9498         new semantics.
9499         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9500         macros.
9501         (nnir-request-article, nnir-request-move-article): Use them.
9502         (nnir-categorize): New function.
9503         (nnir-run-query): Use it.
9504         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9505         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9506         sorted.
9507         (nnir-group-full-name): Use gnus-group-full-name instead.
9508         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9509         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9510
9511 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9512
9513         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9514
9515         * proto-stream.el: New library to provide protocol-specific
9516         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9517         protocols.
9518         (open-proto-stream): Complete the documentation.
9519         (proto-stream-open-network): Fix some typos.
9520
9521         * nnimap.el (nnimap-open-connection): Use it.
9522
9523 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9524
9525         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9526         negotiation.
9527
9528 2010-11-26  Julien Danjou  <julien@danjou.info>
9529
9530         * color.el: Rename various rgb functions to srgb.
9531
9532 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9533
9534         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9535         names.
9536
9537 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * shr.el (shr-insert): Revert last change.
9540         (shr-find-fill-point): Never leave point being at bol;
9541         relax the kinsoku limitation when rendering tables.
9542
9543 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9546         results from -accept-article.
9547
9548         * shr-color.el: Require cl when compiling.
9549
9550         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9551         checkin.
9552
9553         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9554
9555         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9556
9557         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9558         'add and 'delete to set backend marks.
9559
9560         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9561
9562         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9563
9564         * nntp.el (nntp-request-set-mark): Use it.
9565
9566         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9567
9568         * nnml.el (nnml-request-set-mark): Ditto.
9569
9570         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9571         introduces regressions in article selection.
9572         (nnimap-find-uid-response): New function.
9573         (nnimap-request-accept-article): Use the UID returned, if any.
9574         (nnimap-request-move-article): Use the UID returned, if any.
9575         (nnimap-get-groups): Reimplement to work with folded lines.
9576         (nnimap-find-uid-response): The UID is the last element in the list.
9577         (nnimap-request-set-mark): Extend syntax with 'set.
9578
9579         * nnml.el (nnml-request-set-mark): Ditto.
9580
9581         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9582
9583         * nntp.el (nntp-request-set-mark): Ditto.
9584
9585 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * message.el (message-called-interactively-p): A temporary macro.
9588         (message-goto-body): Use it temporarily.
9589
9590 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9593         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9594         (nnimap-last-response-string): Fix last unfolding fix.
9595
9596 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * shr.el (shr-insert): Fix the way to fold lines.
9599
9600 2010-11-25  Julien Danjou  <julien@danjou.info>
9601
9602         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9603
9604         * color.el: Rename from color-lab.el
9605         (color-rgb->hex): Add.
9606         (color-complement): Add.
9607         (color-complement-hex): Add.
9608
9609         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9610
9611 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612
9613         * shr-color.el (shr-color-visible): Don't bug out if the color names
9614         don't exist.
9615
9616 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9619         assuming that article displaying or another mml-preview may be
9620         interrupted for an error or for the like.
9621
9622         * shr.el (shr-get-background): Fix argument name.
9623
9624 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9625
9626         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9627
9628         * gnus-sum.el (gnus-summary-include-articles): New function.
9629
9630         * message.el (message-goto-body): called-interactively-p needs a
9631         parameter, so use `any'.
9632
9633         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9634         clear marks before moving, since they're synced from the Gnus side
9635         first.
9636
9637         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9638         (gnus-summary-move-article): Copy over all marks before moving, so that
9639         IMAP doesn't think a new article has arrived.
9640
9641 2010-11-24  Julien Danjou  <julien@danjou.info>
9642
9643         * shr.el (shr-insert-background-overlay): Fix typo.
9644         (shr-render-td): Copy the background before rendering.
9645
9646         * shr-color.el (shr-color-visible): Fix docstring.
9647
9648         * shr.el (shr-tag-table): Add bgcolor support.
9649         (shr-render-td): Add bgcolor support.
9650         (shr-get-background): Add.
9651         (shr-insert-foreground-overlay): Use shr-get-background.
9652
9653         * message.el (message-goto-body): Use called-interactively-p.
9654         (message-in-body-p): message-goto-body returns point.
9655
9656 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9657
9658         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9659         Fixes something or other in Emacs 23, and is backwards compatible.
9660
9661         * message.el (message-goto-body): Remove the <#secure special-casing,
9662         which is too special.
9663
9664         * shr.el (shr-parse-style): Drop !important from styles.
9665
9666 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9667
9668         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9669         this function to return incorrect results when calling it with an
9670         explicit article argument different from
9671         (gnus-summary-article-number).
9672
9673 2010-11-24  Julien Danjou  <julien@danjou.info>
9674
9675         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9676         (shr-tag-body): Add background support.
9677         (shr-descend): Add background support.
9678         (shr-tag-title): Add.
9679
9680         * shr-color.el (shr-color-visible): Really return original background
9681         if fixed.
9682
9683 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * shr.el (shr-color-check): Protect against non-existent color names.
9686
9687 2010-11-24  Julien Danjou  <julien@danjou.info>
9688
9689         * color-lab.el: Require 'cl when compiling.
9690
9691         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9692
9693         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9694         matched part.
9695
9696         * color-lab.el: Fix all expt calls to use float type.
9697
9698 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9701         expression to shr-color-check as is.
9702
9703         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9704
9705         * color-lab.el: Add coding cookie.
9706         (float-pi): Use eval-and-compile.
9707
9708         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9709         compiled for Emacsen having no `libxml-parse-html-region' support.
9710
9711 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9712
9713         * shr.el (shr-insert-color-overlay): Split stuff like
9714         "#444444 !important" to find the real color.
9715         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9716         parse <font color="red"> entries.
9717
9718 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9719
9720         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9721         point when parsing headers.
9722
9723         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9724         is positioned properly when parsing headers.
9725
9726 2010-11-23  Julien Danjou  <julien@danjou.info>
9727
9728         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9729
9730         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9731
9732         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9733
9734         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9735         Use shr-color-hue-to-rgb.
9736         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9737
9738 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9739
9740         * shr.el (shr-color->hexadecimal): Autoload.
9741         (shr-descend): Add color to all tags.
9742
9743 2010-11-22  Julien Danjou  <julien@danjou.info>
9744
9745         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9746         shr-color->hexadecimal.
9747
9748         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9749         RGB() or HSL() color representation.
9750
9751         * shr.el (shr-tag-font): Add.
9752         (shr-tag-color-check): New function to get better colors.
9753         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9754         tag-span.
9755
9756         * shr-color.el: New file.
9757
9758         * color-lab.el: New file.
9759
9760         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9761
9762 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9763
9764         * nnir.el: Fix typo in comments.
9765         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9766         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9767
9768 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9769
9770         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9771
9772         * nnimap.el (nnimap-get-capabilities): Refactor out.
9773         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9774
9775 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9776
9777         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9778         appearing when `mm-uu-hide-markers' is nil.
9779
9780 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9781
9782         * nnimap.el (nnimap-unselect-group): Make into its own function.
9783         (nnimap-request-rename-group): Unselect group before renaming.
9784         This had gotten lost somewhere.
9785         (nnimap-request-accept-article): Keep track of examined groups, and
9786         unselect the group before APPENDing to read-only groups.
9787         (nnimap-request-move-article): Clear flags before moving so that they
9788         can be re-set later.
9789
9790 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9793         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9794
9795 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * gnus-art.el (gnus-mime-display-single):
9798         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9799         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9800         parameter.
9801
9802 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9803
9804         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9805         (shr-table-vertical-line): New variable.
9806         (shr-insert-table): Use it.
9807
9808 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-html.el (gnus-html-wash-images): Don't display images if
9811         gnus-inhibit-images is non-nil; register displayer for cid images.
9812         (gnus-html-display-image): Work for cid image.
9813         (gnus-html-insert-image): Allow arguments.
9814         (gnus-html-put-image): Inhibit read-only.
9815         (gnus-html-prefetch-images): Don't prefetch images if
9816         gnus-inhibit-images is non-nil.
9817
9818 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * shr.el (shr-put-image): Break lines when inserting big pictures.
9821
9822 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9823
9824         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9825         sender, thanks Katsumi Yamaoka.
9826
9827 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9828
9829         * nnir.el (nnir-run-imap): Reverse the article list for each group
9830         rather than the whole list.
9831
9832 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * shr.el (shr-image-displayer): Protect function against non-existent
9835         image source.
9836
9837         * gnus-art.el (gnus-inhibit-images): New user option.
9838         (gnus-mime-display-single): Don't display image if it is non-nil.
9839
9840         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9841         gnus-inhibit-images.
9842
9843         * shr.el (shr-image-displayer): New function.
9844         (shr-tag-img): Use it.
9845
9846 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9847
9848         * mml2015.el (mml2015-epg-sign): Use From header.
9849
9850 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9853
9854         * gnus-util.el (gnus-find-text-property-region): Return markers.
9855
9856         * shr.el (shr-tag-img): Put a displayer in the text property.
9857
9858         * gnus-util.el (gnus-find-text-property-region): New utility function.
9859
9860         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9861         (gnus-html-show-images): Remove.
9862
9863         * gnus-art.el (gnus-article-show-images): New, more general function.
9864
9865         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9866         image url text properties.
9867
9868         * shr.el: Ditto.
9869
9870         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9871         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9872
9873 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9876         work for two or more articles.
9877
9878 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9881         divide an image that's in an html article to two or more when washing
9882         non-ASCII characters in alt text of it.
9883
9884 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9887         smime-decrypt-region using function argument.
9888         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9889
9890         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9891
9892         * smime.el (smime-decrypt-region): Catch it.
9893
9894 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9895
9896         * smime.el (smime-mode-map): Move initialization into declaration.
9897         (gnus-run-mode-hooks): Don't autoload.
9898         (smime-mode): Use define-derived-mode.
9899
9900 2010-11-11  Glenn Morris  <rgm@gnu.org>
9901
9902         * smime.el (from): Restrict declaration to XEmacs.
9903
9904         * nnir.el (gnus-group-topic-name): Autoload.
9905
9906 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * shr.el (shr-insert): Don't break long line if it is because of
9909         kinsoku-bol characters in the line end.
9910
9911 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9912
9913         * nnir.el (nnir-request-move-article): Fix to provide original group
9914         and subject.
9915         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9916         been retrieved.
9917
9918         * gnus-sum.el (gnus-summary-move-article): Use original group and
9919         subject for virtual articles such as those in an nnir summary buffer.
9920
9921 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9924         least 21.5).
9925
9926         * smime.el (from): Declare it again for XEmacs.
9927
9928 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9929
9930         * message.el (message-resend): Don't disable encoding unless it's
9931         already encoded.
9932
9933         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9934         low-numbered articles.
9935
9936 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * rfc2047.el (rfc2047-syntax-table): Simplify.
9939
9940         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9941
9942         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9943         set-char-table-range for XEmacs.
9944
9945 2010-11-10  Glenn Morris  <rgm@gnu.org>
9946
9947         * time-date.el (time-to-seconds): Always an alias on Emacs,
9948         never a real function.
9949         (with-no-warnings): Remove compat stub, now unused.
9950         (time-less-p): Doc fix.
9951         (time-to-number-of-days): Simplify.
9952
9953         * smime.el (from): Remove unused declaration.
9954
9955         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9956         (gnus-float-time): On Emacs, always an alias.
9957
9958         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9959         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9960
9961 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * dgnushack.el: Don't use ignore-errors in the top level form since it
9964         is unavailable in XEmacs even if cl is loaded.
9965
9966         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9967
9968 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * shr.el (browse-url-mailto): Autoload.
9971
9972         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9973
9974         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9975         regexp doesn't need quoting.
9976
9977 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9978
9979         * message.el (message-subject-trailing-was-ask-regexp)
9980         (message-subject-trailing-was-regexp): Match was: in addition to was.
9981
9982 2010-11-09  Glenn Morris  <rgm@gnu.org>
9983
9984         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9985         (nnbabyl-check-mbox): Use point-at-bol.
9986
9987 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9988
9989         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9990
9991         * message.el (message-mailto): New function.
9992         (message-mailto): Should accept other parameters.
9993         (message-mailto): Remove since it duplicates browse-url-mailto
9994         functionality.
9995
9996 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9997
9998         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9999         methods.
10000         (gnus-read-active-file): Ditto.
10001
10002         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
10003         ": " from the prompt.
10004         (gnus-group-make-group): Ditto.
10005
10006 2010-11-07  Glenn Morris  <rgm@gnu.org>
10007
10008         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
10009         (gnus-bookmark-kill-line): Use point-at-eol.
10010
10011 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
10014         asterisks in From header.
10015
10016 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10017
10018         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
10019         string to avoid making the From headers syntactically invalid.
10020
10021         * message.el (message-send-mail): Don't insert courtesy messages if the
10022         message already has List-Post and List-ID messages.
10023
10024 2010-11-06  Glenn Morris  <rgm@gnu.org>
10025
10026         * gnus-art.el (gnus-treat-article): Give dynamic local variables
10027         `condition', `type', `length' a prefix.
10028         (gnus-treat-predicate): Update for above name changes.
10029
10030 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
10031
10032         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
10033         binding.  Handled by `gnus-summary-refer-thread' instead.
10034         (nnir-warp-to-article): New backend function.
10035
10036         * nnimap.el (nnimap-request-thread): Force dependency updating.
10037
10038         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
10039         (gnus-summary-refer-thread): Rework to improve thread-referral.
10040
10041         * gnus-int.el (gnus-warp-to-article): New function.
10042
10043         * gnus-sum.el (gnus-summary-article-map): Bind it.
10044
10045 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
10046
10047         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
10048         gnus-summary-refer-thread.
10049
10050         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
10051         headers.
10052         (gnus-summary-limit-include-thread): Prevent articles in thread from
10053         being cut in gnus-cut-threads.
10054         (gnus-summary-refer-thread): Limit retrieved headers to those in
10055         thread.
10056
10057 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10058
10059         * message.el (message-send-mail): Use the value of
10060         message-courtesy-message from the message buffer.
10061
10062         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
10063
10064         * shr.el (shr-browse-url): Implement mailto: URLs.
10065
10066         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
10067         "raw".
10068
10069         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
10070         if it's already selected.
10071
10072         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
10073
10074 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
10077         to measure the length and truncate alt text.
10078
10079 2010-11-03  Glenn Morris  <rgm@gnu.org>
10080
10081         * nndiary.el (nndiary-generate-nov-databases-1)
10082         (nndiary-generate-active-info): Rename dynamic variable `files' to
10083         something less generic.
10084
10085 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
10086
10087         * nnir.el (nnir-request-move-article): Call the underlying backend to
10088         move articles from nnir.
10089
10090 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10091
10092         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
10093
10094 2010-11-02  Julien Danjou  <julien@danjou.info>
10095
10096         * nnir.el: Remove wais support.
10097
10098 2010-11-02  Glenn Morris  <rgm@gnu.org>
10099
10100         * gnus-html.el: Reorder requirements to quieten compiler.
10101
10102 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
10105         properly for XEmacs as well.
10106         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
10107         (gnus-article-natural-long-line-p): Use window-width rather than
10108         frame-width.
10109
10110 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
10111
10112         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
10113         (nnir-read-parms): Don't modify query.
10114         (nnir-run-query): Add ability to search topic on current line.
10115         (nnir-get-active): Clean up.
10116
10117 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10118
10119         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
10120         degenerate articles.
10121
10122         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
10123         (gnus-print-buffer): Just print the buffer as is, without any copying
10124         to a buffer and then re-highlighting.
10125
10126         * nnimap.el (nnimap-request-group): Store the new updated info.
10127         (nnimap-request-group): Select the group when we don't know whether it
10128         exists or not.
10129
10130         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10131         groups.
10132
10133         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10134         groups.
10135
10136         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10137         groups.
10138
10139         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10140         long-lines case by only filling the long lines.
10141
10142         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10143         (bug#7311).
10144
10145 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * shr.el: No need to declare `declare-function' since shr.el is for
10148         only Emacsen that provide `libxml-parse-html-region'.
10149
10150         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10151         effective only in a file it is referred to.
10152
10153 2010-11-01  Glenn Morris  <rgm@gnu.org>
10154
10155         * mm-util.el (gnus-completing-read): Autoload.
10156         (mm-read-coding-system): Simplify Emacs definition.
10157
10158         * nnmail.el (gnus-activate-group):
10159         * nnimap.el (gnutls-negotiate):
10160         * nntp.el (netrc-parse): Fix declarations.
10161
10162 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10165         string-match-p in Emacs >=23.
10166
10167         * gnus-msg.el (gnus-configure-posting-styles):
10168         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10169
10170 2010-11-01  Glenn Morris  <rgm@gnu.org>
10171
10172         * nnir.el (declare-function): Add compat stub.
10173         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10174         (nnir-run-gmane): Require 'mm-url.
10175
10176         * mm-util.el (mm-string-to-multibyte): Simplify.
10177
10178         * shr.el (declare-function): Add compat stub.
10179         (url-cache-create-filename): Declare.
10180         (mm-disable-multibyte, widget-convert-button): Autoload.
10181
10182         * smime.el (ldap-search): Declare.
10183         (smime-cert-by-ldap-1): Require ldap on Emacs.
10184
10185         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10186         (nnimap-keepalive): Use gnus-float-time.
10187
10188         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10189         (mail-source-delete-crash-box): Use gnus-float-time.
10190
10191         * gnus-dired.el (gnus-completing-read): Autoload.
10192
10193         * mm-view.el (gnus-rescale-image): Autoload.
10194
10195         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10196
10197         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10198
10199         * sieve-manage.el: Require 'cl when compiling.
10200
10201         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10202         (gnus-iswitchb-completing-read): Require iswitchb.
10203         (gnus-select-frame-set-input-focus): Silence compiler.
10204
10205 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10206
10207         * message.el (message-subject-trailing-was-query): Change default to t,
10208         since I think that's what most people want.
10209
10210         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10211         appending for easier debugging.
10212         (nnimap-wait-for-connection): Take a regexp.
10213         (nnimap-request-accept-article): Wait for the continuation line before
10214         sending anything unless we're streaming.
10215
10216         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10217         leave the header washing to take place.
10218
10219 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10220
10221         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10222         regular expression match and replace in posting styles.
10223
10224 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10225
10226         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10227         an entire server.
10228         (nnir-get-active): New function.
10229         (nnir-run-imap): Use it.
10230         (nnir-run-gmane): Who knew, gmane search returns an article score!
10231
10232         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10233         server on the current line with nnir.
10234
10235 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10236
10237         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10238         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10239         left edge.
10240         (gnus-article-foldable-buffer): Skip past the prefix when determining
10241         raggedness.
10242
10243         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10244         the raw article, and change `C-u g' to show the article without doing
10245         treatments.
10246
10247         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10248         on to `gnus-treat-article'.
10249         (gnus-inhibit-article-treatments): New variable.
10250
10251         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10252
10253         * gnus-art.el (gnus-treatment-function-alist): Have
10254         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10255         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10256         sections.
10257
10258         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10259         parameter.
10260         (gnus-article-fill-cited-long-lines): New function.
10261         (gnus-article-fill-cited-article): Allow filling only long sections.
10262
10263         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10264         and non-punctuation (like after the apostrophe in "'We").
10265
10266         * gnus-sum.el (gnus-summary-select-article): Make sure
10267         gnus-original-article-buffer is alive.
10268
10269         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10270         reflect the order they're in in the digest.
10271
10272         * gnus.el (gnus-group-startup-message): Move point to the start of the
10273         buffer.
10274
10275         * nnimap.el (nnimap-capability): New function.
10276         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10277         is set.
10278
10279 2010-10-31  David Engster  <dengste@eml.cc>
10280
10281         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10282         conform with changes to gnus-completing-read.
10283
10284 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285
10286         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10287
10288 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10289
10290         * nnir.el: Move defvar, defcustom around to keep file organized
10291         and keep byte-compiler quiet.
10292         (nnir-read-parms): Accept search-engine as arg.
10293         (nnir-run-query): Pass search-engine as arg.
10294         (nnir-search-engine): Remove.
10295
10296 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10297
10298         * shr.el (shr-generic): The text nodes should be text, not :text.
10299
10300         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10301         later in the file.
10302
10303 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10304
10305         * nnir.el: General clean up.  Allow searching with multiple engines.
10306         Allow separate extra-parameters for each engine.
10307         Batch queries when possible.
10308         (nnir-imap-default-search-key, nnir-method-default-engines):
10309         Add customize interface.
10310         (nnir-run-gmane): New engine.
10311         (nnir-engines): Use it.  Qualify all prompts with engine name.
10312         (nnir-search-engine): Remove global variable.
10313         (nnir-run-hyrex): Restore for now.
10314         (nnir-extra-parms, nnir-search-history): New variables.
10315         (gnus-group-make-nnir-group): Use them.
10316         (nnir-group-server): Remove in favor of gnus-group-server.
10317         (nnir-request-group): Avoid searching twice.
10318         (nnir-sort-groups-by-server): New function.
10319
10320 2010-10-30  Julien Danjou  <julien@danjou.info>
10321
10322         * gnus-group.el: Remove gnus-group-fetch-control.
10323
10324         * gnus-start.el (gnus-find-new-newsgroups):
10325         Remove gnus-check-first-time-used.
10326
10327         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10328
10329 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10330
10331         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10332         set on groups that don't have \* permanentflags.
10333
10334 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10335
10336         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10337         control the background color.
10338         (shr-tag-img): Ignore very small web bug type images.
10339         (shr-put-image): Add help-echo alt texts to the images.
10340         (shr-tag-video): Show the video poster image.
10341
10342 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343
10344         * shr.el (shr-table-depth): New variable.
10345         (shr-tag-table-1): Only insert the images after the top-level table.
10346
10347         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10348
10349         * gnus-util.el (gnus-list-memq-of-list): New function.
10350
10351         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10352         selected.
10353         (nnimap-unsplittable-articles): New slot.
10354         (nnimap-new-articles): Use it.
10355
10356 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10357
10358         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10359         move to the previous line on `M-g'.
10360
10361 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10362
10363         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10364         *-request-group, which seems unnecessary.
10365
10366         * nnimap.el (nnimap-quote-specials): Function copied over from
10367         imap.el.
10368         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10369         they support that.  Suggested by Tom Regner.
10370
10371 2010-10-29  Julien Danjou  <julien@danjou.info>
10372
10373         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10374         defalias.
10375         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10376
10377         * gnus.el: Remove `gnus-nntp-service' variable.
10378         (gnus-secondary-servers): Make obsolete.
10379         (gnus-nntp-server): Make obsolete.
10380
10381         * gnus-start.el (gnus-1): Remove x-splash calls.
10382
10383         * gnus-ems.el (gnus-x-splash): Remove.
10384
10385         * gnus.el (gnus-group-startup-message): Simplify/update code.
10386
10387         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10388         definition.
10389
10390         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10391         capability before doing anything.
10392         (gnus-group-insert-group-line): Remove useless
10393         gnus-group-remove-excess-properties.
10394
10395 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10398
10399 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10400
10401         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10402         config after reselecting.
10403
10404 2010-10-28  Julien Danjou  <julien@danjou.info>
10405
10406         * shr.el (shr-put-image): Use point even if only inserting text.
10407         (shr-put-image): Save excursion when inserting alt text on non-graphic
10408         display, so the behavior is the same when we are on a graphic display.
10409
10410         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10411
10412 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10415         (gnus-mime-copy-part): Check coding system, not charset.
10416         (gnus-mime-view-part-externally): Never remove part.
10417         (gnus-mime-view-part-internally): Don't remove part here.
10418         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10419         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10420         multipart/alternative.
10421
10422         * mm-decode.el (mm-display-part): Take optional arg `force'.
10423
10424 2010-10-26  Julien Danjou  <julien@danjou.info>
10425
10426         * gnus-group.el (gnus-group-default-list-level): Add this function to
10427         compute the default list level.
10428         (gnus-group-default-list-level): Add possibility to use a function.
10429
10430 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10433
10434         * gnus-group.el (gnus-group-completing-read)
10435         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10436         gnus-replace-in-string.
10437
10438 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * shr.el (shr-tag-div): Add.
10441
10442         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10443
10444 2010-10-25  Julien Danjou  <julien@danjou.info>
10445
10446         * gnus-util.el: Remove `gnus-with-local-quit'.
10447
10448         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10449
10450 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10451
10452         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10453         the original article buffer.
10454
10455 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10456
10457         * nnimap.el (nnimap-request-head): New function.
10458         (nnimap-request-move-article): Try to be slightly faster by not
10459         requesting the entire message when moving.
10460         (nnimap-transform-headers): Don't bug out on bodiless articles.
10461         (nnimap-send-command): Have no outstanding messages if the IMAP server
10462         doesn't support streaming.
10463         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10464
10465 2010-10-24  Julien Danjou  <julien@danjou.info>
10466
10467         * message.el (message-default-headers): Fix type.
10468
10469 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10470
10471         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10472         prefetching images.
10473
10474         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10475         backend for unknown groups.  This is mainly useful for nnimap groups.
10476
10477         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10478         group isn't covered by the agent.
10479
10480 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10481
10482         * nnir.el (nnir-method-default-engines): New variable.
10483         (nnir-run-query): Use it.
10484         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10485         (gnus-summary-nnir-goto-thread): Change group if needed.
10486
10487         * gnus-group.el (gnus-group-group-map): Add key binding for
10488         gnus-group-make-nnir-group.
10489
10490 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491
10492         * shr.el (shr-tag-object): Add.
10493
10494         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10495         original article buffer live.
10496         (gnus-summary-select-article-buffer):
10497         Mention gnus-widen-article-buffer.
10498
10499 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10500
10501         * shr.el (shr-tag-strong): Add.
10502
10503 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10504
10505         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10506         group names.  They mess up the group buffer badly.
10507
10508         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10509
10510         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10511         instead of the summary one.
10512
10513 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * mml.el (mml-preview): Work properly when editing article.
10516
10517         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10518         gnus-have-read-active-file if it's already been in.
10519
10520 2010-10-22  Tom Tromey  <tromey@redhat.com>
10521
10522         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10523         gnus-group-completing-read.
10524
10525 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10526
10527         * message.el (message-mode-map): Don't bind M-; to comment region, to
10528         allow the global comment-dwim to work.
10529
10530 2010-10-21  Julien Danjou  <julien@danjou.info>
10531
10532         * message.el (message-setup-1): Allow message-default-headers to be a
10533         function.
10534
10535 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * shr.el (shr-tag-table): Simplify.
10538
10539 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10540
10541         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10542         to avoid trying to snarf invalid stuff.
10543
10544         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10545
10546         * gnus.el (gnus-message-archive-group): Quote value.
10547         (gnus-message-archive-group): Mark as changed.
10548
10549         * shr.el (shr-add-font): Don't put the font properties on the newline
10550         or the indentation.
10551
10552         * message.el (message-fix-before-sending): Change options when sending
10553         non-printable characters.
10554
10555         * gnus.el (gnus-message-archive-method): Change the default to
10556         monthly outgoing groups.
10557
10558         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10559         that have gotten new numbers.
10560
10561         * nnimap.el (nnimap-request-replace-article): New function.
10562
10563 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10566         (nnrss-request-article): Don't use special html washing code.
10567
10568 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * shr.el (shr-tag-table): Remove useless nconc.
10571
10572 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10573
10574         * gnus-art.el (article-wash-html): Simplify and remove the charset
10575         stuff.  Use the normal html rendering code instead of the special html
10576         washing code.
10577
10578         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10579         `gnus-w3m' symbols.
10580         (mm-text-html-washer-alist): Remove.
10581
10582         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10583         (mm-inline-media-tests): Remove use.
10584         (mm-text-html-renderer): Change default to the `shr' symbol.
10585
10586         * mm-view.el (mm-inline-text-html): Remove use.
10587
10588         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10589         `gnus-blocked-images' to be a function.
10590         (gnus-article-wash-function): Remove.
10591
10592 2010-10-20  Julien Danjou  <julien@danjou.info>
10593
10594         * spam.el (spam-list-of-processors): Mark as obsolete.
10595
10596         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10597         (nnimap-insert-partial-structure): Fix boundary detection.
10598
10599 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10600
10601         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10602         run file-truename on remote files.  This can be expensive and even
10603         prevent one from editing drafts if some unrelated buffer has a stale
10604         connection.
10605
10606 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10609         kinsoku-eol regardless of shr-kinsoku-shorten.
10610         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10611         (shr-tag-table): Support caption, thead, and tfoot.
10612
10613 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10616         lines.
10617         (shr-save-contents): New command and keystroke.
10618
10619         * nndoc.el (nndoc-type-alist): Add git support.
10620         (nndoc-git-type-p): New function.
10621         (nndoc-transform-git-article): Ditto.
10622         (nndoc-transform-git-headers): Ditto.
10623         (nndoc-transform-git-headers): Generate Subject headers.
10624
10625         * shr.el (shr-parse-style): New function.
10626         (shr-tag-span): Ditto.
10627
10628         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10629         to `G G' to avoid collisions.
10630
10631 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * shr.el: Load kinsoku if necessary.
10634         (shr-kinsoku-shorten): New internal variable.
10635         (shr-find-fill-point): Make kinsoku shorten text line if
10636         shr-kinsoku-shorten is bound to non-nil.
10637         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10638         shr-indentation too when testing if table is wider than frame width.
10639         (shr-insert-table): Use `string-width' instead of `length' to measure
10640         text width.
10641         (shr-insert-table-ruler): Make sure indentation is done at bol.
10642
10643 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10644
10645         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10646         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10647         undecoded network data.
10648
10649 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10652         name in the mode line spec so that the mode line menu works
10653         (bug#2431).
10654
10655         * message.el (message-get-reply-headers): If we're fed `to-address',
10656         then always use that.
10657
10658         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10659         aren't so wide as to need to switch off the edit menu.
10660
10661         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10662         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10663
10664         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10665         `M-g'.
10666         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10667         the permanent marks.
10668
10669 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10670
10671         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10672         Splitting according to references/in-reply-to obeys the ignore-groups
10673         variable, while splitting by sender and subject do not.
10674
10675 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10676
10677         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10678         alist, so that we can look for non-Unicode chars.
10679         (article-translate-strings): Allow both character and string maps.
10680
10681 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * shr.el (shr-insert): Don't insert space behind a wide character
10684         categorized as kinsoku-bol, or between characters both categorized as
10685         nospace.
10686
10687 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10688
10689         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10690         headers to gnus-newsgroup-headers.
10691
10692 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10693
10694         * shr.el (shr-tag-img): Don't align images -- since we're not
10695         rescaling, this often leads to ugly displays.
10696
10697 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10698
10699         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10700         duplicates.
10701
10702 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10703
10704         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10705         call.
10706
10707 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10708
10709         * gnus.el: Autoload gnus-html-show-images.
10710
10711         * nnimap.el: Use nnheader-message throughout.
10712
10713         * shr.el (shr-tag-img): Ignore images with no data.
10714
10715 2010-10-15  Julien Danjou  <julien@danjou.info>
10716
10717         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10718         a possibility to disable format=flow encoding when using hard newlines.
10719
10720 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * shr.el (shr-insert): Remove space inserted before or after a
10723         breakable character or at the beginning or the end of a line.
10724         (shr-find-fill-point): Do kinsoku; find the second best point or give
10725         it up if there's no breakable point.
10726
10727 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * nnimap.el (nnimap-open-connection): Message when opening connection
10730         for debugging purposes.
10731
10732         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10733         on every setup buffer call to allow this to change from article to
10734         article.
10735
10736         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10737         buffers where we have a wide table.
10738
10739 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10740
10741         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10742         uses *-request-thread.
10743
10744 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10745
10746         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10747         incantation, which is no longer valid.
10748
10749 2010-10-14  Julien Danjou  <julien@danjou.info>
10750
10751         * shr.el: Fix defcustom type (char -> character).
10752
10753 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754
10755         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10756         programs.
10757
10758 2010-10-14  Julien Danjou  <julien@danjou.info>
10759
10760         * shr.el (shr-tag-a): Use url-link as widget type.
10761
10762         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10763         `gnus-group-get-icon'.
10764
10765 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10768         This should make server editing work better.
10769
10770         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10771
10772         * tls.el (tls-program): Remove spurious %s from openssl.
10773
10774         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10775         (nnimap-parse-flags): Fix regexp.
10776
10777         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10778         probably work for CJVK text, too.
10779
10780         * nnimap.el (nnimap-extend-tls-programs): Remove.
10781         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10782
10783         * tls.el (tls-starttls-switches): Remove starttls hack.
10784         (open-tls-stream): Ditto.
10785         (tls-find-starttls-argument): Ditto.
10786
10787 2010-10-13  Julien Danjou  <julien@danjou.info>
10788
10789         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10790         responses.
10791
10792 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10795
10796         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10797         anything in Emacs.
10798
10799         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10800
10801 2010-10-13  Julien Danjou  <julien@danjou.info>
10802
10803         * shr.el (shr-width): Make shr-width a defcustom with default to
10804         fill-column.
10805         (shr-tag-img): Use shr-width rather than fill-column.
10806
10807 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * dgnushack.el (byte-optimize-apply):
10810         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10811
10812         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10813         position when (X-)Faces exist.
10814         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10815         avatars when called interactively.
10816
10817 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10820         gnus-article-x-face-too-ugly is bound.
10821
10822 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10823
10824         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10825
10826         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10827         mailbox that doesn't exist.
10828
10829 2010-10-12  Julien Danjou  <julien@danjou.info>
10830
10831         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10832         (shr-get-image-data): Encode URL properly when fetching from cache.
10833         (shr-tag-img): Use aligned-to spaces to align correctly images.
10834
10835         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10836         before inserting the Gravatar.
10837
10838         * shr.el (shr-tag-img): Add align attribute support for <img>.
10839
10840 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * gnus-gravatar.el (gnus-art): Require.
10843
10844         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10845         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10846         Remove long obsoleted functions.
10847
10848 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10851
10852         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10853
10854         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10855         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10856         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10857         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10858         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10859         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10860         * sieve-manage.el, smime.el, spam.el:
10861         Fix comment for declare-function.
10862
10863 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864
10865         * nnimap.el (nnimap-request-rename-group): Select group read-only
10866         before renaming it.
10867
10868         * shr.el (shr-insert): Fix up the white space only regexp.
10869
10870         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10871         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10872
10873         * shr.el (shr-current-column): New function.
10874         (shr-find-fill-point): New function.
10875
10876 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10877
10878         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10879         numbers.
10880
10881 2010-10-11  Julien Danjou  <julien@danjou.info>
10882
10883         * shr.el (shr-hr-line): Add.
10884         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10885         display hr lines.
10886         (shr-max-columns): Do not change state to nil if we just inserting
10887         spaces.
10888
10889 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890
10891         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10892         select the last group.
10893
10894 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10895
10896         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10897
10898 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10899
10900         * dig.el (dig-mode-map): Declare and define in one step.
10901
10902 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10903
10904         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10905         for Gnus.
10906         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10907         (nnimap-update-qresync-info): Mark \Seen articles as read.
10908
10909         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10910         non-variable, too.
10911
10912         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10913         available.
10914         (nnimap-update-info): Rely more on the current active than the param
10915         active to avoid marking articles as read too much.
10916
10917         * auth-source.el (auth-source-create): Use (user-login-name) for the
10918         user name default.
10919
10920         * nnimap.el (nnimap-update-info): If the server doesn't return any
10921         useful info, just use the previous info.
10922         (nnimap-update-info): Prefer old info over start-article.
10923         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10924
10925 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10926
10927         * nnir.el (autoload): Clean up autoloads.
10928         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10929         Use key rather than value.
10930         (nnir-imap-search-other): New variable.
10931         (nnir-read-parm): Use it.
10932         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10933         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10934
10935 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10936
10937         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10938         the process, too.
10939
10940 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10941
10942         * spam.el (gnus-summary-mode-map): Bind to "$".
10943         Suggested by Russ Allbery.
10944
10945         * shr.el: Rework the way things are indented by <li> slightly.
10946
10947         * gnus.el (gnus-group-set-parameter): Fix typo.
10948
10949         * nnimap.el: Start implementing QRESYNC support.
10950
10951 2010-10-09  Julien Danjou  <julien@danjou.info>
10952
10953         * nnir.el (nnir-engines): Fix too many arguments.
10954
10955 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10956
10957         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10958         group is the "last", so that the backends like nnfolder actually save
10959         their folders.
10960
10961         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10962         try to use that for the tls stream.
10963         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10964         UIDVALIDITY and find out which groups are read-only and not.
10965         (nnimap-get-flags): Use the same marks parsing code as the rest of
10966         nnimap.
10967
10968 2010-10-09  Julien Danjou  <julien@danjou.info>
10969
10970         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10971
10972         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10973         retrieving gravatars.
10974
10975         * shr.el (shr-table-corner): Add.
10976         (shr-table-line): Add.
10977         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10978
10979 2010-10-08  Julien Danjou  <julien@danjou.info>
10980
10981         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10982
10983 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10984
10985         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10986
10987         * gnus-sum.el (gnus-mark-article-as-unread)
10988         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10989         (gnus-summary-set-bookmark): Use it.
10990
10991         * gnus-msg.el (gnus-setup-message): Use it.
10992
10993         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10994
10995         * gnus.el (gnus-group-remove-parameter): Use it.
10996
10997         * gnus-group.el (gnus-group-make-web-group): Use it.
10998
10999         * gnus-demon.el (gnus-demon-remove-handler): Use it.
11000
11001         * nnregistry.el: Update docs to mention manual.
11002
11003         * gnus-registry.el: Update docs to mention nnregistry.el.
11004         (gnus-registry-initialize): Don't install nnregistry refer method
11005         automatically.
11006         (gnus-registry-install-nnregistry): Remove it.
11007
11008 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11009
11010         * shr.el (shr-insert): Don't insert double spaces.
11011
11012 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * gnus-gravatar.el (gnus-treat-from-gravatar)
11015         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
11016         called interactively.
11017
11018         * gnus-art.el (gnus-mime-view-part-externally)
11019         (gnus-mime-view-part-internally): Make predicate function passed to
11020         gnus-mime-view-part-as-type assume argument is a mime type, not a list
11021         of a mime type.
11022
11023         * shr.el (shr-table-widths): Don't use cl function `reduce'.
11024
11025 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11026
11027         * shr.el (require): Require cl when compiling.
11028         (shr-tag-hr): New function.
11029
11030         * nnimap.el (nnimap-update-info): Remove double setting of high.
11031         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
11032         This makes nnimap work properly on Courier again.
11033
11034         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
11035         the variable for backwards compatibility.
11036
11037         * mm-decode.el (mm-save-part): If given a non-directory result, expand
11038         the file name before using to avoid setting mm-default-directory to
11039         nil.
11040
11041         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
11042         bidning gnus-agent variables.
11043
11044         * shr.el (shr-render-td): Use a cache for the table rendering function
11045         to avoid getting an exponential rendering behavior in nested tables.
11046         (shr-insert): Rework the line-breaking algorithm.
11047         (shr-insert): Don't leave trailing spaces.
11048         (shr-insert-table): Also insert empty TDs.
11049         (shr-tag-blockquote): Ensure paragraphs after </ul>.
11050
11051 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11052
11053         * gnus-sum.el (gnus-number): Rename from `number'.
11054         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
11055         (gnus-summary-limit-children): Update uses correspondingly.
11056
11057 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
11060         (gnus-gravatar-transform-address): Don't show avatars of people of
11061         which mail addresses match gnus-gravatar-too-ugly.
11062
11063 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11064
11065         * shr.el (shr-table-widths): Expand TD elements to fill available
11066         space.
11067
11068 2010-10-07  Julien Danjou  <julien@danjou.info>
11069
11070         * nnimap.el (nnimap-request-rename-group): Add this method.
11071
11072 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
11075         name from XEmacs' function-arglist.
11076
11077         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
11078         gravatar under XEmacs.
11079
11080 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
11081
11082         * auth-source.el: Update docs with TODO items.
11083
11084         * gnus-sync.el: Update docs to explain state and plans.
11085
11086         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
11087         Hooks for mark updates.
11088         (gnus-request-set-mark, gnus-request-update-mark): Use them.
11089
11090         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
11091         hooks with arguments, which is needed for mark update hooks.
11092
11093 2010-10-06  Julien Danjou  <julien@danjou.info>
11094
11095         * gnus.el (gnus-expand-group-parameter): Only return and act on what
11096         was matched.
11097
11098         * sieve-manage.el: Update example in `Commentary'.
11099
11100         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
11101
11102         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
11103         not 2000.
11104         (sieve-manage-authenticate): Re-add function.
11105
11106 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11107
11108         * shr.el (shr-insert): Get 'space transition right.
11109         (shr-render-td): Only delete space at the end of the TD.
11110
11111         * nnimap.el (nnimap-open-connection): Prepare to support
11112         open-gnutls-stream.
11113
11114         * shr.el: Rearrange function order to be more logical.
11115
11116 2010-10-06  Julien Danjou  <julien@danjou.info>
11117
11118         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
11119         (nnrss-discover-feed): Remove 404 URL in docstring.
11120
11121         * nnir.el: Fix Swish-E URL.
11122         Fix Namazu URL.
11123
11124         * message.el (message-change-subject): Remove 404 URL in a comment.
11125
11126 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11129         called interactively.
11130
11131         * gnus-util.el (gnus-remove-if): Allow hash table.
11132         (gnus-remove-if-not): New function.
11133
11134         * gnus-art.el (gnus-mime-view-part-as-type):
11135         * gnus-score.el (gnus-summary-score-effect):
11136         * gnus-sum.el (gnus-read-move-group-name):
11137         Replace remove-if-not with gnus-remove-if-not.
11138
11139         * gnus-group.el (gnus-group-completing-read):
11140         Regard collection as a hash table if it is not a list.
11141
11142 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11143
11144         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11145
11146         * shr.el: Document the table-rendering algorithm.
11147
11148 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11151         for Emacsen having no `libxml-parse-html-region' support.
11152
11153 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11154
11155         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11156         invalid URLs.
11157
11158         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11159         line-broken.
11160         (shr-tag-img): Ignore image fetching errors.
11161         (shr-overlays-in-region): Compute overlay positions correctly.
11162
11163         * mm-decode.el (mm-shr): Require shr.
11164
11165         * gnus-art.el (gnus-blocked-images): Move variable here.
11166
11167         * shr.el (shr-insert-table): Bind free variable.
11168
11169         * mm-decode.el (mm-shr): Bind shr-content-function.
11170
11171         * shr.el (shr-content-function): New variable.
11172
11173         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11174         added for symmetry.
11175
11176         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11177
11178         * gnus-group.el (gnus-group-make-group): Doc fix.
11179
11180         * nnimap.el (nnimap-request-newgroups): Return success.
11181
11182         * shr.el (shr-find-elements): New function.
11183         (shr-tag-table): Put all the images after the table.
11184         (shr-tag-table): Really inhibit images inside the table.
11185         (shr-collect-overlays): Copy over overlays from the TD elements to the
11186         main document.
11187
11188         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11189         gnus-blocked-images.
11190
11191 2010-10-05  Julien Danjou  <julien@danjou.info>
11192
11193         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11194
11195         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11196         (gnus-html-maximum-image-size): Add this function.
11197         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11198
11199         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11200         server-value of the capability is nil.
11201
11202 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11203
11204         * shr.el (shr-tag-em): Add <EM> tag.
11205
11206 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11207
11208         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11209         customizable.
11210
11211         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11212         handing broken links to browse-url.
11213
11214 2010-10-05  Julien Danjou  <julien@danjou.info>
11215
11216         * gnus-util.el (gnus-emacs-completing-read)
11217         (gnus-iswitchb-completing-read): Use autoload rather than require.
11218
11219 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11222         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11223         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11224         iswitchb-temp-buflist for XEmacs.
11225
11226         * gnus-util.el (gnus-completing-read-function): Exclude
11227         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11228         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11229         XEmacs.
11230
11231         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11232         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11233
11234         * gnus-html.el: Don't require help-fns under XEmacs.
11235         (gnus-html-schedule-image-fetching): Work for XEmacs.
11236
11237         * mm-decode.el (mm-shr): Decode contents by charset.
11238
11239 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11240
11241         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11242         unknown.
11243
11244         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11245         (shr-get-image-data): Ensure against the cache file missing.
11246
11247         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11248         for data.
11249
11250         * spam-report.el (spam-report-url-ping-plain): Don't query about
11251         killing the process.
11252
11253         * shr.el (shr-render-td): Protect against too-wide text.
11254
11255 2010-10-04  Julien Danjou  <julien@danjou.info>
11256
11257         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11258         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11259
11260         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11261         retrieved.
11262
11263 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11264
11265         * shr.el (browse-url): Require.
11266         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11267         lines.
11268         (shr-show-alt-text, shr-browse-image): New commands.
11269         (shr-browse-url, shr-copy-url): New commands.
11270
11271         * gnus-sum.el (gnus-widen-article-window): New variable.
11272         (gnus-summary-select-article-buffer): Use it.
11273
11274         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11275         without @ signs.
11276
11277 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11278
11279         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11280
11281 2010-10-04  Julien Danjou  <julien@danjou.info>
11282
11283         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11284         for XEmacs.
11285
11286 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11287
11288         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11289
11290         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11291         (nnimap-close-server): Implement.
11292
11293         * dgnushack.el (iswitchb): Require to shut up the compiler.
11294
11295         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11296         (shr-insert): Tweak line breaking.
11297         (shr-insert): Handle <pre> better.
11298         (shr-tag-li): Get <li> indentation right.
11299         (shr-tag-li): Get <li> indentation even righter.
11300         (shr-tag-blockquote): Ensure paragraph start.
11301         (shr-make-table): Tweak table generation.
11302         (shr-make-table): Fix typo.
11303
11304         * shr.el: Implement table rendering.
11305
11306 2010-10-04  Julien Danjou  <julien@danjou.info>
11307
11308         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11309
11310 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311
11312         * shr.el (shr-insert): Use string anchors instead of line anchors.
11313
11314 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11315
11316         * shr.el: Add headings.
11317         (shr-ensure-paragraph): Actually work.
11318         (shr-tag-li): Make <ul> prettier.
11319         (shr-insert): Get white space at the beginning/end of elements right.
11320         (shr-tag-p): Collapse subsequent <p>s.
11321         (shr-ensure-paragraph): Don't insert double line feeds after blank
11322         lines.
11323         (shr-insert): \t is also space.
11324         (shr-tag-s): Fix "s" tag name function.
11325         (shr-tag-s): Fix face prop name.
11326
11327 2010-10-03  Julien Danjou  <julien@danjou.info>
11328
11329         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11330
11331         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11332         gnus-window-inside-pixel-edges.
11333
11334         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11335         gnus-ems.
11336
11337         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11338
11339         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11340         function.
11341
11342         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11343         resize choice.
11344
11345 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11346
11347         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11348         beginning of the buffer.
11349
11350         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11351         article buffer again.
11352
11353         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11354
11355         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11356         when it's at the start of the buffer.
11357
11358         * shr.el (shr-tag-blockquote): Convert name.
11359         (shr-rescale-image): Use the right image-size variant.
11360
11361         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11362         buffer isn't shown, then select the current article first instead of
11363         bugging out.
11364         (gnus-summary-select-article-buffer): Show both the article and summary
11365         buffers again.
11366
11367         * shr.el (shr-fontize-cont): Protect against regions with no text.
11368         Rename tag functions to shr-tag-* for enhanced security.
11369         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11370
11371 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11372
11373         * shr.el (shr-insert):
11374         * pop3.el (pop3-movemail):
11375         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11376         loaded.
11377
11378 2010-10-03  Glenn Morris  <rgm@gnu.org>
11379
11380         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11381
11382         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11383
11384         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11385
11386         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11387
11388         * gnus-util.el (gnus-make-local-hook): Simplify.
11389
11390 2010-10-02  Julien Danjou  <julien@danjou.info>
11391
11392         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11393         (gnus-ido-completing-read): New function.
11394         (gnus-emacs-completing-read): New function.
11395         (gnus-completing-read): Use gnus-completing-read-function.
11396         Add gnus-completing-read-function.
11397
11398 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11399
11400         * shr.el (shr-insert-document): Autoload.
11401         (shr-img): Be silent.
11402         (shr-insert): Add a newline after every picture before text.
11403         (shr-add-font): Use overlays for combining faces.
11404         (shr-insert): Pass upwards the text start point.
11405
11406         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11407         possible.
11408         (mm-shr): New function.
11409
11410 2010-10-02  Julien Danjou  <julien@danjou.info>
11411
11412         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11413         should go backward.
11414
11415 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11416
11417         * shr.el (shr): Fix typo in provide call.
11418
11419 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11420
11421         * shr.el: New file.
11422
11423         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11424
11425         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11426         completing read.
11427
11428 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11431         we're being queried about.  Suggested by Dan Jacobson.
11432
11433         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11434         Suggested by Jason Eisner.
11435
11436         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11437         table, too.  Suggested by Stefan Wiens.
11438         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11439         the table unnecessary.  Suggested by Stefan Wiens.
11440
11441         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11442         longer needed, and probably doesn't work either, as pointed out by
11443         Stefan Wiens.
11444         (gnus-summary-exit): Remove call to the clearing function.
11445         (gnus-summary-exit-no-update): Ditto.
11446
11447         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11448         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11449         Reported by Stefan Monnier.
11450         (gnus-summary-save-in-rmail): Ditto.
11451
11452         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11453         article buffer, instead of both the article buffer and the summary
11454         buffer.  Sort of suggested by Dan Jacobson.
11455
11456         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11457
11458         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11459         Suggested by Dan Jacobson.
11460
11461         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11462         documentation clearer.
11463
11464         * message.el (message-shorten-references): Comment on the number "21".
11465         Suggested by Stefan Monnier.
11466
11467         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11468         Suggested by Dan Jacobson.
11469
11470         * gnus.el (gnus-large-newsgroup):
11471         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11472
11473         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11474         externalize attachments.  Bug reported by Steve Wen.
11475
11476         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11477         really message anything to the user.
11478
11479         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11480         directly.
11481
11482         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11483         messages in empty groups.
11484
11485 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11486
11487         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11488         non-UIDNEXT group.
11489
11490 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11491
11492         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11493         not the value from the collection.
11494
11495         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11496         values.  This sometimes happens on some groups that have no info.
11497         (nnimap-request-newgroups): New function.
11498
11499 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11500
11501         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11502         check into `gnus-registry-initialize'.
11503         (gnus-registry-initialize): Ditto.
11504         Fix and extend header docs.
11505
11506 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11507
11508         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11509         regexp backtrace overflows.
11510
11511         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11512         for starttls that tls.el implements; i.e. openssl.
11513
11514         * tls.el (tls-starttls-switches): Give up on using starttls with
11515         gnutls-cli.
11516         (tls-program): Add --insecure to be consistent with the defaults from
11517         openssl s_client.  Now all three commands are insecure.
11518
11519 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * lpath.el: Bind completion-styles-alist for XEmacs.
11522
11523         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11524         (gravatar-create-image): New function that's an alias to
11525         gnus-xmas-create-image, gnus-create-image, or create-image.
11526         (gravatar-data->image): Use it.
11527
11528 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11529
11530         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11531         install the nnregistry refer method.
11532         (gnus-registry-install-hooks): Use it.
11533         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11534         unfollowed groups.
11535
11536 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11537
11538         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11539         expanding threads.
11540
11541 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11542
11543         * nnir.el: Use the server names without suffixes (bug#7009).
11544
11545         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11546         unencrypted to STARTTLS, if possible.
11547
11548 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11549
11550         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11551         headers before superseding.
11552
11553 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11554
11555         * nnrss.el (nnrss-use-local): Add documentation.
11556
11557         * nnimap.el (nnimap-extend-tls-programs): New function.
11558         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11559         (nnimap-wait-for-connection): Accept the greeting from the stupid
11560         output from openssl s_client -starttls, too.
11561
11562         * tls.el (tls-starttls-switches): New variable.
11563         (tls-find-starttls-argument): Use it.
11564         (open-tls-stream): Ditto.
11565
11566         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11567         (netrc-machine): Ditto.
11568
11569         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11570         article number.
11571         (nnimap-split-fancy): New variable.
11572         (nnimap-split-incoming-mail): Use it.
11573
11574         * nntp.el (nntp-server-list-active-group): Document.
11575
11576         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11577         SELECT to get the message-id.
11578
11579         * mail-source.el (mail-sources): Remove webmail support.
11580         (defvar): Ditto.
11581         (mail-source-fetcher-alist): Ditto.
11582         (mail-source-fetch-webmail): Remove.
11583
11584         * webmail.el: Remove -- doesn't seem relevant any more.
11585
11586         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11587
11588         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11589         the \r.
11590
11591 2010-09-30  Julien Danjou  <julien@danjou.info>
11592
11593         * gnus-agent.el (gnus-agent-add-group): Fix call to
11594         gnus-completing-read.
11595
11596 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11597
11598         * nndoc.el (nndoc-retrieve-groups): New function.
11599
11600         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11601         `default', use nnmail-split-methods.
11602         (nnimap-request-article): Downcase the NILs so that they are nil.
11603
11604         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11605         symbol.
11606
11607         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11608         code, since if the user has requested network, that's what they ought
11609         to get.
11610         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11611         (nnimap-split-rule): Mark as obsolete.
11612
11613         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11614         New variable.
11615
11616         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11617         correct slot, too.
11618
11619 2010-09-29  Julien Danjou  <julien@danjou.info>
11620
11621         * gnus.el (gnus-local-domain): Declare variable obsolete.
11622
11623         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11624         Fix history computing.
11625         (gnus-ido-completing-read): Require ido.
11626
11627 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11628
11629         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11630         build Gnus.
11631
11632         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11633         when interpreting the structures.
11634         (nnimap-request-accept-article): Add \r\n to the lines to make this
11635         work with Cyrus.
11636
11637         * nndraft.el (nndraft-request-expire-articles): Use the group name
11638         instead if "nndraft".  Fix found by Nils Ackermann.
11639
11640 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11641
11642         * nnregistry.el: Add.
11643
11644 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11645
11646         * nnmail.el (group, group-art-list, group-art):
11647         Remove unneeded directives.
11648
11649 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11652         (mm-mime-charset):
11653         * rfc2047.el (rfc2047-syntax-table):
11654         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11655
11656         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11657         rather than `insert-file-contents' and `eval-region'.
11658
11659         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11660         construction.
11661
11662         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11663
11664         * time-date.el: No need to require cl for Emacs 21.
11665
11666 2010-09-29  Julien Danjou  <julien@danjou.info>
11667
11668         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11669         replacement of `gnus-gravatar-relief' to mimic
11670         `gnus-faces-properties-alist'.
11671         Add :version property.
11672
11673 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * mail-source.el (mail-source-report-new-mail):
11676         * message.el (message-default-mail-headers):
11677         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11678
11679         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11680
11681 2010-09-28  Julien Danjou  <julien@danjou.info>
11682
11683         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11684         mail-address contains the same string as real-name.
11685
11686         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11687         non-blank in header, otherwise it'll get stripped.
11688
11689         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11690         real-name, and then for mail address rather than doing : or , search.
11691
11692 2010-09-27  Julien Danjou  <julien@danjou.info>
11693
11694         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11695         right completing-read function.
11696         (gnus-use-ido): New variable
11697         (gnus-completing-read-with-default): Remove.
11698         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11699         (gnus-agent-add-group):
11700         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11701         * mm-view.el (mm-view-pkcs7-decrypt):
11702         * mm-util.el (mm-codepage-setup):
11703         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11704         * mml-smime.el (mml-smime-openssl-sign-query):
11705         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11706         (mml-insert-multipart):
11707         * gnus-msg.el (gnus-summary-yank-message):
11708         * gnus-int.el (gnus-start-news-server):
11709         * mm-decode.el (mm-interactively-view-part):
11710         * gnus-dired.el (gnus-dired-attach):
11711         * gnus.el (gnus-read-method):
11712         * gnus-bookmark.el (gnus-bookmark-jump):
11713         * gnus-art.el (gnus-mime-view-part-as-type)
11714         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11715         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11716         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11717         * nnmairix.el (nnmairix-create-server-and-default-group)
11718         (nnmairix-update-groups, nnmairix-get-server)
11719         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11720         (nnmairix-get-group-from-file-path):
11721         * nnrss.el (nnrss-find-rss-via-syndic8):
11722         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11723         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11724         (gnus-group-browse-foreign-server):
11725         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11726         (gnus-summary-execute-command, gnus-summary-respool-article)
11727         (gnus-read-move-group-name):
11728         * gnus-score.el (gnus-summary-increase-score)
11729         (gnus-summary-score-effect):
11730         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11731
11732 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11735         x-focus-frame.
11736
11737         * nnimap.el (auth-source-forget-user-or-password)
11738         (auth-source-user-or-password): Autoload.
11739
11740         * message.el (message-from-style, message-interactive)
11741         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11742         (message-yank-prefix, message-indentation-spaces, message-signature)
11743         (message-signature-file): Add comment.
11744
11745 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11746
11747         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11748         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11749         new articles.
11750
11751         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11752         parts.
11753         (nnimap-request-article): Work with the t setting, too.
11754
11755         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11756         that you don't get flashes of other buffers.
11757         (gnus-summary-show-complete-article): Intern before setting.
11758
11759 2010-09-27  David Engster  <dengste@eml.cc>
11760
11761         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11762         well as HEADERS.
11763         (nnmairix-retrieve-headers): Provide new argument for the above.
11764
11765 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11766
11767         * gnus-sum.el (gnus-summary-move-article): Don't alter
11768         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11769         group.
11770
11771         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11772
11773         * message.el (message-cite-prefix-regexp): Revert my last edit.
11774
11775         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11776         variable instead of the Gnus variable.
11777
11778         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11779
11780         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11781
11782         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11783         since some servers don't like it.
11784         (nnimap-open-connection): Forget credentials if the server says the
11785         password was wrong.
11786         (nnimap-parse-line): Protect against invalid data.
11787
11788         * gnus-sum.el (gnus-summary-move-article): Add comment.
11789         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11790         nothing alters it while scanning for new messages.
11791
11792         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11793         which may or may not help.
11794         (nnimap-open-connection): If we're doing a stream connection, and then
11795         discover we're on a STARTTLS-capable server, then open a STARTTLS
11796         connection instead.
11797
11798 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11799
11800         * nnimap.el (utf7): Require.
11801
11802         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11803         prefix.
11804
11805 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11806
11807         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11808
11809 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11810
11811         * nnimap.el (nnimap-request-accept-article): Message the error on
11812         error.
11813
11814 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11817
11818 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11819
11820         * nndoc.el (nndoc-request-list): Return success always.
11821
11822         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11823         `fetch-old' -- we only want to fetch the articles we've requested.
11824         The rest are in the agent, probably.
11825         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11826         disappeared server" to something low.  It's not important.
11827
11828         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11829         arrived before the FETCH data.
11830
11831         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11832         target here, because we don't know the Gnus name of the group.
11833
11834         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11835         for the correct group.
11836
11837         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11838
11839         * gnus.el (gnus): Give a final warning after startup.
11840
11841         * gnus-util.el (gnus-action-message-log): New variable.
11842         (gnus-message): Use it.
11843         (gnus-final-warning): New function.
11844
11845         * nnimap.el (nnimap-open-connection): Record the greeting.
11846         (nnimap): Add greeting.
11847
11848 2010-09-26  Julien Danjou  <julien@danjou.info>
11849
11850         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11851         arguments.
11852         (gnus-html-wash-images): Fix spec computing to include start/end.
11853
11854         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11855
11856 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11857
11858         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11859         deletion.
11860         (nnimap-retrieve-headers): Don't select the group, because that's
11861         already done by nnimap-possibly-change-group.
11862
11863         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11864         (gnus-picon-transform-address): Use it.
11865
11866         * mail-source.el (mail-source-value): Revert previous patch.
11867
11868         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11869         on failure.
11870         (nnimap-open-connection): Look up both virtual and physical server name
11871         credentials.
11872
11873         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11874
11875 2009-02-07  Dave Love  <fx@gnu.org>
11876
11877         * tls.el (open-tls-stream): Don't query killing process.
11878
11879 2009-02-08  Dave Love  <fx@gnu.org>
11880
11881         * gnus-win.el (gnus-window-to-buffer-helper)
11882         (gnus-all-windows-visible-p): Function needn't be a symbol.
11883
11884         * mail-source.el (mail-source-value): Function needn't be a symbol.
11885
11886 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * message.el (message-cite-prefix-regexp): Remove } from the cite
11889         prefix.
11890
11891         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11892         highlight again, so that the highlight is correct.
11893
11894         * gnus-picon.el (gnus-picon): Remove again.
11895         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11896
11897         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11898         doing the header highlightling, so that the background color of the
11899         picon is correct.
11900
11901         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11902         (gnus-picon): Ditto.
11903         (gnus-picon): Reinstate.  The background color for picons is white.
11904         (gnus-picon-insert-glyph): Make the background white.
11905
11906         * nnml.el (nnml-open-nov): Don't return dead buffers.
11907
11908         * auth-source.el (auth-source-create): Query the user for whether to
11909         store the credentials.
11910
11911         * netrc.el (netrc-store-data): New function.
11912
11913         * auth-source.el (auth-source-user-or-password): Use the existing auth
11914         sources, if any, for creation.
11915
11916         * gnus.el (gnus-group-fast-parameter): Return the last matching
11917         parameter instead of the first matching parameter.
11918
11919 2010-09-26  Julien Danjou  <julien@danjou.info>
11920
11921         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11922
11923 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11924
11925         * mml2015.el (mml2015-use): Remove gpg support.
11926
11927         * mml1991.el (mml1991-function-alist): Remove gpg function.
11928         (mml1991-gpg-sign): Remove.
11929
11930 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11931
11932         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11933         (gnus-browse-unsubscribe-current-group): Document it.
11934         (gnus-browse-unsubscribe-group): Use it.
11935
11936 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11937
11938         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11939         address to the To list for easier response.
11940
11941         * gnus.el (gnus-play-startup-jingle): Remove.
11942         (gnus-splash): Don't play jingle.
11943         (gnus): Silence gnus-load message.
11944
11945         * gnus-art.el (gnus-treat-play-sounds): Remove.
11946
11947         * gnus.el (gnus-play-jingle): Remove audio support.
11948
11949         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11950
11951         * earcon.el: Remove -- no users.
11952
11953         * gnus-audio.el: Remove -- no users of this package.
11954
11955         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11956
11957         * gnus-start.el (gnus-setup-news): Remove nocem support.
11958
11959         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11960
11961         * gnus.el (gnus-use-nocem): Remove.
11962
11963         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11964         Remove.
11965
11966         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11967         uses NoCeM any more.
11968
11969         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11970         (gnus-button-ctan-handler): Ditto.
11971         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11972         (gnus-button-ctan-directory-regexp): Ditto.
11973         (gnus-button-handle-ctan): Ditto.
11974         (gnus-button-tex-level): Ditto.
11975         (gnus-button-alist): Remove CTAN stuff.
11976
11977 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11978
11979         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11980         nnimap-streaming test.
11981
11982         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11983         servers twice.
11984
11985         * nnimap.el (nnimap-open-connection): Add more error reporting when
11986         nnimap fails early.
11987
11988         * nnheader.el (nnheader-get-report-string): New function.
11989         (nnheader-get-report): Use it.
11990
11991         * gnus-int.el (gnus-check-server): Say what the error was when opening
11992         failed.
11993
11994         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11995         using streaming.
11996
11997 2010-09-25  Julien Danjou  <julien@danjou.info>
11998
11999         * gnus-html.el (gnus-html-rescale-image): Use our defalias
12000         gnus-window-inside-pixel-edges.
12001
12002 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12003
12004         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
12005
12006         * mm-decode.el (mm-save-part): Allow saving to other directories the
12007         normal Emacs way.
12008
12009         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
12010         Suggested by Jay Berkenbilt.
12011
12012         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
12013         there isn't a single byte.
12014
12015         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
12016         just do it.  It doesn't really seem to matter what the user responds
12017         here, I think, so it's just a confusing question.
12018
12019         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
12020         non-streaming case.
12021
12022         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
12023         (gnus-article-encrypt-body): Use it.
12024
12025         * gnus-sum.el (gnus-summary-show-complete-article): New command and
12026         keystroke.
12027
12028         * nnimap.el (nnimap-find-wanted-parts-1):
12029         Use gnus-fetch-partial-articles.
12030
12031         * gnus-art.el (gnus-fetch-partial-articles): New variable.
12032
12033         * nnimap.el (nnimap-insert-partial-structure): New function.
12034         (nnimap-get-partial-article): New function.
12035         (nnimap-request-article): Use it.
12036         (nnimap-wait-for-response): Return whether the wait was successful.
12037         (nnimap-finish-retrieve-group-infos): Don't do anything if the
12038         retrieval wasn't successful.
12039         (nnimap-retrieve-group-data-early): Allow throttling servers.
12040         (nnimap-streaming): New variable.
12041         (nnimap-fetch-partial-articles): Remove.
12042
12043         * mm-decode.el (mm-with-part): Protect against killed buffers.
12044
12045         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
12046         for prettier summary display.
12047
12048 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
12049
12050         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
12051
12052 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12053
12054         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
12055         apparently third-party libraries depend on it.
12056
12057         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
12058         before starting negotiation.
12059
12060         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
12061         privacy reasons.
12062         (gnus-treat-mail-gravatar): Ditto.
12063
12064         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
12065         buffer when inserting images.  Inserting text into the headers, for
12066         instance, can make them invalid.
12067
12068 2010-09-25  Julien Danjou  <julien@danjou.info>
12069
12070         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
12071         variables.
12072
12073         * nnheader.el: Remove useless variables news-reply-yank-from and
12074         news-reply-yank-message-id.
12075
12076         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
12077         variables.
12078
12079         * mml1991.el: Remove useless mml1991-verbose.
12080
12081         * gnus.el: Remove useless variable gnus-use-generic-from.
12082         Remove obsolete variable gnus-topic-indentation.
12083
12084         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
12085
12086         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
12087
12088         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
12089
12090         * gnus-group.el: Remove useless gnus-group-icon-cache.
12091         Remove useless gnus-ephemeral-group-server.
12092
12093         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
12094
12095         * mml2015.el: Remove useless mml2015-verbose.
12096
12097         * mml-smime.el: Remove useless mml-smime-verbose.
12098
12099         * gnus.el: Remove useless gnus-local-domain.
12100
12101         * gnus-gravatar.el (gnus-gravatar-transform-address):
12102         Use gnus-gravatar-size.
12103
12104         * gnus-art.el: Remove useless gnus-treat-translate.
12105
12106 2010-09-24  Julien Danjou  <julien@danjou.info>
12107
12108         * gnus-sum.el: Add support for Gravatars.
12109
12110         * gnus-art.el: Add support for Gravatars.
12111
12112         * gnus-gravatar.el: Add this file.
12113
12114         * gravatar.el: Add this file.
12115
12116 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12117
12118         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
12119
12120         * gnus-group.el (gnus-group-fetch-faq): Remove.
12121
12122         * gnus.el (gnus-group-faq-directory): Remove.
12123
12124         * gnus-group.el (gnus-group-fetch-charter): Remove.
12125
12126         * gnus.el (gnus-group-charter-alist): Remove.
12127
12128         * gnus-group.el (gnus-group-archive-directory): Remove.
12129         (gnus-group-recent-archive-directory): Ditto.
12130         (gnus-group-make-archive-group): Remove.
12131
12132         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12133
12134         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12135         use the same article number for all the cached articles.
12136
12137         * nnimap.el (nnimap-command): Register the last command time so
12138         that we can use it for idling NOOPs.
12139         (nnimap-open-connection): Start the keeplive timer.
12140         (nnimap-make-process-buffer): Store all the process buffers.
12141         (nnimap-keepalive): New function.
12142
12143         * starttls.el (starttls-open-stream): Add autoload cookie.
12144
12145 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12146
12147         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12148         handling.
12149
12150 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12151
12152         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12153         its data structures.
12154
12155         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12156         instead of the cl.el copy-list.
12157         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12158         equalp.
12159
12160 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12163         and tool-bar-local-item-from-menu.
12164
12165         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12166         mode-line-highlight face for Emacs.
12167
12168         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12169         loading gnus-sum.elc; fix comment for canlock-verify.
12170         (gnus-article-jump-to-part): Use read-number.
12171         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12172         Remove Emacs pre-21 compatible code for help-echo.
12173         (gnus-article-next-page-1): No need to adjust the number of lines.
12174         (gnus-article-describe-bindings): Always use help-buffer.
12175
12176         * gnus-audio.el (gnus-audio-inline-sound):
12177         * gnus-cus.el (gnus-custom-mode):
12178         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12179
12180         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12181
12182         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12183         compatible code.
12184
12185 2010-09-24  Glenn Morris  <rgm@gnu.org>
12186
12187         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12188         visiting the fcc file in rmail-mode.
12189
12190         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12191
12192 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * nnir.el: Silence the byte compiler.
12195
12196         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12197         alias to browse-url-url-encode-chars if any.
12198         (gnus-html-encode-url): Use it.
12199
12200 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12201
12202         * gnus-start.el (gnus-use-backend-marks): New variable.
12203         (gnus-get-unread-articles-in-group): Use it.
12204
12205         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12206         makeover.
12207
12208 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12209
12210         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12211
12212 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12213
12214         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12215         Remove.
12216         (gnus-setup-news-hook):
12217         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12218
12219         * gnus-int.el (gnus-request-update-info): Protect against backends not
12220         having the function.
12221
12222         * nnimap.el (nnimap-stream): Mention starttls.
12223         (nnimap-open-connection): Add starttls support.
12224
12225 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12226
12227         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12228
12229 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12230
12231         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12232         BODYSTRUCTUREs.
12233         (nnimap-transform-headers): Unfold quoted {42} headers.
12234
12235         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12236         the info.
12237         (gnus-get-unread-articles): Only call updatep on backends that support
12238         it.
12239
12240         * nnweb.el (nnweb-request-update-info): NOOP.
12241
12242         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12243
12244         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12245         since it only deals with marks.
12246
12247         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12248         gnus-request-marks, and make a new gnus-request-update-info.
12249
12250         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12251         the active instead of the high number, which is usually too low.
12252
12253 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12254
12255         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12256         * encrypt.el: Remove.
12257
12258 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12259
12260         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12261         server in symbolic form.
12262
12263         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12264
12265 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12266
12267         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12268         (nnimap-update-info): Fix up code slightly.
12269
12270         * gnus-int.el (gnus-open-server): Add tracing for performance
12271         debugging.
12272
12273         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12274         (gnus-group-insert-group-line): Pass the real group name so that it
12275         gets the right data.
12276
12277         * gnus-start.el (gnus-get-unread-articles): Don't have
12278         `gnus-get-unread-articles-in-group' update info, since that can be
12279         really slow and doesn't seem to be needed?
12280
12281 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12282
12283         * time-date.el (date-to-time): Try using parse-time-string first before
12284         using the slower timezone-make-date-arpa-standard.
12285
12286 2010-09-22  Julien Danjou  <julien@danjou.info>
12287
12288         * gnus-group.el (gnus-group-insert-group-line):
12289         Call gnus-group-highlight-line.
12290         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12291         default hook list.
12292         (gnus-group-update-eval-form): Add new function.
12293         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12294         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12295
12296 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12297
12298         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12299         immediate, then expire all articles.
12300         (nnimap-update-info): Fix off-by-one errors.
12301         (nnimap-flags-to-marks): Would return no marks lists for group with no
12302         flags.  Instead return the other data.
12303
12304 2010-09-22  Julien Danjou  <julien@danjou.info>
12305
12306         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12307         Only return an icon.
12308         (gnus-group-insert-group-line): Compute icon to return.
12309
12310         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12311         (gnus-html-image-fetched): Only cache if
12312         gnus-html-image-automatic-caching is set.
12313         (gnus-html-image-fetched): Check for errors.
12314
12315 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12316
12317         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12318         once per method on `g'.  This ensures that backends like nnfolder don't
12319         open all their folders.
12320
12321         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12322         (nnimap-request-list): Nix out group in the correct buffer.
12323         (nnimap-parse-flags): Implement by using `read' instead of
12324         hand-parsing.
12325         (nnimap-flags-to-marks): Pass on permanent-flags.
12326         (nnimap-make-process-buffer): Record the server name.
12327         (nnimap-parse-flags): Fix typo.
12328         (nnimap-request-scan): Run split on the server in general, not just a
12329         single group.
12330
12331         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12332         parameter, and propagate this downwards.
12333
12334         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12335         since EXAMINE changes it on the server.
12336
12337         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12338         this command might take a while.
12339
12340 2010-09-22  Julien Danjou  <julien@danjou.info>
12341
12342         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12343         harmful if you have 2 images side-by-side, they can't be properly
12344         update on text deletion.  Using text-property is safer here.
12345         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12346         data.
12347
12348 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12349
12350         * nnimap.el (nnimap-expunge-inbox): Remove.
12351         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12352         (nnimap-expunge): Flip default to t.
12353
12354         * gnus.el (gnus-method-to-server): Don't push things to the cache
12355         unless it's unique.
12356         (gnus-server-to-method): Ditto.
12357
12358 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12359
12360         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12361
12362 2010-09-22  Julien Danjou  <julien@danjou.info>
12363
12364         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12365         get the start of data.
12366         (gnus-html-encode-url): Add this function to encode special chars in
12367         URL.
12368         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12369         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12370
12371         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12372         default.
12373         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12374
12375         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12376         images alt-text.
12377         (gnus-html-put-image): Put alt-text as help-echo.
12378
12379 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12382         * mm-util.el (mm-decompress-buffer):
12383         * nnir.el (nnir-run-find-grep):
12384         * pop3.el (pop3-list): Use 3rd arg of split-string.
12385
12386         * time-date.el (format-seconds): Comment fix.
12387
12388         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12389         and byte-optimize-form-code-walker.
12390         (dgnushack-make-auto-load): Don't advise make-autoload.
12391
12392         * lpath.el: Remove Emacs 21 stuff.
12393
12394 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12395
12396         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12397         outside the active range.  Suggested by Dan Christensen.
12398
12399         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12400         slightly later to avoid double-getting it.
12401
12402         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12403         previous patch.
12404
12405         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12406
12407 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12408
12409         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12410
12411 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12412
12413         * gnus-int.el (gnus-open-server): Give a better error message in the
12414         "go offline" case.
12415
12416         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12417         marks for nnimap, which is seldom the right thing to do.
12418
12419         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12420         (gnus-same-method-different-name): New function.
12421
12422         * nnimap.el (parse-time): Require.
12423
12424         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12425         method in the presence of many similar methods.
12426
12427         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12428
12429         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12430         nnml-inhibit-expiry.
12431
12432         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12433         find out whether methods are equal.
12434
12435         * nnimap.el (nnimap-find-expired-articles): New function.
12436         (nnimap-process-expiry-targets): New function.
12437         (nnimap-request-move-article): Request the article before looking at
12438         what the Message-ID is.  Fix found by Andrew Cohen.
12439         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12440
12441         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12442         for oldness in addition to being a predicate.
12443
12444         * nnimap.el (nnimap-request-group): When we have zero articles, return
12445         the right data to Gnus.
12446         (nnimap-request-expire-articles): Only delete articles immediately if
12447         the target is 'delete.
12448
12449         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12450         method, this would bug out.
12451
12452         * gnus-group.el (gnus-group-expunge-group): Rename from
12453         gnus-group-nnimap-expunge, and implemented as a normal interface
12454         function.
12455
12456         * gnus-int.el (gnus-request-expunge-group): New function.
12457
12458         * nnimap.el (nnimap-request-create-group): Implement.
12459         (nnimap-request-expunge-group): New function.
12460
12461 2010-09-21  Julien Danjou  <julien@danjou.info>
12462
12463         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12464         (gnus-html-cache-expired): Add new function.
12465         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12466         wethever we should display image for fetch it.
12467         Compute alt-text earlier to pass it to the fetching function too.
12468         (gnus-html-schedule-image-fetching): Change function argument to only
12469         get one image at a time, not a list.
12470         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12471         cache.
12472         (gnus-html-get-image-data): New function to retrieve image data from
12473         cache.
12474         (gnus-html-put-image): Change buffer argument to use image data rather
12475         than file, and place image above region rather than inserting a new
12476         one.  Do not take alt-text as argument, since it's useless now: we place
12477         the image above alt-text.
12478         (gnus-html-prune-cache): Remove.
12479         (gnus-html-show-images): Start to fetch image when we find one, do not
12480         push into a temporary list.
12481         (gnus-html-prefetch-images): Only fetch image if they have expired.
12482         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12483         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12484
12485 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12488
12489 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12490
12491         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12492         spec inser "*" if the group isn't active instead of 0.
12493
12494         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12495         opening the server.
12496         (nnimap-request-delete-group): Implement group deletion.
12497         (nnimap-transform-headers): Return the size of the entire message in
12498         the Bytes header, not just the size of the first part.
12499         (nnimap-request-move-article): When moving an article from nnimap,
12500         request the article first so the accepting form has an article to
12501         accept.  Reported by Dan Christensen.
12502         (nnimap-command): Make sure that the error message doesn't error out.
12503
12504 2010-09-20  David Edmondson  <dme@dme.org>
12505
12506         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12507         we haven't requested anything.
12508
12509 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12510
12511         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12512         "".  Fix found by Andrew Cohen.
12513
12514         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12515         instead of -encode-string.
12516
12517 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12520
12521         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12522         by mm-subst-char-in-string.
12523
12524 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12525
12526         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12527         waiting for the connection string.
12528
12529         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12530         arriving.
12531
12532         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12533         bogus characters.  This allows selecting certain Gmail groups.
12534
12535         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12536         (nnimap-fetch-partial-articles): New variable.
12537         (nnimap-open-connection): When looking for credentials, also use the
12538         nnimap-server-port.
12539         (nnimap-request-article): Return the group/article number, so that Gnus
12540         `^' works as expected.
12541         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12542
12543         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12544         comments.
12545         (gnus-methods-sloppily-equal): New function.
12546         (gnus): When using the development version of Gnus, load the gnus-load
12547         file.
12548
12549         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12550         `gnus-open-server' on each method before trying to scan them etc.
12551         This ensures that all the backend parameters are set correctly.
12552
12553         * nnimap.el (nnimap-authenticator): New variable.
12554         (nnimap-open-connection): Allow anonymous login.
12555         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12556         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12557
12558         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12559         patch, found by Knut Anders Hatlen.
12560
12561 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12562
12563         * gnus-agent.el (gnus-agent-batch-confirmation)
12564         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12565         to gnus-message.
12566         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12567         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12568         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12569         * gnus-int.el (gnus-open-server): Likewise.
12570         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12571         (gnus-score-check-syntax): Likewise.
12572         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12573         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12574         Likewise.
12575         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12576
12577 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12578
12579         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12580         calling conventions so that prefetch doesn't bug out.
12581
12582 2010-09-19  Julien Danjou  <julien@danjou.info>
12583
12584         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12585         rather than `subst-char-in-region' in order to be able to replace ASCII
12586         char by UTF-8 ones.
12587
12588         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12589         than curl.
12590         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12591         the right URL and ALT text on images.
12592         (gnus-html-wash-tags): Fix tag case.
12593         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12594         (gnus-article-html): Add -o display_ins_del=2 option.
12595         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12596
12597 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12598
12599         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12600         the extra mail headers, which sometimes seem to happen for unknown
12601         reasons.
12602
12603         * mail-parse.el (mail-header-encode-parameter): Define as
12604         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12605         (or most, perhaps?) mail readers don't understand the latter, but do
12606         understand the former.
12607
12608         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12609         to nil, so that no methods are automatically agentized.  I think this
12610         is probably what most users want.
12611
12612         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12613         from url-retrieve, for instance about invalid URLs.
12614
12615         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12616         groups that have no articles.
12617         (nnimap-request-article): Check that we really got an article when we
12618         requested one.
12619
12620         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12621         doesn't exist.
12622
12623         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12624         nntp buffer so the agent can save it.
12625         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12626         that CRLF doesn't get translated to \n.
12627         (nnimap-open-connection): Don't make 'shell commands only send \n.
12628
12629 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12630
12631         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12632         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12633         Update var name.
12634         (nnml-generate-nov-file): Use dolist.
12635         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12636         Use with-current-buffer.
12637
12638 2010-09-18  Julien Danjou  <julien@danjou.info>
12639
12640         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12641         parallel.
12642
12643 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12644
12645         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12646         the range update right.
12647         (nnimap-request-group): Don't make `M-g' bug out on group with no
12648         marks.
12649         (nnoo): Require, so that other packages can require nnimap.
12650         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12651         command we're looking for.  This helps when the server sends more
12652         responses after we've gotten everything we expected.
12653         (nnimap): Add a `newlinep' field to keep track of end-of-line
12654         conventions.
12655         Don't send CRLF to things that don't want it.
12656         (nnimap-request-accept-article): Ditto.
12657
12658 2010-09-18  Julien Danjou  <julien@danjou.info>
12659
12660         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12661         than curl to retrieve images.
12662
12663 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12664
12665         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12666         the marks.
12667         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12668         (nnimap-wait-for-connection): New function.
12669         (nnimap-open-connection): If we have PREAUTH, don't query for login
12670         credentials.
12671         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12672         when doing a partial update.
12673
12674 2010-09-18  Julien Danjou  <julien@danjou.info>
12675
12676         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12677         tags.
12678
12679 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12680
12681         * nnimap.el (nnimap-credentials): New function.
12682         (nnimap-open-connection): Use the new function to look for credentials
12683         also on the numeric equivalents of "imap" and "imaps".
12684
12685         * gnus-start.el (gnus-activate-group): Send the info to
12686         gnus-request-group.
12687
12688         * nnimap.el (nnimap-request-group): Have the "check" version of the
12689         function parse flags and update the info, so that a `M-g' get a total
12690         resync of all flags from the group.
12691
12692         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12693         to allow backends to alter the info on group selection.  Also alter all
12694         the backend -request-group functions to take the parameter.
12695
12696         * nnimap.el (nnimap-store-info): New function.
12697         (nnimap-update-info): Store the info for later usage.
12698         (nnimap-request-group): Use the stored info for the dont-check case, so
12699         that we don't retrieve all marks when we enter a group.
12700
12701         * nnimap.el: Use deffoo instead of defun for interface functions.
12702
12703         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12704         update the group info.  This makes the nndraft groups, for instance, go
12705         back to their old behavior.
12706
12707         * gnus-sum.el (gnus-select-newsgroup): Indent.
12708
12709         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12710         in.
12711         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12712         nothing.
12713
12714         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12715         from methods that are denied.
12716
12717         * gnus-int.el (gnus-method-denied-p): New function.
12718
12719         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12720         store the password instead of netrc.
12721         (nnimap-open-connection): Don't error out when we can't make a
12722         connections.
12723
12724         * auth-source.el (auth-source-create): In the password prompt, say what
12725         we're querying for.  Also prompt for user name if that hasn't been
12726         given.
12727
12728         * nnimap.el (nnimap-with-process-buffer): Remove.
12729
12730 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12731
12732         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12733         method when we're reading from the agent.
12734
12735         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12736
12737         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12738         that's probably most useful for users.
12739
12740         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12741         "failed" all the time.
12742
12743         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12744         ...)) with (with-current-buffer ... ).
12745
12746         * nntp.el (nntp-open-server): Return whether the open was successful or
12747         not.
12748
12749         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12750         select an unread unseen article first.
12751
12752         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12753         /etc/services, supply some sensible port defaults.
12754
12755         * dgnushack.el: Define netrc-credentials.
12756
12757 2010-09-17  Julien Danjou  <julien@danjou.info>
12758
12759         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12760
12761 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12762
12763         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12764         doesn't have any parameters.
12765
12766 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12767
12768         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12769         only upcased checks.
12770
12771         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12772
12773         * nnimap.el (nnimap-open-shell-stream): New function.
12774         (nnimap-open-connection): Use it.
12775         (nnimap-transform-headers): Get the number of lines in each message.
12776         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12777         number of lines.
12778         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12779         problem.
12780
12781         * utf7.el (utf7-encode): Autoload.
12782
12783         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12784         to allow the mail splitting to not return a default group.  This is
12785         useful for nnimap, which will leave unmatched mail in the inbox.
12786
12787         * nnimap.el: Rewritten.
12788
12789         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12790         nnimap usage.
12791
12792         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12793         if the move is internal, so that nnimap can do fast internal moves.
12794
12795         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12796         data.
12797         (gnus-read-active-for-groups): Support finishing the early retrieval of
12798         data.
12799
12800         * gnus-range.el (gnus-range-nconcat): New function.
12801
12802         * gnus-int.el (gnus-finish-retrieve-group-infos)
12803         (gnus-retrieve-group-data-early): New functions.
12804
12805 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12806
12807         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12808         (nnrss-retrieve-groups):
12809         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12810         (pop3-quit): Use with-current-buffer.
12811
12812 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12815         instead of nnheader-accept-process-output.
12816
12817         * dgnushack.el (dgnushack-compile): Add comment.
12818
12819         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12820
12821         * gnus-html.el (gnus-html-schedule-image-fetching)
12822         (gnus-html-prefetch-images): Replace process-kill-without-query by
12823         gnus-set-process-query-on-exit-flag.
12824
12825 2010-09-16  Romain Francoise  <romain@orebokech.com>
12826
12827         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12828
12829 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12830
12831         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12832         parameter to unintern is mandatory-ish in Emacs 24.
12833
12834         * gnus-html.el (gnus-html-schedule-image-fetching)
12835         (gnus-html-prefetch-images): Check for curl before using it.
12836
12837         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12838         depend on curl, which isn't essential.
12839
12840         * imap.el: Revert back to version
12841         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12842         seem problematic.
12843
12844 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12845
12846         * gnus-registry.el (gnus-registry-install-shortcuts):
12847         Explicitly pass `obarray' to `unintern' to avoid a warning.
12848
12849 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12850
12851         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12852         change.
12853
12854         * nnrss.el (nnrss-request-list): Remove this function and related
12855         functions, including the moreover stuff.
12856
12857 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12858
12859         * nnrss.el (nnrss-retrieve-groups): New function.
12860
12861 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12862
12863         * .dir-locals.el: Add no-byte-compile cookie.
12864
12865 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * time-date.el (format-seconds): Comment fix.
12868
12869         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12870         for back end that doesn't support request-scan.
12871
12872 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12873
12874         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12875         then do request scans from the backends.
12876
12877         * netrc.el (netrc-credentials): New conveniency function.
12878
12879         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12880         avoid running a hook per line, since this takes a lot of time,
12881         profiling shows.
12882         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12883         directly if gnus-visual-p is true.
12884
12885 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12888         groups; replace mapcar with dolist which is a bit faster; pass groups
12889         info to gnus-read-active-file-1.
12890         (gnus-read-active-file-1): Scan only specified groups if the new
12891         optional arg `infos' is given.
12892
12893 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12894
12895         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12896
12897         * pop3.el (pop3-movemail): Remove.
12898         (pop3-streaming-movemail): Rename to pop3-movemail.
12899
12900         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12901         don't restrict end-tag searches to the end of the line.
12902
12903 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12906         articles of every unchecked group to t, which means unknown since the
12907         server has never been opened.
12908
12909 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12910
12911         * gnus-html.el (gnus-html-show-alt-text): New command.
12912         (gnus-html-browse-image): Ditto.
12913         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12914         to browse the image directly.
12915         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12916         better.
12917
12918         * gnus-async.el (gnus-async-article-callback):
12919         Call `gnus-html-prefetch-images' unconditionally.
12920
12921         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12922         before feeding URLs to curl.
12923
12924 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12927         internal images as deletable by `W D D'.
12928
12929         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12930         (gnus-async-article-callback): Fix typo.
12931
12932 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12933
12934         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12935         current line to work around bugs in the output from w3m.
12936
12937         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12938         for groups that want that.
12939
12940         * nntp.el (nntp-wait-for-string): Supply a timeout for
12941         accept-process-output to ensure progress.
12942
12943         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12944         level to get unread articles from, then use that for foreign groups,
12945         too.
12946
12947         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12948         confuses the rest of the function.
12949
12950         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12951         for the methods that support -retrieve-groups, too.
12952
12953         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12954
12955 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12958         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12959
12960         * pop3.el: Require cl when compiling.
12961         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12962
12963 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12964
12965         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12966         that aren't going to be activated.
12967         (gnus-get-unread-articles): Fix up the last commit.
12968
12969         * gnus-html.el (gnus-article-html): Allow calling without specifying
12970         the handle.  In that case, dissect the buffer first.
12971
12972         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12973
12974         * nnimap.el (nnimap-open-connection): Revert the change that would look
12975         into authinfo for imaps instead of imap.
12976
12977         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12978         say that you don't want to call gnus-request-group with don-check, but
12979         do check the reponse.  This is for virtual groups only.
12980         (gnus-get-unread-articles): Count the archive groups as secondary, so
12981         that they're activated the same way as before.
12982
12983         * imap.el (imap-message-map): Removed optional buffer parameter, since
12984         no callers use it.
12985         (imap-message-get): Ditto.
12986         (imap-message-put): Ditto.
12987         (imap-mailbox-map): Ditto.
12988         (imap-mailbox-put): Ditto.
12989         (imap-mailbox-get): Ditto.
12990         (imap-mailbox-get): Revert last change for this function.
12991
12992         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12993         case-insensitively.
12994         (nnimap-debug): Remove.
12995
12996         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12997         callers to use `imap-fetch' instead.  According to the comments, this
12998         should be safe, since all other IMAP clients use the 1:* syntax.
12999         (imap-enable-exchange-bug-workaround): Remove.
13000         (imap-debug): Remove -- doesn't seem very useful.
13001
13002         * mail-source.el (mail-source-fetch): Don't message if we're fetching
13003         mail from a file, and the file doesn't exist.
13004
13005         * imap.el (imap-log): New convenience function used throughout instead
13006         of repeating the same code all over the place.
13007
13008         * pop3.el (pop3-streaming-movemail): Return t for success.
13009
13010         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
13011         .authinfo if we're using ssl connection.
13012
13013         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
13014         already have if we're in a main Gnus `g' run.
13015
13016         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
13017
13018 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
13021
13022         * nnmh.el (nnmh-request-list-1): Bind `file'.
13023
13024         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
13025         alias to set-process-query-on-exit-flag or process-kill-without-query.
13026         (pop3-open-server): Use it.
13027
13028 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13029
13030         * mail-source.el (mail-source-delete-crash-box): Always move the crash
13031         box to the Incoming file.  Fixes mistake in previous checkin.
13032
13033         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
13034         request loop (for debugging purposes) removed.
13035
13036         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
13037         culprit is more visible.
13038         (nnml-save-incremental-nov, nnml-open-incremental-nov)
13039         (nnml-add-incremental-nov): New functions to do "incremental" nov
13040         updates, where we just append to the end of the existing nov files
13041         without reading/writing them in full.
13042
13043         * mail-source.el (mail-source-delete-crash-box): Really only check the
13044         incoming files once in a while.
13045
13046         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
13047
13048         * mail-source.el (mail-source-delete-crash-box): Only check the
13049         incoming files for deletion once per day to save a lot of file
13050         accesses.
13051
13052         * pop3.el (pop3-logon): Fix up unbound variable typo.
13053
13054         * mail-source.el (pop3-streaming-movemail): Autoload.
13055
13056         * pop3.el (pop3-streaming-movemail):
13057         Respect pop3-leave-mail-on-server.
13058
13059         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
13060         retrieval.
13061
13062         * pop3.el (pop3-process-filter): Remove unused function.
13063         (pop3-streaming-movemail, pop3-send-streaming-command)
13064         (pop3-wait-for-messages, pop3-write-to-file)
13065         (pop3-number-of-responses): New functions for streaming pop3
13066         retrieval.
13067
13068         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
13069         come from no known methods.
13070         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
13071         list.
13072
13073         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
13074         message sizes.
13075         (pop3-movemail): Use erase-buffer instead of looping and deleting
13076         regions, which seems rather odd.
13077
13078         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
13079         file once per `g' run.
13080
13081         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
13082         directories.  This makes the draft queue directory work.
13083
13084         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
13085         data from the backends, so that we only request the list of groups from
13086         each method once.  This should speed things up considerably.
13087
13088         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
13089         detect that it's not implemented.
13090
13091         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
13092         we actually do recurse down into the tree, but don't stat all leaf
13093         nodes.
13094
13095         * gnus-html.el (gnus-html-show-images): If there are no images to show,
13096         then say so instead of bugging out.
13097
13098         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
13099         files exist before trying to read them.
13100
13101         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
13102         around <pre_int>.
13103
13104         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
13105
13106         * nnmh.el (nnmh-request-list-1): Optimize for speed.
13107
13108 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13109
13110         * mm-util.el (mm-image-load-path): Just return the image directories,
13111         not all directories in the path in addition to the image directories.
13112         (mm-image-load-path): Maintain a cache of the image directories so that
13113         the `g' command in Gnus doesn't have to stat dozens of directories each
13114         time.
13115
13116         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
13117         (gnus-html-wash-tags): Add a new `i' command to insert images.
13118         (gnus-html-insert-image): New command and keystroke.
13119         (gnus-html-redisplay-with-images): New command and keystroke.
13120         (gnus-html-show-images): Rename command.
13121         (gnus-html-wash-tags): Remove more white space before <pre_int> image
13122         spacers.
13123         (gnus-html-wash-tags): Decode entities at the end, so that entities
13124         inside the tags don't mess up the rest of the "parsing".
13125
13126         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13127         so that nnimap methods aren't agentized by default.  There's apparently
13128         many problems related to agent/imap behavior.
13129
13130         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13131
13132         * gnus-html.el: Doc fix.
13133
13134 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13137         specifier-spec-list for Emacs 21.
13138
13139         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13140         glyph-width and glyph-height instead of display-graphic-p and
13141         image-size; make avoidance of displaying small images work for XEmacs.
13142
13143         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13144         for XEmacs.
13145
13146         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13147         of symbol that holds plist data.
13148         (gnus-process-plist): Remove plist of process after getting it.
13149
13150 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13151
13152         * message.el (message-generate-hashcash): Change default to
13153         'opportunistic if hashcash is installed.
13154
13155         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13156         (gnus-html-put-image): Only call image-size once, since it's somewhat
13157         time-consuming on remote X servers.
13158
13159 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13162         type on data, not a file name.
13163
13164         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13165         window-pixel-edges for Emacs 21.
13166
13167         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13168         decoded contents.
13169         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13170
13171 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13172
13173         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13174         group line format, since it isn't very interesting.
13175
13176         * gnus-agent.el (gnus-agent-short-article),
13177         (gnus-agent-long-article): Increase values for these two variables,
13178         since most people are likely to have more network connection and
13179         storage than before.
13180
13181         * gnus.el (gnus-refer-article-method): Change default to 'current.
13182         When referring an article, the common behavior is to refer it from the
13183         current select method, not the native select method.  The chances of
13184         the native select method having the message in question is rather slim
13185         these days.
13186
13187         * gnus-sum.el (gnus-auto-select-subject): Change default to
13188         `unseen-or-unread'.  I think it's likely that most people want to
13189         select an unseen article over a previously seen, but unread one.
13190
13191         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13192         means that in the article buffer none of the minor mode elements will
13193         be shown, usually, and this is not desirable in most cases.
13194
13195         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13196         that commands like `d' (and the like) go to the next line in the
13197         buffer, instead of the next unread article.  I think this is the
13198         behavior that is most natural for most users.
13199         (gnus-single-article-buffer): Change default to nil, so that people can
13200         have as many article buffers open as they have summary buffer.  I think
13201         this is the most natural way for the groups to behave.
13202
13203         * message.el (message-generate-new-buffers): Change default to
13204         `unsent', so that all new message buffers start their names with the
13205         string "*unsent", and it's easier to find the buffers if you move from
13206         them.
13207
13208 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13209
13210         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13211         small.  They're probably tracking images.
13212         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13213         (gnus-html-rescale-image): Yet another try at getting the image sizing
13214         right.
13215
13216         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13217         nntp-marks-file-name is nil.
13218
13219 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13220
13221         * gnus-html.el (gnus-html-wash-tags)
13222         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13223         Better logging.
13224
13225 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13226
13227         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13228
13229         * gnus-html.el (gnus-html-wash-tags): Check the value of
13230         gnus-blocked-images in the summary buffer.
13231
13232 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13233
13234         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13235
13236 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13237
13238         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13239         like "a", it seems like.
13240         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13241         since it needs to be picked from the correct buffer.
13242
13243         * nnwfm.el: Remove.
13244
13245         * nnlistserv.el: Remove.
13246
13247 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13248
13249         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13250         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13251
13252 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13253
13254         * nnkiboze.el: Remove.
13255
13256         * nndb.el: Remove.
13257
13258         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13259         alt text.
13260         (gnus-html-rescale-image): Try to get the rescaling logic right for
13261         images that are just wide and not tall.
13262
13263         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13264         overshadow variable bindings.
13265
13266 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13267
13268         * gnus-html.el (gnus-html-wash-tags)
13269         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13270         Add extra logging.
13271
13272 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13273
13274         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13275         (gnus-max-image-proportion): New variable.
13276         (gnus-html-rescale-image): New function.
13277         (gnus-html-put-image): Rescale images.
13278
13279 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13280
13281         Fix up some byte-compiler warnings.
13282         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13283         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13284         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13285         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13286         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13287         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13288         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13289
13290 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * gnus-html.el (gnus-article-html): Decode contents by charset.
13293
13294 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13297         (gnus-html-frame-width, gnus-blocked-images):
13298         * message.el (message-prune-recipient-rules): Add custom version.
13299         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13300
13301         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13302         functions.
13303
13304         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13305         gnus-process-get.
13306
13307 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13308
13309         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13310         instead of lsub directly.
13311
13312 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13313
13314         * nnwarchive.el: Remove.
13315
13316         * gnus-soup.el: Remove.
13317
13318         * nnsoup.el: Remove.
13319
13320         * nnultimate.el: Remove.
13321
13322         * gnus-html.el (gnus-blocked-images): New variable.
13323
13324         * message.el (message-prune-recipients): New function.
13325         (message-prune-recipient-rules): New variable.
13326
13327         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13328         guess whether a long line is natural text or not.
13329
13330         * gnus-html.el (gnus-html-schedule-image-fetching):
13331         Use gnus-process-plist and friends for compatibility.
13332
13333 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13334
13335         * gnus-html.el: Require packages that define macros used in this file.
13336         (gnus-article-mouse-face): Declare to silence byte-compiler.
13337         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13338         process-get.
13339         (gnus-html-put-image): Use plist-get to avoid getf.
13340         (gnus-html-prefetch-images): Use with-current-buffer.
13341
13342 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-ems.el: Provide compatibility functions for
13345         gnus-set-process-plist.
13346
13347         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13348         header-line-format for XEmacs 21.4.
13349
13350         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13351         * gnus.el (gnus-valid-select-methods):
13352         * message.el (message-send-mail-partially-limit):
13353         * mm-decode.el (mm-text-html-renderer):
13354         * mml.el (mml-insert-mime-headers-always):
13355         * smiley.el (smiley-regexp-alist): Bump custom version.
13356
13357 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13358
13359         * gnus-html.el: Require mm-url.
13360         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13361         with the url to `url'.
13362         (gnus-html-wash-tags): Support cid: URLs/images.
13363
13364 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13365
13366         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13367         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13368         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13369
13370         * gnus-move.el: Remove file, since it doesn't really work.
13371
13372         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13373         UTF-8.  This seems to fix problems with some German web feeds.
13374
13375         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13376         at the top so that the proper colors are applied.
13377
13378         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13379         don't have dots in their names.
13380
13381         * gnus-art.el (gnus-article-view-part): Doc fix.
13382
13383         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13384         XEmacs-compatible.
13385         (gnus-html-put-image): Don't do images on non-graphic displays.
13386
13387         * nnslashdot.el: Remove this unused backend.
13388
13389         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13390         actions.
13391         (gnus-undo-register-1): Revert last change.
13392
13393         * gnus-group.el (gnus-group-completing-read): Protect against not
13394         having completion-styles bound.
13395
13396         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13397         make broken recipients happier.
13398
13399         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13400
13401         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13402         point parameter.
13403
13404         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13405
13406         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13407         completion-styles for group selection.
13408
13409 2009-02-04  Andreas Schwab  <schwab@suse.de>
13410
13411         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13412         headers and regexp-quote the match if necessary.
13413
13414 2009-03-24  Miles Bader  <miles@gnu.org>
13415
13416         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13417         the blinking smiley.
13418
13419 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13420
13421         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13422         blink smiley.
13423
13424 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13425
13426         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13427         where the dribbel file lives exists.
13428
13429         * message.el (message-send-mail-partially-limit): Change the default to
13430         nil, since most people don't want this.
13431
13432         * mm-url.el (mm-url-decode-entities): Also decode entities like
13433         &#x3212.
13434
13435 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13436
13437         * gnus-sum.el (gnus-summary-idna-message):
13438         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13439         Hyperlink urls in docstrings with URL `...'.
13440
13441 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13442
13443         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13444         functions.
13445
13446 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13447
13448         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13449         say what the mouseover text should be.
13450
13451         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13452         version of the mm-w3m-safe-url-regexp variable to only download images
13453         in the groups where we want that to happen.
13454
13455         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13456
13457         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13458         easier debugging.
13459         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13460         big pictures in the article buffer.
13461
13462         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13463         gnus-article-html.
13464         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13465         w3m.
13466
13467         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13468
13469 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13470
13471         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13472         which doesn't exist.
13473
13474         * message.el (message-inhibit-ecomplete): New variable to allow some
13475         function to inhibit ecomplete address storage.
13476         (message-resend): Disable ecomplete message storage when resending
13477         messages.
13478
13479         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13480
13481 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13484         Save excursion while copying, moving, and deleting articles in order to
13485         prevent the cursor from jumping to unforeseen place.
13486
13487 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * lpath.el: No need to bind bookmark-current-buffer,
13490         bookmark-yank-point and bookmark-make-record-function.
13491
13492 2010-08-17  Glenn Morris  <rgm@gnu.org>
13493
13494         * gnus-sync.el: Require gnus components whose functions are used.
13495
13496         * gnus-art.el (bookmark-make-record-function):
13497         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13498         Declare for compiler.
13499
13500         * mm-url.el (mml-compute-boundary): Autoload.
13501
13502 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13505
13506 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13507
13508         Typo fix "hoo4a" -> "hook".
13509
13510         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13511
13512 2010-08-14  Glenn Morris  <rgm@gnu.org>
13513
13514         * gnus-sync.el (gnus-sync): Fix defgroup version.
13515
13516 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13517
13518         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13519
13520         * gnus-sync.el: Fix docs.
13521         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13522         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13523
13524 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13525
13526         Optimizations for gnus-sync.el.
13527
13528         * gnus-sync.el: Add docs about gnus-sync-backend
13529         possibilities.
13530         (gnus-sync-save): Remove unnecessary message.
13531         (gnus-sync-read): Optimize and show what groups were skipped.
13532
13533 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13534
13535         Minor bug fixes for gnus-sync.el.
13536
13537         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13538         Don't read the sync on get-new-news.
13539
13540         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13541         quiet.
13542
13543         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13544         (fix typo).
13545
13546 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13547
13548         Make saving and restoring of hidden threads work with overlays.
13549         Patch applied by Ted Zlatanov.
13550
13551         * gnus-sum.el (gnus-hidden-threads-configuration)
13552         (gnus-restore-hidden-threads-configuration): Update to deal with text
13553         properties, rather than searching for a magic character.
13554
13555 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13556
13557         New gnus-sync.el library for synchronization of marks.
13558
13559         * gnus-sync.el: New library for synchronization of marks.
13560
13561         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13562         renamed from `gnus-registry-grep-in-list'.
13563
13564         * gnus-registry.el (gnus-registry-follow-group-p):
13565         Use `gnus-grep-in-list'.
13566
13567         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13568
13569 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13572         determining charset of text fails.
13573
13574 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * nnmail.el (nnmail-get-new-mail-1): Revert.
13577
13578         * nnml.el (nnml-active-number): Make sure names of newly created groups
13579         in nnml-group-alist are encoded.
13580
13581 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13584         containing non-ASCII characters in active file for nnml back end.
13585
13586 2010-07-24  David Engster  <dengste@eml.cc>
13587
13588         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13589         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13590
13591 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13592
13593         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13594         tag (Bug#6654).
13595
13596 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13599         the article buffer, not the summary buffer.
13600
13601 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13604         Emacs 23 as well.
13605
13606 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13609         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13610
13611 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13612
13613         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13614         Patch applied by Karl Fogel.
13615
13616         * gnus-sum.el (gnus-summary-bookmark-make-record):
13617         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13618
13619 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13620
13621         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13622         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13623         C-w still not working correctly from Article buffers; Thierry's
13624         patch to fix that will be applied after this.
13625
13626         * gnus-art.el (bookmark-make-record-function): New local variable.
13627
13628         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13629         article buffer.
13630         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13631
13632 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13633
13634         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13635         on changes in bookmark.el.
13636
13637 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13640         `no-log' instead of message not to log prompt string.
13641
13642 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13643
13644         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13645         the *other* type of HTML form submission.
13646
13647 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13648
13649         * auth-source.el (auth-source-pick): If choice does not contain a
13650         questioned keyword, set the check to t.
13651
13652 2010-06-12  Romain Francoise  <romain@orebokech.com>
13653
13654         * gnus-util.el (gnus-date-get-time): Move up before first use.
13655
13656 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13659         (gnus-article-edit-part): Bind it to make last part that is substituted
13660         or deleted visible.
13661         (gnus-mime-display-single): Buttonize part of which id equals to
13662         gnus-mime-buttonized-part-id.
13663
13664 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13665
13666         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13667         (gnus-dd-mmm): Use gnus-date-get-time.
13668         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13669         simplify logic.
13670         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13671         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13672
13673 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13674
13675         * auth-source.el (top): Autoload `secrets-list-collections',
13676         `secrets-create-item', `secrets-delete-item'.
13677         (auth-sources): Fix tag string.
13678         (auth-get-source, auth-source-retrieve, auth-source-create)
13679         (auth-source-delete): New defuns.
13680         (auth-source-pick): Rewrite in order to avoid 2 passes.
13681         (auth-source-forget-user-or-password): New parameter USERNAME.
13682         (auth-source-user-or-password): New parameters CREATE-MISSING and
13683         DELETE-EXISTING.  Retrieve password interactively, if needed.
13684
13685 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13686
13687         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13688         deleting unused directories when gnus-expert-user is t.
13689
13690 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13693         for each temp file when gnus-article-browse-delete-temp is ask.
13694
13695 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13696
13697         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13698         Replace Lisp calls to delete-backward-char by calls to delete-char.
13699
13700 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13701
13702         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13703
13704 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13705
13706         * password-cache.el (password-cache-remove): Fix docstring.
13707
13708 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13711         article unless decoding article to be saved.
13712
13713 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13716         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13717         generated within the mm-with-unibyte-current-buffer macro.
13718
13719 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13722         to nil when we're in a mml-preview buffer and no group is selected.
13723
13724 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13725
13726         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13727         when catching the `C-g'.  Reported by "Leo".
13728
13729 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * message.el (message-forward-make-body-plain)
13732         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13733         multibyte-string-p.
13734
13735         * lpath.el: Revert.
13736
13737 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13738
13739         * message.el (message-forward-make-body-mml): Assume original message
13740         is multibyte string; error on unibyte.
13741         (message-forward-make-body-plain): Ditto; don't add excessive newline
13742         in body end.
13743
13744         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13745
13746 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13747
13748         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13749         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13750
13751 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * mm-extern.el (mm-extern-url): Don't use
13754         mm-with-unibyte-current-buffer.
13755         (mm-extern-cache-contents): Use with-current-buffer instead of
13756         save-excursion + set-buffer.
13757
13758 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * mm-util.el (mm-emacs-mule): Remove.
13761
13762 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13763
13764         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13765         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13766         change.
13767
13768 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13771         bind the default value of enable-multibyte-characters to nil.
13772
13773 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * message.el (message-forward-make-body-plain)
13776         (message-forward-make-body-mml):
13777         Don't use mm-with-unibyte-current-buffer.
13778
13779 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13780
13781         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13782
13783 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13784
13785         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13786         (Bug#5592).
13787
13788 2010-05-07  Julien Danjou  <julien@danjou.info>
13789
13790         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13791         it to mm-pipe-part.
13792
13793         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13794         it is given.
13795
13796 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * binhex.el (binhex-decode-region-internal):
13799         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13800         (dns-query):
13801         * nnweb.el (nnweb-gmane-search):
13802         * pgg-parse.el (pgg-parse-armor):
13803         * pgg.el (pgg-verify-region):
13804         * sha1.el (sha1-string-external):
13805         * uudecode.el (uudecode-decode-region-internal):
13806         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13807         XEmacs.
13808
13809         * gnus-art.el (gnus-article-browse-html-parts):
13810         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13811         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13812         make-temp-file.
13813
13814         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13815         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13816         compiling.
13817
13818         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13819         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13820         XEmacs when compiling.
13821
13822         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13823         gnus-pick-mode-off-hook for XEmacs when compiling.
13824         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13825         gnus-binary-mode-off-hook for XEmacs when compiling.
13826
13827         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13828         Return nil if char-charset is not available.
13829
13830         * imap.el (imap-disable-multibyte)
13831         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13832         macros.
13833
13834         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13835         instead of encode-coding-string.
13836
13837         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13838         'xemacs) instead of mm-emacs-mule to switch function definitions.
13839         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13840
13841         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13842         bind temporary-file-directory for XEmacs;
13843         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13844         timer-set-function for XEmacs 21.4 and SXEmacs;
13845         bind timer-list for XEmacs 21.4 and SXEmacs;
13846         fbind char-charset and find-charset-region for non-Mule XEmacs;
13847         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13848         encode-coding-region and encode-coding-string for XEmacs having no
13849         file-coding feature.
13850
13851 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13852
13853         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13854
13855 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13858         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13859
13860 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13861
13862         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13863         alias `jka-compr-delete-temp-file' no longer exists.
13864
13865 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13866
13867         Use define-minor-mode in Gnus where applicable.
13868         * mml.el (mml-mode): Use define-minor-mode.
13869         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13870         (gnus-undo-mode): Use define-minor-mode.
13871         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13872         (gnus-dead-summary-mode): Use define-minor-mode.
13873         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13874         Initialize in declaration.
13875         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13876         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13877         (gnus-mailing-list-mode): Use define-minor-mode.
13878         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13879         (gnus-draft-mode): Use define-minor-mode.
13880         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13881         (gnus-dired-mode): Use define-minor-mode.
13882
13883 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13884
13885         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13886         handles on recursive mml-to-mime translation and check them for
13887         boundary delimiter collisions.  Reported by Greg Troxel.
13888
13889 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13892
13893 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13894
13895         * mm-util.el (mm-find-buffer-file-coding-system):
13896         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13897
13898 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13899
13900         * message.el (message-generate-headers): Record insertion of optional
13901         headers as well.  Otherwise the check to prevent repeated insertion of
13902         optional headers is a no-op.
13903
13904 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13905
13906         * smime.el: Don't mention CVS.
13907
13908         * nnrss.el (nnrss-fetch): Don't mention CVS.
13909
13910         * nnir.el: Don't mention CVS.
13911
13912 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13913
13914         * gnus-sum.el (gnus-summary-bookmark-make-record):
13915         Add `location' field.
13916
13917 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * lpath.el: Fbind bookmark-default-handler,
13920         bookmark-get-bookmark-record, bookmark-make-record-default,
13921         bookmark-prop-get for Emacs <23 and XEmacs.
13922
13923 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13924
13925         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13926         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13927         Use with-current-buffer to silence the byte-compiler.
13928         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13929         bother to require `gnus'.
13930         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13931
13932 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13933
13934         * gnus-sum.el (gnus-summary-bookmark-make-record)
13935         (gnus-summary-bookmark-jump): New functions.
13936         (gnus-summary-mode): Setup bookmark support.
13937
13938 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13939
13940         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13941         if set.
13942
13943 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13946         gnus-article-browse-html-save-cid-image; make it work recursively for
13947         forwarded messages as well.
13948         (gnus-article-browse-html-parts): Work when prefix arg is given.
13949         (gnus-article-browse-html-article): Doc fix.
13950
13951 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13952
13953         * message.el (message-default-mail-headers)
13954         (message-default-headers): Carry the value mail-default-headers over
13955         into message-default-mail-headers, rather than message-default-headers.
13956
13957 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13958
13959         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13960         charset.
13961
13962         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13963         charset into the <meta> tag when the article is encoded to utf-8.
13964
13965 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * gnus-art.el (gnus-article-browse-delete-temp-files):
13968         Delete directories as well.
13969         (gnus-article-browse-html-parts): Work for images that do not specify
13970         file names; delete temp directory when quitting; insert header at the
13971         right place; use file: scheme for image files.
13972
13973 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13974
13975         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13976         (gnus-article-browse-html-parts): Use it to make temporary cid image
13977         files in addition to html file so that browser may display them.
13978
13979 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13982
13983 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13984
13985         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13986
13987 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13988
13989         * auth-source.el (auth-sources): Change default to be simpler.
13990         Explain about Secret Service API sources.  Improve Customize options.
13991         (auth-source-pick): Change to accept any number of search parameters.
13992         Implement fallbacks iteratively, not recursively.  Add scoring on the
13993         second pass and sort by score.  Call Secret Service API when needed.
13994         (auth-source-user-or-password): Use it.  Call Secret Service API
13995         directly when needed to get the user name and the password.
13996
13997 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13998
13999         * message.el (message-interactive): Doc fix.
14000         (message-qmail-inject-args): Reflow.
14001         (message-kill-to-signature): Fix typo in docstring.
14002
14003         * smiley.el (smiley-buffer): Fix typo in docstring.
14004
14005 2010-03-24  Glenn Morris  <rgm@gnu.org>
14006
14007         * mail-source.el (gnus-message): Declare.
14008         (mail-source-delete-old-incoming): Require gnus-util.
14009
14010 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
14013
14014         * message.el (ecomplete-setup): Autoload it for Emacs <23.
14015
14016         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
14017         password-cache's default if it is not bound.
14018         (mml-secure-passphrase-cache-expiry): Default to 16 that is
14019         password-cache-expiry's default if it is not bound.
14020
14021         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
14022         available in Emacs 21.
14023
14024         * lpath.el: Suppress compiler warnings for:
14025         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
14026         XEmacs;
14027         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
14028         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
14029         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
14030
14031 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
14032
14033         * auth-source.el (auth-sources): Fix up definition so extra parameters
14034         are always inline.
14035
14036 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
14037
14038         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
14039         wasn't updated after mismatch.  Clear cached mailbox info correctly
14040         when uidvalidity changes.
14041         (nnimap-group-prefixed-name): New function to avoid some code
14042         duplication.
14043         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
14044         (nnimap-request-group): Use it.
14045         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
14046         (nnimap-update-unseen): Significantly improved speed of Gnus startup
14047         with many imap folders.  This is done by caching the group status from
14048         the imap server persistently in a group parameter `imap-status'.  (This
14049         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
14050         but not persistently, so every Gnus startup was still very slow.)
14051
14052 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14053
14054         * assistant.el (assistant-render-text): Run `widget-setup' and don't
14055         delete the extra newline.  Otherwise editing of :string and :number
14056         types don't work.
14057
14058 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14059
14060         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
14061         secrets.el dependency.
14062         (auth-sources): Add optional user name.  Add secrets.el configuration
14063         choice (unused right now).
14064
14065 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14066
14067         * gnus-sum.el (gnus-summary-make-menu-bar):
14068         Let `gnus-registry-install-shortcuts' fill in the functions.
14069
14070         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
14071         warnings.
14072         (gnus-registry-misc-menus): Variable to hold registry mark menus.
14073         (gnus-registry-install-shortcuts): Populate and use it in a
14074         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
14075
14076 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
14077
14078         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
14079         In-place substitutions for the group name encoding/decoding.
14080         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
14081         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
14082         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
14083         (nnimap-update-unseen, nnimap-request-list)
14084         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
14085         (nnimap-request-set-mark, nnimap-split-to-groups)
14086         (nnimap-split-articles, nnimap-request-newgroups)
14087         (nnimap-request-create-group, nnimap-request-accept-article)
14088         (nnimap-request-delete-group, nnimap-request-rename-group)
14089         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
14090         `encoded-mbx' for consistency.
14091         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
14092         variable `imap-current-mailbox'.
14093
14094         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
14095         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
14096
14097 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
14098
14099         * pop3.el (pop3-display-message-size-flag): Display message size byte
14100         counts during POP3 download.
14101         (pop3-movemail): Use it.
14102         (pop3-list): Implement listing of available messages.
14103
14104 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
14105
14106         * nnir.el (nnir-get-article-nov-override-function): New function to
14107         override the normal NOV retrieval.
14108         (nnir-retrieve-headers): Use it.
14109
14110 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
14111
14112         * auth-source.el (netrc-machine-user-or-password): Autoload.
14113
14114 2010-03-19  Glenn Morris  <rgm@gnu.org>
14115
14116         Stop message.el from loading about 40 libraries it doesn't always need.
14117         The general approach is to autoload rather than require, and to
14118         require in the specific functions rather than the file.  (Bug#5642)
14119
14120         * gmm-utils.el: Don't require wid-edit.
14121         (widget-create-child-value, widget-convert, widget-default-get):
14122         Autoload.
14123
14124         * gnus-util.el: Don't require time-date, netrc.
14125         (message-fetch-field, gnus-group-name-decode): Declare rather than
14126         autoloading.
14127         (gnus-fetch-field): Require message.
14128         (gnus-decode-newsgroups): Require gnus-group.
14129
14130         * ietf-drums.el: Don't require time-date.
14131
14132         * message.el: Don't require hashcash, canlock, ecomplete.
14133         Do require mail-utils.  Require nnheader only when compiling.
14134         (smtpmail-default-smtp-server): Remove declaration.
14135         (message-send-mail-function): Check smtpmail-default-smtp-server
14136         is bound rather than requiring smtpmail.
14137         (message-auto-save-directory, message-insert-signature):
14138         Use expand-file-name rather than nnheader-concat.
14139         (nnheader-insert-file-contents): Autoload.
14140         (hashcash-wait-async): Declare.
14141         (message-send-mail): Only call gnus-setup-posting-charset if
14142         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14143         (message-send-mail-with-sendmail): Require sendmail.
14144         (canlock-password, canlock-password-for-verify): Declare.
14145         (message-canlock-password): Require canlock.
14146         (nnheader-get-report): Autoload.
14147         (gnus-setup-posting-charset): Declare.
14148         (message-send-news): Require gnus-msg.
14149         (message-make-references, message-make-in-reply-to): Use mail-header-id
14150         rather than the alias mail-header-message-id.
14151         (ecomplete-add-item, ecomplete-save): Declare.
14152         (message-put-addresses-in-ecomplete): Require ecomplete.
14153         (ecomplete-display-matches): Autoload.
14154
14155         * mm-decode.el: Don't require mailcap, gnus-util.
14156         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14157         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14158         Autoload.
14159         (mailcap-mime-extensions): Declare.
14160
14161         * mm-encode.el: Don't require mailcap.
14162         (mailcap-extension-to-mime): Autoload.
14163
14164         * mml-sec.el: Don't require password-cache.
14165
14166         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14167         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14168         (mml-minibuffer-read-type): Require mailcap.
14169         (mml-preview): Require gnus-msg.
14170
14171         * mml1991.el: Require password-cache.
14172         (password-cache-expiry): Remove declaration.
14173
14174         * mml2015.el: Require password-cache.
14175         (password-cache-expiry): Remove declaration.
14176
14177         * nneething.el (mailcap): Require mailcap.
14178
14179         * nnheader.el (declare-function): Add compatibility stub.
14180         (message-remove-header): Declare rather than autoload.
14181         (nnheader-replace-header): Require message.
14182
14183         * nnimap.el (declare-function): Add compatibility stub.
14184         (netrc-parse, netrc-machine-user-or-password): Declare.
14185         (nnimap-open-connection): Require netrc.
14186
14187         * nntp.el (declare-function): Add compatibility stub.
14188         (netrc-parse, netrc-machine, netrc-get): Declare.
14189         (nntp-send-authinfo): Require netrc.
14190
14191         * rfc2047.el: Don't require qp.
14192         (quoted-printable-encode-region, quoted-printable-decode-string):
14193         Autoload.
14194
14195         * sieve-mode.el: Don't require easymenu.
14196         (easy-menu-add-item): Autoload it.
14197
14198         * spam-stat.el (time-to-number-of-days): Autoload it.
14199
14200 2010-03-19  Glenn Morris  <rgm@gnu.org>
14201
14202         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14203
14204 2010-03-18  Glenn Morris  <rgm@gnu.org>
14205
14206         * hashcash.el (declare-function): Remove duplicate definition.
14207
14208 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14209
14210         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14211         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14212         value if any backslash escapes).
14213
14214 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14217         if it is available.  (bug#5647)
14218
14219         * lpath.el: Suppress compiler warning for coding-system-from-name for
14220         Emacs 21 and XEmacs.
14221
14222 2010-03-14  Juri Linkov  <juri@jurta.org>
14223
14224         * hmac-def.el:
14225         * hmac-md5.el:
14226         * netrc.el: Fix keywords.
14227
14228 2010-02-26  Glenn Morris  <rgm@gnu.org>
14229
14230         * message.el (message-send-mail-function): Change the default, so that
14231         it inherits from a customized send-mail-function.  (Bug#5643)
14232
14233 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14234
14235         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14236         shell-command-to-string signals an error (bug#5299).
14237
14238 2010-02-24  Glenn Morris  <rgm@gnu.org>
14239
14240         * message.el (message-smtpmail-send-it)
14241         (message-send-mail-with-mailclient): Doc fixes.
14242
14243 2010-02-16  Glenn Morris  <rgm@gnu.org>
14244
14245         * message.el (message-default-mail-headers): Change the default value
14246         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14247
14248 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14251         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14252
14253 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14254
14255         * time-date.el (date-to-time): Doc fix (Bug#5408).
14256
14257 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14258
14259         * message.el (message-mail): Just pass yank-action on to message-setup.
14260         (message-setup): Handle (FUN . ARGS) form of yank-action.
14261         (message-with-reply-buffer, message-widen-reply)
14262         (message-yank-original): Handle non-buffer values of
14263         message-reply-buffer (Bug#4080).
14264         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14265
14266 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14267
14268         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14269         Fix typo in docstring.
14270
14271 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14272
14273         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14274         response.
14275
14276 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14279
14280         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14281
14282         * message.el (message-check-news-header-syntax): Protect against a
14283         string that `rfc822-addresses' returns when parsing fails.
14284
14285 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14288         (gnus-previous-char-property-change): New functions.
14289
14290         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14291
14292 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14293
14294         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14295         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14296
14297 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14298
14299         * message.el (message-exchange-point-and-mark): Rework last change to
14300         avoid using optional arg of exchange-point-and-mark, for backward
14301         compatibility.
14302
14303 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14304
14305         * message.el (message-exchange-point-and-mark):
14306         Call exchange-point-and-mark with an argument rather than setting
14307         mark-active by hand (Bug#5175).
14308
14309 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * nntp.el (nntp-service-to-port): Work for service expressed with
14312         numeric string; replace [:digit:] with [0-9] for XEmacs.
14313
14314 2009-12-17  Glenn Morris  <rgm@gnu.org>
14315
14316         * gnus-group.el (gnus-bug-group-download-format-alist):
14317         Change emacs entry to debbugs.gnu.org.  Bump :version.
14318
14319 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14322
14323 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * message.el (message-info): Explain why we use `Info-goto-node'.
14326
14327 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14330
14331 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14332
14333         * message.el (message-completion-in-region): New compatibility function.
14334         (message-expand-group): Use it.
14335
14336 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14339         with no unread article should be listed if the 2nd arg `predicate' is
14340         given.
14341
14342 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14345
14346 2009-11-29  Juri Linkov  <juri@jurta.org>
14347
14348         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14349         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14350         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14351
14352 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14353
14354         * sha1.el (sha1-string-external): default-directory "/" in case
14355         otherwise non-existent.  process-connection-type pipe for touch of
14356         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14357
14358 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14359
14360         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14361         it's comms related and sgml-mode.el has "comm" on that basis too.
14362
14363 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14366         containing tspecial characters if they have been already quoted.
14367
14368 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14369
14370         * dns-mode.el (auto-mode-alist): Purecopy string.
14371
14372 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14373
14374         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14375
14376 2009-10-24  Glenn Morris  <rgm@gnu.org>
14377
14378         * gnus-art.el (help-xref-stack-item): Define for compiler.
14379
14380 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14381
14382         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14383
14384 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14387
14388 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14391         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14392
14393 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14396         (gnus-overlays-in): New alias to overlays-in.
14397
14398         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14399         gnus-overlay-get, and gnus-delete-overlay.
14400         (gnus-summary-show-thread): Make it work as well for systems in which
14401         next-single-char-property-change is not available.
14402         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14403
14404         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14405         (gnus-overlay-get): New alias to extent-property.
14406         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14407
14408         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14409         SXEmacs.
14410
14411         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14412         SXEmacs.
14413
14414 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14417
14418 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14419
14420         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14421         and XEmacs that don't have `remove-overlays'.
14422
14423 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14424
14425         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14426         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14427         selective display.  Use overlays instead.
14428
14429 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14430
14431         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14432
14433 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14434
14435         * spam-stat.el (spam-stat-load): Fix typo in message.
14436
14437 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14438
14439         * dig.el (dig-invoke): Fix typo in docstring.
14440         (query-dig): Reflow docstring.
14441
14442 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14443
14444         * gnus-art.el (gnus-article-encrypt-body):
14445         * message.el (message-check-recipients):
14446         * mm-util.el (mm-codepage-setup):
14447         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14448         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14449
14450 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14451
14452         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14453         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14454         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14455         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14456         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14457
14458 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14459
14460         * dig.el: Add "Keywords: comm", as per net-utils.el.
14461
14462 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14463
14464         * dig.el (dig-mode): Use define-derived-mode.
14465
14466 2009-09-19  Glenn Morris  <rgm@gnu.org>
14467
14468         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14469
14470 2009-09-18  Glenn Morris  <rgm@gnu.org>
14471
14472         * gnus-diary.el (gnus-diary-check-message):
14473         * message.el (message-insert-formatted-citation-line):
14474         * nnbabyl.el (top-level):
14475         * nndiary.el (nndiary-schedule):
14476         Fix typos in condition-case handlers.
14477
14478 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14481         configuration that provides the sole article window in a frame;
14482         position point correctly after deleting a part.
14483
14484 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14485
14486         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14487         (spam-resolve-registrations-routine): Use it to unregister articles
14488         that change status.
14489
14490 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14493         with XEmacs.
14494         (parse-time-string-chars): Use it.
14495
14496 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14497
14498         * imap.el (imap-interactive-login): Better messages.
14499         (imap-open): Fix bug with renamed buffer on reconnect.
14500         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14501         for easier debugging and cleaner code.  On successful (guessed based on
14502         server capabilities) secondary authentication, set imap-state
14503         correctly.
14504         (imap-last-authenticator): Define imap-last-authenticator as a variable
14505         to avoid warnings.
14506
14507 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * nnrss.el (nnrss-request-article): Remove binding of
14510         default-enable-multibyte-characters that has gotten needless by
14511         the 2007-07-13 change in rfc2047-encode-message-header.
14512
14513         * mml.el (mml-insert-multipart): Error on the message header.
14514         (mml-insert-part): Error on the message header; position point at
14515         the end of a MIME tag.
14516
14517 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * time-date.el (autoload): Expand define-obsolete-function-alias into
14520         defalias and make-obsolete for old Emacsen that Gnus supports.
14521         (with-no-warnings): Define it for old Emacsen.
14522         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14523         is available.
14524         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14525         float-time is available; suppress compile warning for time-to-seconds.
14526
14527         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14528         (gnus-float-time): Alias to float-time if it exists.
14529
14530         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14531         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14532         float-time is available; suppress compile warning for time-to-seconds.
14533
14534         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14535         XEmacs.
14536
14537 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14538
14539         * imap.el (imap-message-map): Docstring fix.
14540
14541 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14544         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14545         Add the optional argument `encoding' that overrides the default.
14546
14547         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14548         mm-encode-buffer.
14549
14550 2009-09-04  Glenn Morris  <rgm@gnu.org>
14551
14552         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14553         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14554         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14555         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14556         * mm-util.el (mm-with-unibyte-current-buffer)
14557         (mm-find-buffer-file-coding-system):
14558         * yenc.el (yenc-decode-region): Use default-value rather than
14559         default-enable-multibyte-characters.
14560
14561 2009-09-03  Glenn Morris  <rgm@gnu.org>
14562
14563         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14564         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14565         than default-enable-multibyte-characters.
14566
14567 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14568
14569         * gnus-art.el (gnus-article-read-summary-keys):
14570         Fix gnus-buffer-configuration's value temporarily used.
14571
14572 2009-09-02  Glenn Morris  <rgm@gnu.org>
14573
14574         * gnus-util.el (gnus-float-time): New function.
14575         * gnus-delay.el (gnus-delay-article):
14576         * gnus-sum.el (gnus-thread-latest-date):
14577         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14578         * nnspool.el (nnspool-request-newgroups):
14579         Use gnus-float-time rather than time-to-seconds.
14580         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14581
14582         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14583         (gnus-header-subject-face, gnus-header-newsgroups-face)
14584         (gnus-header-name-face, gnus-header-content-face):
14585         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14586         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14587         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14588         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14589         (gnus-cite-face-11):
14590         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14591         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14592         (gnus-server-closed-face, gnus-server-denied-face)
14593         (gnus-server-offline-face):
14594         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14595         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14596         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14597         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14598         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14599         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14600         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14601         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14602         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14603         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14604         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14605         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14606         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14607         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14608         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14609         (gnus-summary-high-undownloaded-face)
14610         (gnus-summary-low-undownloaded-face)
14611         (gnus-summary-normal-undownloaded-face)
14612         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14613         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14614         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14615         (gnus-splash-face):
14616         * message.el (message-header-to-face, message-header-cc-face)
14617         (message-header-subject-face, message-header-newsgroups-face)
14618         (message-header-other-face, message-header-name-face)
14619         (message-header-xheader-face, message-separator-face)
14620         (message-cited-text-face, message-mml-face):
14621         * sieve-mode.el (sieve-control-commands-face)
14622         (sieve-action-commands-face, sieve-test-commands-face)
14623         (sieve-tagged-arguments-face):
14624         * spam.el (spam-face):
14625         Mark face aliases with "-face" in the name as obsolete.
14626
14627 2009-09-01  Glenn Morris  <rgm@gnu.org>
14628
14629         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14630         than goto-line.
14631
14632 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14635         Don't move point if the command is invoked inside the message header.
14636
14637 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14638
14639         * imap.el (imap-send-command): Simplify.
14640         (imap-wait-for-tag): point-max -> buffer-size.
14641
14642 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14643
14644         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14645         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14646         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14647         * nnir.el (nnir-swish-e-index-file):
14648         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14649         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14650         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14651         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14652         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14653         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14654
14655 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14658         Don't save excursion.
14659
14660 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14661
14662         * nnheader.el (nnheader-find-file-noselect):
14663         * mm-util.el (mm-insert-file-contents):
14664         Use (default-value 'major-mode) instead of default-major-mode.
14665
14666 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14667
14668         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14669
14670 2009-08-26  Glenn Morris  <rgm@gnu.org>
14671
14672         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14673         than placing in files.el.
14674
14675 2009-08-25  Glenn Morris  <rgm@gnu.org>
14676
14677         * nnir.el (top-level): Don't require cl at run-time.
14678         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14679         Replace cl-function substitute with gnus-replace-in-string.
14680         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14681         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14682         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14683         simplified expansions.
14684
14685 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14686
14687         * dig.el (dig): Add autoload cookie.
14688
14689 2009-08-22  Glenn Morris  <rgm@gnu.org>
14690
14691         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14692         goto-line.
14693
14694 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14695
14696         * parse-time.el (parse-time-string-chars): Save match data.
14697
14698 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14699
14700         * parse-time.el (parse-time-string-chars): Compute using character
14701         classes, to handle non-ascii characters (Bug#3190).
14702
14703 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14706
14707         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14708         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14709         (gnus-mm-display-part, gnus-mime-display-single)
14710         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14711         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14712
14713         * gnus-sum.el
14714         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14715         (gnus-summary-move-article): Add expirable mark to articles copied or
14716         moved to group that has auto-expire turned on if the option is non-nil.
14717
14718 2009-07-24  Glenn Morris  <rgm@gnu.org>
14719
14720         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14721         Fix typo.  (Bug#3903)
14722
14723 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14726         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14727         that should not be used for draft articles.
14728         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14729         that has no concern in minor mode keys.
14730         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14731         Abolish.
14732
14733 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14736         article without making inquiry to a user for unknown encoding.
14737
14738         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14739         (nnmaildir--scan): Assume i-node and device number that file-attributes
14740         returns might be cons-cell.
14741
14742         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14743
14744         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14745
14746 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14747
14748         * auth-source.el: Remove docs now in auth.texi.  Don't use
14749         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14750         `auth-source-hide-passwords' and use them.
14751
14752 2009-07-15  Glenn Morris  <rgm@gnu.org>
14753
14754         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14755
14756 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14759         excessive whitespace from the default values of title and description.
14760
14761 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14764         mail-fetch-field to fetch Content-Description header in order to
14765         exclude newlines.
14766
14767 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14768
14769         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14770         format used by GnuPG 2.0.11.
14771
14772 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14775         to deleted part.
14776
14777 2009-05-30  David Engster  <dengste@eml.cc>
14778
14779         * nnmairix.el: Remove old documentation in the commentary block.
14780         (nnmairix-request-group): Do not update active file for nnml back ends.
14781         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14782         end so that overview files are ignored.
14783         (nnmairix-update-groups): Make updating the groups more robust by using
14784         marks.
14785         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14786         with dollar characters in message-id.
14787
14788 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14789
14790         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14791         2008-12-25 in dns.el.
14792
14793 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14794
14795         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14796         could happen if the text is only composed of spaces and/or tabs.
14797
14798 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14799
14800         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14801         when sending a queued message to avoid extra mml tags.
14802
14803 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14806
14807 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14810         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14811         rmail-toggle-header for XEmacs;
14812         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14813
14814 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * gnus-dired.el: Remove autoload for gnus-setup-message.
14817         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14818         displaying Gnus logo; always use compose-mail.
14819
14820 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14823
14824 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14825
14826         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14827         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14828         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14829         available.
14830         (gnus-nocem-epg-verify): New function.
14831
14832 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14835
14836 2009-02-15  Glenn Morris  <rgm@gnu.org>
14837
14838         * gnus-util.el (rmail-insert-rmail-file-header)
14839         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14840         autoloads.
14841         (rmail-default-rmail-file): Remove unnecessary declaration.
14842         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14843
14844 2009-02-14  Glenn Morris  <rgm@gnu.org>
14845
14846         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14847         variable (only used in gnus-util, which declares it anyway).
14848         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14849         which was only needed by gnus-art (changed to not use it any more).
14850         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14851         only used in gnus-util, which autoloads it itself.
14852         (rmail-update-summary): Fix autoload.
14853
14854         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14855         rather than rmail-output-to-rmail-file.
14856
14857 2009-02-07  Glenn Morris  <rgm@gnu.org>
14858
14859         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14860         autoload of function that no longer exists.
14861         (rmail-toggle-header): Declare.
14862         (message-forward-rmail-make-body): Handle mbox Rmail.
14863
14864 2009-01-31  Glenn Morris  <rgm@gnu.org>
14865
14866         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14867         2009-01-09 change.
14868
14869 2009-01-31  Dave Love  <fx@gnu.org>
14870
14871         * imap.el (imap-fetch-safe): Bind debug-on-error.
14872         (imap-debug): Add imap-fetch-safe.
14873
14874 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14875
14876         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14877         (auth-source-forget-all-cached): New convenience function.
14878         (auth-source-user-or-password): Accept list of modes or a single mode.
14879
14880         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14881         auth-source modes.
14882
14883         * netrc.el (netrc-machine-user-or-password): Use list of
14884         auth-source modes.
14885
14886         * nnimap.el (nnimap-open-connection): Use list of
14887         auth-source modes.
14888
14889         * nntp.el (nntp-send-authinfo): Use list of
14890         auth-source modes.
14891
14892 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14893
14894         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14895         now.
14896
14897 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14900         coding system in XEmacs; add a workaround for XEmacs.
14901
14902         * lpath.el: Fbind coding-system-aliasee.
14903
14904 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14907         of current-language-environment.
14908
14909 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14912         available at runtime.
14913
14914 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14917
14918 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14919
14920         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14921         the greatest positive fixnum value doesn't work under an XEmacs with
14922         bignum support; use the most-positive-fixnum constant instead,
14923         available since Emacs 21.1 with cl and XEmacs 21.1.
14924
14925 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14926
14927         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14928         XEmacs gets not to work.
14929
14930 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * mm-util.el (mm-coding-system-priorities): Allow the value like
14933         "Japanese (UTF-8)" of current-language-environment.
14934
14935 2009-01-09  Glenn Morris  <rgm@gnu.org>
14936
14937         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14938         with last-command-event.
14939
14940 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14941
14942         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14943         in the doc string.
14944
14945         * message.el (message-fix-before-sending): Amend comment.
14946
14947 2009-01-08  Dave Love  <fx@gnu.org>
14948
14949         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14950
14951 2009-01-07  David Engster  <dengste@eml.cc>
14952
14953         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14954         simplified server definitions by converting it via
14955         gnus-server-to-method.
14956
14957 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14960         parameter's operands.
14961
14962 2009-01-06  David Engster  <dengste@eml.cc>
14963
14964         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14965         primary select method (for gnus-group-mark-article-as-read).
14966
14967 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14968
14969         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14970         `(gnus)Face', not `(gnus)X-Face'.
14971
14972 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * mm-util.el (mm-ucs-to-char): New function.
14975
14976         * mm-url.el (mm-url-decode-entities): Use it.
14977
14978         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14979         unicode-to-char.
14980
14981 2009-01-05  Dave Love  <fx@gnu.org>
14982
14983         * time-date.el: Require cl for `declare'.
14984
14985 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14986
14987         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14988         Dave Love.
14989
14990 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * message.el (message-fix-before-sending): Add `eight-bit' to
14993         illegible-text check.
14994
14995 2009-01-03  Michael Olson  <mwolson@gnu.org>
14996
14997         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14998         `headers' is nil.  This can occur if the IMAP server does not have
14999         permissions to read messages from a folder, but can write new messages
15000         to the folder.
15001         (nnimap-request-article-part): Do not insert `data' if it is nil.
15002
15003         * imap.el (imap-parse-fetch): Courier can insert spurious blank
15004         characters which will confuse `read', so skip past them.
15005
15006 2009-01-01  Dave Love  <fx@gnu.org>
15007
15008         * imap.el (imap-string-to-integer): Fix typo.
15009         (imap-fetch-safe): New function.
15010         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
15011
15012         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
15013
15014         * imap.el (imap-process-connection-type, imap-debug, imap-open):
15015         (imap-parse-greeting): Fix doc strings.
15016         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
15017         (imap-parse-flag-list): Make messages unique.
15018         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
15019
15020         * nnimap.el: Fix author email.
15021         (nnimap-split-rule): Add FIXME comment.
15022         (nnimap-debug): Fix doc string.
15023
15024 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * dns.el (dns-set-servers): Check "Address".  Fix typo.
15027
15028 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
15031         nslookup if resolv.conf isn't available.
15032         (dns-query): Rename from query-dns.
15033         (dns-query-cached): Rename from query-dns-cached.
15034
15035 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
15038         overlay-arrow-position and overlay-arrow-string buffer-local; no need
15039         to check if those variables exist (first appeared in Emacs 18.50).
15040
15041 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * mm-util.el (mm-line-number-at-pos): New function.
15044
15045         * spam-report.el (spam-report-process-queue): Use it.
15046
15047 2008-12-24  David Engster  <dengste@eml.cc>
15048
15049         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
15050         parameters that haven't existed as variables as buffer-local variables.
15051
15052 2008-12-23  Dave Love  <fx@gnu.org>
15053
15054         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
15055         cadar.
15056
15057         * sieve-manage.el (sieve-manage-starttls-p): Rename from
15058         imap-starttls-p.
15059         (sieve-manage-starttls-open): Rename from imap-starttls-open.
15060
15061 2008-12-22  Dave Love  <fx@gnu.org>
15062
15063         * imap.el: Fix author email.  Doc fixes.
15064         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
15065         reply.
15066
15067 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
15068
15069         * spam-report.el (spam-report-gmane-max-requests): New constant.
15070         (spam-report-gmane-wait): New variable.
15071         (spam-report-gmane-ham, spam-report-gmane-spam)
15072         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
15073         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
15074         the server.
15075
15076         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
15077         Add explanations.
15078
15079         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
15080         nnheader-accept-process-output and nnheader-read-timeout if available.
15081         (pop3-movemail): Use it.
15082
15083         * message.el (message-check-news-body-syntax): Fix signature check if
15084         there's an attachment.
15085
15086 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * mm-util.el: Add comments to the mm- emulating functions.
15089
15090 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
15091
15092         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
15093         Reported by Stephen Berman <stephen.berman@gmx.net>.
15094
15095 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * mm-util.el (mm-substring-no-properties): New function.
15098         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
15099         (mm-special-display-p): Enable those lambda forms to be byte compiled.
15100         (mm-string-to-multibyte): Doc fix.
15101
15102         * mml.el (mml-attach-file): Use mm-substring-no-properties.
15103
15104 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15105
15106         * mml.el (mml-attach-file): Strip text properties from file name.
15107         (Bug#1574)
15108
15109 2008-12-16  Glenn Morris  <rgm@gnu.org>
15110
15111         * mm-util.el (mm-charset-override-alist): Declare for compiler.
15112
15113 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
15116         knows since the charset specified might be a bogus alias that
15117         mm-charset-synonym-alist provides.
15118
15119 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15120
15121         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
15122         "ISO_8859-1".
15123
15124         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
15125
15126 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * mm-util.el (mm-charset-eval-alist):
15129         Define it before mm-charset-to-coding-system.
15130         (mm-charset-to-coding-system): Add optional argument `silent';
15131         define it before mm-charset-override-alist.
15132         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15133         default value if it can be used in Emacs currently running;
15134         silence mm-charset-to-coding-system.
15135
15136 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15139         `allow-override' which says whether to use `mm-charset-override-alist'.
15140         (rfc2047-decode-encoded-words): Use it.
15141
15142         * mm-util.el (mm-charset-override-alist): Fix custom type;
15143         add `(gb2312 . gbk)' to choices.
15144
15145 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15148         fast.
15149
15150         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15151
15152         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15153
15154 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15155
15156         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15157         on links.
15158
15159         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15160
15161 2008-12-03  Lute Kamstra  <lute@gnu.org>
15162
15163         * sha1.el: Remove leading * from docstrings of defcustoms,
15164         deffaces, defconsts and defuns.
15165
15166 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15169         users' addresses that don't have domain parts.
15170         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15171         rather than message-narrow-to-head since there will be the message
15172         header separator.
15173
15174 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15175
15176         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15177         since the result is inserted in a unibyte buffer anyway.
15178         (nnimap-demule-use-string-to-multibyte): Remove.
15179         (nnimap-demule): Alias it to mm-string-to-multibyte.
15180
15181 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15184         variable for debugging bug#464 and bug#1174.
15185         (nnimap-demule): Use it.
15186
15187 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15188
15189         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15190         score calculation correctly.
15191
15192 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15193
15194         * message.el (message-send-mail): Just set the buffer to unibyte
15195         rather than use mm-with-unibyte-current-buffer which does a lot more.
15196         (message-send-mail-partially): Don't bother with
15197         mm-with-unibyte-current-buffer since it's already been made unibyte by
15198         message-send-mail.
15199
15200 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15201
15202         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15203
15204 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15205
15206         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15207
15208 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15211         require itself and to remove `with-no-warnings'.
15212
15213 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15214
15215         * starttls.el (starttls-any-program-available): Get the name of the
15216         available TLS layer program.
15217         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15218         well as the host name in the "opening" message.
15219
15220         * auth-source.el (auth-source-cache, auth-source-do-cache)
15221         (auth-source-user-or-password): Cache passwords and logins by default,
15222         allow override with `auth-source-do-cache'.
15223         (auth-source-forget-user-or-password): Allow users to remove cache
15224         entries if needed.
15225
15226 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15227
15228         * md4.el (md4-buffer): Fix typo in docstring.
15229         (md4, md4-64): Doc fixes.
15230         (md4-pack-int32): Reflow docstring.
15231
15232 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15233
15234         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15235         condition-case to only the forward-sexp call.
15236
15237 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15238
15239         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15240         quotes contained.  Make it more robust regardless by an extra
15241         condition-case wrapper.
15242
15243 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15246
15247 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15248
15249         * nnml.el (nnml-request-expire-articles): Check if the function set to
15250         `nnmail-expiry-target' returns the symbol `delete'.
15251
15252         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15253
15254         * nnmail.el (nnmail-expiry-target): Fix custom type.
15255
15256 2008-10-02  Glenn Morris  <rgm@gnu.org>
15257
15258         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15259         Silence compiler warning.
15260
15261 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15262
15263         * tls.el (open-tls-stream): Show the actual command being
15264         executed, instead of the format string.
15265
15266 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * lpath.el: Fbind codepage-setup for Emacs 23.
15269
15270 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15271
15272         * mml.el (mml-menu): Don't assume mml2015 is bound.
15273
15274 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15277         exists.
15278
15279 2008-09-27  Glenn Morris  <rgm@gnu.org>
15280
15281         * gnus-util.el (mail-header-remove-comments): Autoload it.
15282
15283 2008-09-27  Andreas Schwab  <schwab@suse.de>
15284
15285         * gnus-util.el (gnus-split-references): Strip comments.
15286         (gnus-parent-id): Likewise.
15287
15288 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * message.el (message-confirm-send): Fix version.
15291
15292 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * message.el (message-idna-to-ascii-rhs-1): Use
15295         mail-extract-address-components rather than mail-header-parse-addresses
15296         that is an alias by default to ietf-drums-parse-addresses that does not
15297         support non-ASCII names in headers' contents.
15298
15299 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15300
15301         * message.el (message-confirm-send): Fix variable documentation to
15302         avoid the "y/n" wording.
15303
15304 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15305
15306         * message.el (message-set-auto-save-file-name): Save to a different
15307         filename so multiple messages (especially drafts) can be recovered.
15308
15309 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15310
15311         * message.el (message-confirm-send): Add appropriate version.
15312
15313 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15314
15315         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15316         defvar.
15317
15318 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15319
15320         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15321         (mm-pkcs7-enveloped-magic): Ditto.
15322
15323 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15324
15325         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15326         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15327
15328 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15329
15330         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15331         default, it's better.
15332
15333 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15334
15335         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15336         summary line gnus-number property and ignore them (with a warning
15337         message).
15338
15339 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15342         macro caddr in the interactive form since it won't be expanded.
15343
15344 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15347         `charset'; fix name of function called recursively.
15348         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15349
15350 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15353         (gnus-mime-set-charset-parameters): New function.
15354         (gnus-mime-view-part-as-charset): Use it to correctly display part
15355         specifying wrong charset.
15356
15357 2008-09-08  David Engster  <dengste@eml.cc>
15358
15359         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15360         in completing-read for back end server.
15361
15362 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15363
15364         * message.el (message-confirm-send): New variable to confirm sending a
15365         message.
15366         (message-send): Use it.
15367
15368 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15369
15370         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15371
15372 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15375
15376 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15377
15378         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15379         prevent tracking too many groups.
15380         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15381         Use it.
15382
15383 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15384
15385         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15386         moving point to the bottom of the window in order to avoid recentering.
15387
15388 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15391
15392         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15393         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15394         (gnus-article-beginning-of-window): Fix calculation.
15395
15396 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-msg.el (gnus-summary-supersede-article)
15399         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15400         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15401         message header.
15402
15403 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15404
15405         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15406         pending output coming after the status change.
15407
15408 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15409
15410         * message.el:
15411         * gnus-start.el:
15412         * gnus-registry.el: Remove VMS support.
15413
15414 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15417         macro.
15418         (rfc2104-hash): Use it.
15419
15420 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15423         (gnus-summary-sort-by-most-recent-date): New commands.
15424         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15425         and menu entries.
15426
15427 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15430         don't redisplay article for raw contents; remove plural articles stuff.
15431
15432         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15433         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15434         on gnus-summary-save-article; display results properly.
15435
15436 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * lpath.el: No need to fbind ns-focus-frame.
15439
15440 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15443
15444 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15445
15446         * gnus-art.el (gnus-summary-save-in-pipe):
15447         Consider gnus-save-all-headers.
15448
15449 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15450
15451         * gnus-util.el (ns-focus-frame): Remove declaration.
15452         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15453         like x.
15454
15455 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15456
15457         * rfc2104.el (rfc2104-zero): Delete defconst.
15458         (rfc2104-hex-alist): Likewise.
15459         (rfc2104-hex-to-int): Delete func.
15460         (rfc2104-hexstring-to-bitstring): Likewise.
15461         (rfc2104-nybbles): New defconst.
15462         (rfc2104-hash): Rewrite for speed.
15463
15464 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * tls.el (open-tls-stream): Make it work with the 2nd argument
15467         BUFFER that is a string but does not exist as a buffer object, as
15468         mentioned in the doc-string.
15469
15470 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15473         SXEmacs.
15474
15475 2008-07-16  Glenn Morris  <rgm@gnu.org>
15476
15477         * gnus-util.el (ns-focus-frame): Declare for compiler.
15478
15479 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15482         set as a group parameter.
15483         (gnus-summary-save-in-pipe): Work when it is called independently.
15484         (gnus-summary-pipe-to-muttprint): Don't modify
15485         gnus-summary-pipe-output-default-command.
15486
15487 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15488
15489         * message.el (message-send-mail-with-sendmail):
15490         Display the error message.
15491
15492 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-art.el (gnus-default-article-saver):
15495         Add gnus-summary-save-in-pipe to choices.
15496         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15497         gnus-summary-pipe-output-default-command as the default command.
15498         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15499         instead of gnus-last-shell-command.
15500
15501         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15502         New user option.
15503         (gnus-summary-muttprint-program): Mention the value will be changed.
15504         (gnus-summary-save-article): Force showing of all headers.
15505         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15506
15507 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15508
15509         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15510
15511 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15512
15513         * nnimap.el (nnimap-id):
15514         * sieve-manage.el (sieve-manage-open): Doc fixes.
15515
15516 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15517
15518         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15519         if available.
15520
15521 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15522
15523         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15524
15525         * nnkiboze.el (nnkiboze-generate-group):
15526         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15527
15528         * nnmairix.el: Require CL.
15529
15530 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * dgnushack.el: Autoload get-display-table and put-display-table for
15533         XEmacs 21.5.
15534
15535         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15536         21.4 and SXEmacs.
15537
15538 2008-06-15  David Engster  <dengste@eml.cc>
15539
15540         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15541
15542 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15543
15544         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15545         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15546         runtime choice under XEmacs.
15547
15548         * gnus-sum.el (gnus-summary-set-display-table):
15549         Use `gnus-put-display-table', `gnus-get-display-table',
15550         `gnus-set-display-table' for the display table, instead of `aset'.
15551
15552         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15553         Use `gnus-put-display-table', `gnus-get-display-table',
15554         `gnus-set-display-table' for the display table.
15555
15556 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * nnmairix.el: Add autoloads.
15559
15560 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15561
15562         * nnmairix.el (nnmairix-delete-recreate-group)
15563         (nnmairix-update-and-clear-marks): Fix error messages.
15564
15565 2008-06-14  David Engster  <dengste@eml.cc>
15566
15567         * nnmairix.el: Upgrade to version 0.6.
15568         (nnmairix-group-toggle-propmarks-this-group)
15569         (nnmairix-group-toggle-readmarks-this-group)
15570         (nnmairix-group-delete-recreate-this-group)
15571         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15572         (nnmairix-remove-tick-mark-original-article): New commands.
15573         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15574         (nnmairix-propagate-marks-to-nnmairix-groups)
15575         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15576         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15577         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15578         functions needed for marks propagation and manipulation of read marks.
15579         (nnmairix-update-groups): New function.
15580         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15581         (nnmairix-determine-original-group-from-registry)
15582         (nnmairix-determine-original-group-from-path)
15583         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15584         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15585         New helper functions.
15586         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15587         keystrokes for new commands.
15588         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15589         (nnmairix-request-group): Check allow-fast group parameter.
15590         (nnmairix-request-create-group): Set allow-fast group parameter if
15591         nnmairix-allowfast-default is set.
15592         (nnmairix-close-group): Propagate marks upon closing if needed.
15593         (nnmairix-group-toggle-threads-this-group): Use new.
15594         nnmairix-group-toggle-parameter helper function.
15595         (nnmairix-search): Better check for empty search result.
15596         (nnmairix-goto-original-article): Use new helper functions for
15597         determining original article.
15598         (nnmairix-show-original-article): Make sure message-id is in brackets.
15599         (nnmairix-call-mairix-binary): Change variable name.
15600         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15601         helper function.
15602         (nnmairix-widget-toggle-activate): Fix doc string.
15603
15604 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * nnir.el: Require edmacro when compiling with XEmacs.
15607         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15608         available in Emacs 21.
15609
15610 2008-06-11  Glenn Morris  <rgm@gnu.org>
15611
15612         * gnus-util.el (x-focus-frame):
15613         * gnus.el (image-size):
15614         * mm-decode.el (image-size): Declare.
15615
15616         * gnus-picon.el (declare-function): Add compat definition.
15617         (image-size): Declare.
15618
15619         * gnus-group.el (tool-bar-map):
15620         * gnus-sum.el (tool-bar-map): Define for compiler.
15621
15622         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15623
15624         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15625
15626         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15627         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15628         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15629         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15630         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15631         * sieve-manage.el, spam-report.el, spam.el:
15632         Remove unnecessary eval-and-compile of autoloads.
15633
15634 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15635
15636         * auth-source.el: Precise Tramp doc.
15637
15638 2008-06-07  Glenn Morris  <rgm@gnu.org>
15639
15640         * nnmairix.el: Remove unnecessary eval-when-compile.
15641
15642 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15643
15644         * lpath.el: Fbind propertize for XEmacs 21.4.
15645
15646 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15647
15648         * nnir.el: Move here from ../contrib.
15649
15650 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15651
15652         * gnus-util.el (gnus-read-shell-command): New function.
15653         * mm-decode.el (mm-pipe-part):
15654         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15655
15656 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15659
15660 2008-06-03  Glenn Morris  <rgm@gnu.org>
15661
15662         * pop3.el (nnheader-accept-process-output): Autoload it.
15663
15664 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15667         are not 2-digit hexadecimal characters that follow `%'s.
15668
15669 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15670
15671         * message.el (message-bogus-recipient-p): Fix type in doc string.
15672         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15673         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15674         Improve custom options.
15675         (message-bogus-recipient-p): Adjust accordingly.
15676
15677 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15678
15679         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15680         long-form month and day names.
15681
15682 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * dgnushack.el: Autoload debug, eudc-expand-inline and
15685         pgg-snarf-keys-region for XEmacs.
15686
15687         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15688
15689         * nnmairix.el: Require edmacro when compiling with XEmacs.
15690
15691 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15692
15693         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15694         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15695
15696 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15697
15698         * auth-source.el: Add more docs.
15699
15700         * netrc.el (netrc-machine): Always match if the port is not given.
15701
15702 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15703
15704         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15705         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15706         retrieval faster in some cases, but might make CPU usage larger.
15707         If this has any bad side effects, we might revert this change.
15708
15709         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15710         seems to make mail retrieval much, much faster.
15711         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15712         unconditionally.
15713
15714         * gnus-draft.el (gnus-group-send-queue):
15715         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15716
15717 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15720
15721         * message.el (message-bogus-address-regexp): Fix and improve custom
15722         type.
15723         (message-setup-hook): Add message-check-recipients as custom option.
15724
15725 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15726
15727         * message.el (message-cite-function): Remove bogus autoload which crept
15728         in during merge from v5-10.
15729
15730 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15731
15732         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15733
15734         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15735
15736         * auth-source.el: Preliminary Tramp docs.
15737         (auth-sources): Change the default auth-sources to use
15738         EPA .gpg files.
15739
15740 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15741
15742         * nntp.el: Autoload `auth-source-user-or-password'.
15743         (nntp-send-authinfo): Use it.
15744
15745         * nnimap.el: Autoload `auth-source-user-or-password'.
15746         (nnimap-open-connection): Use it.
15747
15748         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15749         for the gnus-message function.
15750         (auth-source-user-or-password): Use it.
15751
15752 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15753
15754         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15755         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15756         (rfc2104-hash): Use it.
15757
15758 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15759
15760         * gnus-art.el (gnus-article-toggle-truncate-lines):
15761         Don't use `iff' in docstring.
15762
15763 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15764
15765         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15766
15767         * gnus-util.el (gnus-extract-address-component-name)
15768         (gnus-extract-address-component-email): Convenience functions around
15769         `gnus-extract-address-components'.
15770
15771         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15772         Use `gnus-extract-address-component-email' to fix bug of comparing full
15773         sender name to `user-mail-address'.
15774
15775 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15776
15777         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15778         catch/throw to optimize.
15779         (gnus-registry-find-keywords): Just use member to find a keyword.
15780
15781 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15782
15783         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15784         is current before calling gnus-server-prepare.
15785         (gnus-server-setup-buffer, gnus-server-update-server)
15786         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15787
15788 2008-05-04  Juri Linkov  <juri@jurta.org>
15789
15790         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15791         (mailcap-file-default-commands): Use mailcap-replace-in-string
15792         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15793         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15794
15795 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15796
15797         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15798
15799 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15800
15801         * gnus.el: Bump version to 0.11.
15802
15803 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15804
15805         * gnus.el: No Gnus v0.10 is released.
15806
15807 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15808
15809         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15810         hooks.
15811         (gnus-update-read-articles): Speed up non-marks-using users.
15812         (gnus-use-marks): Define gnus-use-marks.
15813         (gnus-propagate-marks): Rename variable to something more sensible.
15814
15815 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15816
15817         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15818         (gmm-image-load-path-for-library): Fix typos in docstrings.
15819         (gmm-message): Reflow docstring.
15820
15821 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15822
15823         * mail-source.el (mail-source-set-1, mail-source-bind):
15824         Move auth-source code out of the macro to clean it up and fix bugs.
15825
15826 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15827
15828         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15829         by sender if it's equal to user-mail-address, it's likely to be
15830         useless.
15831
15832         * mail-source.el (mail-source-bind): Don't use user or password if they
15833         are not bound.  Unintern them if they are nil.  Don't use server unless
15834         it's bound, and default it to empty string otherwise.
15835
15836 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15837
15838         * mail-source.el: Load auth-source.el.
15839         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15840         get user name or password, if auth-sources is set up.
15841
15842         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15843         strategy of splitting with parent.
15844         (gnus-registry-split-fancy-with-parent)
15845         (gnus-registry-post-process-groups): Use it and fix prior
15846         bug (returning a list as the split result).
15847
15848         * auth-source.el (auth-sources): Remove server parameter.
15849         (auth-source-pick, auth-source-user-or-password)
15850         (auth-source-user-or-password-imap)
15851         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15852         (auth-source-user-or-password-sftp)
15853         (auth-source-user-or-password-smtp): Remove server parameter.
15854
15855 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15856
15857         * smime.el (smime-sign-region, smime-encrypt-region)
15858         (smime-decrypt-region):
15859         Remove redundant calls to `generate-new-buffer-name'.
15860
15861 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15862
15863         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15864         Don't use QP for message/rfc822.
15865         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15866
15867 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15868
15869         * sieve-manage.el (sieve-string-bytes): Remove.
15870         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15871         correct byte-length only if the process's coding-system is the same as
15872         the one used internally by Emacs to represent strings.
15873
15874 2008-04-22  Juri Linkov  <juri@jurta.org>
15875
15876         * mailcap.el (mailcap-file-default-commands): New function.
15877
15878 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15879
15880         * message.el (message-signature-separator, message-cite-function):
15881         Change custom version.
15882
15883 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15884
15885         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15886         commands.
15887         (tls-checktrust): Ditto.
15888
15889 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15890
15891         * mm-decode.el (mm-display-external): Make temp file read-only.
15892
15893 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15894
15895         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15896         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15897         `C-c C-f d'.
15898
15899 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15900
15901         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15902
15903 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * gnus.el: Bump version to 0.9.
15906
15907 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15908
15909         * gnus.el: No Gnus v0.8 is released.
15910
15911 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15912
15913         * mail-source.el (mail-source-value):
15914         Prefer fboundp to functionp so it works with macros as well.
15915
15916 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15917
15918         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15919         Fix last change in case the element is not even a symbol.
15920
15921 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15922
15923         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15924         Prefer fboundp to functionp so it works with macros as well.
15925
15926 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15927
15928         * auth-source.el: Add docs.
15929         (auth-sources): Modify format to support server.
15930         (auth-source-pick, auth-source-user-or-password)
15931         (auth-source-user-or-password-imap)
15932         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15933         (auth-source-user-or-password-sftp)
15934         (auth-source-user-or-password-smtp): Add server parameter.
15935
15936 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15937
15938         * gnus-registry.el: Initialize the registry when gnus-registry-install
15939         is t.
15940
15941 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * compface.el (uncompface): Make buffer unibyte.
15944
15945 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15946
15947         * mail-source.el (mail-source-value):
15948         Prefer fboundp to functionp so it works with macros as well.
15949
15950 2008-04-05  Glenn Morris  <rgm@gnu.org>
15951
15952         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15953
15954 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15955
15956         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15957         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15958
15959         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15960         multibyteness after rather than before erasing it.
15961
15962         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15963         mm-with-multibyte.
15964         (gnus-request-article-this-buffer): Make sure the proper decoding is
15965         used if gnus-original-article-buffer happens to be unibyte.
15966
15967         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15968         default-enable-multibyte-characters.
15969
15970         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15971         default-enable-multibyte-characters.
15972
15973         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15974
15975         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15976
15977 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15978
15979         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15980         Fix last change in case the element is not even a symbol.
15981
15982 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15983
15984         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15985         (imap-message-copyuid-1): Use it.
15986         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15987         J. Williams in
15988         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15989
15990         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15991         imap-enable-exchange-bug-workaround.
15992         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15993
15994 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15995
15996         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15997         a 100 byte status-checks into a 2-3MB transfer for each group.
15998         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15999         to enable bug workaround or not.
16000         (nnimap-find-minmax-uid): Only enable workaround conditionally.
16001
16002 2008-03-31  Glenn Morris  <rgm@gnu.org>
16003
16004         * message.el (mml2015-use): Declare for compiler.
16005         (message-info): Require mml2015 when appropriate.
16006
16007 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * Makefile.in (EMACS_COMP): Quote directory name that might contain
16010         whitespace.
16011
16012 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16013
16014         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
16015         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
16016         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
16017         (nntp-service-to-port): New function.
16018         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
16019         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
16020         (nntp-open-netcat-stream): New function.
16021         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
16022
16023 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
16024
16025         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
16026
16027 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16028
16029         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
16030
16031 2008-03-28  Magnus Henoch  <mange@freemail.hu>
16032
16033         * dns.el (dns-write): Use set-buffer-multibyte.
16034
16035 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
16036
16037         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
16038
16039 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16040
16041         * message.el (message-signature-separator): Change default.
16042         Improve custom type.
16043         (message-cite-function): Change default to
16044         message-cite-original-without-signature.
16045
16046         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
16047         toggle.
16048
16049         * message.el (message-check-news-body-syntax): Fix signature check.
16050         (message-setup-1): Mark buffer as unmodified _after_ running
16051         message-setup-hook and handling message-alternative-emails.
16052         (message-shorten-references): Be more strict when building list of
16053         valid references to comply with GNKSA.
16054
16055         * gnus-group.el (gnus-read-ephemeral-bug-group)
16056         (gnus-read-ephemeral-debian-bug-group)
16057         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
16058
16059         * message.el (message-info): Don't use booleanp which isn't supported
16060         in Emacs 21 and XEmacs.
16061
16062 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
16063
16064         * gnus-group.el (gnus-gmane-group-download-format): Rename from
16065         gnus-group-gmane-group-download-format.
16066         (gnus-group-read-ephemeral-gmane-group): Rename from
16067         gnus-group-read-ephemeral-gmane-group.
16068         (gnus-read-ephemeral-gmane-group-url): Rename from
16069         gnus-group-read-ephemeral-gmane-group-url.
16070         (gnus-bug-group-download-format-alist): New variable.
16071         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
16072         (gnus-read-ephemeral-emacs-bug-group): New commands.
16073
16074 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16075
16076         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
16077         (gnus-visible-headers): Improve custom type.
16078
16079 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16080
16081         * mml.el (mml-menu): Add workarounds for XEmacs.
16082
16083         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
16084         X-Boundary header.
16085
16086         * message.el (message-simplify-recipients): Fix previous commit.
16087
16088 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16089
16090         * mm-util.el (mm-set-buffer-multibyte): New function.
16091         * mm-decode.el (mm-copy-to-buffer): Use it.
16092
16093         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
16094         Prefer fboundp to functionp so it works with macros as well.
16095
16096 2008-03-19  Glenn Morris  <rgm@gnu.org>
16097
16098         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
16099         Accidentally removed in the sync process with Emacs.
16100
16101 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16102
16103         * message.el (message-alter-recipients-discard-bogus-full-name):
16104         New function.
16105         (message-alter-recipients-function): New variable.
16106         (message-get-reply-headers): Use it.
16107         (message-replace-header): New helper function.
16108         (message-recipients-without-full-name): New variable.
16109         (message-simplify-recipients): New command.
16110
16111         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
16112
16113         * message.el (message-info): Handle EasyPG manual.
16114
16115         * mml.el (mml-menu): Add entry for EasyPG.
16116
16117 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
16118
16119         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
16120         parameter.
16121
16122         * message.el (message-disassociate-draft): Specify drafts group name
16123         fully.
16124
16125 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
16126
16127         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16128         Eliminate unnecessary duplicates from the match list.
16129
16130 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16133
16134         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16135
16136         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16137         args of `how-many' of which the XEmacs version doesn't take; declare
16138         Info-index-next as function.
16139
16140 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * gnus-score.el (gnus-score-headers): Fix handling of
16143         gnus-inhibit-slow-scoring.
16144
16145         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16146         string.
16147         (gnus-button-url-regexp): Improve handling of parenthesis.
16148         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16149         (gnus-button-handle-info-keystrokes): Handle index entries.
16150
16151 2008-03-15  Glenn Morris  <rgm@gnu.org>
16152
16153         * parse-time.el (parse-time-string): Simplify.
16154
16155 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16158         Incoming* files.
16159
16160 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16161
16162         * auth-source.el (auth-sources): Rename from auth-source-choices.
16163         (auth-source-pick): Use it.
16164
16165 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16166
16167         * binhex.el (binhex-decode-region-internal):
16168         * uudecode.el (uudecode-decode-region-internal):
16169         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16170         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16171         setting default-enable-multibyte-characters.
16172
16173 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16174
16175         * auth-source.el (auth-source-protocols)
16176         (auth-source-protocols-customize, auth-source-choices): Add and
16177         modified variable customizations and defaults.
16178         (auth-source-pick, auth-source-user-or-password)
16179         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16180         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16181         (auth-source-user-or-password-sftp)
16182         (auth-source-user-or-password-smtp): Use new variables and provide an
16183         interface to netrc.el.
16184
16185 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16188         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16189         Make sure the nntp port to specify is a string.
16190
16191 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16192
16193         * nntp.el: Use with-current-buffer.
16194         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16195         dubious mm-with-unibyte-current-buffer.
16196         (nntp-with-open-group-function): New function extracted from
16197         nntp-with-open-group macro.
16198         (nntp-with-open-group): Use the function, so it's easier to debug.
16199         Add indentation and debugging info.
16200         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16201         Recommend the use of the netcat alternatives.
16202
16203         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16204         Avoid mm-string-as-multibyte as well.
16205
16206         * nnweb.el (nnweb-insert-html):
16207         Remove use of nnheader-string-as-multibyte.
16208
16209         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16210         (nnheader-string-as-multibyte): Remove.
16211
16212         * mm-view.el: Use inhibit-read-only.
16213         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16214         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16215         or unibyte-string.
16216
16217         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16218         (mm-uu-yenc-extract): Use with-current-buffer.
16219
16220         * gnus-soup.el (gnus-soup-send-packet): Don't use
16221         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16222
16223         * nnmh.el: Use with-current-buffer.
16224         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16225         mm-string-as-multibyte on the output of mm-encode-coding-string.
16226
16227         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16228         (nnimap-request-move-article): Use with-current-buffer.
16229
16230         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16231         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16232         conversion uses string-make-unibyte rather than string-as-unibyte.
16233
16234         * gnus-msg.el: Use with-current-buffer.
16235
16236         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16237
16238 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16239
16240         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16241         string for caching if it is 'PIN.
16242
16243 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * lpath.el: Consider the case without Emacs/W3.
16246
16247 2008-03-08  Glenn Morris  <rgm@gnu.org>
16248
16249         * time-date.el (date-to-time, time-subtract, time-add)
16250         (safe-date-to-time): Doc fixes.
16251
16252 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * mail-source.el (mail-source-delete-old-incoming-confirm):
16255         Change default to nil.
16256         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16257
16258 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * lpath.el: Rearrange.
16261
16262         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16263         (gnus-article-goto-prev-page): Work for articles having ^L's.
16264
16265         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16266
16267         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16268
16269 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16270
16271         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16272         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16273         (gnus-bookmark-jump): Adjust some variable names.
16274
16275 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16276
16277         * auth-source.el: New package.
16278         (auth-source-choices): Add customization entry point variable.
16279
16280         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16281         bug.
16282
16283 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16284
16285         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16286         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16287         (gnus-registry-install-shortcuts): Rename from
16288         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16289         the `gnus-registry-mark-map' keymap dynamically from
16290         `gnus-registry-marks'.  The generated functions update the summary line
16291         when a registry mark is added or deleted, and will call
16292         `gnus-registry-install-p' (see the comments in the code).
16293         (gnus-registry-user-format-function-M): Use concat intelligently.
16294
16295         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16296         the registry mark functions.
16297
16298 2008-03-05  Glenn Morris  <rgm@gnu.org>
16299
16300         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16301         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16302         gnus-art.
16303         (top-level): No need to load own source when compiling.
16304
16305 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16306
16307         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16308         Suggested by <chris.anderton@zetnet.co.uk>.
16309
16310 2008-03-04  Glenn Morris  <rgm@gnu.org>
16311
16312         * gnus-sum.el (top-level): No need to require gnus when compiling,
16313         since unconditionally required near start of file.
16314         (gnus-summary-display-while-building): Move definition before use.
16315
16316 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16317
16318         * gnus-registry.el (gnus-registry-user-format-function-M):
16319         Add formatting function.
16320
16321 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16322
16323         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16324         with plists.
16325         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16326         Use new format.
16327
16328 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16329
16330         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16331         `where-is-internal' that returns a range of key sequences.
16332
16333 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16334
16335         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16336
16337         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16338         (gnus-summary-jump-to-group): Consider windows on other displayed
16339         frames as well.  Similar changes might be needed elsewhere, but that's
16340         the one I've bumped into during my use.
16341
16342         * nndoc.el (nndoc-oe-dbx-type-p):
16343         * gnus-msg.el (gnus-debug):
16344         * gnus-group.el (gnus-update-group-mark-positions):
16345         Use mm-string-to-multibyte.
16346
16347 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16348
16349         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16350         doesn't handle NotDashEscaped.
16351
16352         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16353         (mml-dnd-attach-options): Fix typo in custom choice.
16354
16355         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16356         Change nndoc-article-type to mbox.
16357         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16358
16359         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16360         to nil, instead of html2text.
16361
16362         * imap.el (imap-debug): Add `imap-ping-server'.
16363
16364         * gnus-bookmark.el: Add FIXMEs.
16365
16366         * message.el (message-form-letter-separator)
16367         (message-send-form-letter-delay): New variables.
16368         (message-send-form-letter): Use them.  New command to send form
16369         letters.  Requested by Uwe Siart.
16370         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16371
16372 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16373
16374         * Update copyright years.
16375
16376 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         Sync from EMACS_22_BASE.
16379
16380         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16381
16382 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16383
16384         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16385         empty author.
16386
16387 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16388
16389         * gnus-registry.el (gnus-registry-marks): Add variable for
16390         customization of marks and their appearance.
16391         (gnus-registry-read-mark): Use it.
16392         (gnus-registry-do-marks): Add utility function to loop through
16393         `gnus-registry-marks'.
16394         (gnus-registry-install-shortcuts-and-menus): Add function to install
16395         shortcuts and menus.
16396         (gnus-registry-initialize): Use it.
16397         (gnus-registry-default-mark): Clarify documentation.
16398
16399 2008-02-29  Glenn Morris  <rgm@gnu.org>
16400
16401         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16402         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16403         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16404         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16405         Change defcustom :version from 23.0 to 23.1.
16406
16407 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16408
16409         * gnus-registry.el (gnus-registry-follow-group-p)
16410         (gnus-registry-post-process-groups): Add functions to aid registry
16411         splitting and improve logging.  Clarify behavior in function
16412         documentation.
16413         (gnus-registry-split-fancy-with-parent): Use them.
16414
16415 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16416
16417         * gnus-art.el: Use with-current-buffer.
16418
16419 2008-02-27  David Engster  <dengste@eml.cc>
16420
16421         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16422         Express real group name in the response.
16423
16424 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16427         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16428         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16429         autoload gnus-registry-fetch-group when compiling.
16430         (nnmairix-request-group-with-article-number-correction):
16431         Remove unreferenced argument passed to nnmairix-call-backend.
16432
16433 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16434
16435         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16436         (mm-uu-extract): Improve face for low color ttys.
16437         Reported by Sascha Wilde.
16438
16439 2008-02-27  Glenn Morris  <rgm@gnu.org>
16440
16441         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16442         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16443         variables to defconsts.  Convert comments to doc-strings.
16444         (nnmairix-last-server, nnmairix-current-server): Convert from free
16445         variables to defvars.  Convert comments to doc-strings.
16446         (gnus-registry-fetch-group): Autoload.
16447         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16448         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16449         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16450         caddr.
16451         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16452         nnmairix-request-group-with-article-number-correction call.
16453         (nnmairix-fast, nnmairix-group): New, less general names, for free
16454         variables passed from nnmairix-request-group to
16455         nnmairix-request-group-with-article-number-correction.  Declare.
16456         (nnmairix-request-group-with-article-number-correction):
16457         Use nnmairix-fast, nnmairix-group rather than fast, group.
16458
16459 2008-02-26  David Engster  <dengste@eml.cc>
16460
16461         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16462         version 0.5.
16463
16464 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16465
16466         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16467         instead of making an extra function call.  Don't add the current group
16468         to articles only when they have the group.  Use
16469         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16470         Reported by David <de_bb@arcor.de>.
16471
16472 2008-02-24  Miles Bader  <miles@gnu.org>
16473
16474         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16475         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16476         (mm-find-mime-charset-region):
16477         * mm-bodies.el (mm-encode-body):
16478         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16479
16480 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16483         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16484
16485 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16486
16487         * mail-source.el (mail-source-delete-incoming): Change default.
16488         Supplement doc string.
16489
16490         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16491
16492 2008-02-14  Glenn Morris  <rgm@gnu.org>
16493
16494         * time-date.el (format-seconds): New function.
16495
16496 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16497
16498         * nnmail.el (nnmail-message-id-cache-file): Derive from
16499         `gnus-home-directory'.
16500
16501 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16502
16503         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16504         Document negative prefix.
16505
16506         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16507
16508 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16509
16510         * message.el (message-unsent-separator): Add the Exim bounce
16511         separator.
16512
16513 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16514
16515         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16516         list.
16517         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16518         recipient/signer list.
16519
16520 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * Makefile.in (datarootdir): Define.
16523         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16524         name that might contain whitespace.
16525
16526 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16527
16528         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16529         fbound (Emacs 23 unicode), signal an error.
16530
16531 2008-02-08  Glenn Morris  <rgm@gnu.org>
16532
16533         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16534
16535 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16536
16537         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16538         ports to the calls to `netrc-machine-user-or-password' in addition to
16539         "imap" and "imaps".
16540
16541 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16542
16543         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16544
16545         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16546
16547 2008-02-01  Kenichi Handa  <handa@m17n.org>
16548
16549         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16550         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16551         (rfc2104-hash): Convert the result of concat to unibyte string.
16552
16553 2008-02-01  Dave Love  <fx@gnu.org>
16554
16555         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16556         coding-system-for-read.
16557         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16558
16559 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16560
16561         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16562         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16563         <hanche@math.ntnu.no>.
16564
16565 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16568
16569         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16570
16571 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16572
16573         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16574         * message.el (message-beginning-of-line): Use featurep instead of bound
16575         tests in order to resolve conditionals at compile time.
16576
16577 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16578
16579         * mail-source.el (mail-sources): Add `group' choice.
16580
16581         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16582         parameter `in-group' to control into which group the articles go.
16583         Add treatment of `group' mail-source.
16584
16585 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16588
16589         * mm-decode.el (mm-dissect-buffer): Decode description.
16590
16591         * mml.el (mml-to-mime): Encode message header first.
16592
16593 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16596         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16597
16598         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16599         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16600
16601 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16602
16603         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16604
16605 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16608         prefix keys.
16609         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16610         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16611         gnus-xmas.el.
16612
16613         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16614         (gnus-xmas-article-describe-bindings): New function.
16615         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16616         gnus-xmas-article-describe-bindings.
16617
16618         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16619
16620 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16621
16622         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16623         Add new variables for article mark management.
16624         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16625         list of extra data entries which, when present, will indicate that the
16626         article ID should not be trimmed from the registry.
16627         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16628         functions.
16629         (gnus-registry-read-mark): New function to read a mark name from the
16630         user.
16631         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16632         (gnus-registry-set-article-mark-internal): New functions to add and
16633         remove marks.
16634         (gnus-registry-get-article-marks): New function to show the marks for
16635         an article, or retrieve them for further use.
16636
16637 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16640         keys when no argument is given.
16641
16642 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16643
16644         * imap.el (imap-ping-server): New variable.
16645         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16646         (imap-ping-server): Minor doc string fixes.
16647
16648 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16649
16650         * imap.el (imap-ping-server): New function.
16651         (imap-opened): Call imap-ping-server.
16652
16653 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * gnus-sum.el (gnus-article-sort-by-random)
16656         (gnus-thread-sort-by-random): Fix doc strings.
16657         Reported by jidanni@jidanni.org.
16658
16659 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * gnus-art.el (gnus-article-describe-bindings): New function.
16662         (gnus-article-read-summary-keys): Use it.
16663         (gnus-article-mode-map): Bind `C-h b' to it.
16664
16665 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16668         XEmacs.
16669         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16670         Protect against non-character events.
16671
16672         * lpath.el: Fbind map-keymap for Emacs 21.
16673
16674 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16675
16676         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16677         New command.
16678         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16679         instead of END.  Change name of the temp file.
16680         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16681         customizable.
16682
16683 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16686         bind `S W' to gnus-article-wide-reply-with-original; set default
16687         binding to gnus-article-read-summary-send-keys.
16688         (gnus-article-read-summary-keys): Fix the order of keys; display
16689         continuation keys correctly in the echo area; describe bindings
16690         correctly when keys end with `C-h'.
16691         (gnus-article-read-summary-send-keys): New function.
16692         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16693         Work for gnus-article-read-summary-send-keys; display continuation keys
16694         correctly in the echo area.
16695         (gnus-article-reply-with-original): Ignore prefix argument.
16696         (gnus-article-wide-reply-with-original): New function.
16697
16698         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16699         Emacs 21.
16700
16701 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16704         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16705
16706 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16709         (gnus-group-read-ephemeral-gmane-group): New command.
16710
16711 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16712
16713         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16714
16715 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16716
16717         * message.el (message-send-mail-function): Increase custom version.
16718
16719         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16720         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16721
16722 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16723
16724         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16725         for the cases where imap-authenticate is called with a nil buffer
16726         parameter.
16727
16728 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16731         html parts correctly; support forwarded messages.
16732         (gnus-article-browse-html-article): Remove work buffers.
16733
16734         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16735         compiling.
16736         (netrc-bound-and-true-p): New macro.
16737         (netrc-parse): Use it instead of bound-and-true-p that is not available
16738         in XEmacs 21.4.
16739
16740 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16741
16742         * gnus-registry.el (gnus-registry-mark-article)
16743         (gnus-registry-article-marks): Add functionality to mark articles
16744         through the Gnus registry.
16745
16746         * encrypt.el: Clarify documentation for the new pgg method.
16747         (encrypt-file-alist): Add PGG option.
16748         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16749         functionality.  Abstract password key and messaging to external
16750         functions.
16751         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16752         (encrypt-message-method-and-cipher): Add new convenience external
16753         functions.
16754         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16755         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16756
16757         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16758         (netrc-parse): Use encrypt-file-alist to determine if
16759         encrypt-find-model or encrypt-insert-file-contents should be used.
16760
16761         * encrypt.el: Clarify documentation.  Load password-cache or
16762         password, whichever one is found first, instead of autoloading.
16763
16764 2007-12-19  Glenn Morris  <rgm@gnu.org>
16765
16766         * mml.el (message-options-set, message-narrow-to-head)
16767         (message-in-body-p, message-mail-p, message-encode-message-body):
16768         Autoload.
16769         (message-remove-header, message-narrow-to-headers-or-head)
16770         (message-subscribed-p, message-make-mail-followup-to)
16771         (message-position-on-field, message-news-p)
16772         (message-options-set-recipient, message-generate-headers)
16773         (message-sort-headers): Declare as functions.
16774
16775 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16776
16777         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16778         convention in doc string.
16779
16780 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16783         title to html parts.
16784         (gnus-article-browse-html-article): Pass message header to it.
16785
16786         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16787
16788 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16791         or password compatible with XEmacs.
16792
16793 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16794
16795         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16796         format document.
16797         (gnus-mime-delete-part): Don't write description line if empty.
16798         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16799
16800 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16801
16802         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16803         (gnus-summary-mark-read-and-unread-as-read)
16804         (gnus-summary-mark-current-read-and-unread-as-read)
16805         (gnus-summary-mark-unread-as-ticked): Doc fix.
16806         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16807
16808 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16809
16810         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16811         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16812
16813 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16816         yes-or-no-p.
16817
16818 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * mm-decode.el (mm-add-meta-html-tag): New function.
16821         (mm-save-part-to-file, mm-pipe-part): Use it.
16822
16823         * gnus-art.el (gnus-article-browse-delete-temp-files):
16824         Use gnus-y-or-n-p instead of y-or-n-p.
16825         (gnus-article-browse-html-parts): Work with message/external-body; use
16826         mm-add-meta-html-tag.
16827
16828 2007-12-11  Glenn Morris  <rgm@gnu.org>
16829
16830         * gnus-cache.el: Require gnus-sum not just when compiling.
16831
16832         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16833
16834         * gnus-int.el (gnus-server-opened, gnus-status-message):
16835         Move definitions before use.
16836
16837         * mm-decode.el: Require gnus-util.
16838         (mm-remove-part): Only call delete-annotation on XEmacs.
16839
16840         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16841
16842         * nnmail.el: Require gnus-int.
16843
16844         * spam.el: Move `require's before `eval-when-compile's.
16845
16846         * gnus-ems.el (gnus-alive-p):
16847         * gnus-fun.el (message-goto-eoh):
16848         * gnus-util.el (gnus-group-name-decode):
16849         * mail-source.el (gnus-compress-sequence):
16850         * message.el (Info-goto-node, format-spec):
16851         * mm-bodies.el (message-options-get):
16852         * mm-decode.el (mm-view-pkcs7):
16853         * mm-util.el (gmm-write-region):
16854         * mml-smime.el (mml-compute-boundary)
16855         (gnus-completing-read-with-default):
16856         * mml.el (widget-button-press, gnus-make-hashtable):
16857         * mml1991.el (mm-decode-content-transfer-encoding)
16858         (mm-encode-content-transfer-encoding)
16859         (message-options-get, message-options-set):
16860         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16861         * nnfolder.el (gnus-request-group):
16862         * nnheader.el (ietf-drums-unfold-fws):
16863         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16864         * smime.el (gnus-run-mode-hooks):
16865         * spam-stat.el (gnus-message): Autoload.
16866
16867         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16868         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16869         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16870         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16871         Add declare-function compatibility definition.
16872
16873         * gnus-cache.el (nnvirtual-find-group-art):
16874         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16875         (gnus-add-image, gnus-add-wash-type):
16876         * gnus-group.el (nnkiboze-score-file):
16877         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16878         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16879         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16880         (message-tokenize-header, gnus-get-buffer-create)
16881         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16882         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16883         * gnus.el (gnus-group-decoded-name):
16884         * mail-source.el (imap-capability):
16885         * mm-bodies.el (message-options-set):
16886         * mm-decode.el (gnus-configure-windows):
16887         * mm-extern.el (message-goto-body):
16888         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16889         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16890         (epg-sub-key-validity, message-options-set):
16891         * mml.el (widget-event-point, gnus-configure-windows):
16892         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16893         * mml2015.el (epg-check-configuration, epg-configuration)
16894         (message-options-set):
16895         * nndb.el (nndb-request-article):
16896         * nnfolder.el (gnus-request-create-group):
16897         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16898         * nnmaildir.el (gnus-group-mark-article-read):
16899         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16900         * rfc1843.el (message-fetch-field):
16901         * spam.el (gnus-extract-address-components):
16902         Declare as functions.
16903
16904 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16907
16908         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16909
16910         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16911         bind show-trailing-whitespace for XEmacs.
16912
16913 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16914
16915         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16916         new no-op macro for backward compatibility.
16917
16918         * imap.el (imap-string-to-integer): New function.
16919
16920 2007-12-09  Glenn Morris  <rgm@gnu.org>
16921
16922         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16923
16924         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16925         * message.el, mm-view.el, sieve-manage.el, smime.el:
16926         Add declare-function compatibility definition.
16927
16928         * gnus-art.el (w3-region, w3m-region, Info-menu):
16929         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16930         * gnus-sum.el (gnus-get-predicate):
16931         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16932         * message.el (mail-abbrev-in-expansion-header-p):
16933         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16934         (w3m-detect-meta-charset, w3m-region):
16935         * sieve-manage.el (password-read, password-cache-add)
16936         (password-cache-remove):
16937         * smime.el (password-read-and-add): Declare as functions.
16938
16939 2007-12-08  David Kastrup  <dak@gnu.org>
16940
16941         * gnus-sum.el (gnus-summary-simplify-subject-query):
16942         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16943         `message'.
16944
16945 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16948         it to bind idna-program, installation-directory, defined-colors, and
16949         face-attribute for XEmacs of the version that compiles defcustom forms.
16950
16951 2007-12-07  Glenn Morris  <rgm@gnu.org>
16952
16953         * gnus-art.el (article-make-date-line): Revert previous change.
16954
16955 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16956
16957         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16958
16959 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16960
16961         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16962         Call gnus-add-to-range ranges only once with a prepared article-list.
16963
16964 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16965
16966         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16967         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16968         group names with backslashes.
16969         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16970
16971 2007-12-06  Deepak Goel  <deego3@gmail.com>
16972
16973         * gnus-art.el (article-make-date-line):
16974         * gnus-start.el (gnus-load):
16975         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16976
16977 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * gnus-art.el (gnus-use-idna):
16980         * gnus-start.el (gnus-site-init-file):
16981         * message.el (message-use-idna):
16982         * mm-uu.el (mm-uu-hide-markers):
16983         * smiley.el (smiley-style): Revert changes that suppress warnings.
16984
16985 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16988         specify charset to html source.
16989         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16990
16991 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16992
16993         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16994         idna-program in order to suppress byte compile warning issued by XEmacs
16995         that came to byte compile the default value section of defcustom forms
16996         recently.
16997
16998         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16999         value of installation-directory.
17000
17001         * message.el (message-use-idna): Don't directly refer to the value of
17002         idna-program.
17003
17004         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
17005
17006         * smiley.el (smiley-style): Don't directly call face-attribute.
17007
17008 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
17011
17012         * gnus-dired.el: Reduce Gnus dependencies.
17013         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
17014         Don't require.  Use autoloads instead.
17015         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
17016         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
17017         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
17018         (gnus-dired-mode): Adjust doc string.
17019         (gnus-dired-mail-mode): New variable.
17020         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
17021         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
17022         (gnus-dired-mail-buffers): New function.  Return mail or message
17023         composition buffers.
17024         (gnus-dired-attach): Use it.
17025         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
17026         NO-DECODE.
17027         (gnus-dired-print): Use `gnus-print-buffer' depending on
17028         `gnus-dired-mail-mode'.
17029
17030 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * rfc2047.el (rfc2047-encoded-word-regexp)
17033         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
17034         explaining what regexp patterns are for.
17035
17036 2007-12-04  Glenn Morris  <rgm@gnu.org>
17037
17038         * password.el: Move to password-cache.el.
17039
17040         * mml1991.el (password-read, password-cache-add, password-cache-remove):
17041         * mml2015.el (password-read, password-cache-add, password-cache-remove):
17042         * mml-smime.el (password-read, password-cache-add)
17043         (password-cache-remove):
17044         No need to autoload, since mml-sec requires password.
17045
17046         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
17047         * message.el (gnus-extract-address-components):
17048         * mml-smime.el (gnus-extract-address-components): Define for compiler.
17049
17050         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
17051         password.
17052
17053 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17054
17055         * mailcap.el: Reduce dependencies.
17056         (mail-header-parse-content-type): Autoload.
17057         (mailcap-delete-duplicates): New alias.
17058         (mailcap-mime-info): Add optional argument NO-DECODE.
17059         (mailcap-mime-types): Use mailcap-delete-duplicates.
17060
17061         * message.el (message-ignored-supersedes-headers): Add "X-ID".
17062
17063 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
17064
17065         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
17066         (imap-parse-status): Upcase status-att for servers that sends them
17067         lower-case (e.g., MS Exchange 2007).
17068
17069 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17070
17071         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
17072         function.
17073
17074         * gnus-uu.el (gnus-uu-decode-yenc): New command.
17075         (gnus-uu-yenc-article): New function.
17076
17077         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
17078
17079         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
17080
17081 2007-12-02  Glenn Morris  <rgm@gnu.org>
17082
17083         * binhex.el (binhex): New custom group.
17084         (binhex-decoder-program, binhex-decoder-switches)
17085         (binhex-use-external): Move to the binhex custom group.
17086
17087         * uudecode.el (uudecode): New custom group.
17088         (uudecode-decoder-program, uudecode-decoder-switches)
17089         (uudecode-use-external): Move to the uudecode custom group.
17090
17091         * netrc.el (top-level): Don't load `encrypt' features.
17092         (netrc-parse): Don't use encrypt.
17093         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
17094
17095         * encrypt.el: Remove file.
17096
17097 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
17098
17099         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
17100         matches on patches.
17101
17102         * gnus-art.el (gnus-article-browse-html-article):
17103         Mention `mm-text-html-renderer' in the doc string.
17104
17105         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
17106         string.  Add comments.
17107
17108         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
17109         if rhs is ASCII.
17110
17111 2007-12-01  Glenn Morris  <rgm@gnu.org>
17112
17113         * mail-source.el (top-level): Require format-spec before
17114         eval-when-compile.
17115
17116 2007-11-30  Glenn Morris  <rgm@gnu.org>
17117
17118         * encrypt.el: Require password, rather than autoloading password-read.
17119
17120 2007-11-29  Glenn Morris  <rgm@gnu.org>
17121
17122         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
17123         (sasl-make-client, sasl-next-step, sasl-step-data)
17124         (sasl-step-set-data): Declare as functions.
17125
17126 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17127
17128         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17129
17130 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17131
17132         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17133         certs should be verified and what is to be done in the event of a
17134         verification failure.
17135
17136         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17137         caller can indicate whether the cache should be disregarded for this
17138         call.  This way the result of the call is reproducible at all times and
17139         can be considered a canonical server name for the supplied method.
17140         (gnus-agent-method-p): Canonicalize server names by pushing their
17141         method through `gnus-method-to-server' using the no-cache argument.
17142
17143         * gnus-srvr.el (gnus-server-insert-server-line):
17144         Call `gnus-method-to-server' with `no-cache' argument.
17145
17146         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17147         gnus-agent-possibly-synchronize-flags as this should be called when the
17148         server is actually being opened.
17149         (gnus-agent-possibly-synchronize-flags)
17150         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17151         flags file of an agentized server to the latter function.
17152
17153         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17154         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17155         after a connection has been established successfully.
17156
17157 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-art.el (article-display-face): Force to display face if called
17160         interactively; check if gnus-article-x-face-too-ugly matches author.
17161         (article-display-x-face): Display face even if From header is missing
17162         as article-display-face does.
17163
17164 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17165
17166         * hashcash.el (message-narrow-to-headers-or-head)
17167         (message-fetch-field, message-goto-eoh)
17168         (message-narrow-to-headers): Declare as functions.
17169
17170 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17171
17172         * mail-source.el (mail-sources): Default to fetch from file for
17173         compatibility with default of nnmail-spool-file.
17174
17175 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17178         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17179         to look for encoded word that should be encoded again.
17180         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17181         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17182         encoding pattern.
17183         (rfc2047-decode-region): Switch strict regexp and loose one according
17184         to rfc2047-allow-irregular-q-encoded-words.
17185
17186 2007-11-25  Romain Francoise  <romain@orebokech.com>
17187
17188         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17189
17190 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17191
17192         * tls.el (tls-program): Provide more custom choices from
17193         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17194         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17195
17196 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17197
17198         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17199         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17200
17201         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17202         `nnmail-spool-file'.
17203
17204         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17205         `nnmail-spool-file'.
17206
17207         * gnus-move.el (gnus-change-server): Ditto.
17208
17209         * gnus-kill.el (gnus-batch-score): Ditto.
17210
17211         * gnus-cache.el (gnus-jog-cache): Ditto.
17212
17213         * gnus-msg.el (gnus-summary-reply):
17214         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17215
17216 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17217
17218         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17219         version.  Minor improvement to doc strings.
17220         (tls-program): Add comment.
17221
17222 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17223
17224         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17225         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17226         mismatch between the hostname provided in the certificate and the name
17227         of the host connnecting to.
17228         (open-tls-stream): Use them.  Check certificates against trusted root
17229         certificates.
17230
17231 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17232
17233         * gnus-cache.el (gnus-cache-generate-nov-databases):
17234         Use nnml-generate-nov-databases-directory instead of
17235         nnml-generate-nov-databases-1.
17236
17237 2007-11-24  Glenn Morris  <rgm@gnu.org>
17238
17239         * message.el (message-tool-bar-retro): Update for rename
17240         mail_send.xpm->mail-send.xpm.
17241
17242 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17243
17244         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17245         `smime-ldap-search' for Emacs 22 and up.
17246
17247 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17248
17249         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17250
17251         * message.el (message-send-mail-function): Fix error convention.
17252         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17253         (message-widen-reply, message-send-mail, message-talkative-question)
17254         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17255         (message-clone-locals, message-send-news): Use with-current-buffer.
17256         (message-insert-or-toggle-importance): Remove unused var `valid'.
17257         (message-make-references): Remove unused var `new-references'.
17258         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17259
17260 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17261
17262         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17263         (spam-split-symbolic-return-positive): Reflow docstring.
17264         (spam-backends, spam-summary-exit-behavior)
17265         (spam-mark-ham-unread-before-move-from-spam-group)
17266         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17267         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17268         (spam-clear-cache, spam-backend-check, spam-install-backend)
17269         (spam-install-statistical-backend, spam-list-of-processors)
17270         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17271         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17272         (spam-check-crm114, spam-initialize, spam-unload-hook):
17273         Fix typos in docstrings.
17274
17275 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17278         been checked if they have never been read and those group levels are
17279         higher than the one that a user specified.
17280
17281 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17284         foreign groups unless a group level is specified by a user.
17285         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17286
17287 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * message.el (message-send-mail-function): Require sendmail.
17290
17291 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17292
17293         * message.el (message-send-mail-function): Check for smtpmail too.
17294
17295         * utf7.el (utf7-encode, utf7-decode): Use coding system
17296         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17297
17298         * message.el (message-send-mail-function): New function.
17299         (message-send-mail-function): Set default using
17300         message-send-mail-function.  Adjust doc string.
17301         (message-send-mail-with-mailclient): New function.
17302
17303 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17304
17305         * smime.el (from):
17306         * rfc2047.el (message-posting-charset):
17307         * qp.el (mm-use-ultra-safe-encoding):
17308         * pop3.el (parse-time-months):
17309         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17310         * nnml.el (files):
17311         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17312         (jka-compr-compression-info-list, ange-ftp-path-format)
17313         (efs-path-regexp):
17314         * nndiary.el (files):
17315         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17316         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17317         (epg-digest-algorithm-alist, inhibit-redisplay)
17318         (password-cache-expiry):
17319         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17320         (pgg-output-buffer, password-cache-expiry):
17321         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17322         (efs-path-regexp):
17323         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17324         (inhibit-redisplay):
17325         * mm-uu.el (file-name, start-point, end-point, entry)
17326         (gnus-newsgroup-name, gnus-newsgroup-charset):
17327         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17328         (latin-unity-ucs-list):
17329         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17330         (mm-uu-binhex-decode-function):
17331         * message.el (gnus-message-group-art, gnus-list-identifiers)
17332         (rmail-enable-mime-composing, gnus-local-organization)
17333         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17334         (gnus-read-active-file, facemenu-add-face-function)
17335         (facemenu-remove-face-function, gnus-article-decoded-p)
17336         (tool-bar-mode):
17337         * mail-source.el (display-time-mail-function):
17338         * gnus-util.el (nnmail-pathname-coding-system)
17339         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17340         (gnus-original-article-buffer, gnus-user-agent)
17341         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17342         (xemacs-codename, sxemacs-codename, emacs-program-version):
17343         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17344         * gnus-start.el (gnus-agent-covered-methods)
17345         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17346         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17347         (gnus-newsgroup-headers, gnus-group-list-mode)
17348         (gnus-group-mark-positions, gnus-newsgroup-data)
17349         (gnus-newsgroup-unreads, nnoo-state-alist)
17350         (gnus-current-select-method, mail-sources)
17351         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17352         (nnmail-spool-file, gnus-cache-active-hashtb):
17353         * gnus-mh.el (mh-lib-progs):
17354         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17355         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17356         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17357         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17358         (gnus-group-buffer):
17359         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17360         (font-lock-set-defaults):
17361         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17362         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17363         (gnus-summary-post-menu, total-parts, type, condition, length):
17364         * gnus-agent.el (gnus-agent-read-agentview):
17365         * flow-fill.el (show-trailing-whitespace):
17366         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17367         eval-and-compile wrappers for byte compiler pacifiers.
17368
17369         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17370         (mm-display-inline-fontify): Check for featurep 'xemacs not
17371         extent-list.
17372
17373         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17374         itimer-list.
17375         (mm-create-image-xemacs): Only do something for XEmacs.
17376         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17377
17378         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17379
17380         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17381         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17382
17383 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17384
17385         * nnimap.el (nnimap-split-download-body):
17386         * gnus-demon.el (gnus-demon):
17387         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17388
17389 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17392         New macros.
17393         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17394         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17395         copy data from unibyte buffer to multibyte current buffer.
17396         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17397         to copy data from unibyte current buffer to multibyte buffer.
17398         (nntp-make-process-buffer): Make process buffer unibyte.
17399
17400         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17401
17402 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17403
17404         * pop3.el (pop3-open-server): Accept and process data more robustly at
17405         connection start to avoid spurious "POP SSL connection failed" errors.
17406
17407 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17410         read group names.
17411
17412 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17413
17414         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17415
17416 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17419         (nnmail-save-active): Use a unibyte buffer when saving active file,
17420         which may contain non-ASCII group names.
17421
17422         * nnml.el (nnml-request-group): Decode group names in messages.
17423
17424 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17425
17426         * message.el (message-citation-line-function)
17427         (message-insert-formatted-citation-line): Fix spelling of
17428         `message-insert-formated-citation-line'.
17429
17430 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17431
17432         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17433
17434 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17437         nnmail-pathname-coding-system.
17438
17439         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17440         that a user enters; decode group names in messages.
17441
17442         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17443
17444 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17445
17446         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17447
17448         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17449
17450         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17451         risky local variable.
17452
17453         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17454
17455 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17456
17457         * encrypt.el: Improve documentation to fix function name typo.
17458         Reported by Daiki Ueno <ueno@unixuser.org>.
17459
17460 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17463         even if the point is not in the last page of an article.
17464         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17465         back to the previous page.
17466
17467 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17468
17469         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17470
17471 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17474
17475 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17476
17477         * message.el (message-check-news-body-syntax):
17478         Avoid mm-string-as-multibyte.
17479         (message-hide-headers): Don't assume (point-min)==1.
17480
17481 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17482
17483         * message.el (message-remove-blank-cited-lines): Fix if remove is
17484         given.
17485         (message-bogus-address-regexp): New variable.
17486         (message-bogus-recipient-p): New function.
17487         (message-check-recipients): New command.
17488         (message-syntax-checks): Add `bogus-recipient'.
17489         (message-fix-before-sending): Add `bogus-recipient'.
17490
17491         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17492         (gnus-treat-body-boundary): Don't test window-system.
17493
17494 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17495
17496         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17497
17498 2007-10-28  Miles Bader  <miles@gnu.org>
17499
17500         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17501         at compile-time too.
17502
17503 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17504
17505         * gnus-msg.el (gnus-message-setup-hook):
17506         Add `message-remove-blank-cited-lines' to options.
17507
17508 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17509
17510         * message.el (message-remove-blank-cited-lines): New function.
17511         Suggested by Karl Plästerer.
17512
17513 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17516         mapc.
17517
17518         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17519         (top-level): Use mapc to set functions to be traced for debugging.
17520
17521         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17522         called for effect with while loop.
17523
17524         * message.el (message-talkative-question): Replace mapcar called for
17525         effect with mapc.
17526
17527         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17528         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17529         called for effect with dolist.
17530
17531         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17532
17533         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17534         gnus-extra-headers and nnmail-extra-headers.
17535
17536         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17537         called for effect with dolist.
17538         (top-level): Use mapc to set functions to be traced for debugging.
17539
17540         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17541         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17542         dolist.
17543
17544         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17545         Replace mapcar called for effect with mapc.
17546         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17547         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17548         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17549         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17550
17551         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17552         remove-if that's a cl function.
17553
17554         * webmail.el (webmail-debug): Replace mapcar called for effect with
17555         dolist.
17556
17557         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17558         with mapc.
17559
17560 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17561
17562         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17563         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17564         with while loop.
17565
17566         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17567         functions from article-* functions.
17568         (gnus-multi-decode-header): Replace mapcar called for effect with
17569         dolist.
17570
17571         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17572         (gnus-bookmark-show-details): Replace mapcar called for effect with
17573         while loop.
17574
17575         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17576         called for effect with while loop.
17577
17578         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17579         with dolist.
17580
17581         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17582         Replace mapcar called for effect with dolist.
17583
17584         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17585
17586         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17587         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17588         Replace mapcar called for effect with dolist.
17589         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17590         mapc.
17591
17592         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17593         Replace mapcar called for effect with dolist.
17594         (gnus-topic-list): Replace mapcar called for effect with mapc.
17595
17596         * gnus.el: Use mapc instead of mapcar to add autoloads.
17597
17598 2007-10-23  Richard Stallman  <rms@gnu.org>
17599
17600         * gnus-group.el (gnus-group-highlight): Mark as risky.
17601
17602 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * gnus.el (gnus-server-to-method): Return method found first in
17605         gnus-newsrc-alist.
17606
17607         * gnus-art.el (gnus-article-highlight-signature)
17608         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17609         button overlay without the front stickiness.
17610
17611 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17612
17613         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17614         overview buffer needed a catch to receive its throw.
17615         (gnus-agent-flush-cache): Declare as interactive to make this function
17616         easier to use.
17617
17618 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17619
17620         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17621         `next-line'.
17622
17623 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17624
17625         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17626         exclude address matching message-dont-reply-to-names.
17627
17628 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * gnus-util.el (gnus-string<): New function.
17631
17632         * gnus-sum.el (gnus-article-sort-by-author)
17633         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17634
17635 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17638         the frame-focus tag is set in gnus-buffer-configuration.
17639
17640 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17643         the front stickiness.
17644
17645 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17648         url pattern; remove duplicate one.
17649         (gnus-article-extend-url-button): New function.
17650         (gnus-article-add-buttons): Use it.
17651         (gnus-button-push): Use concatenated url that it makes.
17652
17653 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17654
17655         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17656
17657 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17658
17659         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17660         Don't hardcode point-min==1.
17661
17662 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17663
17664         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17665         Fix comment about "iso8859-1".
17666
17667 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17668
17669         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17670         ones returned from the verify-function.
17671
17672         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17673         Call mml2015-extract-cleartext-signature if extraction failed.
17674
17675 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17676
17677         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17678         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17679         failed.
17680
17681 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17682
17683         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17684
17685 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17686
17687         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17688         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17689         recommends to use EasyPG instead of PGG.
17690
17691         * pgg.el: Revert to revision 6.23.2.16.
17692
17693         * pgg-def.el: Revert to revision 6.6.2.14.
17694
17695         * pgg-gpg.el: Revert to revision 6.23.2.34.
17696
17697 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17698
17699         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17700         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17701         thread for both the null and zero (kill/expire thread) universal prefix
17702         cases.
17703         (gnus-summary-expire-thread): Add new function to expire a thread,
17704         using gnus-summary-kill-thread.
17705         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17706         shortcuts for gnus-summary-expire-thread.
17707         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17708         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17709
17710 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17711
17712         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17713         extras value, so an extras entry can be deleted.
17714         (gnus-registry-delete-extra-entry): Use it.
17715         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17716         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17717         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17718         storage through the gnus-registry, and provide an appropriate API for
17719         it.
17720
17721 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17722
17723         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17724         Suggested by Leo <sdl.web@gmail.com>.
17725
17726         * gnus.el: Do.
17727
17728 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17731         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17732
17733         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17734
17735         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17736         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17737
17738 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17741         newline.
17742         (nnmbox-request-accept-article): Don't change article in source buffer;
17743         narrow to header to use message-fetch-field rather than
17744         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17745         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17746         as delimiters; make sure article ends with newline.
17747         (nnmbox-delete-mail): Correct last position of article to be deleted;
17748         ignore X-Gnus-Newsgroup header in article body.
17749         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17750         positions; make sure article ends with newline.
17751
17752         * message.el (message-display-abbrev): Don't infloop when a user
17753         inserts SPC in the beginning of header.
17754
17755         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17756         coding-system-for-read and coding-system-for-write for XEmacs having no
17757         file-coding feature.
17758
17759         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17760
17761 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17762
17763         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17764         list of groups not followed by default.  Fix type to be regexp.
17765         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17766
17767 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17768
17769         * hmac-def.el (define-hmac-function): Switch from old-style to
17770         new-style backquotes.
17771
17772         * md4.el (md4-make-step): Likewise.
17773
17774 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17777         raw-text coding system when saving .newsrc file, which may contain
17778         non-ASCII group names.
17779
17780 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * gnus-cus.el (gnus-score-extra): New widget.
17783         (gnus-score-extra-convert): New function.
17784         (gnus-score-customize): Use it for Extra.
17785
17786 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17787
17788         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17789         (mml2015-mailcrypt-clear-verify): Use it.
17790         (mml2015-gpg-clear-verify): Use it.
17791         (mml2015-pgg-clear-verify): Use it.
17792         (mml2015-epg-clear-verify): Replace the current part with the output
17793         from GnuPG; don't extract the plaintext by itself.
17794
17795         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17796         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17797         mml2015-clear-verify-function; don't touch the armor headers or
17798         dash-escaped text here.
17799
17800 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17803         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17804         parts, or application/octet-stream as a last resort.
17805         (gnus-mime-view-part-as-type): Don't toggle display.
17806         (gnus-mime-view-part-as-charset): Don't turn off display before
17807         querying charset.
17808
17809         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17810         stuff to undisplayer function in Emacs.
17811         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17812
17813         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17814         text/calendar parts.
17815
17816 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17817
17818         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17819         decoding text/calendar parts.
17820
17821         * message.el (message-forward-make-body-mime): Always mark body as
17822         having no illegible text; remove signed-or-encrypted argument.
17823         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17824
17825         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17826         (mml-generate-mime-1): Don't encode body if it is specified to be in
17827         raw form; don't make buffer be unibyte when inserting multibyte string.
17828
17829 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17830
17831         * sha1.el: Fix up comment style.
17832         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17833         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17834
17835         * hex-util.el: Fix up comment style.
17836         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17837
17838         * gnus-salt.el: Use with-current-buffer.
17839         (gnus-pick-setup-message): Fix long-standing typo.
17840
17841 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * imap.el (imap-logout-timeout): New variable.
17844         (imap-logout, imap-logout-wait): New functions.
17845         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17846
17847         * nnimap.el (nnimap-logout-timeout): New server variable.
17848         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17849         nnimap-logout-timeout.
17850
17851         * gnus-art.el (gnus-article-summary-command-nosave)
17852         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17853
17854 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * gnus.el (gnus-maximum-newsgroup): New variable.
17857
17858         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17859         according to gnus-maximum-newsgroup.
17860
17861         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17862         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17863         Limit the range of articles according to gnus-maximum-newsgroup.
17864
17865 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17866
17867         * gnus-art.el (gnus-sticky-article): Fix problems described in
17868         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17869         Don't perform gnus-configure-windows here; reuse existing sticky
17870         article buffer.
17871
17872         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17873         it doesn't exist in gnus-article-mode.
17874
17875 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17878         (gnus-agent-decoded-group-name): New function.
17879         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17880         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17881
17882 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17883
17884         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17885         Add binding for gnus-sticky-article.
17886         (gnus-summary-exit): Don't kill sticky article buffers.
17887
17888         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17889         article buffer.
17890         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17891         (gnus-kill-sticky-article-buffers): New commands.
17892
17893 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * nntp.el (nntp-xref-number-is-evil): New server variable.
17896         (nntp-find-group-and-number): If it is non-nil, don't trust article
17897         numbers in the Xref header.
17898
17899 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * gnus-agent.el (gnus-agent-read-group): New function.
17902         (gnus-agent-flush-group, gnus-agent-expire-group)
17903         (gnus-agent-regenerate-group): Use it.
17904         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17905         nnmail-pathname-coding-system.
17906
17907 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17910
17911         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17912         that are unread as unread, and also as selected so that information of
17913         marks having been changed by a user may be updated when exiting group.
17914
17915 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17916
17917         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17918
17919 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17922         calculated ignoring signature parts to gnus-treat-article.
17923
17924 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17927         a point here in order to keep the window start.
17928         (gnus-insert-mime-security-button): Make a button overlay without the
17929         front stickiness.
17930         (gnus-mime-display-security): Goto the end of a button.
17931
17932         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17933
17934 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17935
17936         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17937         group-name-at-point.
17938         (gnus-group-completing-read): New function that offers decoded
17939         non-ASCII group names for completion.
17940         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17941         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17942         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17943         (gnus-group-fetch-control): Use it.
17944         (gnus-fetch-group): Use group-name-at-point for the initial value
17945         rather than the default value; use gnus-alive-p.
17946
17947         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17948         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17949         (gnus-summary-post-news): Use gnus-group-completing-read.
17950
17951         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17952         (gnus-read-move-group-name): Decode group name for completion.
17953
17954 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17955
17956         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17957         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17958         Yamaoka slightly modified the code).
17959
17960 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17961
17962         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17963         (nnmail-split-incoming): Bind it.
17964
17965         * nnml.el (nnml-group-name-charset): New function.
17966         (nnml-decoded-group-name): Use it; don't decode group name if
17967         nnmail-group-names-not-encoded-p is non-nil.
17968         (nnml-encoded-group-name): New function.
17969         (nnml-group-pathname): Inline nnml-decoded-group-name.
17970         (nnml-request-expire-articles): Decode group name in message.
17971         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17972         nnmail-pathname-coding-system.
17973         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17974         not decoded ones according to nnmail-group-names-not-encoded-p.
17975         (nnml-generate-active-info): Use nnml-encoded-group-name.
17976
17977 2007-08-08  Glenn Morris  <rgm@gnu.org>
17978
17979         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17980         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17981         doc-strings and comments.
17982
17983 2007-07-25  Glenn Morris  <rgm@gnu.org>
17984
17985         * Relicense all FSF files to GPLv3 or later.
17986
17987 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17988
17989         * gnus-sum.el (gnus-summary-move-article):
17990         Make gnus-summary-respool-article work.
17991
17992 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17993
17994         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17995         string.
17996
17997 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17998
17999         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
18000         that should be ignored when comparing distant RSS articles with local
18001         ones.
18002         (nnrss-make-hash-index): New function.  Create a hash index according
18003         to the ignored fields.
18004         (nnrss-check-group): Use it.
18005
18006 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18007
18008         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
18009
18010         * gnus-art.el (article-decode-group-name): Decode Xref header too.
18011
18012         * gnus-group.el (gnus-group-make-group): Encode group name here unless
18013         the new optional argument ENCODED is non-nil.
18014         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
18015         coding system for encoding group name.
18016         (gnus-group-make-rss-group): Pass un-encoded group name to
18017         gnus-group-make-group.
18018         (gnus-group-set-info): Tell gnus-group-make-group that group name is
18019         encoded.
18020
18021         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
18022         Encode group name to which articles are moved or copied.
18023         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
18024         coding system for encoding Newsgroup, Followup-To and Xref headers.
18025
18026         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
18027         marks; use nnheader-file-coding-system to write a file.
18028         (nnagent-retrieve-headers): Bind file-name-coding-system to
18029         nnmail-pathname-coding-system.
18030
18031         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
18032
18033         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
18034         (nnml-request-article, nnml-request-create-group)
18035         (nnml-request-rename-group, nnml-find-id)
18036         (nnml-possibly-change-directory, nnml-possibly-create-directory)
18037         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
18038         (nnml-save-marks): Use nnml-group-pathname instead of
18039         nnmail-group-pathname.
18040
18041         (nnml-request-create-group, nnml-request-expire-articles)
18042         (nnml-request-move-article, nnml-request-delete-group)
18043         (nnml-deletable-article-p, nnml-possibly-create-directory)
18044         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
18045         (nnml-open-marks): Bind file-name-coding-system to
18046         nnmail-pathname-coding-system.
18047
18048         (nnml-request-article): Pass server argument to nnml-find-group-number.
18049         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
18050         Pass server argument to nnml-possibly-create-directory.
18051         (nnml-request-accept-article): Pass server argument to
18052         nnml-active-number and nnml-save-mail.
18053         (nnml-find-group-number): Pass server argument to nnml-find-id.
18054         (nnml-request-update-info): Pass server argument to
18055         nnml-marks-changed-p.
18056
18057         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
18058         (nnml-save-mail, nnml-active-number): Add server argument.
18059
18060         (nnml-request-delete-group): Warn if group is missing.
18061         (nnml-get-nov-buffer): Decode group name.
18062         (nnml-generate-active-info): Encode group name.
18063         (nnml-open-marks): Decode group name in messages.
18064
18065 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
18068         if it is not specified.
18069         (gnus-article-pipe-part, gnus-article-save-part)
18070         (gnus-article-interactively-view-part, gnus-article-copy-part)
18071         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
18072         (gnus-article-inline-part, gnus-article-save-part-and-strip)
18073         (gnus-article-replace-part, gnus-article-delete-part)
18074         (gnus-article-view-part-as-type): Pass raw prefix argument to
18075         gnus-article-part-wrapper.
18076
18077 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * gnus-agent.el (gnus-agent-save-active):
18080         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
18081
18082         * gnus-cache.el (gnus-cache-save-buffers)
18083         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
18084         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
18085         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
18086         (gnus-cache-braid-nov, gnus-cache-braid-heads)
18087         (gnus-cache-generate-active, gnus-cache-rename-group)
18088         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
18089         (gnus-cache-update-overview-total-fetched-for):
18090         Bind file-name-coding-system to nnmail-pathname-coding-system.
18091         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
18092         New variables.
18093         (gnus-cache-decoded-group-name): New function.
18094         (gnus-cache-file-name): Use it.
18095         (gnus-cache-generate-active): Use non-decoded group name for active.
18096
18097         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
18098         right place.
18099         (gnus-write-active-file): Don't break non-ASCII group names.
18100
18101         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
18102         nnmail-pathname-coding-system.
18103
18104         * lpath.el: Bind default-file-name-coding-system,
18105         file-name-coding-system and language-info-alist for XEmacs.
18106
18107         * gnus-uu.el (gnus-uu-decode-save): Typo.
18108
18109 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18110
18111         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
18112
18113 2007-07-14  David Kastrup  <dak@gnu.org>
18114
18115         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
18116         finishing actions if we did not edit the article.
18117
18118 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
18121         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
18122         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
18123         (gnus-agent-flush-group, gnus-agent-flush-cache)
18124         (gnus-agent-fetch-headers, gnus-agent-load-alist)
18125         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
18126         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18127         (gnus-agent-regenerate-group)
18128         (gnus-agent-update-files-total-fetched-for)
18129         (gnus-agent-update-view-total-fetched-for):
18130         Bind file-name-coding-system to nnmail-pathname-coding-system.
18131         (gnus-agent-group-pathname): Don't encode file names by
18132         nnmail-pathname-coding-system.
18133         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18134         coding-system-for-write instead of buffer-file-coding-system to
18135         gnus-agent-file-coding-system.
18136
18137         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18138         Decode group name.
18139
18140         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18141
18142         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18143         (gnus-read-newsrc-el-file): Make group names unibyte.
18144
18145         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18146         nnmail-pathname-coding-system.
18147
18148         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18149         (nnrss-request-delete-group): Bind file-name-coding-system to
18150         nnmail-pathname-coding-system.
18151         (nnrss-read-server-data, nnrss-read-group-data):
18152         Bind file-name-coding-system correctly.
18153         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18154
18155         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18156         (nntp-server-to-method-cache): New variable.
18157         (nntp-group-pathname): New function that decodes non-ASCII group names.
18158         (nntp-possibly-create-directory, nntp-marks-changed-p)
18159         (nntp-save-marks, nntp-open-marks): Use it.
18160         (nntp-possibly-create-directory, nntp-open-marks):
18161         Bind file-name-coding-system to nnmail-pathname-coding-system.
18162         (nntp-open-marks): Decode group names when bootstrapping marks.
18163
18164         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18165         Newsgroups and Followup-To headers.
18166
18167 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18170         (gnus-server-closed-face, gnus-server-denied-face)
18171         (gnus-server-offline-face): Remove variable.
18172         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18173
18174         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18175         of modifying message-stack directly for XEmacs.
18176
18177         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18178         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18179         if the coding-system argument is nil for XEmacs.
18180
18181         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18182         mm-charset-override-alist.
18183
18184         * rfc2047.el: Don't require base64; require rfc2045 for the function
18185         rfc2045-encode-string.
18186         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18187         to quote the parameter value.
18188
18189 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18192         form in gnus-group-name-charset-method-alist.
18193
18194         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18195         overrides the default layout edit-form.
18196
18197         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18198
18199         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18200
18201 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18204         as unfetched articles.
18205
18206 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18207
18208         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18209
18210 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18213         original back end that keeps marks in the local system.
18214
18215 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18218         arg of pop-to-buffer for XEmacs.
18219         (gnus-article-read-summary-keys): Ditto; don't restore window
18220         configuration if summary command ends up with neither article buffer
18221         nor summary buffer; describe bindings if summary keys end with C-h.
18222
18223 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18224
18225         * message.el (message-fix-before-sending): Skip raw message part to be
18226         forwarded while checking illegible text.
18227         (message-forward-make-body-mime, message-forward-make-body):
18228         Mark signed or encrypted raw message as having no illegible text.
18229
18230 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18233         (gnus-message-with-timestamp-1): New macro.
18234         (gnus-message-with-timestamp): New function.
18235         (gnus-message): Use them.
18236
18237         * nnheader.el (nnheader-message): Use them.
18238
18239 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18240
18241         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18242         .newsrc.eld file.
18243
18244 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * gnus-agent.el (gnus-agent-fetch-headers)
18247         (gnus-agent-retrieve-headers):
18248         Bind gnus-decode-encoded-address-function to identity.
18249
18250         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18251         available also when the server returns simply a dot.
18252
18253         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18254
18255 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18256
18257         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18258
18259 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * gnus-ems.el (gnus-x-splash): Make it work.
18262
18263         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18264         from being used.
18265
18266         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18267
18268 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18271         4th and the 5th arguments.
18272
18273         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18274         the front stickiness.
18275         (gnus-article-summary-command-nosave): Correct the order of the
18276         arguments passed to pop-to-buffer.
18277         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18278         summary command ends up with the article buffer.
18279
18280         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18281         the same faces.
18282
18283 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18284
18285         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18286
18287 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18288
18289         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18290         * gnus-sum.el (gnus-summary-highlight):
18291         * pgg.el (pgg-sign-region, pgg-sign):
18292         * mail-source.el (mail-source-delete-old-incoming-confirm):
18293         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18294
18295 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * gnus-art.el (gnus-mime-view-part-externally)
18298         (gnus-mime-view-part-internally): Fix predicate function passed to
18299         completing-read.
18300
18301         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18302
18303         * gnus.el (gnus-update-message-archive-method): Add :version.
18304
18305 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18306
18307         * gnus.el (gnus-update-message-archive-method): New variable.
18308
18309         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18310         according to gnus-message-archive-method if
18311         gnus-update-message-archive-method is non-nil.
18312
18313 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18316         Suggested by Loic Dachary <loic@dachary.org>.
18317         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18318
18319 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * message.el (message-pop-to-buffer): Add switch-function argument.
18322         (message-mail): Pass switch-function argument to it.
18323
18324 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18325
18326         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18327         Improve doc string.
18328
18329 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18332         (gnus-header-content):
18333         * gnus-cite.el (gnus-cite-10):
18334         * gnus-srvr.el (gnus-server-closed):
18335         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18336         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18337         (gnus-group-mail-3-empty, gnus-group-mail-low)
18338         (gnus-group-mail-low-empty, gnus-splash):
18339         * message.el (message-header-to, message-header-cc)
18340         (message-header-subject, message-header-other, message-header-name)
18341         (message-header-xheader, message-separator, message-cited-text)
18342         (message-mml): Lighten colors of faces used for dark background.
18343
18344 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18345
18346         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18347         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18348
18349 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * message.el (message-narrow-to-headers-or-head):
18352         Ignore mail-header-separator in the body.
18353
18354 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18355
18356         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18357         same as window size.
18358
18359 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18360
18361         * message.el (message-font-lock-keywords): Use message-header-xheader
18362         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18363         ahead of the anything pattern, to get it recognized.
18364
18365 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18368         spam.el loads uses it in the compiled defadvice form.
18369
18370 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18371
18372         * gnus-sum.el (gnus-articles-to-read)
18373         (gnus-summary-insert-old-articles): Don't truncate group name for
18374         `read-string'.
18375
18376         * gnus-util.el (gnus-limit-string): Delete this function.
18377
18378         * gnus-sum.el (gnus-simplify-subject-fully):
18379         Use `truncate-string-to-width' instead.
18380
18381 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18382
18383         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18384         Tell if, on summary exit, the next group has to be selected.
18385         (gnus-summary-exit): Use it.
18386
18387 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18388
18389         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18390         non-break space.
18391
18392 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18393
18394         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18395         Check if group is not a directory.
18396         (nnfolder-request-expire-articles): Don't delete articles if the target
18397         group is not available.
18398
18399         * nnml.el (nnml-request-create-group): Properly check if group is not a
18400         file.
18401         (nnml-request-expire-articles): Don't delete articles if the target
18402         group is not available.
18403
18404         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18405         Don't quote characters that are within parentheses.
18406
18407 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18410         (gnus-handle-ephemeral-exit): Select article according to it.
18411
18412 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18413
18414         * message.el (message-insert-formated-citation-line): Remove newline.
18415         (message-citation-line-format): Add final \n here so that the user can
18416         avoid a blank line.
18417
18418 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18419
18420         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18421         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18422         Update lanl/arXiv support.
18423
18424 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18425
18426         * gnus.el: Bump version number.
18427
18428 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18429
18430         * gnus.el (gnus-version-number): Bump version.
18431
18432 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18433
18434         * gnus.el: No Gnus v0.6 is released.
18435
18436 2007-04-27  Didier Verna  <didier@xemacs.org>
18437
18438         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18439         * gmm-utils.el (gmm-regexp-concat): ... here.
18440         * message.el: Don't require 'gnus-util.
18441         (message-dont-reply-to-names): Handle name change above.
18442         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18443
18444 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18447         since the initial value varies according to the system.
18448
18449 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18452
18453 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18454
18455         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18456
18457 2007-04-24  Didier Verna  <didier@xemacs.org>
18458
18459         Improve the type of gnus-ignored-from-addresses.
18460         * gnus-util.el (gnus-orify-regexp): New function.
18461         * message.el (gnus-util): Require it.
18462         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18463         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18464         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18465
18466 2007-04-24  Didier Verna  <didier@xemacs.org>
18467
18468         * gnus-sum.el:
18469         * gnus-utils.el: Fix some trailing whitespaces.
18470
18471 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18472
18473         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18474         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18475         article's Message-ID; refer parent article in summary buffer.
18476
18477         * message.el (message-bounce): Call mime-to-mml.
18478
18479         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18480         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18481         optimize and/or forms properly.
18482
18483 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18484
18485         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18486         URL.
18487
18488 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18489
18490         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18491
18492 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18493
18494         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18495         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18496         displayed of multipart/alternative part if it is invoked from summary
18497         buffer.
18498
18499         * mm-view.el (mm-inline-text-html-render-with-w3m)
18500         (mm-inline-text-html-render-with-w3m-standalone)
18501         (mm-inline-render-with-function): Use mail-parse-charset by default.
18502
18503 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18504
18505         * parse-time.el (parse-time-string-chars): Check if CHAR
18506         is less than the length of parse-time-syntax.
18507
18508 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18511         from gnus-newsgroup-processable.
18512
18513 2007-04-16  Didier Verna  <didier@xemacs.org>
18514
18515         * gnus-msg.el (gnus-configure-posting-styles):
18516         Handle message-signature-directory properly with :file syntax.
18517         Reported by "Leo".
18518
18519 2007-04-11  Didier Verna  <didier@xemacs.org>
18520
18521         New user option: message-signature-directory.
18522         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18523         * message.el (message-insert-signature): Ditto.
18524         * message.el (message-signature-file): Doc update.
18525         * message.el (message-signature-directory): New.
18526
18527 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18528
18529         * gnus-msg.el (gnus-inews-yank-articles):
18530         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18531
18532 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18533
18534         * message.el (message-yank-original): Make sure cited text ends with
18535         newline; don't exchange point and mark.
18536
18537 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18538
18539         * tls.el (open-tls-stream): Properly handle case where there
18540         is no associated buffer.
18541
18542 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18543
18544         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18545         message-yank-original, make sure (< mark TEXT point).
18546
18547 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18548
18549         * message.el (message-fill-column): New variable.
18550         (message-mode): Use it.  Add comment on a possible new hook.
18551
18552         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18553         (nnmail-get-new-mail): Reformat.
18554
18555         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18556
18557         * gmm-utils.el: Fix Commentary.
18558         (gmm-tool-bar-from-list): Fix typo in doc string.
18559
18560 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18561
18562         * message.el (message-yank-original): Don't switch point and mark
18563         unnecessarily to put point and mark as documented.
18564
18565 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18566
18567         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18568         from the message heads.
18569
18570 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18571
18572         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18573         article buffer does not have a window.  This may not be the best
18574         solution but is certainly better than setting the start of the null,
18575         that is the current, window.
18576
18577 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18578
18579         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18580         (gnus-draft-setup): Run it.
18581
18582         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18583         gnus-score-fast-scoring.  Allow regexp.
18584         (gnus-score-headers): Use it.
18585
18586         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18587         XEmacs.
18588
18589         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18590         string.
18591         (gnus-button-alist): Also catch `<f1> k ...'.
18592         (gnus-treat-display-x-face): Fix doc string.
18593
18594 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18595
18596         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18597         evaluation of gnus-extended-version to ensure correct generation of the
18598         User-Agent header when message-generate-headers-first is used.
18599
18600 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18601
18602         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18603         hashcash-path is nil.  Don't call callback with incorrect number of
18604         parameters if val is 0.
18605
18606 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18607
18608         * message.el (message-required-news-headers):
18609         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18610
18611 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18612
18613         * tls.el (open-tls-stream): In handshake-waiting loop,
18614         don't wait more if there is output available to process.
18615
18616 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18617
18618         * tls.el (tls-program): Doc fix.
18619
18620 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18621
18622         * message.el (message-generate-new-buffers): Change the meaning of the
18623         nil value; add `standard' to the choices; treat t as `unique'; improve
18624         doc string.
18625         (gnus-select-frame-set-input-focus): Autoload.
18626         (message-buffer-name): Search for the existing message buffer if
18627         message-generate-new-buffers is nil or `standard'; treat the value t of
18628         message-generate-new-buffers as `unique'.
18629         (message-pop-to-buffer): Raise the frame already displaying the message
18630         buffer; clear the echo area after querying.
18631         (message-setup): Pass the `continue' argument to compose-mail.
18632         (message-mail): Prefer `switch-function' if it is given; search for the
18633         existing message buffer if the `continue' argument is non-nil; pass
18634         continue and switch-function arguments to compose-mail by way of
18635         message-setup.
18636         (message-mail-other-window): Adjust argument of message-setup.
18637         (message-mail-other-frame): Ditto.
18638
18639 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18642         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18643         to turn font-lock on when turning gnus-message-citation-mode on.
18644
18645 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18646
18647         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18648         (mml-smime-function-alist): New variable; add epg as the backend.
18649         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18650         mml-smime- functions instead.
18651         * mm-view.el: Require smime.
18652
18653 2007-03-05  Didier Verna  <didier@xemacs.org>
18654
18655         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18656         instead of just inheritance for posting styles.
18657         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18658
18659 2007-02-24  Chris Moore  <dooglus@gmail.com>
18660
18661         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18662         * pgg-pgp.el (pgg-pgp-encrypt-region):
18663         * pgg-gpg.el (pgg-gpg-encrypt-region):
18664         Check pgg-encrypt-for-me if no other recipients.
18665
18666 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18667
18668         * tls.el (tls-certtool-program): Fix custom type.
18669
18670 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18673         and point-at-eol instead of line-(beginning|end)-position.
18674
18675         * assistant.el (assistant-parse-buffer): Ditto.
18676
18677         * netrc.el (netrc-parse-services): Ditto.
18678
18679 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18680
18681         * mml2015.el (mml2015-epg-find-usable-key): New function.
18682         (mml2015-epg-sign): Use it.
18683         (mml2015-epg-encrypt): Use it.
18684
18685 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * message.el (message-make-in-reply-to): Quote name containing
18688         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18689         if there are special characters.  Reported by NAKAJI Hiroyuki
18690         <nakaji@jp.freebsd.org>.
18691
18692 2007-02-27  Didier Verna  <didier@xemacs.org>
18693
18694         Include the group parameters as well as the topic ones in the
18695         inheritance filter process.
18696         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18697         argument GROUP-PARAMS-LIST.
18698         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18699
18700 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * nntp.el (nntp-never-echoes-commands)
18703         (nntp-open-connection-functions-never-echo-commands): New variables.
18704         (nntp-send-command): Use them.
18705
18706 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18707
18708         * mml2015.el (mml2015-epg-verify): Simplify.
18709
18710 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * mml.el (mml-content-disposition-alist): New user option.
18713         (mml-content-disposition): New function.
18714         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18715         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18716
18717 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18718
18719         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18720         verification.
18721
18722 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18723
18724         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18725         articles posted in the last 24 hours.
18726
18727 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18728
18729         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18730
18731 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18732
18733         * nntp.el (nntp-send-command): Don't wait for echoes when
18734         nntp-open-ssl-stream is used.
18735
18736 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18739         (gnus-message-add-citation-keywords)
18740         (gnus-message-remove-citation-keywords): Remove.
18741         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18742         directly, make the variables in font-lock-defaults buffer-local, add
18743         gnus-message-citation-keywords to them and then update the value of
18744         font-lock-keywords.
18745
18746 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18747
18748         * message.el (message-cite-original-1): Don't call
18749         gnus-article-highlight-citation.
18750
18751         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18752         citations; fix line count.
18753
18754 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18757         (gnus-message-add-citation-keywords)
18758         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18759         versions of font-lock-add-keywords and font-lock-remove-keywords to
18760         work with XEmacs correctly.
18761
18762 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * gnus-cite.el (gnus-cite-face-list): Set the values of
18765         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18766         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18767         (gnus-message-cite-prefix-regexp): New variable.
18768         (gnus-message-search-citation-line): Use it; protect against long
18769         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18770         the 0th match data for Emacs.
18771         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18772         (gnus-message-add-citation-keywords): Append keywords rather than
18773         prepending; emulate font-lock-add-keywords if it is not available.
18774         (gnus-message-remove-citation-keywords):
18775         Emulate font-lock-remove-keywords if it is not available.
18776
18777         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18778
18779         * message.el (message-cite-prefix-regexp): Set the value of
18780         gnus-message-cite-prefix-regexp.
18781
18782 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18783
18784         * nnweb.el (nnweb-google-parse-1): Update parser.
18785
18786 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18787
18788         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18789
18790 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18791
18792         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18793         regexp.
18794
18795 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18798         string-to-multibyte.
18799         (uudecode-decode-region-internal): Use it.
18800
18801         * lpath.el: Fbind string-as-multibyte for XEmacs.
18802
18803 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18804
18805         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18806         Fix custom choice.
18807
18808         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18809
18810 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18811
18812         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18813
18814         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18815         `write-region' to respect `mm-inhibit-file-name-handlers'.
18816
18817 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18818
18819         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18820         Use gnus-home-directory instead of "~/" or "$HOME".
18821
18822 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18823
18824         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18825         to mention filename.
18826         Add comments at beginning regarding usage.
18827         (encrypt-write-file-contents): Change interactive so a string is
18828         acceptable.  If the file has no associated model, show an error instead
18829         of a nonsense prompt.
18830
18831 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18832
18833         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18834         Thanks to Yoshihiko Yamada for kind notification of this typo.
18835
18836 2007-01-12  Kenichi Handa  <handa@m17n.org>
18837
18838         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18839         multibyte buffer.
18840
18841 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18842
18843         * gnus-score.el (gnus-score-fast-scoring): New variable.
18844         (gnus-score-headers): Use it.
18845
18846         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18847
18848         * message.el (message-cite-original-1):
18849         Call gnus-article-highlight-citation if requested.
18850         (message-make-from): Allow name and address as optional arguments.
18851
18852         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18853
18854         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18855         bugs to doc string.
18856         (gnus-button-alist): Add mid\\|message-id.
18857         (gnus-button-fetch-group): Extend for use in
18858         `browse-url-browser-function'.
18859         (gnus-button-url-regexp): Try to catch paired parentheses like in
18860         Wikipedia URLs.
18861
18862         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18863         Suggested by Simon Krahnke <overlord@gmx.li>.
18864
18865 2007-01-13  Romain Francoise  <romain@orebokech.com>
18866
18867         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18868         Update copyright.
18869
18870 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18871
18872         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18873
18874 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18875
18876         * gnus-registry.el (gnus-registry-unfollowed-groups)
18877         (gnus-registry-split-fancy-with-parent): Fix documentation.
18878
18879 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18880
18881         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18882         from nnweb groups.
18883
18884 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18885
18886         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18887         Xref urls.  Erase buffer before requesting head.
18888
18889         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18890
18891 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18892
18893         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18894         customizable.
18895
18896 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18897
18898         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18899         no signing key is found.
18900         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18901         no encrypting and/or signing key is found.
18902
18903 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18904
18905         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18906
18907 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18908
18909         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18910         headers read from disk with the ones newly found in the current search.
18911         This should no longer cause problems, because the article numbers in
18912         Gmane's `nov.php' output are ignored since the previous change.
18913
18914 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18915
18916         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18917
18918 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18919
18920         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18921         replace-regexp-in-string; bind url-version; fbind display-images-p and
18922         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18923         find-face and set-itimer-function for Emacs; bind itimer-list for
18924         Emacs.
18925
18926         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18927
18928 2007-01-01  Romain Francoise  <romain@orebokech.com>
18929
18930         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18931
18932 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18933
18934         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18935         `define-minor-mode' macro definition expanded properly.
18936         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18937         exclude it there.
18938
18939         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18940         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18941         `fboundp' test.
18942         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18943         This is OK to autoload in (S)XEmacs now.
18944
18945 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18946
18947         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18948         keystroke.
18949         (gnus-summary-limit-to-singletons): Fix typo.
18950
18951         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18952         else fails.
18953
18954 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18955
18956         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18957         docstring.
18958
18959         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18960         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18961         (gnus-summary-insert-dormant-articles): Fix typo in message.
18962
18963 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18964
18965         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18966         nil for XEmacs.
18967         (gnus-message-citation-mode): Don't autoload in XEmacs.
18968
18969         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18970
18971 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18972
18973         * nnimap.el (nnimap-expunge-search-string):
18974         Mention nnimap-search-uids-not-since-is-evil in docstring.
18975
18976 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18977
18978         * spam.el: Revert to make-obsolete-variable because
18979         define-obsolete-variable-alias is not supported in Emacs 21.
18980
18981         * spam.el (spam-ifile-path, spam-ifile-database-path)
18982         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18983         make-obsolete-variable.
18984         (spam-bsfilter-path, spam-bsfilter-program)
18985         (spam-spamassassin-path, spam-spamassassin-program)
18986         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18987         Don't use "path" inappropriately.
18988         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18989         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18990         variable names.
18991
18992 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18993
18994         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18995         summary buffer.
18996
18997         * password.el (password-cache-remove): Use clear-string to burn
18998         password, if available.
18999
19000 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
19001
19002         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
19003
19004         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
19005
19006         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
19007         (gnus-message-highlight-citation): Move defcustom here from
19008         gnus-cite.el.
19009         (gnus-message-citation-mode): Autoload.
19010
19011         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
19012         checks to make it compile with XEmacs.
19013         (gnus-message-citation-mode): New minor mode.
19014         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
19015         (gnus-message-highlight-citation): New variables.
19016         (gnus-message-search-citation-line)
19017         (gnus-message-add-citation-keywords)
19018         (gnus-message-remove-citation-keywords)
19019         (turn-on-gnus-message-citation-mode)
19020         (turn-off-gnus-message-citation-mode): New functions.
19021
19022 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
19023
19024         * gnus-cite.el: Enable highlighting of different citation levels in
19025         message-mode.
19026
19027 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * message.el (message-make-fqdn): Fix comment.
19030         (message-bogus-system-names): Add ".local".
19031
19032         * spam.el (spam-ifile-path, spam-ifile-program)
19033         (spam-ifile-database-path, spam-ifile-database)
19034         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
19035         Don't use "path" inappropriately.
19036         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
19037         strings.
19038         (spam-check-ifile, spam-ifile-register-with-ifile)
19039         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
19040         Use new variable names.
19041
19042         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
19043         (gnus-treat-display-smileys): Simplify using
19044         gnus-image-type-available-p.
19045
19046         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
19047         available.
19048
19049         * gnus-xmas.el (gnus-xmas-image-type-available-p):
19050         Use `display-images-p' if available.
19051
19052 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19053
19054         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
19055         one after turning on the buffer's multibyteness instead of decoding
19056         them directly in the unibyte buffer that causes unexpected conversion
19057         in Emacs 23 (unicode).
19058
19059 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19060
19061         * message.el (message-generate-hashcash): Fix custom type.
19062
19063 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19064
19065         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
19066
19067 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19068
19069         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
19070         disconnect icons.  Add help text.
19071
19072 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
19073
19074         * spam.el (spam-extra-header-to-number): CRM114 spam score is
19075         negated to be consistent with the others we handle.
19076
19077 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19078
19079         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
19080         version of gnus-summary-buffer to something, so that we can use two
19081         article buffers at the same time.
19082
19083 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
19084
19085         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
19086         trigger all the extra headers.
19087         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
19088         sorting.
19089
19090 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19091
19092         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
19093         solid groups.
19094
19095 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
19096
19097         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
19098
19099 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
19100
19101         * legacy-gnus-agent.el: Add Copyright notice.
19102
19103 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
19104
19105         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
19106
19107 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19108
19109         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
19110
19111         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
19112         to make it work reliably in CVS Emacs.
19113         (gnus-summary-limit-strange-charsets-predicate)
19114         (gnus-summary-limit-to-predicate): New functions.
19115
19116 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
19117
19118         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
19119         specifying array size.
19120         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
19121         array if it is too small.
19122         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
19123         (gnus-sort-threads-loop): New function.
19124
19125 2006-12-06  Chris Moore  <dooglus@gmail.com>
19126
19127         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19128         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19129
19130 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19131
19132         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19133         options.
19134
19135 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19136
19137         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19138         DOS-ing the recipient.
19139
19140         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19141         the headers when creating the mapping to avoid mismappings.
19142         (nnweb-gmane-create-mapping): Always nix out old mapping.
19143
19144 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19147         and mm-verify-option to never.
19148
19149 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * message.el (message-signed-or-encrypted-p): New function.
19152         (message-forward-make-body): Use it.
19153
19154         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19155         Replace encode-coding-string with mm-encode-coding-string.
19156
19157 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * nneething.el (nneething-decode-file-name):
19160         Replace decode-coding-string with mm-decode-coding-string.
19161
19162         * gnus-int.el (gnus-open-server): Say failed server's name.
19163
19164 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19165
19166         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19167         strings to a single string.  Quote `errors-file-name'.
19168         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19169         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19170         Adjust calls.  Use `shell-quote-argument'.
19171
19172 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19173
19174         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19175         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19176
19177         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19178         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19179         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19180         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19181         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19182         (gnus-subscribe-newsgroup, gnus-1):
19183         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19184         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19185         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19186         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19187
19188 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19189
19190         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19191         keystroke.
19192         (gnus-summary-limit-to-bodies): Implement headersp.
19193
19194 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19195
19196         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19197
19198 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19201
19202 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19203
19204         * message.el (message-generate-hashcash): Expand range of values to
19205         include `opportunistic'.
19206         (message-send-mail): Use it.
19207
19208 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19209
19210         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19211         and comment it.
19212
19213         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19214
19215 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19216
19217         * gnus-util.el (gnus-extract-address-components): Improve comment.
19218
19219 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19220
19221         * gnus-util.el (gnus-extract-address-components): Work with address in
19222         which the name portion contains @.
19223
19224         * lpath.el: Fbind custom-autoload.
19225
19226 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19227
19228         * gnus.el (gnus-start): Move custom group up.
19229         (gnus-select-method): Don't autoload, but make it available for
19230         `customize-variable'.
19231         (gnus-getenv-nntpserver): Don't autoload.
19232
19233 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19234
19235         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19236
19237 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19238
19239         * message.el (message-sendmail-extra-arguments): New variable.
19240         (message-send-mail-with-sendmail): Use it.
19241
19242 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19243
19244         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19245         mm-with-unibyte-current-buffer to make string unibyte.
19246
19247         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19248         mm-string-as-multibyte.
19249
19250 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19251
19252         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19253         Reported by Werner Koch <wk@gnupg.org>.
19254
19255 2006-11-14  Daiki Ueno  <ueno@p360>
19256
19257         * mml2015.el: Autoload epa-select-keys when compiling.
19258
19259 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19260
19261         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19262         message-options.
19263         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19264
19265 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19266
19267         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19268         EasyPG (< 0.0.6).
19269         (mml2015-always-trust): New user option.
19270         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19271         prompt.
19272
19273 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * nntp.el (nntp-authinfo-force): New variable.
19276         (nntp-send-authinfo): Use it.
19277
19278 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19279
19280         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19281         decode encoded words.  Improve prompt.  Add comment about forwarding.
19282         (message-replacement-char): Move up.
19283
19284 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19285
19286         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19287         instead of gnus-intersection because arguments of gnus-sorted-nunion
19288         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19289
19290 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19291
19292         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19293         (message-simplify-subject-functions):
19294         Enable message-strip-subject-encoded-words by default.
19295
19296 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19297
19298         * message.el (message-strip-subject-encoded-words): New function.
19299         (message-simplify-subject-functions): New variable.
19300         (message-simplify-subject): Use it.  Fix typo in doc string.
19301         Support message-strip-subject-encoded-words.
19302
19303 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19304
19305         * gnus-diary.el (gnus-diary-delay-format-function):
19306         * nndiary.el (nndiary-reminders):
19307         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19308
19309 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19310
19311         * gnus-art.el (article-hide-boring-headers): Fetch date from
19312         gnus-original-article-buffer to avoid problems with localized date
19313         strings.
19314
19315 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19318
19319 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19320
19321         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19322         New variables.
19323         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19324         (mm-charset-synonym-alist): Move some entries to
19325         mm-codepage-iso-8859-list.
19326         (mm-charset-synonym-alist, mm-charset-override-alist):
19327         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19328
19329 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19332
19333 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19334
19335         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19336         with Emacs 21 and XEmacs.
19337
19338 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19339
19340         * spam.el (spam-parse-address): New function for better parsing,
19341         catching errors, etc.
19342         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19343
19344 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19345
19346         * mm-view.el: Add interactive arg to html2text autoload.
19347
19348 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19349
19350         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19351
19352 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19353
19354         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19355         New variables.
19356         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19357         (mm-charset-synonym-alist): Move some entries to
19358         mm-codepage-iso-8859-list.
19359
19360         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19361
19362 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19363
19364         * message.el (message-citation-line-format)
19365         (message-insert-formated-citation-line): Fix implementation of %E, %N
19366         and %n according to the doc string.
19367
19368 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19369
19370         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19371         Use car-safe to avoid bad parses.
19372
19373 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19376         names.
19377
19378         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19379
19380 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19381
19382         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19383         header.
19384
19385         * message.el (message-draft-headers): Add Date.
19386         (message-headers-to-generate): Fix typo in docstring.
19387
19388         * nndraft.el (nndraft-required-headers): New variable.
19389         (nndraft-generate-headers): Use it.
19390
19391         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19392
19393 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19394
19395         * gnus-registry.el (gnus-registry-wash-for-keywords)
19396         (gnus-registry-find-keywords): New functions to allow easy searching of
19397         articles that are in the registry.
19398
19399 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19400
19401         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19402         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19403         Reported by Damien Elmes <damien@repose.cx>.
19404
19405 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19406
19407         * gnus.el (gnus-mime): Remove unused custom group.
19408
19409 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19410
19411         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19412         "blank line" when searching for end of armor headers.
19413
19414 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19415
19416         * gmm-utils.el (gmm-write-region): Fix variable name.
19417
19418 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19419
19420         * gmm-utils.el (gmm-write-region): New function based on compatibility
19421         code from `mm-make-temp-file'.
19422
19423         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19424
19425         * nnmaildir.el (nnmaildir--update-nov)
19426         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19427         Use `gmm-write-region'.
19428
19429 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19430
19431         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19432         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19433
19434         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19435
19436         * message.el (message-replacement-char): New variable.
19437         (message-fix-before-sending): Use it.
19438         (message-simplify-subject): New function to remove duplicate code.
19439         (message-reply, message-followup): Use it.
19440
19441         * gnus-sum.el (gnus-summary-make-menu-bar):
19442         Clarify gnus-summary-limit-to-articles.
19443
19444 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19445
19446         * gnus-util.el (gnus-with-local-quit): New macro.
19447
19448         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19449
19450 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19451
19452         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19453         ignore non-string data.
19454
19455 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19456
19457         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19458         non-string data (needs to be done in the registry too).
19459
19460 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19461
19462         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19463         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19464         (gnus-registry-split-fancy-with-parent)
19465         (gnus-registry-fetch-simplified-message-subject-fast)
19466         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19467         Remove text properties on ingress into the registry and when it's saved.
19468         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19469         registry from entries with no groups.
19470
19471 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19472
19473         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19474         function to remove string properties.
19475
19476 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19477
19478         * gmm-utils.el (gmm): Adjust custom version.
19479
19480         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19481         Adjust custom version.
19482
19483         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19484
19485 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19486
19487         * gnus-art.el (gnus-insert-prev-page-button)
19488         (gnus-insert-next-page-button): Simplify.  Reformat.
19489
19490 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19491
19492         * gnus-art.el (gnus-insert-prev-page-button)
19493         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19494
19495 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19496
19497         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19498
19499 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19500
19501         * gnus-art.el (gnus-insert-mime-button)
19502         (gnus-insert-mime-security-button):
19503         Apply gnus-article-button-face to MIME and security buttons.
19504
19505 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19506
19507         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19508         readable.
19509
19510 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19511
19512         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19513
19514 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19515
19516         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19517         `browse-url-of-file' instead of `browse-url'.
19518
19519 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19520
19521         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19522         regexp.  Articles containing quotation were cut prematurely.
19523
19524 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19525
19526         * message.el (message-cite-original-1): Use nobody by default for the
19527         value of From header.
19528         (message-reply): Ditto.
19529
19530 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19531
19532         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19533         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19534         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19535
19536 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19539         mails in the doc string.  Add some URLs in comment.
19540         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19541
19542 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19545         backslashes handling and the way to find boundaries of quoted strings.
19546
19547 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19548
19549         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19550         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19551         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19552         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19553
19554 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19555
19556         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19557         doc string.
19558         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19559
19560 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19561
19562         * lpath.el: Fbind epg-check-configuration.
19563
19564 2006-09-06  Simon Josefsson  <jas@extundo.com>
19565
19566         * mml2015.el (mml2015-use): Doc fix, mention epg.
19567
19568 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19569
19570         * mml2015.el (mml2015-use): Default to epg, if available.
19571
19572 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19573
19574         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19575         message-sender.
19576         (mml1991-epg-encrypt): Ditto.
19577         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19578         message-sender.
19579         (mml2015-epg-encrypt): Ditto.
19580
19581 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19582
19583         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19584         several common directories.
19585
19586 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19587
19588         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19589         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19590
19591 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * gnus-art.el (article-decode-encoded-words): Make it fast.
19594
19595 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19596
19597         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19598
19599         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19600         in quoted string into `\'.
19601
19602 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19603
19604         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19605         Use standard-syntax-table.
19606
19607 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * gnus-art.el (gnus-decode-address-function): New variable.
19610         (article-decode-encoded-words): Use it to decode headers which are
19611         assumed to contain addresses.
19612         (gnus-mime-delete-part): Remove useless `or'.
19613
19614         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19615         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19616         (gnus-nov-parse-line): Use it to decode From header.
19617         (gnus-get-newsgroup-headers): Ditto.
19618         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19619
19620         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19621         (mail-decode-encoded-address-string): New alias.
19622
19623         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19624         New function.
19625         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19626         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19627         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19628         (rfc2047-decode-string): Ditto.
19629         (rfc2047-decode-address-region): New function.
19630         (rfc2047-decode-address-string): New function.
19631
19632 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19633
19634         * message.el (message-caesar-buffer-body): Allow rotating headers.
19635
19636         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19637
19638         * message.el (message-insert-formated-citation-line): Fix %f.
19639         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19640
19641 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19642
19643         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19644         (gnus-bookmark-mouse-available-p): New macro.
19645         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19646         (gnus-bookmark-bmenu-show-infos): Use it.
19647         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19648         (gnus-bookmark-bmenu-hide-infos): Ditto.
19649         (gnus-bookmark-remove-properties): New function.
19650         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19651         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19652         (gnus-bookmark-write-file): Bind coding-system-for-write.
19653         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19654         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19655         group before selecting it.
19656         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19657         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19658         quit-window if it is not available; use gnus-mouse-2 and bind it to
19659         gnus-bookmark-bmenu-select-by-mouse.
19660         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19661         (gnus-bookmark-bmenu-select-by-mouse): New function.
19662
19663 2006-08-13  Romain Francoise  <romain@orebokech.com>
19664
19665         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19666         space.
19667
19668 2006-08-10  Romain Francoise  <romain@orebokech.com>
19669
19670         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19671         (dns-mode-soa-auto-increment-serial): New user option.
19672         (dns-mode-soa-maybe-increment-serial): New function.
19673         (dns-mode): Add the latter to `write-contents-functions'.
19674
19675 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19676
19677         * compface.el (uncompface): Use binary rather than raw-text-unix.
19678
19679 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19680
19681         * compface.el (uncompface): Make sure the eol conversion doesn't take
19682         place when communicating with the external programs.
19683         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19684
19685 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19686
19687         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19688
19689 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19690
19691         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19692         Make it more robust by parsing author and date independently.
19693
19694 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19695
19696         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19697
19698 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19699
19700         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19701         first matching secret key.
19702         (mml2015-epg-encrypt): Ditto.
19703
19704         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19705         first matching secret key.
19706         (mml1991-epg-encrypt): Ditto.
19707
19708         * mml2015.el (mml2015-encrypt-to-self): New user option.
19709         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19710         mml2015-epg-encrypt-to-self is set.
19711
19712         * mml1991.el (mml1991-encrypt-to-self): New variable.
19713         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19714         mml1991-epg-encrypt-to-self is set.
19715
19716         * mml2015.el (mml2015-signers): New user option.
19717         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19718         (mml2015-epg-encrypt): Allow to select signing keys.
19719
19720         * mml1991.el (mml1991-signers): New variable.
19721         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19722         (mml1991-epg-encrypt): Allow to select signing keys.
19723
19724 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19725
19726         * nnheader.el (nnheader-insert-head): Make it work even if the file
19727         uses CRLF for the line-break code.
19728
19729 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19730
19731         * mml2015.el: Require mml-sec instead of password.
19732         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19733         (mml2015-cache-passphrase): Inherit the default value from
19734         mml-secure-cache-passphrase.
19735         (mml2015-passphrase-cache-expiry): Inherit the default value from
19736         mml-secure-passphrase-cache-expiry.
19737
19738         * mml1991.el: Require mml-sec instead of password.
19739         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19740         (mml1991-cache-passphrase): Inherit the default value from
19741         mml-secure-cache-passphrase.
19742         (mml1991-passphrase-cache-expiry): Inherit the default value from
19743         mml-secure-passphrase-cache-expiry.
19744
19745         * mml-sec.el: Require password.
19746         (mml-secure-verbose): New user option.
19747         (mml-secure-cache-passphrase): New user option.
19748         (mml-secure-passphrase-cache-expiry): New user option.
19749
19750 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19751             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19752
19753         * pgg-def.el (pgg-truncate-key-identifier):
19754         Truncate the key ID to 8 letters from the end.
19755
19756 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19757
19758         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19759         workaround for the url package included with Emacs.
19760
19761         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19762
19763 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19764
19765         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19766         correctly.  This fixes a bug caused by the 2006-05-12 change.
19767
19768 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19769
19770         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19771         some information about the error when saying that the `bogus' mail
19772         group will be used.
19773
19774 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19775
19776         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19777         string.
19778
19779 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19780
19781         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19782
19783 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19784
19785         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19786
19787 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19788
19789         * mml1991.el (mml1991-function-alist): Add epg.
19790         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19791         (mml1991-epg-encrypt): New functions.
19792
19793 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19794
19795         * mml2015.el (mml2015-verbose): New variable.
19796         (mml2015-cache-passphrase): Ditto.
19797         (mml2015-passphrase-cache-expiry): Ditto.
19798         (mml2015-function-alist): Add epg.
19799         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19800         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19801         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19802         New functions.
19803
19804 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19805
19806         * message.el (message-cite-original-1): Preserve region when removing
19807         quoted text due to X-No-Archive in order to avoid bogus attribution
19808         when citing multiple messages.
19809
19810 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19811
19812         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19813         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19814
19815 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19816
19817         * gnus-diary.el (gnus-user-format-function-d)
19818         (gnus-user-format-function-D): Autoload.
19819
19820         * imap.el (Commentary): Fix typo.
19821
19822         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19823         2006-04-22 contribution.
19824
19825 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19826
19827         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19828         It didn't really fix the bogosity I'm seeing with solid web groups.
19829
19830 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19831
19832         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19833         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19834         created using server names.  If we use the feature without declaring
19835         it, Gnus does not properly manage server and group state.
19836
19837         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19838         bound.
19839
19840 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19841
19842         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19843         looking up the method using GROUP's prefix before inventing a new one.
19844         It is used on killed/unknown groups in various places where returning
19845         an all-new method isn't expected by the caller.
19846
19847         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19848         and match semantics of gnus-group-real-prefix.
19849
19850 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19851
19852         * nnmail.el (nnmail-broken-references-mailers): New variable.
19853         (nnmail-ignore-broken-references): New function generalizing
19854         nnmail-fix-eudora-headers.
19855         (nnmail-fix-eudora-headers): Now obsolete.
19856
19857         * gnus-art.el (gnus-button-handle-custom):
19858         Support `customize-apropos*'.
19859
19860 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19861
19862         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19863
19864         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19865         articles.
19866
19867 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19868
19869         * message.el (message-cite-reply-above): New variable.
19870         (message-yank-original): Use it.
19871
19872 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19875
19876 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19877
19878         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19879         as read.
19880
19881         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19882
19883 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19884
19885         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19886         (gnus-bookmark-default-file): Use gnus-directory.
19887         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19888         Remove "*" in doc string.
19889         (gnus-bookmark-write-file): Simplify.
19890         (gnus-bookmark-maybe-sort-alist): Use `when'.
19891         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19892         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19893         Add FIXME about Emacs 21 and XEmacs compatibility.
19894         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19895         compatibility.
19896         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19897         compatibility.
19898         (gnus-bookmark-menu-heading): Fix version.
19899
19900 2006-06-19  Bastien Guerry  <bzg@altern.org>
19901
19902         * gnus-bookmark.el: New file.
19903
19904 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * message.el (message-syntax-checks): Doc fix.
19907
19908 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19909
19910         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19911         unsubscribed groups as if they were killed ones.  It causes duplicate
19912         entries in gnus-newsrc-alist.
19913
19914 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19915
19916         * message.el (message-syntax-checks): Doc fix.
19917         (message-send-mail): Add check for continuation headers.
19918         (message-check-news-header-syntax): Fix regexp used to check for
19919         continuation headers.
19920
19921 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19922
19923         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19924
19925 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19926
19927         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19928
19929 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19930
19931         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19932         default-truncate-lines.
19933
19934 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19935
19936         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19937         to fill the utf-8 entry.
19938
19939         * lpath.el: Fbind unicode-precedence-list.
19940
19941 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19942
19943         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19944
19945 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19946
19947         * gnus-agent.el (directory-files-and-attributes): Move all the way
19948         forward (the third and final move).
19949         (gnus-agent-read-agentview): Trap reconstruction errors due to
19950         nonexistent directory.  Handle by returning nil.
19951
19952 2006-05-30  Didier Verna  <didier@xemacs.org>
19953
19954         * message.el (message-dont-reply-to-names): Update the custom type.
19955         * message.el (message-dont-reply-to-names): New defsubst: potentially
19956         convert a list of regexps into a single one.
19957         * message.el (message-get-reply-headers): Use it.
19958         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19959
19960 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19961
19962         * gnus-agent.el (directory-files-and-attributes): Move forward.
19963
19964 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19965
19966         * gnus-ml.el (gnus-mailing-list-subscribe)
19967         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19968         (gnus-mailing-list-message): Fix doc strings.
19969
19970 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19971
19972         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19973         of doing it manually.
19974
19975 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19976
19977         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19978         comment.
19979
19980 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19981
19982         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19983         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19984         (gnus-agent-read-local): All symbols allocated in my-obarray.
19985         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19986         (gnus-agent-regenerate-group): Check numeric names to see if they are
19987         messages or groups.
19988         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19989         better way of do this...)
19990
19991         * gnus-cache.el (gnus-agent-total-fetched-for):
19992         Ignore 'dummy.group' (there should be a better way of do this...)
19993
19994 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19995
19996         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19997         (gnus-saved-headers): Ditto.
19998         (gnus-default-article-saver): Mention functions may have properties.
19999         (gnus-article-save): Override gnus-save-all-headers and
20000         gnus-saved-headers by :headers property which saver function may have.
20001         (gnus-summary-save-in-file): Add :headers property.
20002         (gnus-summary-write-to-file): Ditto.
20003
20004         * gnus-sum.el (gnus-summary-save-article): Bind
20005         gnus-prompt-before-saving to t when saving many articles in a file;
20006         always show all headers.
20007
20008         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
20009
20010 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
20011
20012         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
20013         marks.
20014
20015         * message.el (message-indent-citation): Add optional arguments to allow
20016         using it outside of message buffers.
20017
20018         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
20019         (gnus-article-treat-unfold-headers): Use it.
20020         (gnus-article-truncate-lines): New variable.
20021         (gnus-article-mode): Use it.
20022         (gnus-article-toggle-truncate-lines): New function.
20023
20024         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20025         Add gnus-article-toggle-truncate-lines.
20026
20027         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
20028         coding system in XEmacs, use binary.
20029
20030 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
20033         after-load-alist.
20034
20035         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
20036         this function should save decoded articles.
20037         (gnus-summary-write-to-file): Use property to specify this function
20038         should save decoded articles and specify gnus-summary-save-in-file
20039         should be used to save articles other than the first one when saving
20040         many articles.
20041         (gnus-summary-save-body-in-file): Use property to specify this
20042         function should save decoded articles.
20043         (gnus-summary-write-body-to-file): Use property to specify this
20044         function should save decoded articles and specify
20045         gnus-summary-save-body-in-file should be used to save articles other
20046         than the first one when saving many articles.
20047
20048         * gnus-sum.el (gnus-summary-save-article): Simplify.
20049
20050 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20051
20052         * gnus-art.el (gnus-default-article-saver):
20053         Add gnus-summary-write-body-to-file.
20054         (gnus-article-save-coding-system): Don't use coding system object
20055         in XEmacs.
20056         (gnus-read-save-file-name): Add optional `dir-var' argument which
20057         specifies directory in which files are saved; work even if optional
20058         `variable' argument is not specified.
20059         (gnus-summary-write-to-file): Read file name.
20060         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
20061         (gnus-summary-write-body-to-file): New function.
20062
20063         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
20064         (gnus-summary-local-variables): Add it.
20065         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
20066         (gnus-summary-save-article): Remove optional `decode' argument;
20067         determine whether to decode articles by the value of
20068         gnus-default-article-saver; when saving many files using
20069         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
20070         it first and use gnus-summary-save-in-file or
20071         gnus-summary-save-body-in-file thereafter unless
20072         gnus-prompt-before-saving is always; move point to article which
20073         will be saved.
20074         (gnus-summary-save-article-file): Revert.
20075         (gnus-summary-write-article-file): Revert.
20076         (gnus-summary-save-article-body-file): Revert.
20077         (gnus-summary-write-article-body-file): New function.
20078
20079 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20080
20081         * gnus-art.el (gnus-default-article-saver): Doc fix.
20082         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
20083         from gnus-summary-save-article-coding-system, and default to a
20084         certain coding system.
20085         (gnus-output-to-file): Add coding cookie and encode text according
20086         to gnus-article-save-coding-system; don't use mm-append-to-file.
20087
20088         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
20089         gnus-art.el and rename to gnus-article-save-coding-system.
20090         (gnus-summary-save-article): Require gnus-art; don't show all
20091         headers if it decodes articles; don't add coding cookie here;
20092         don't bind mm-text-coding-system-for-write.
20093         (gnus-summary-save-article-file): Save decoded articles.
20094         (gnus-summary-write-article-file): When saving many files, use
20095         gnus-summary-write-to-file first and gnus-summary-save-in-file
20096         thereafter unless gnus-prompt-before-saving is always.
20097         (gnus-summary-save-article-body-file): Save decoded articles.
20098
20099         * lpath.el: Fbind select-safe-coding-system for XEmacs.
20100
20101 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20102
20103         * nnrss.el (nnrss-check-group): Bind hash-index.
20104
20105 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
20106
20107         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
20108         its hash index.  Store this hash in `nnrss-group-data'.
20109         (nnrss-read-group-data): Update accordingly.
20110
20111 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20112
20113         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
20114         entry.
20115
20116         * gnus-sum.el (gnus-summary-make-menu-bar):
20117         Add gnus-article-browse-html-article.
20118
20119 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
20120
20121         * gnus-sum.el (gnus-summary-mime-map):
20122         Add gnus-article-browse-html-article.
20123
20124         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
20125
20126 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20127
20128         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20129         suitable coding systems in customize.
20130
20131 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20132
20133         * mail-source.el (mail-sources): Fix custom type.
20134
20135 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20136
20137         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20138         (gnus-summary-expire-articles-now): Shorten prompt.
20139
20140         * gmm-utils.el (wid-edit): Require.
20141         (defun-gmm): Rename from `gmm-defun-compat'.
20142         (gmm-image-search-load-path): Use it.
20143         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20144
20145 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20146
20147         * gnus-sum.el (gnus-summary-save-article-coding-system):
20148         New variable.
20149         (gnus-summary-save-article): Add optional `decode' argument.
20150         If it is set and gnus-summary-save-article-coding-system is non-nil,
20151         save decoded article.
20152         (gnus-summary-write-article-file): Save decoded article if
20153         gnus-summary-save-article-coding-system is non-nil.
20154
20155         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20156         type.
20157
20158 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20161
20162 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20163
20164         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20165         first to test gnus-single-article-buffer which may be buffer-local.
20166
20167         * gnus-sum.el (gnus-summary-setup-buffer):
20168         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20169         group; make gnus-article-buffer, gnus-article-current, and
20170         gnus-original-article-buffer always buffer-local.
20171         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20172         group.
20173         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20174
20175 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20176
20177         * nnml.el (nnml-request-compact-group): Compressed files might not
20178         have .gz extension.
20179
20180 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20181
20182         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20183         (mm-copy-to-buffer): Use with-current-buffer.
20184         (mm-display-part): Simplify.
20185         (mm-inlinable-p): Add optional arg `type'.
20186
20187 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20188
20189         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20190         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20191         Try harder to show the attachment internally or externally using
20192         gnus-mime-view-part-as-type.
20193
20194 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20195
20196         * message.el (message-from-style, message-signature-separator)
20197         (message-user-organization-file, message-send-mail-function)
20198         (message-citation-line-function, message-yank-prefix)
20199         (message-indent-citation-function, message-signature)
20200         (message-signature-file, message-signature-insert-empty-line):
20201         Remove autoloads.
20202
20203         * gnus-art.el (gnus-buttonized-mime-types):
20204         Remove "multipart/signed".  Revert 2006-04-26 change.
20205
20206 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20207
20208         * gnus.el (gnus-version-number): Bump version.
20209
20210 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20211
20212         * gnus.el: No Gnus v0.5 is released.
20213
20214 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20215
20216         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20217         fetching articles by message-id.
20218
20219 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20220
20221         * message.el (hashcash): Require hashcash as normal.
20222
20223         * ecomplete.el (ecomplete-highlight-match-line):
20224         Use point-at-eol.
20225         (ecomplete-highlight-match-line): Use `highlight', because that
20226         face exists in both Emacs and XEmacs.
20227
20228         * message.el (message-display-abbrev): Use point-at-bol.
20229
20230         * mail-source.el: Don't require timer/timer-funcs.
20231
20232         * gnus-async.el: Ditto.
20233
20234         * password.el: Ditto.
20235
20236         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20237
20238         * mm-url.el: Ditto.
20239
20240         * gnus-xmas.el: Don't require timer-funcs.
20241
20242         * mm-util.el: Require timer/timer-funcs.
20243
20244 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20245
20246         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20247         Close.
20248
20249 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20250
20251         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20252         unibyte after clear-decrypt function runs.
20253
20254         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20255         returns as a unibyte string.
20256
20257 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20258
20259         * lpath.el: Revert.
20260
20261         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20262         (pgg-gpg-process-sentinel): Revert.
20263
20264         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20265         (pgg-pgp-lookup-key): Revert.
20266
20267         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20268         (pgg-pgp5-lookup-key): Revert.
20269
20270         * pgg.el (pgg-fetch-key): Revert.
20271
20272 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20273
20274         * lpath.el: Fbind string-as-multibyte for XEmacs.
20275
20276         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20277         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20278         (mml1991-pgg-encrypt): Ditto.
20279
20280         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20281         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20282         a multibyte buffer.
20283
20284         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20285         (pgg-pgp-lookup-key): Ditto.
20286
20287         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20288         (pgg-pgp5-lookup-key): Ditto.
20289
20290         * pgg.el (pgg-fetch-key): Ditto.
20291
20292 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20293
20294         * message.el (message-user-organization-file): Check several
20295         locations of the organization file.
20296
20297         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20298         Add gnus-article-view-part-as-type.
20299
20300         * gnus-art.el (gnus-article-view-part-as-type): New function.
20301
20302         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20303         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20304
20305         * mml.el: Simplify autoload.
20306         (mml-mode): defvar dnd-protocol-alist instead of using
20307         symbol-value.
20308         (mml-default-directory): New variable.
20309         (mml-minibuffer-read-file): Use it.
20310         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20311
20312         * message.el (message-citation-line-format): New variable.
20313         (message-insert-formated-citation-line): New function.
20314         (message-citation-line-function):
20315         Add `message-insert-formated-citation-line' to custom type.
20316
20317         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20318         to doc string.
20319
20320         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20321         depending on mm-verify-option.
20322
20323 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20324
20325         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20326         binding pgg-* variables; reimplement the section which prevents
20327         MIME header from being signed.
20328         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20329         pgg-text-mode; remove a blank line at the top of body.
20330
20331         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20332         lines at the top of body; use gnus-newsgroup-charset if there's no
20333         Charset header.
20334
20335 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20336
20337         * message.el (message-self-insert-commands): Doc fix.
20338
20339         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20340         (mm-uu-pgp-encrypted-test): Ditto.
20341         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20342         between header and body; return application/pgp-encrypted handle
20343         if decryption failed; decode decrypted body by charset.
20344
20345         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20346         element match to application/pgp-*.
20347
20348 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20349
20350         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20351         HTML.
20352
20353 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20354
20355         * mail-source.el (mail-source-call-script): Message the error
20356         string.
20357
20358 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20359
20360         * gnus-util.el (gnus-byte-compile): Use it.
20361
20362 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20363
20364         * gnus-util.el (kill-empty-logs): New function.
20365
20366 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20367
20368         * message.el (message-mail-alias-type): Doc fix.
20369         (message-mail-alias-type-p): New function.
20370         (message-send): Use it.
20371         (message-mode): Ditto.
20372         (message-strip-forbidden-properties): Ditto.
20373
20374         * ecomplete.el (ecomplete-database-file-coding-system):
20375         New variable.
20376         (ecomplete-save): Use it.
20377         (ecomplete-setup): Use it.
20378
20379 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20380
20381         * message.el (message-self-insert-commands): New variable.
20382         (message-strip-forbidden-properties): Use it.
20383
20384 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20385
20386         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20387         that doesn't make XEmacs choke.
20388
20389 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20390
20391         * gnus-util.el (gnus-replace-in-string):
20392         Prefer replace-regexp-in-string over of replace-in-string.
20393
20394 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20395
20396         * gnus-util.el (gnus-select-frame-set-input-focus):
20397         Use select-frame-set-input-focus if it is available in XEmacs; use
20398         definition defined in Emacs 22 for old Emacsen.
20399
20400         * dgnushack.el: Autoload unmorse-region for XEmacs.
20401
20402         * lpath.el: Bind cursor-in-non-selected-windows and
20403         select-frame-set-input-focus for XEmacs.
20404
20405 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20406
20407         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20408
20409 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20410
20411         * gnus-registry.el (gnus-registry-cache-save): Remove text
20412         properties when saving via the temp buffer.
20413
20414 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20415
20416         * message.el (message-generate-hashcash): Honor custom type.
20417
20418 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20419
20420         * message.el (message-generate-hashcash): Default to non-nil when
20421         hashcash is found.
20422
20423         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20424         (gnus-refer-thread-limit): Increase default to 500.
20425
20426         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20427
20428         * flow-fill.el (fill-flowed): Allow delete-space.
20429
20430 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20431
20432         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20433         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20434         Remove autoloads.
20435
20436 2006-04-18  Simon Josefsson  <jas@extundo.com>
20437
20438         * message.el (message-generate-hashcash): Default to.
20439
20440 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20441
20442         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20443         concatenating segments rather than before concatenating them.
20444
20445 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20446
20447         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20448
20449 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20450
20451         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20452
20453         * message.el (message-forward-make-body-plain):
20454         Allow message-forward-ignored-headers to be a list.
20455         (message-remove-ignored-headers): Factor out into function.
20456         (message-forward-make-body-mml): Use it.
20457
20458         * imap.el (imap-quote-specials): New function.
20459         (imap-login-auth): Quote specials.
20460
20461         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20462         (rfc2231-parse-string): Allow concatanation of parameters that
20463         aren't contiguous.  The test case is
20464           (mail-header-parse-content-type "message/external-body;
20465             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20466             access-type=LOCAL-FILE;
20467             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20468
20469 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20470
20471         * nntp.el (nntp-accept-process-output): Return the value of
20472         `nnheader-accept-process-output'.
20473
20474 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20475
20476         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20477         (gnus-button-alist): Recognize more diff formats.
20478         (gnus-button-patch): Strip directory.
20479
20480 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20481
20482         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20483         Emacs 22 when setting focus.
20484
20485 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20486
20487         * gnus-art.el (gnus-article-treat-types): Do treatment of
20488         text/x-verbatim parts.
20489         (gnus-button-patch): New command.
20490
20491         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20492         addresses that contain invalid characters.
20493
20494 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20495
20496         * message.el (message-put-addresses-in-ecomplete):
20497         Use gnus-replace-in-string.
20498         (message-is-yours-p): Use the more correct
20499         mail-header-parse-address instead of
20500         mail-extract-address-components.
20501         (message-put-addresses-in-ecomplete): Fix typo.
20502
20503         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20504         keystroke.
20505
20506         * gnus-art.el (gnus-treatment-function-alist): Change order of
20507         newsgroups/generic header folding to avoid double-folding.
20508
20509         * message.el (message-hidden-headers): Add X-Draft-From.
20510
20511         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20512         New command.
20513         (gnus-summary-repeat-search-article-backward): New command.
20514
20515         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20516         groups in the parent topic.
20517
20518 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20519
20520         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20521         (spam-extra-header-to-number): Return the CRM114 number as a
20522         number instead of a string.
20523
20524 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20525
20526         * gnus-art.el (gnus-face-properties-alist): Move here from
20527         gnus-fun.
20528
20529         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20530
20531 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20532
20533         * message.el (message-strip-forbidden-properties): Only display on
20534         self-insert-command.
20535
20536         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20537         reindent.
20538         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20539
20540 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20541
20542         * smiley.el (smiley-style): Fix typo.
20543
20544 2006-03-23  Kenichi Handa  <handa@m17n.org>
20545
20546         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20547         instead of set-buffer-multibyte.
20548
20549 2006-03-23  Kenichi Handa  <handa@m17n.org>
20550
20551         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20552         buffer and then decode the buffer text if necessary.
20553         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20554         first, and after mm-encode-body, change the buffer to unibyte.
20555
20556 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20557
20558         * hashcash.el (hashcash-insert-payment-async-2):
20559         Use message-goto-eoh instead of doing it manually.
20560         (mail-add-payment): Use message-narrow-to-header instead of trying
20561         to do the same itself.
20562
20563         * message.el (message-hidden-headers): Add Face.
20564
20565         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20566         reparenting code.
20567         (gnus-summary-reparent-children): Refactored out code.
20568         (gnus-summary-thread-map): New keystroke.
20569         (gnus-summary-reparent-children): Make into command.
20570
20571         * smiley.el (smiley-style): Default to `medium' if using a large
20572         font.
20573
20574         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20575         does it itself.
20576
20577         * message.el (message-point-in-header-p): Simplify definition.
20578
20579 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20580
20581         * nnagent.el (nnagent-request-set-mark): Silence log file
20582         writing.
20583         (nnagent-request-set-mark): Use write-region instead of
20584         append-to-file.
20585
20586         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20587         strange select method.
20588
20589         * ecomplete.el (ecomplete-display-matches): Get highlightling
20590         right.
20591         (ecomplete-display-matches): Use literals.
20592         (ecomplete-display-matches): Disable message logging.
20593
20594         * message.el (message-display-abbrev): Small optimization.
20595
20596         * ecomplete.el (ecomplete-display-matches): Allow automatic
20597         display.
20598
20599         * message.el (message-strip-forbidden-properties):
20600         Display abbrevs.
20601         (message-display-abbrev): Get automatic display right.
20602
20603         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20604         keystrokes.
20605
20606 2006-04-13  Romain Francoise  <romain@orebokech.com>
20607
20608         TODO: Backport to v5-10!
20609
20610         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20611         Move here (and rename) from gnus-registry.el.
20612
20613         * gnus-registry.el: Require gnus-util.
20614         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20615
20616 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20617
20618         * gnus-group.el (gnus-group-catchup-current):
20619         Change if-then-else-if-then-else into cond.
20620         (gnus-group-catchup): Indent.
20621         (group-name-at-point): New function.
20622         (gnus-fetch-group): Provide default from thing at point.
20623
20624 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20625
20626         * message.el (message-display-abbrev): Fix regexp.
20627
20628         * ecomplete.el (ecomplete-highlight-match-line):
20629         Reimplement choosing.
20630         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20631         dead variables.
20632
20633         * message.el (message-newline-and-indent): Remove debugging.
20634         (message-display-abbrev): Use new implementation.
20635
20636 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20637
20638         * gnus-art.el (gnus-article-mode):
20639         Set cursor-in-non-selected-windows to nil.
20640
20641         * smiley.el: Revert previous change.
20642         (smiley-data-directory): defvar it before using it in the
20643         defcustom of `smiley-style'.
20644
20645 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20646
20647         * message.el (message-newline-and-indent): New function.
20648
20649         * ecomplete.el: Implement more bits.
20650
20651         * message.el (message-put-addresses-in-ecomplete): Clean up the
20652         string.
20653
20654         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20655
20656         * gnus-sum.el (gnus-summary-save-parts):
20657         Bind gnus-summary-save-parts-counter and use it to make unique file
20658         names.
20659
20660         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20661
20662         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20663         parameter to say whether to actually parse the individual
20664         addresses.
20665
20666         * message.el (message-put-addresses-in-ecomplete): New function.
20667         (ecomplete): Require.
20668         (message-mail-alias-type): Add ecomplete as an option.
20669
20670 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20671
20672         * flow-fill.el (fill-flowed): Remove trailing space from blank
20673         quoted lines.
20674
20675 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20676
20677         * smiley.el (smiley-style): Move definition later to avoid a
20678         compilation warning.
20679
20680 2006-04-12  Kenichi Handa  <handa@m17n.org>
20681
20682         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20683         buffer and then decode the buffer text if necessary.
20684         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20685         first, and after mm-encode-body, change the buffer to unibyte.
20686         Use mm-disable-multibyte instead of set-buffer-multibyte.
20687
20688 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20689
20690         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20691         Content-Type header instead of Content-Disposition header.
20692         (gnus-mime-inline-part): Ditto.
20693         (gnus-mime-view-part-as-charset): Ignore charset that the part
20694         specifies.
20695
20696         * mm-decode.el (mm-display-part): Work with external parts and
20697         usual parts similarly.
20698
20699         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20700         instead of gnus-display-mime.
20701
20702         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20703         instead of with-temp-buffer.
20704
20705         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20706         tag to summarized topics part in order to encode non-ASCII text.
20707
20708 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20709
20710         * smiley.el (smiley-style): New variable.
20711         (smiley-directory): New function.
20712         (smiley-data-directory): Derive from `smiley-style' using
20713         `smiley-directory'.
20714         (smiley-regexp-alist): Add new entries.
20715
20716         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20717         (gnus-article-browse-delete-temp): Add :version.
20718
20719 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20720
20721         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20722         the sieve region.
20723
20724 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20725
20726         * gnus.el (gnus-version-number): Bump version.
20727
20728 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20729
20730         * gnus.el: No Gnus v0.4 is released.
20731
20732 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20733
20734         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20735         layout.
20736
20737         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20738         unknown charset.
20739
20740         * message.el (message-header-synonyms): Add Original-To to the
20741         default.
20742
20743         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20744         optional parameter.
20745
20746 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20747
20748         * gnus-fun.el (gnus): Require it for gnus-directory.
20749
20750 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20751
20752         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20753
20754 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20755
20756         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20757
20758 2006-04-05  Simon Josefsson  <jas@extundo.com>
20759
20760         * password.el (password-reset): New function.
20761
20762 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20763
20764         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20765         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20766
20767 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20768
20769         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20770         Some whitespace was matched into the url, which broke browsing hits
20771         > 100 when mm-url-use-external was nil.
20772
20773 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20774
20775         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20776         Check gnus-extra-headers for 'Newsgroups.
20777
20778         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20779         bound.
20780
20781 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20782
20783         * pgg-gpg.el: Clean up process buffers every time gpg processes
20784         complete.
20785
20786 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20787
20788         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20789         doc string.
20790
20791 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20792
20793         * pgg-gpg.el (pgg-gpg-process-filter)
20794         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20795
20796         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20797         lines, temporary fix.
20798
20799 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20800
20801         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20802
20803 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20804
20805         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20806         default-enable-multibyte-characters.  This reverts the change from
20807         revision 6.17 which is no longer necessary because the passphrase
20808         is sent separately now.  GnuPG messages are unreadable under
20809         multibyte locales with default-enable-multibyte-characters set to
20810         nil.
20811
20812 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20813
20814         * message.el (message-tool-bar-gnome): Move "spell".
20815
20816 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20817
20818         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20819         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20820         instead.
20821
20822 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20823
20824         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20825         Improve newsgroups handling for NNTP overviews which don't include
20826         Newsgroups.
20827
20828 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20829
20830         * message.el (message-resend): Bind message-generate-hashcash to nil.
20831
20832 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20833
20834         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20835         when searching for already-paid recipients.
20836
20837 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20838
20839         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20840         passphrases when it is not needed.
20841         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20842         passphrase stuff from gpg, should only be necessary when you use
20843         gpg with a smartcard.
20844
20845 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20846
20847         * mml.el (mml-insert-mime): Ignore cached contents of
20848         message/external-body part.
20849
20850         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20851         (mm-insert-part): Ditto.
20852
20853 2006-03-23  Simon Josefsson  <jas@extundo.com>
20854
20855         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20856         Reiner.
20857         (pgg-gpg-use-agent-p): Use it again.
20858
20859 2006-03-23  Simon Josefsson  <jas@extundo.com>
20860
20861         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20862         older emacsen.
20863         (pgg-gpg-use-agent-p): Don't use it.
20864
20865 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20866
20867         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20868         if we can.
20869
20870 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20871
20872         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20873         (pgg-gpg-update-agent): New function.
20874         (pgg-gpg-use-agent-p): New function.
20875         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20876         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20877         (pgg-gpg-sign-region): Use it.
20878
20879 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20880
20881         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20882         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20883
20884 2006-03-21  Simon Josefsson  <jas@extundo.com>
20885
20886         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20887         <wilde@sha-bang.de>.
20888         (pgg-gpg-use-agent): New variable.
20889         (pgg-gpg-process-region): Use it.
20890         (pgg-gpg-encrypt-region): Likewise.
20891         (pgg-gpg-encrypt-symmetric-region): Likewise.
20892         (pgg-gpg-decrypt-region): Likewise.
20893         (pgg-gpg-sign-region): Likewise.
20894         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20895
20896 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20897
20898         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20899
20900         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20901         Add comment on version.
20902
20903 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20904
20905         * smiley.el: Add missing test smiley.
20906
20907 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20908
20909         * mm-decode.el (mm-with-part): New macro.
20910         (mm-get-part): Use it; work with message/external-body as well.
20911         (mm-save-part): Treat name and filename equally.
20912
20913         * mm-extern.el (mm-extern-cache-contents): New function.
20914         (mm-inline-external-body): Use it; force the part to be displayed;
20915         move undisplayer added to the cached handle to the parent.
20916
20917         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20918         (gnus-mime-view-part-as-type): Work with message/external-body.
20919
20920         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20921
20922 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20923
20924         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20925         images in image-load-path.  [Sync with image.el, revision 1.60, in
20926         Emacs.]
20927
20928 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20929
20930         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20931         path rather than symbol.  Always return list of directories.
20932         Guarantee that image directory comes first.  [Sync with image.el,
20933         revision 1.59, in Emacs.]
20934
20935         * message.el (message-make-tool-bar): Adjust to new API of
20936         `gmm-image-load-path-for-library'.
20937
20938         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20939
20940         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20941
20942 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20943
20944         * gnus-art.el (gnus-article-only-boring-p):
20945         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20946         intangible text.
20947         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20948
20949 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20950
20951         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20952         Use `defun' instead of `gmm-defun-compat'.
20953
20954 2006-03-14  Simon Josefsson  <jas@extundo.com>
20955
20956         * message.el (message-unique-id): Don't use message-number-base36
20957         if (user-uid) is a float.
20958         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20959
20960 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20961
20962         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20963
20964         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20965         empty line between a part and a message part.
20966
20967 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20968
20969         * smiley.el: Add more test smileys.
20970         (smiley-data-directory, smiley-regexp-alist)
20971         (gnus-smiley-file-types): Fix doc strings.
20972         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20973         adding new elements.
20974         (smiley-mouse-map): Unused code.  Make it a comment.
20975
20976 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20977
20978         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20979         scan latest NoCeM messages instead of old ones.
20980         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20981         delimiters that are recently used.
20982         (gnus-nocem-load-cache): Add autoload cookie.
20983
20984         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20985
20986         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20987         level which is larger than gnus-use-nocem is specified.
20988
20989         * gnus-group.el (gnus-group-get-new-news): Ditto.
20990
20991 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20992
20993         * gnus-util.el (gnus-tool-bar-update): New function.
20994
20995         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20996         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20997
20998         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20999
21000         * gnus-group.el (gnus-group-redraw-when-idle)
21001         (gnus-group-redraw-check): Remove.
21002         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
21003
21004 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21005
21006         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
21007         if optional last element is specified in splits (FIELD VALUE...).
21008
21009 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
21010
21011         * message.el (message-make-tool-bar): Rename gmm-image-load-path
21012         to gmm-image-load-path-for-library.  Call with no-error argument.
21013         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
21014
21015         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21016
21017         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
21018
21019         * gmm-utils.el (gmm-image-load-path): Remove alias.
21020
21021 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
21022
21023         * gmm-utils.el (gmm-image-load-path): Add alias.
21024
21025         * nnml.el (nnml-generate-nov-databases-directory): Rename from
21026         nnml-generate-nov-databases-1.
21027         (nnml-generate-nov-databases): Use it.
21028         (nnml-generate-nov-databases-directory): Document no-active
21029         argument.
21030
21031         * gmm-utils.el (gmm-image-load-path-for-library): Return single
21032         directory if path is t.  Add no-error.
21033
21034         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
21035         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21036
21037         * gnus-art.el (gnus-article-browse-delete-temp-files):
21038         Simplify resetting gnus-article-browse-html-temp-list.
21039
21040         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
21041         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
21042         Add example to docstring.  Rename local variables.  Move error
21043         checks to default case in cond and simplify.
21044
21045 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21046
21047         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
21048         handle is multipart when calling it recursively.
21049         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
21050
21051 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
21052
21053         * nnimap.el (nnimap-request-update-info-internal): Optimize.
21054         Don't `gnus-uncompress-range' to avoid excessive memory usage.
21055
21056 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21057
21058         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
21059         is loaded.
21060
21061         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
21062         loaded.
21063
21064 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21065
21066         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
21067         to "Emacs 23 (unicode)" in doc string.
21068
21069         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
21070         "Emacs 23 (unicode)" in comment.
21071
21072 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21073
21074         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
21075
21076         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
21077         characters 160 through 255 in Emacs 23.
21078
21079 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21080
21081         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
21082         gnus-article-browse-html-temp.
21083         (gnus-article-browse-delete-temp): Make it customizable.
21084         Add `file'.  Adjust doc string.
21085         (gnus-article-browse-delete-temp-files): Add argument.
21086         Allow query for each file.  Adjust doc string.
21087         (gnus-article-browse-html-parts):
21088         Add `gnus-article-browse-delete-temp-files' to
21089         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
21090
21091 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
21092
21093         * gnus-art.el (gnus-article-browse-html-temp)
21094         (gnus-article-browse-delete-temp): New variables.
21095         (gnus-article-browse-delete-temp-files): New function.
21096         (gnus-article-browse-html-parts): Use it.
21097
21098 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21099
21100         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
21101
21102         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
21103         string.
21104
21105         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
21106         gnus-summary-insert-new-articles when unplugged.
21107         Remove gnus-summary-search-article-forward.
21108
21109         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
21110         display-visual-class instead of display-color-cells.
21111
21112 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21113
21114         * dgnushack.el: Autoload customize-group for XEmacs.
21115
21116         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
21117         message/* containing non-ASCII text properly.
21118
21119 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
21120
21121         * message.el: Require gmm-utils, remove autoloads.
21122         (message-tool-bar): Set default based on
21123         gmm-tool-bar-style.
21124         (message-tool-bar-gnome): Add gmm-customize-mode.
21125
21126         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21127         gmm-tool-bar-style.
21128         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21129
21130         * gnus-group.el (gnus-group-tool-bar): Set default based on
21131         gmm-tool-bar-style.
21132         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21133
21134         * gmm-utils.el (gmm-image-directory): Rename variable from
21135         gmm-image-load-path.
21136         (gmm-image-load-path): Use gmm-image-directory.
21137         (gmm-customize-mode): New function.
21138         (gmm-tool-bar-style): New variable.
21139
21140         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21141         gnus-group-redraw-line-number.
21142         (gnus-group-redraw-check): Simplify.
21143         (gnus-group-tool-bar-update): Remove redraw check.
21144         (gnus-group-make-tool-bar): Add redraw check.
21145
21146 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21147
21148         * gnus-art.el (gnus-button): Add missing parentheses.
21149
21150 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21151
21152         * lpath.el: Fbind line-number-at-pos.
21153
21154 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21155
21156         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21157
21158 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21159
21160         * gnus-art.el (gnus-button): New face.
21161         (gnus-article-button-face): Use it.
21162
21163         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21164         Add gnus-summary-next-page.  Re-order.
21165
21166         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21167         next-node are now included.
21168         (gnus-group-redraw-line-number): New internal variable.
21169         (gnus-group-redraw-check): Helper function for updating the tool
21170         bar.
21171         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21172
21173         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21174
21175         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21176         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21177         Use it to match format of Spamassassin 3.0 and later.
21178         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21179         (spam-check-bogofilter)
21180         (spam-bogofilter-register-with-bogofilter): Fix args of
21181         `gnus-error' calls.
21182
21183 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21184
21185         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21186         unnecessary interaction when sending queued mails.
21187         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21188
21189 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21190
21191         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21192         first or last are nil.
21193
21194 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21195
21196         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21197
21198 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21199
21200         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21201
21202 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21203
21204         * dns.el (query-dns): Protect more against buggy tcp output.
21205
21206 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21207
21208         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21209         nov.php.
21210
21211 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21212
21213         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21214         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21215         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21216         output on the server side.
21217         (nnweb-google-create-mapping): Update regexps and add some
21218         progress indication.
21219
21220 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21221
21222         * gnus-group.el (gnus-group-tool-bar-gnome):
21223         Fix gnus-agent-toggle-plugged.  Re-order icons.
21224         (gnus-group-tool-bar-gnome):
21225         Add gnus-group-{prev,next}-unread-group.
21226         (gnus-group-tool-bar-gnome): Re-order icons.
21227
21228         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21229         Move gnus-summary-insert-new-articles.
21230
21231         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21232         Fix comments.
21233
21234         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21235         also available in Emacs 21.3.
21236
21237         * message.el (message-fix-before-sending): Change "Emacs 22" to
21238         "Emacs 23 (unicode)" in comment.
21239
21240         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21241         "Emacs 23 (unicode)" in comment.
21242
21243         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21244         comment.
21245         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21246
21247         * mm-view.el (mm-fill-flowed): Add :version.
21248
21249 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21250
21251         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21252         and load-path.
21253
21254 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21255
21256         * message.el: Autoload gmm-image-load-path.
21257         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21258         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21259         consitency.
21260
21261         * gmm-utils.el (gmm-image-load-path): Also search in
21262         "../etc/images".  Don't set gmm-image-load-path if we don't find
21263         the image.
21264
21265 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21266
21267         * gmm-utils.el (gmm-image-load-path): Don't make
21268         `gmm-image-load-path' include subdirectories which the second arg
21269         `image' might specify.
21270
21271         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21272         subdirectory to icon file names.
21273
21274         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21275
21276 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21277
21278         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21279         gmm-image-load-path calls.
21280
21281         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21282
21283         * message.el (message-make-tool-bar): Ditto.
21284
21285         * mml.el (mml-preview): Add comment concerning tool bar icons.
21286
21287         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21288         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21289
21290         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21291         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21292
21293         * message.el (message-tool-bar-gnome): Use new icon names.
21294         (message-make-tool-bar): Use `gmm-image-load-path'.
21295
21296         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21297         New functions from MH-E.
21298         (gmm-image-load-path): New variable from MH-E.
21299         (gmm-image-load-path): New function from MH-E.  Add arguments
21300         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21301         *-image-load-path-called-flag.
21302
21303 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21304
21305         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21306
21307 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21308
21309         * nnimap.el (nnimap-request-move-article): Change folder back to
21310         source group before deleting.
21311
21312 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21313
21314         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21315
21316         * gnus-art.el (mm-url-insert-file-contents-external):
21317         Autoload mm-url.
21318
21319         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21320
21321 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21322
21323         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21324         coding system which mm-charset-to-coding-system returns for a
21325         given charset is valid.
21326
21327 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21328
21329         * html2text.el (html2text-remove-tag-list):
21330         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21331
21332 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21333
21334         * gnus-cus.el: Revert 2005-10-17 change.
21335
21336 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21337
21338         * gnus-art.el (article-strip-banner):
21339         Call article-really-strip-banner only when the regexp match is made.
21340
21341 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21342
21343         * gnus-art.el (article-strip-banner):
21344         Use gnus-extract-address-components instead of
21345         mail-header-parse-addresses to make it work with non-ASCII text;
21346         remove mail-encode-encoded-word-string.
21347
21348         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21349         values which are surrounded with \"...\"; make it never cause a
21350         Lisp error; give up parsing of parameters if it failed in
21351         extracting type.
21352
21353 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21354
21355         * smime.el (smime-cert-by-ldap-1): Fix bug where
21356         `smime-ldap-search' returns results without userCertificates.
21357
21358 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21359
21360         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21361
21362 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21363
21364         * spam.el (spam-check-spamassassin-headers): Adapt format for
21365         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21366         <ari@mbf.ocn.ne.jp>.
21367         (spam-list-of-processors): Add spam-use-gmane.
21368
21369 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21370
21371         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21372         make-temp-file; make it work with XEmacs as well.
21373
21374         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21375         mm-make-temp-file.
21376
21377         * mm-decode.el (mm-display-external): Use the 3rd arg of
21378         mm-make-temp-file.
21379         (mm-create-image-xemacs): Ditto.
21380
21381 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21382
21383         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21384         with message-narrow-to-headers.
21385         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21386         (gnus-draft-check-draft-articles): New function.
21387         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21388
21389 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21390
21391         * gnus-art.el (gnus-article-browse-html-parts):
21392         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21393         Don't use suffix argument for mm-make-temp-file for Emacs 21
21394         compatibility.  Remove useless `format'.
21395
21396 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21397
21398         * nnweb.el (nnweb-google-wash-article): Update regexps.
21399         (nnweb-group-alist): Use defvoo instead of defvar.
21400
21401 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21402
21403         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21404         re-loading nn* modules.
21405
21406 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21407
21408         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21409         for `tool-bar-mode' and don't check it's default-value.
21410
21411         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21412
21413         * message.el (message-make-tool-bar): Ditto.
21414
21415         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21416         `substring'.  Shorten tmp-file name.
21417
21418         * gnus.el: Remove bogus comment.
21419
21420 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21421
21422         * gnus-art.el (gnus-article-browse-html-parts): New function.
21423         (gnus-article-browse-html-article): New function for viewing html
21424         articles with a browser.
21425
21426 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21427
21428         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21429         in elisp.
21430         (pgg-gpg-encrypt-symmetric-region): Ditto.
21431         (pgg-gpg-sign-region): Ditto.
21432
21433         * pgg-def.el (pgg-text-mode): New variable.
21434
21435         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21436         (mml2015-pgg-encrypt): Ditto.
21437
21438         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21439         (mml1991-pgg-encrypt): Ditto.
21440
21441 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21442
21443         * nnfolder.el (nnfolder-insert-newsgroup-line):
21444         Use message-make-date instead of current-time-string.
21445
21446         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21447         to gnus-decoded which mm-uu might set.
21448
21449 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21450
21451         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21452         don't decode quoted parameters; remove misimported Emacs code.
21453         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21454         (rfc2231-decode-encoded-string): Don't use split-string which
21455         behaves differently according to Emacs version; use
21456         mm-decode-coding-region to convert charset to coding-system.
21457         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21458         (rfc2231-encode-string): Remove misimported Emacs code.
21459
21460 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21461
21462         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21463         when calling mail-header-parse-content-type.
21464         (article-de-quoted-unreadable): Ditto.
21465         (article-de-base64-unreadable): Ditto.
21466         (article-wash-html): Ditto.
21467
21468         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21469         calling mail-header-parse-content-type and
21470         mail-header-parse-content-disposition.
21471         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21472         mail-header-parse-content-type.
21473
21474         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21475         insert charset and format parameters; encode description after
21476         inserting it to buffer.
21477         (mml-insert-parameter): Fold lines properly even if a parameter is
21478         segmented into two or more lines; change the max column to 76.
21479
21480         * rfc1843.el (rfc1843-decode-article-body): Don't use
21481         ignore-errors when calling mail-header-parse-content-type.
21482
21483         * rfc2231.el (rfc2231-parse-string): Return at least type if
21484         possible; don't cause an error even if it fails in parsing of
21485         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21486         (rfc2231-encode-string): Don't break lines at the beginning, leave
21487         it to mml-insert-parameter.
21488
21489         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21490         calling mail-header-parse-content-type.
21491
21492 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21493
21494         * spam-report.el (spam-report-gmane-use-article-number):
21495         Improve doc string.
21496         (spam-report-gmane-internal): Check if a suitable header was found
21497         in the article.
21498
21499 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21500
21501         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21502         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21503
21504 2006-02-05  Romain Francoise  <romain@orebokech.com>
21505
21506         Update copyright notices of all files in the gnus directory.
21507
21508 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21509
21510         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21511
21512 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21513
21514         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21515         segmented lines of parameter value to cope with Thunderbird 1.5
21516         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21517         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21518         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21519
21520 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21521
21522         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21523         parts.
21524
21525 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21526
21527         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21528         there's only one active file for all servers.
21529         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21530         solid groups.  Gnus might have used a FAST request to select the group.
21531         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21532         and nnweb-search redundantly in the active file.
21533         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21534         (nnweb-request-create-group): Don't use ARGS.
21535         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21536         initializations.  Let nnoo do the work.
21537
21538 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21539
21540         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21541         Say the part has been decoded.
21542
21543         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21544
21545 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21546
21547         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21548         mailcap-viewer-test-cache when there's no 'test clause, since that
21549         will invert the meaning of a "nil" test previously determined by
21550         mailcap-mailcap-entry-passes-test.
21551
21552 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21553
21554         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21555         compiling.
21556
21557         * gnus-sum.el: Ditto.
21558
21559         * message.el: Don't bind tool-bar-map when compiling.
21560
21561 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21562
21563         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21564
21565 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21566
21567         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21568         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21569         current Google Groups.
21570
21571 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21572
21573         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21574         and tool-bar-mode.
21575
21576         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21577         and tool-bar-mode.
21578
21579         * message.el (message-tool-bar-update): Simplify.
21580         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21581
21582         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21583         gnus-summary-buffer.
21584         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21585         gnus-summary-reply.
21586
21587         * gmm-utils.el (gmm): Add :version.
21588
21589 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21590
21591         * Makefile.in (clean): New rule.
21592         (distclean): Use it.
21593
21594 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21595
21596         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21597         Don't autoload.
21598
21599 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21600
21601         * gmm-utils.el (gmm-verbose): Add :group.
21602
21603 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21604
21605         * message.el: Change some comments WRT tool-bars.
21606
21607         * gnus-sum.el (gnus-summary-tool-bar)
21608         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21609         (gnus-summary-tool-bar-zap-list): New variables.
21610         (gnus-summary-make-tool-bar): Complete rewrite using
21611         `gmm-tool-bar-from-list'.
21612
21613         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21614         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21615         New variables.
21616         (gnus-group-make-tool-bar): Complete rewrite using
21617         `gmm-tool-bar-from-list'.
21618         (gnus-group-tool-bar-update): New function.
21619
21620         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21621
21622 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21623
21624         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21625         is dissected into a single part of which the type is the same as
21626         the given one; decode charset.
21627
21628 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21629
21630         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21631         into alists as symbol not string, since that's what
21632         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21633         look for.
21634
21635 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21636
21637         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21638         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21639
21640         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21641
21642 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21643
21644         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21645         (gnus-xmas-mime-security-button-menu): New function.
21646
21647         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21648         (gnus-mime-security-button-menu): New definition.
21649         (gnus-mime-security-button-map): Use them.
21650         (gnus-mime-security-button-menu): New function.
21651         (gnus-insert-mime-security-button): Addition to help echo.
21652         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21653         (gnus-mime-security-pipe-part): New functions.
21654
21655         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21656         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21657
21658         * mm-decode.el (mm-handle-set-disposition): Remove.
21659         (mm-handle-set-description): Remove.
21660
21661 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21662
21663         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21664         (mm-w3m-standalone-supports-m17n-p): New function.
21665         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21666         w3m usage.
21667
21668         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21669         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21670
21671 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21672
21673         * message.el (message-tool-bar-zap-list):
21674         Use gmm-tool-bar-zap-list as custom type.
21675         (message-tool-bar-update): New function.
21676         (message-tool-bar, message-tool-bar-gnome)
21677         (message-tool-bar-retro): Add message-tool-bar-update.
21678         (message-tool-bar-gnome): Add flyspell-buffer.
21679
21680         * gnus-util.el (gnus-error): Describe `args'.
21681
21682         * gmm-utils.el (gmm-error): Describe `args'.
21683         (gmm-tool-bar-zap-list): New widget.
21684         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21685
21686 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21687
21688         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21689         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21690         the number of recursive calls.
21691
21692         * mm-decode.el (mm-handle-set-disposition): New macro.
21693         (mm-handle-set-description): New macro.
21694
21695 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21696
21697         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21698         encoding.
21699
21700 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21701
21702         * message.el (message-tool-bar-zap-list, message-tool-bar)
21703         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21704         (message-tool-bar-local-item-from-menu): Remove.
21705         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21706         (message-make-tool-bar): New function.
21707         (message-mode): Use `message-make-tool-bar'.
21708
21709         * gmm-utils.el: New file.
21710         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21711         (gmm-lazy): New widget copied from `nnmail.el'.
21712         (gmm-tool-bar-from-list): New function for creating customizable
21713         tool bars.
21714         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21715         output.
21716         (gmm): Add :prefix to defgroup.
21717
21718 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21719
21720         * gmm-utils.el (gmm-widget-p): New function.
21721
21722 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21723
21724         * mml.el (mml-attach-file): Describe `description' in doc string.
21725         (mml-menu): Add Emacs MIME manual and PGG manual.
21726
21727 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21728
21729         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21730
21731 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21732
21733         * nntp.el (nntp-end-of-line): Doc fix.
21734
21735 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21736
21737         * imap.el (imap-open): Handle case where buffer is a buffer
21738         object.
21739
21740 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21741
21742         * gnus-delay.el (gnus-delay): Don't autoload.
21743         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21744         to be re-loaded when customizing the `gnus-delay' group.
21745
21746 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21747
21748         * message.el (message-insert-citation-line): Use newlines.
21749
21750 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21751
21752         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21753         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21754         these routines, so the passphrase can be managed externally and
21755         passed in to the system.
21756         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21757         pgg-add-passphrase-to-cache function.
21758
21759         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21760         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21761         these routines, so the passphrase can be managed externally and
21762         passed in to the system.
21763         (pgg-pgp5-sign-region): Use new name of
21764         pgg-add-passphrase-to-cache function.
21765
21766 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21767
21768         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21769         part of the decoded armor to find the key-identifier.
21770         (pgg-gpg-lookup-key-owner): New function to return the
21771         human-readable identifier of a key owner.
21772         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21773         itself.
21774         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21775         the key value) if we have a key and can match it against a secret
21776         key.  Also, added a note pointing out fact that the prompt only
21777         indicates the first matching key.
21778
21779         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21780         pgg-decrypt-region.
21781         (pgg-add-passphrase-to-cache): Rename from
21782         `pgg-add-passphrase-cache' to reduce confusion (all callers
21783         changed).
21784         (pgg-remove-passphrase-from-cache): Rename from
21785         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21786         changed).
21787         (pgg-read-passphrase, pgg-add-passphrase-cache)
21788         (pgg-remove-passphrase-cache): Add informative docstrings.
21789         (pgg-decrypt): Convey provided passphrase in subordinate call to
21790         pgg-decrypt-region.
21791
21792 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21793
21794         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21795         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21796         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21797         'passphrase' argument, so the passphrase can be managed externally
21798         and then passed in to the system.
21799
21800         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21801         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21802         so the passphrase cache can be used reliably with identifiers
21803         besides a pgp packet's key id.
21804
21805         * pgg-gpg.el (pgg-gpg-encrypt-region)
21806         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21807         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21808         these routines, so the passphrase can be managed externally and
21809         passed in to the system.
21810
21811         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21812         'notruncate' argument, so the passphrase cache can be used
21813         reliably with identifiers besides a pgp packet's key id.
21814
21815 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21816
21817         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21818         symmetric encryption.
21819         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21820         encrypted session key.
21821         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21822         message ask for the passphrase in a proper way.
21823
21824         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21825         New user commands for symmetric encryption.
21826
21827 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21828
21829         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21830
21831         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21832
21833 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21834
21835         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21836
21837 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21838
21839         * mm-decode.el (mm-inlined-types): Add application/pgp.
21840         (mm-automatic-display): Ditto.
21841
21842         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21843         part as text.
21844
21845 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21846
21847         * nnrss.el: Update copyright.
21848         (nnrss-opml-import): Query whether to subscribe to each entry.
21849
21850         * gnus-art.el:
21851         * gnus-sum.el:
21852         * gnus-xmas.el:
21853         * messagexmas.el:
21854         * mm-uu.el:
21855         * mm-view.el: Update copyright.
21856
21857 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21858
21859         * message.el (message-info): New function.
21860         (message-mode-menu): Add it.
21861         Update copyright.
21862
21863         * ChangeLog: Fix and update copyright.
21864
21865 2006-01-13  Romain Francoise  <romain@orebokech.com>
21866
21867         * message.el (message-forward-subject-name-subject): Prefer the
21868         address to 'nowhere' if the sender has no name.
21869         Fix typo.  Update copyright year.
21870
21871 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21872
21873         * gnus-art.el (article-wash-html):
21874         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21875         (gnus-article-wash-html-with-w3m-standalone): New function.
21876
21877         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21878         mm-inline-text-html-render-with-w3m-standalone.
21879         (mm-text-html-washer-alist): Map w3m-standalone to
21880         gnus-article-wash-html-with-w3m-standalone.
21881         (mm-inline-text-html-render-with-w3m-standalone): New function.
21882
21883 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21884
21885         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21886         Improve LaTeX.
21887
21888 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21889
21890         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21891         (nnrss-request-article): Render text/plain parts as HTML.
21892
21893         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21894         the buffer.
21895
21896 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21897
21898         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21899         custom definition of `gnus-posting-styles'.
21900
21901         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21902         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21903
21904 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21905
21906         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21907         Use nntp for bug archive.
21908
21909 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21910
21911         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21912         parts.
21913         (nnrss-normalize-date): New function converts ISO 8601 date into
21914         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21915         (nnrss-check-group): Use it.
21916
21917 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21918
21919         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21920
21921         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21922         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21923         (nnrss-insert-w3): Ditto.
21924
21925 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21926
21927         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21928         the articles to be forwarded including the case where neither a
21929         number of articles nor a region is specified.
21930
21931 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21932
21933         * nnrss.el (nnrss-request-article): Fix last change; fill
21934         text/plain parts.
21935
21936 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21937
21938         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21939         in text/plain part.
21940         (nnrss-check-group): Don't add excessive newline to dc:subject.
21941
21942 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21943
21944         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21945         article.
21946
21947 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21948
21949         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21950         (nnml-use-compressed-files, nnml-save-mail): Support other
21951         comression programs such as bzip2.
21952
21953 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21954
21955         * dns.el (query-dns): Make sure we check the buffer size before
21956         removing tcp headers.
21957
21958 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21959
21960         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21961         remove MIME buttons associated with multipart/alternative parts.
21962         (gnus-mime-display-alternative): Tag buttons using `article-type'
21963         text property.
21964
21965         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21966         associated with multipart/alternative parts.
21967
21968         * gnus-art.el (gnus-signature-separator): Fix custom type.
21969
21970         * mm-decode.el (mm-inlined-types): Fix custom type.
21971         (mm-keep-viewer-alive-types): Ditto.
21972         (mm-automatic-display): Ditto.
21973         (mm-attachment-override-types): Ditto.
21974         (mm-inline-override-types): Ditto.
21975         (mm-automatic-external-display): Ditto.
21976
21977 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21978
21979         * spam-report.el (spam-report-user-mail-address)
21980         (spam-report-user-agent): New variables.
21981         (spam-report-url-ping-plain): Use spam-report-user-agent.
21982
21983 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21984
21985         * gnus-art.el (gnus-button-handle-custom): Do not just use
21986         `customize-apropos' for any "M-x customize-*" button but the
21987         function called for.  Accept both the function name and its
21988         argument in order to achieve this.
21989         (gnus-button-alist): Remove support for "custom:" URL's.
21990         Pass function name to `gnus-button-handle-custom' in case of "M-x
21991         customize-*" buttons.
21992
21993 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21994
21995         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21996         multipart/alternative and add xref to mm-discouraged-alternatives
21997         in doc string.
21998
21999         * mm-decode.el (mm-discouraged-alternatives): Add xref to
22000         gnus-buttonized-mime-types in doc string.
22001
22002 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
22003
22004         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
22005         Suggest image/.* in the doc string.
22006
22007 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
22008
22009         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
22010         message-marks (Debian bug#342521).
22011
22012 2005-12-12  Simon Josefsson  <jas@extundo.com>
22013
22014         * password.el (password-read-from-cache): Add.
22015         (password-read): Use it.
22016
22017 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22018
22019         * rfc2047.el (rfc2047-charset-to-coding-system):
22020         Recognize us-ascii as a MIME charset.
22021
22022         * mm-bodies.el (mm-decode-content-transfer-encoding):
22023         Protect against the case where the 2nd arg TYPE is nil.
22024
22025 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22026
22027         * pop3.el (pop3-stream-type): Fix custom version.
22028
22029         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
22030
22031 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22032
22033         * mm-decode.el (mm-display-external): Add missing cdr.
22034
22035 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22036
22037         * mm-decode.el (mm-display-external): Use nametemplate (defined in
22038         RFC1524) if it is in mailcap or add a suffix according to
22039         mailcap-mime-extensions when generating a temp filename; postpone
22040         deleting a temp file for 2 seconds for some wrappers, shell
22041         scripts, and so on, which might exit right after having started a
22042         viewer command as a background job.
22043
22044 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22045
22046         * nntp.el (nntp-marks-directory): Fix custom group.
22047
22048         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
22049         steps when < 10.
22050
22051         * gnus-start.el (gnus-no-server-1):
22052         Mention `gnus-level-default-subscribed' in doc string.
22053
22054 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22055
22056         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
22057         parens.
22058
22059 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22060
22061         * gnus-xmas.el (gnus-use-toolbar): Revert.
22062         (gnus-xmas-setup-toolbar): Use global default-toolbar if
22063         gnus-use-toolbar is default.
22064
22065         * messagexmas.el (message-use-toolbar): Revert.
22066         (message-setup-toolbar): Use global default-toolbar if
22067         message-use-toolbar is default.
22068
22069 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22070
22071         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
22072         according to default-toolbar-visible-p.
22073
22074         * messagexmas.el (message-use-toolbar): Ditto.
22075
22076 2005-11-26  Dave Love  <fx@gnu.org>
22077
22078         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
22079         (tls-program, tls-success): Provide openssl alternative.
22080
22081         * starttls.el: Doc fixes.
22082         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
22083         SERVICE to PORT.
22084
22085         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
22086         port null or service name.
22087         (starttls-negotiate): Autoload.
22088
22089 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22090
22091         * message.el (message-kill-to-signature): Fix interactive spec.
22092
22093 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22094
22095         * pop3.el (pop3-open-server): Recognize a string as a service name.
22096
22097 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
22098
22099         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
22100
22101 2005-11-23  Dave Love  <fx@gnu.org>
22102
22103         Add pop3s, pop3/starttls.
22104
22105         * pop3.el (pop3-authentication-scheme): Clarify doc.
22106         (open-tls-stream, starttls-open-stream): Autoload.
22107         (pop3-stream-type): New.
22108         (pop3-open-server): Use it.
22109
22110         * mail-source.el (mail-sources): Fix some :types.  Add stream type
22111         for POP.
22112         (mail-source-keyword-map): Add :stream for POP.
22113         (mail-source-fetch-pop): Use pop3-stream-type.
22114
22115 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22116
22117         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
22118         of current-time-string.
22119
22120 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
22121
22122         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
22123         date header.
22124
22125 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22126
22127         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22128         it can seriously impact performance as it bypasses the agent's
22129         local caches.
22130
22131 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22132
22133         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22134         must be explicitly online rather than "not explicitly offline" for
22135         its flags to be synchronized.
22136
22137         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22138         that gnus-uu-unmark-thread will function correctly.
22139
22140         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22141         1024K is instead displayed as 1M.
22142
22143 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22144
22145         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22146
22147 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22148
22149         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22150
22151 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22152
22153         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22154         error message to display actual error condition.
22155         (gnus-agent-save-local): Avoid saving symbols that are bound to
22156         nil as they simply result in a warning message in
22157         gnus-agent-read-local.
22158
22159 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22160
22161         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22162         rather than make-variable-buffer-local for file-precious-flag.
22163
22164 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22165
22166         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22167         for duplicates which are removed.  The invalid sort check then
22168         triggers a rescan after the sort as sorting may have moved
22169         duplicate entries such that they can be cheaply detected.
22170
22171 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22172
22173         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22174
22175 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22176
22177         * gnus-agent.el (gnus-agent-article-alist-save-format):
22178         Change internal variable to a custom variable.  Change default value
22179         from compressed(2) to uncompressed(1).
22180         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22181         support for uncompressed agentview files.  Taken together, reading
22182         the agentview file should now be 6-7 times faster.
22183
22184 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22185
22186         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22187         as a buffer-local variable.  This avoids creating truncated
22188         dribble files as a result of a hang up, eg.
22189
22190 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22191
22192         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22193         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22194         XEmacs.
22195
22196 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22197
22198         * gnus-start.el (gnus-start-draft-setup):
22199         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22200
22201         * gnus.el (gnus-splash): Change custom group.
22202         (gnus-group-get-parameter, gnus-group-parameter-value):
22203         Describe allow-list argument.
22204
22205         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22206         string.
22207
22208 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22209
22210         * gnus-art.el (gnus-default-article-saver): Add user-defined
22211         `function' to custom type.
22212
22213 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22214
22215         * imap.el (imap-open): Handle case where buffer is a buffer
22216         object.
22217
22218 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22219
22220         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22221         long lines.
22222         (gnus-cache-delete-group): Wrap doc strings.
22223
22224         * gnus-agent.el (gnus-agent-rename-group)
22225         (gnus-agent-delete-group): Wrap doc strings.
22226
22227 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22228
22229         * messagexmas.el (message-use-toolbar): Change the valid values
22230         into default, top, bottom, left, and right.
22231         (message-toolbar-thickness): New variable.
22232         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22233         well.
22234         (message-setup-toolbar): Make it work.
22235
22236         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22237         (gnus-use-toolbar): Change the valid values into default, top,
22238         bottom, left, and right.
22239         (gnus-toolbar-thickness): New variable.
22240         (gnus-xmas-setup-toolbar): New function.
22241         (gnus-xmas-setup-group-toolbar): Use it.
22242         (gnus-xmas-setup-summary-toolbar): Use it.
22243
22244 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22245
22246         * gnus-start.el (gnus-1): Add "native" to
22247         gnus-predefined-server-alist.
22248
22249         * gnus.el (gnus-method-to-server): Don't add "native" to the
22250         lists here, because that leads to problems when
22251         gnus-select-method is bound.
22252
22253 2005-11-09  Simon Josefsson  <jas@extundo.com>
22254
22255         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22256         use (not sort-by-date) instead.
22257
22258 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22259
22260         * gnus-delay.el (gnus-delay-group): Don't autoload.
22261         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22262         to be re-loaded when customizing the `gnus-delay' group.
22263
22264 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22265
22266         * message.el: Revert last changes.
22267         (message-insert-citation-line): Use newlines.
22268
22269 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22270
22271         * message.el (message-courtesy-message)
22272         (message-mark-insert-begin, message-mark-insert-end)
22273         (message-elide-ellipsis, message-cancel-message)
22274         (message-add-header, message-change-subject)
22275         (message-cross-post-followup-to-header)
22276         (message-cross-post-insert-note, message-reduce-to-to-cc)
22277         (message-widen-reply, message-delete-not-region)
22278         (message-kill-to-signature, message-insert-signature)
22279         (message-insert-importance-high, message-insert-importance-low)
22280         (message-insert-or-toggle-importance)
22281         (message-insert-disposition-notification-to)
22282         (message-indent-citation, message-yank-original)
22283         (message-cite-original-without-signature, message-cite-original)
22284         (message-insert-citation-line, message-position-on-field)
22285         (message-fix-before-sending, message-send-mail-partially)
22286         (message-send-mail, message-send-mail-with-sendmail)
22287         (message-send-mail-with-qmail, message-send-news)
22288         (message-check-news-header-syntax, message-generate-headers)
22289         (message-insert-courtesy-copy, message-fill-address)
22290         (message-fill-header, message-shorten-references)
22291         (message-setup-1, message-cancel-news)
22292         (message-forward-make-body-plain, message-forward-make-body-mime)
22293         (message-forward-make-body-mml, message-encode-message-body)
22294         (message-forward-make-body-digest-plain)
22295         (message-forward-make-body-digest-mime)
22296         (message-use-alternative-email-as-from): Insert `hard-newline'
22297         instead of ordinary newlines.
22298
22299 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22300
22301         * message.el (message-generate-headers): Downcase the argument
22302         given to message-check-element.
22303
22304 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22305
22306         * nntp.el (nntp-authinfo-rejected): New error condition.
22307         (nntp-wait-for): Use new error condition to signal authentication
22308         error.
22309         (nntp-retrieve-data): Rethrow new error condition to break out of
22310         recursive call to nntp-send-authinfo.
22311
22312 2005-11-08  Romain Francoise  <romain@orebokech.com>
22313
22314         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22315         (gnus-summary-exit-map): Bind to `Z p'.
22316         (gnus-summary-make-menu-bar): Add menu item.
22317
22318 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22319
22320         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22321         (gnus-treat-*): Add `first' in all doc strings.
22322
22323         * gnus-group.el (gnus-group-compact-group): Fix typo.
22324
22325 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22326
22327         * gnus.el (gnus-parameters-case-fold-search): New variable.
22328         (gnus-parameters-get-parameter): Use it.
22329
22330         * gnus-score.el (gnus-home-score-file): Doc fix.
22331
22332 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22333
22334         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22335
22336 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22337
22338         * mm-util.el (mm-special-display-p): New function.
22339
22340         * mml.el (mml-preview): Use it; doc fix.
22341
22342 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22343
22344         * imap.el (imap-open): Handle case where buffer is a buffer object.
22345
22346 2005-10-29  Romain Francoise  <romain@orebokech.com>
22347
22348         * message.el (message-fix-before-sending): Fix comment.
22349
22350 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22351
22352         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22353
22354 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22355
22356         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22357         Used in gnus-score.el.
22358
22359 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22360
22361         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22362
22363 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22364
22365         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22366         whitespace removed in revision 7.8.  Use concatenated string to
22367         protect trailing whitespace.
22368
22369 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22370
22371         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22372         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22373         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22374         Courier IMAP ("some version from 2004").  Mostly based on similar
22375         code in the same function.
22376
22377 2005-10-26  Didier Verna  <didier@xemacs.org>
22378
22379         * gnus-group.el (gnus-group-compact-group): Invalidate original
22380         article buffer.
22381         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22382         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22383         NOV database and in article itself.
22384         Invalidate article backlog.
22385
22386 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22387
22388         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22389
22390 2005-10-26  Simon Josefsson  <jas@extundo.com>
22391
22392         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22393         part of 2004-07-25 change.
22394
22395 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22396
22397         * message.el (message-display-completion-list): New function.
22398         (message-expand-group): Use it; make sure the Completions buffer
22399         is modifiable.
22400 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22401
22402         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22403         user-mail-name is an empty string.
22404
22405 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22406
22407         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22408         depending on gnus-score-decay-constant.
22409
22410         * encrypt.el (encrypt-insert-file-contents)
22411         (encrypt-write-file-contents): Don't use `gnus-message'.
22412
22413         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22414         arguments.
22415         (mm-uu-type-alist): Add message-marks and insert-marks.
22416         Pass arguments to mm-uu-verbatim-marks-extract.
22417         (mm-uu-hide-markers): New variable.
22418         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22419
22420         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22421         (gnus-convert-image-to-face-command): Use "convert" by default to
22422         allow other input image formats.
22423         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22424         accordingly.
22425
22426 2005-10-23  Simon Josefsson  <jas@extundo.com>
22427
22428         * imap.el (imap-gssapi-program): Align command line parameters
22429         with latest GNU SASL.
22430         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22431
22432 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22433
22434         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22435         HTML.
22436         (nnslashdot-request-article): Ditto.
22437
22438         * lpath.el (featurep): Add nobreak-char-display.
22439
22440 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22441
22442         * mail-source.el (mail-source-fetch-pop): Require pop3.
22443         (mail-source-check-pop): Ditto.
22444
22445 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22446
22447         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22448         errors.
22449
22450 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22451
22452         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22453         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22454
22455         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22456
22457         * mm-bodies.el (mm-decode-string):
22458         Call `mm-charset-to-coding-system' with allow-override argument.
22459
22460 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22461
22462         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22463         (rfc2047-charset-to-coding-system): New function.
22464         (rfc2047-decode-encoded-words): New function.
22465         (rfc2047-decode-region): Use them.
22466         (rfc2047-decode-cte): Remove.
22467         (rfc2047-parse-and-decode): Remove.
22468         (rfc2047-decode): Remove.
22469
22470 2005-10-15  Kenichi Handa  <handa@m17n.org>
22471
22472         * rfc2047.el (rfc2047-decode-cte): New function.
22473         (rfc2047-decode-region): Change the way to decode successive
22474         encoded-words: decode B- or Q-encoding in each encoded-word,
22475         concatenate them, and decode it as charset.
22476
22477 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22478
22479         * lpath.el: Fbind codepage-setup for XEmacs.
22480
22481 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22482
22483         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22484         widget-move-and-invoke.
22485         (gnus-custom-mode): Use gnus-custom-map.
22486
22487 2005-10-15  Bill Wohler  <wohler@newt.com>
22488
22489         * message.el (message-tool-bar-map): Rename image file from
22490         mail_send to mail/send.
22491
22492 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22493
22494         * message.el (message-expand-group): Pass the common
22495         prefix substring of completion to `display-completion-list'.
22496
22497 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22498
22499         * mml-sec.el (mml-secure-method): New internal variable.
22500         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22501         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22502         New functions using mml-secure-method.
22503
22504         * mml.el (mml-mode-map): Add key bindings for those functions.
22505         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22506         Harder <harder@myrealbox.com>.
22507         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22508         Goto end of message if point is the headers of the message.
22509
22510         * message.el (message-in-body-p): New function.
22511
22512         * assistant.el: Autoload gnus-util and netrc.
22513
22514         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22515         Use `mm-charset-override-alist' only when decoding.
22516
22517         * mm-bodies.el (mm-decode-body):
22518         Call `mm-charset-to-coding-system' with allow-override argument.
22519
22520         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22521         `filename' from Content-Disposition if Content-Type doesn't
22522         provide `name'.
22523         (gnus-mime-view-part-as-type): Set default instead of
22524         initial-input.
22525
22526 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22527
22528         * format-spec.el (format-spec): Propagate text properties of % spec.
22529
22530 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22531
22532         * gnus-art.el (gnus-treat-predicate): Add `first'.
22533
22534 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22535
22536         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22537         (mm-charset-override-alist): New variable.
22538         (mm-charset-to-coding-system): Use it.
22539         (mm-codepage-setup): New helper function.
22540         (mm-charset-eval-alist): New variable.
22541         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22542         Warn about unknown charsets.
22543
22544         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22545
22546 2005-10-04  David Hansen  <david.hansen@gmx.net>
22547
22548         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22549         (nnrss-check-group): Ditto.
22550
22551 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22552
22553         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22554         Rename x-gnus-verbatim to x-verbatim.
22555         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22556
22557         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22558         x-verbatim.
22559
22560         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22561
22562         * gnus-util.el (gnus-remove-duplicates): Remove.
22563
22564         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22565         instead of gnus-remove-duplicates.
22566
22567         * message.el (message-remove-duplicates): Remove.
22568         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22569         message-remove-duplicates.
22570
22571         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22572         available, else use implementation from `delete-dups'.
22573
22574         * message.el (message-insert-expires): New function.
22575         (message-mode-map): Add key binding.
22576         (message-mode-field-menu): Add menu entry.
22577         (message-mode): Document it.
22578         (message-make-expires-date): Use `message-make-date'.
22579
22580 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22581
22582         * message.el (message-make-expires-date): New function.
22583
22584 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22585
22586         * Makefile.in (list-installed-shadows): New entry.
22587         (install): Use it.
22588         (remove-installed-shadows): New entry.
22589
22590         * dgnushack.el (dgnushack-default-load-path): New variable.
22591         (dgnushack-find-lisp-shadows): New function.
22592         (dgnushack-remove-lisp-shadows): New function.
22593
22594 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22595
22596         * Makefile.in (install-el-elc): New entry.
22597         (install): Use it so that .el files are necessarily installed.
22598
22599 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22600
22601         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22602
22603 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22604
22605         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22606         function rather than the diff-mode.el package.
22607         (mm-display-external): Use with-current-buffer.
22608         (mm-viewer-completion-map, mm-viewer-completion-map):
22609         Move initialization inside declaration.
22610
22611 2005-09-29  Simon Josefsson  <jas@extundo.com>
22612
22613         * spam.el: Load hashcash when compiling, to avoid warnings.
22614         Don't autoload mail-check-payment.
22615         (spam-check-hashcash): Define unconditionally, since hashcash.el
22616         is part of Gnus now.  Ignore errors from payment checking.
22617
22618 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22619
22620         * message.el (message-bold-region, message-unbold-region):
22621         Rename from `bold-region' and `unbold-region'.
22622
22623         * message.el: Remove useless autoloads.
22624
22625 2005-09-28  Simon Josefsson  <jas@extundo.com>
22626
22627         * message.el (message-use-idna): Default to t.
22628         (message-use-idna): Test whether encoding works too.  Doc fix.
22629
22630 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22631
22632         * nntp.el (nntp-warn-about-losing-connection): Remove.
22633
22634 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22635
22636         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22637         customizable.  Change default value.
22638         (mm-uu-diff-groups-regexp): Change default value.
22639         (mm-uu-type-alist): Add doc string.
22640         (mm-uu-configure): Add doc string.  Make it interactive.
22641         (mm-uu-tex-groups-regexp): New variable.
22642         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22643         (mm-uu-type-alist): Add LaTeX documents.
22644         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22645         of "text/verbatim".
22646         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22647
22648         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22649         instead of "text/verbatim".
22650
22651         * message.el (message-mark-inserted-region)
22652         (message-mark-insert-file): Use slrn style marks when called with
22653         prefix argument.
22654
22655 2005-09-27  Simon Josefsson  <jas@extundo.com>
22656
22657         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22658
22659 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22660
22661         * message.el (message-remove-duplicates): New function.
22662         Implementation borrowed from `gnus-remove-duplicates'.
22663         (message-idna-to-ascii-rhs): Also encode idna addresses in
22664         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22665         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22666         only ask about the same idna domain once per header and also tell
22667         in what header to replace the idna domain.
22668
22669         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22670         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22671         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22672         a header is decoded and not just the last one.
22673
22674 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22675
22676         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22677         has been decoded.
22678
22679         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22680         (mm-insert-part): Don't modify text if it has been decoded.
22681
22682         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22683         decoded.
22684
22685         * mm-view.el (mm-inline-text): Don't strip text props unless
22686         decoding enriched or richtext parts.
22687
22688 2005-09-25  Romain Francoise  <romain@orebokech.com>
22689
22690         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22691         * gnus-start.el (gnus-subscribe-interactively):
22692         * gnus-uu.el (gnus-uu-grab-articles):
22693         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22694         space.
22695
22696 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22697
22698         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22699         * mm-view.el (mm-view-pkcs7-decrypt):
22700         * gnus-sum.el (gnus-summary-limit-to-extra)
22701         (gnus-summary-respool-article, gnus-read-move-group-name):
22702         * gnus-score.el (gnus-summary-increase-score):
22703         * gnus-util.el (gnus-completing-read-with-default):
22704         * gnus-art.el (gnus-read-save-file-name)
22705         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22706         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22707         * message.el (message-check-news-header-syntax):
22708         Follow convention for reading with the minibuffer.
22709
22710 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22711
22712         * spam-report.el (spam-report-url-ping-plain):
22713         Use gnus-extended-version as User-Agent.
22714
22715         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22716         default value is nil.
22717
22718         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22719         (mm-uu-verbatim-marks-extract): New function.
22720         (mm-uu-extract): New face.
22721         (mm-uu-copy-to-buffer): Use it.
22722
22723         * spam-report.el (spam-report-gmane-ham): Rename from
22724         `spam-report-gmane-unspam'.
22725         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22726         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22727
22728         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22729         Autoload.
22730         (spam-report-gmane-unregister-routine):
22731         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22732
22733 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22734
22735         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22736         (spam-report-gmane-unregister-routine): Add support for gmane
22737         unregistration.
22738
22739         * spam-report.el (spam-report-gmane-unspam)
22740         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22741         (spam-report-gmane): Change to take a single article and do unspam
22742         registration.
22743
22744 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22745
22746         * mm-url.el (mm-url-decode-entities): Fix regexp.
22747
22748 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22749
22750         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22751         default to nil, to be able to use Gnus at all.  If the default
22752         switches to something else, then the function should be fixed not
22753         be exceedingly slow.
22754
22755 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22756
22757         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22758         fail hard.
22759
22760         * spam-report.el: Add better Keywords line.
22761
22762         * spam.el: Add Maintainer and better Keywords line.
22763
22764 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22765
22766         * gnus-art.el (gnus-article-replace-part)
22767         (gnus-mime-replace-part): New functions.
22768         (gnus-mime-action-alist, gnus-mime-button-commands)
22769         (gnus-mime-save-part-and-strip): Add file argument.
22770         (gnus-article-part-wrapper): Add interactive argument.
22771
22772         * gnus-sum.el (gnus-summary-mime-map):
22773         Add `gnus-article-replace-part'.
22774
22775 2005-09-19  Didier Verna  <didier@xemacs.org>
22776
22777         The nnml compaction feature:
22778         * nnml.el (nnml-request-compact-group): New function.
22779         * nnml.el (nnml-request-compact): New function.
22780         * gnus-int.el (gnus-request-compact-group): New function.
22781         * gnus-int.el (gnus-request-compact): New function.
22782         * gnus-group.el (gnus-group-compact-group): New function.
22783         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22784         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22785         * gnus-srvr.el (gnus-server-compact-server): New function.
22786         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22787         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22788
22789 2005-09-18  Deepak Goel  <deego@gnufans.org>
22790
22791         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22792         format spec.
22793
22794 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22795
22796         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22797
22798 2005-09-15  Romain Francoise  <romain@orebokech.com>
22799
22800         * message.el (message-fill-paragraph): Clarify docstring.
22801
22802 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22803
22804         * gnus-art.el (gnus-mime-display-part): Protect against broken
22805         MIME messages.
22806
22807 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22808
22809         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22810         before parsing header.
22811
22812 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22813
22814         * html2text.el (html2text-replace-list): Add new entities.
22815
22816 2005-09-11  Romain Francoise  <romain@orebokech.com>
22817
22818         * message.el (message-alternative-emails): Improve docstring.
22819         (message-setup-1): Call `message-use-alternative-email-as-from'
22820         after `message-setup-hook' to give it precedence over posting
22821         styles, etc.
22822         (message-use-alternative-email-as-from): Add docstring.
22823         Remove the original From header if present.
22824
22825         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22826         (nnml-save-mail): Use it.
22827
22828         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22829         articles.  Add new argument `silent'.
22830         (gnus-uu-mark-all): Report the total number of marked articles.
22831
22832 2005-09-10  Romain Francoise  <romain@orebokech.com>
22833
22834         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22835         (gnus-uu-mark-series): Likewise.
22836
22837 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22838
22839         * spam-report.el (spam-report-gmane): Fix generation of spam
22840         report URL.
22841
22842 2005-09-10  Simon Josefsson  <jas@extundo.com>
22843
22844         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22845         t, based on discussion on the ding list with Robert Epprecht
22846         <epprecht@solnet.ch>.
22847
22848 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22849
22850         * spam-report.el (spam-report-gmane): Make it work without
22851         X-Report-Spam header.  Gmane now only provides Archived-At.
22852         This is only used if `spam-report-gmane-use-article-number' is nil.
22853         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22854
22855         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22856         make `gnus-summary-sort-by-recipient' work with threading.
22857
22858         * nnweb.el (nnweb-google-wash-article): Print a message if article
22859         is not available.
22860
22861 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22862
22863         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22864         change.  Decode text/* parts content before displaying.
22865
22866 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22867
22868         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22869
22870 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22871
22872         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22873
22874         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22875         url-package-name, url-package-version,
22876         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22877         w3m-display-inline-images, and w3m-minor-mode-map.
22878
22879 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22880
22881         * message.el (message-tab-body-function): Fix mismatched custom type.
22882
22883         * gnus.el (gnus-group-change-level-function): Ditto.
22884
22885         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22886
22887         * gnus-art.el (gnus-signature-limit)
22888         (gnus-article-mime-part-function): Ditto.
22889
22890 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22891
22892         * mml.el (mml-mode): Silence the byte compiler.
22893
22894         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22895         using `(sit-for 0)' before moving the point to the specified part;
22896         skip unbuttonized parts.
22897         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22898         return to the summary window if gnus-auto-select-part is non-nil.
22899
22900 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22901
22902         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22903         New variables.
22904         (mml-dnd-attach-file, mml-mode): Use them.
22905
22906         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22907         Make fetching article by MID work again for Google Groups.
22908         Add FIXME concerning gnus-group-make-web-group.
22909
22910         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22911         Don't depend on Gnus by using mail-extract-address-components if
22912         gnus-extract-address-components is not bound.
22913
22914 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22915
22916         * gnus-art.el (gnus-mime-display-security): Don't display the
22917         signature, but only the signed part.
22918
22919 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22920
22921         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22922
22923         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22924         list, not listp.
22925
22926 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22927
22928         * mm-encode.el (mm-encode-content-transfer-encoding):
22929         Likewise when encoding.
22930
22931         * mm-bodies.el (mm-decode-content-transfer-encoding):
22932         De-canonicalize CRLF for all text content types, not just
22933         text/plain.
22934
22935 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22936
22937         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22938         valid article; point arrow and cursor at the MIME button.
22939
22940 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22941
22942         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22943         Suggested by Dan Christensen <jdc@uwo.ca>.
22944
22945         * mm-decode.el (mm-save-part): Enable change of prompt.
22946
22947 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22948
22949         * gnus-msg.el (gnus-inews-add-send-actions):
22950         Make `message-post-method' lambda parameter ARG `&optional'.
22951
22952 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22953
22954         * gnus-sum.el (gnus-summary-mime-map):
22955         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22956         gnus-article-jump-to-part.
22957
22958         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22959         (gnus-article-edit-part): Use it.
22960         (gnus-article-part-wrapper): Add no-handle argument.
22961         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22962         New functions.
22963
22964 2005-08-29  Romain Francoise  <romain@orebokech.com>
22965
22966         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22967         docstring.
22968         (gnus-face-from-file): Likewise.
22969
22970 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22971
22972         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22973         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22974         non-nil.
22975         (gnus-auto-select-part): New variable.
22976         (gnus-article-jump-to-part): New function.
22977         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22978         (gnus-mime-delete-part): Allow selecting specified part after
22979         deleting or stripping parts.
22980         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22981         part if argument is bogus.
22982
22983 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22984
22985         * gnus-art.el (w3m-minor-mode-map):
22986         * gnus-spec.el (gnus-newsrc-file-version):
22987         * gnus-util.el (nnmail-active-file-coding-system)
22988         (gnus-original-article-buffer, gnus-user-agent):
22989         * gnus.el (gnus-ham-process-destinations)
22990         (gnus-parameter-ham-marks-alist)
22991         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22992         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22993         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22994         * mm-decode.el (gnus-current-window-configuration):
22995         * mm-extern.el (gnus-article-mime-handles):
22996         * mm-url.el (url-current-object, url-package-name)
22997         (url-package-version):
22998         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22999         (smime-keys, w3m-cid-retrieve-function-alist)
23000         (w3m-current-buffer, w3m-display-inline-images)
23001         (w3m-minor-mode-map):
23002         * mml-smime.el (gnus-extract-address-components):
23003         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
23004         (gnus-newsrc-hashtb, message-default-charset)
23005         (message-deletable-headers, message-options)
23006         (message-posting-charset, message-required-mail-headers)
23007         (message-required-news-headers):
23008         * mml1991.el (mc-pgp-always-sign):
23009         * mml2015.el (mc-pgp-always-sign):
23010         * nnheader.el (nnmail-extra-headers):
23011         * rfc1843.el (gnus-decode-encoded-word-function)
23012         (gnus-decode-header-function, gnus-newsgroup-name):
23013         * spam-stat.el (gnus-original-article-buffer): Add defvars.
23014
23015 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
23016
23017         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
23018         the end of the date treatments.
23019
23020 2005-08-15  Simon Josefsson  <jas@extundo.com>
23021
23022         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
23023         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
23024         Capello and Romain Francoise.
23025         (pgg-fetch-key-function): Remove, not used?
23026         (pgg-insert-url-with-w3): Require url, to get
23027         url-insert-file-contents regardless of where it is defined.
23028
23029 2005-08-13  Romain Francoise  <romain@orebokech.com>
23030
23031         * message.el (message-cite-original-1): New function.
23032         (message-cite-original): Use it.
23033         (message-cite-original-without-signature): Ditto.
23034
23035 2005-08-08  Romain Francoise  <romain@orebokech.com>
23036
23037         * message.el (message-yank-empty-prefix): New variable.
23038         (message-indent-citation): Use it.
23039         (message-cite-original-without-signature): Respect X-No-Archive.
23040
23041 2005-08-08  Simon Josefsson  <jas@extundo.com>
23042
23043         * pgg.el: Autoload url-insert-file-contents instead of loading
23044         w3/url.
23045         (pgg-insert-url-with-w3): Don't load url here.
23046
23047 2005-08-07  Jesper Harder  <harder@phys.au.dk>
23048
23049         * message.el (message-kill-to-signature): Don't insert newline at
23050         bol.
23051         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
23052
23053 2005-08-06  Romain Francoise  <romain@orebokech.com>
23054
23055         * message.el (message-user-fqdn): Fix typo in docstring.
23056
23057 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
23058
23059         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
23060
23061         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
23062
23063 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23064
23065         * mm-bodies.el (mm-encode-body): Use coding system rather than
23066         charset to encode text.
23067
23068         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
23069         number of charsets if utf-8 is available (XEmacs).
23070
23071 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
23072
23073         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
23074         taken from `gnus-button-mid-or-mail-regexp'.
23075         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
23076         (gnus-button-alist): Improve regexp for domain part of the MIDs
23077         for news:localpart@domain buttons.
23078         (gnus-button-ctan-directory-regexp): Update.
23079
23080 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23081
23082         * sieve-manage.el (sieve-manage-interactive-login):
23083         Use make-local-variable rather than make-variable-buffer-local.
23084         (sieve-manage-open): Ditto.
23085         (sieve-manage-authenticate): Ditto.
23086
23087         * mml.el (mml-generate-mime-1): Make the content type default to
23088         text/plain if the filename is not specified.
23089
23090 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23091
23092         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
23093         instead of insert-buffer.
23094
23095         * message.el (message-yank-original): Ditto; set the mark at the
23096         end of the yanked message.
23097
23098 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23099
23100         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
23101         lines to scroll rather than to stop it.
23102
23103         * mml.el (mml-generate-default-type): Add doc string.
23104         (mml-generate-mime-1): Use mm-default-file-encoding or make it
23105         default to application/octet-stream when determining the content
23106         type if it is not specified for the part or the mml contents; add
23107         a comment about mml-generate-default-type.
23108
23109 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
23110
23111         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
23112         make it default to application/octet-stream when determining the
23113         content type if it is not specified for the external contents.
23114
23115 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23116
23117         * rfc2231.el (rfc2231-parse-string): Take care that not only a
23118         segmented parameter but also other parameters might be there.
23119
23120 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23121
23122         * mm-decode.el (mm-display-external): Delete temp file, directory
23123         and buffer immediately if the external process is exited.
23124
23125 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23126
23127         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23128         fewer lines than that of scroll-margin.
23129         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23130
23131 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23132
23133         * gnus-art.el (gnus-article-next-page): Revert.
23134         (gnus-article-beginning-of-window): New macro.
23135         (gnus-article-next-page-1): Use it.
23136         (gnus-article-prev-page): Ditto.
23137         (gnus-article-edit-part): Use insert-buffer-substring instead of
23138         insert-buffer.
23139         (gnus-article-edit-exit): Ditto.
23140
23141         * gnus-util.el (gnus-beginning-of-window): Remove.
23142         (gnus-end-of-window): Remove.
23143
23144         * lpath.el: Don't bind header-line-format and scroll-margin.
23145
23146 2005-07-25  Simon Josefsson  <jas@extundo.com>
23147
23148         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23149         to have the url package without w3.  Reported by Daiki Ueno
23150         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23151
23152 2005-07-20  Didier Verna  <didier@xemacs.org>
23153
23154         * gnus-diary.el: Remove the description comment (nndiary is now
23155         properly documented in the Gnus manual).
23156         Fix the spelling of "Back End".
23157         * nndiary.el: Ditto.
23158         Fix the copyright notice.
23159
23160 2005-07-18  Romain Francoise  <romain@orebokech.com>
23161
23162         * gnus-sum.el (gnus-summary-to-prefix)
23163         (gnus-summary-newsgroup-prefix): New variables.
23164         (gnus-summary-from-or-to-or-newsgroups): Use them.
23165
23166 2005-07-17  Romain Francoise  <romain@orebokech.com>
23167
23168         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23169         space as it's generally not especially interesting to the user.
23170
23171 2005-07-16  Romain Francoise  <romain@orebokech.com>
23172
23173         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23174         nil to avoid prompting and file modification if one of the
23175         messages at the top of the nnfolder file contains a copyright
23176         notice.
23177         Update copyright notice.
23178
23179         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23180         instead of `current-time-string' as the latter creates a time
23181         string that is not RFC 2822 compliant (it lacks the zone).
23182         Update copyright notice.
23183
23184 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23185
23186         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23187         for text/rtf.  Display default in prompt.  Pass default for M-n.
23188
23189         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23190
23191 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23192
23193         * gnus-msg.el (gnus-button-mailto):
23194         Remove save-selected-window-window hackery because it relies on
23195         save-selected-window internals.
23196
23197 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23198
23199         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23200         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23201         (gnus-article-prev-page): Ditto.
23202
23203         * gnus-util.el (gnus-beginning-of-window): New function.
23204         (gnus-end-of-window): New function.
23205
23206         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23207
23208 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23209
23210         * gnus-score.el (gnus-score-edit-all-score):
23211         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23212         gnus-message.
23213
23214 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23215
23216         * gnus-msg.el (gnus-button-mailto):
23217         Remove save-selected-window-window hackery because it relies on
23218         save-selected-window internals.
23219
23220 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23221
23222         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23223         add-minor-mode.
23224         (gnus-binary-mode): Ditto.
23225
23226         * gnus-topic.el (gnus-topic-mode): Ditto.
23227
23228 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23229
23230         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23231         (gnus-article-prev-page): Take scroll-margin into consideration.
23232
23233 2005-07-04  Lute Kamstra  <lute@gnu.org>
23234
23235         Update FSF's address in GPL notices.
23236
23237 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23238
23239         * gnus.el (gnus-exit):
23240         * gnus-group.el (gnus-group-icons):
23241         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23242
23243         * gnus-nocem.el (gnus-nocem):
23244         * message.el (message-various, message-buffers, message-sending)
23245         (message-interface, message-forwarding, message-insertion)
23246         (message-headers, message-news, message-mail):
23247         * pgg-gpg.el (pgg-gpg):
23248         * pgg-parse.el (pgg-parse):
23249         * pgg-pgp.el (pgg-pgp):
23250         * pgg-pgp5.el (pgg-pgp5):
23251         * pop3.el (pop3): Finish `defgroup' description with period.
23252
23253 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23254
23255         * gnus-art.el (article-display-face): Improve the efficiency.
23256         (article-display-x-face): Ditto; remove gray x-face stuff.
23257
23258 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23259
23260         * gnus-art.el (article-display-face): Correct the position in
23261         which Faces are inserted.
23262
23263 2005-06-29  Didier Verna  <didier@xemacs.org>
23264
23265         * gnus-art.el (article-display-face): Display faces in correct
23266         order.
23267
23268 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23269
23270         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23271         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23272         (gnus-nocem-check-article): Fetch the Type header.
23273         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23274         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23275         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23276         make sure gnus-nocem-hashtb is initialized.
23277         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23278         (gnus-nocem-unwanted-article-p): Ditto.
23279
23280         * pgg.el (pgg-verify): Return the verification result.
23281
23282 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23283
23284         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23285         is ascii.
23286
23287 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23288
23289         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23290         `show-nonbreak-escape'.
23291
23292 2005-06-23  Lute Kamstra  <lute@gnu.org>
23293
23294         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23295
23296         * dig.el (dig-mode):
23297         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23298
23299 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23300
23301         * nnimap.el (nnimap-split-download-body): Fix spellings.
23302
23303 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23304
23305         * gnus-art.el (gnus-article-encrypt-body):
23306         * gnus-cus.el (gnus-score-customize):
23307         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23308         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23309
23310 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23311
23312         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23313         header by looking for magic "MII" at the beginning.
23314
23315 2005-06-16  Miles Bader  <miles@gnu.org>
23316
23317         * gnus-xmas.el (gnus-xmas-group-startup-message):
23318         Use renamed gnus-splash face.
23319
23320         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23321         (assistant-field-face): New backward-compatibility alias for renamed
23322         face.
23323         (assistant-render-text): Use renamed assistant-field face.
23324
23325         * spam.el (spam): Remove "-face" suffix from face name.
23326         (spam-face): New backward-compatibility alias for renamed face.
23327         (spam-face, spam-initialize): Use renamed spam face.
23328
23329         * message.el (message-header-to, message-header-cc)
23330         (message-header-subject, message-header-newsgroups)
23331         (message-header-other, message-header-name)
23332         (message-header-xheader, message-separator, message-cited-text)
23333         (message-mml): Remove "-face" suffix from face names.
23334         (message-header-to-face, message-header-cc-face)
23335         (message-header-subject-face, message-header-newsgroups-face)
23336         (message-header-other-face, message-header-name-face)
23337         (message-header-xheader-face, message-separator-face)
23338         (message-cited-text-face, message-mml-face):
23339         New backward-compatibility aliases for renamed faces.
23340         (message-font-lock-keywords): Use renamed message faces.
23341
23342         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23343         (sieve-test-commands, sieve-tagged-arguments):
23344         Remove "-face" suffix from face names.
23345         (sieve-control-commands-face, sieve-action-commands-face)
23346         (sieve-test-commands-face, sieve-tagged-arguments-face):
23347         New backward-compatibility aliases for renamed faces.
23348         (sieve-control-commands-face, sieve-action-commands-face)
23349         (sieve-test-commands-face, sieve-tagged-arguments-face):
23350         Use renamed sieve faces.
23351
23352         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23353         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23354         (gnus-group-news-3-empty, gnus-group-news-4)
23355         (gnus-group-news-4-empty, gnus-group-news-5)
23356         (gnus-group-news-5-empty, gnus-group-news-6)
23357         (gnus-group-news-6-empty, gnus-group-news-low)
23358         (gnus-group-news-low-empty, gnus-group-mail-1)
23359         (gnus-group-mail-1-empty, gnus-group-mail-2)
23360         (gnus-group-mail-2-empty, gnus-group-mail-3)
23361         (gnus-group-mail-3-empty, gnus-group-mail-low)
23362         (gnus-group-mail-low-empty, gnus-summary-selected)
23363         (gnus-summary-cancelled, gnus-summary-high-ticked)
23364         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23365         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23366         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23367         (gnus-summary-low-undownloaded)
23368         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23369         (gnus-summary-low-unread, gnus-summary-normal-unread)
23370         (gnus-summary-high-read, gnus-summary-low-read)
23371         (gnus-summary-normal-read, gnus-splash):
23372         Remove "-face" suffix from face names.
23373         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23374         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23375         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23376         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23377         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23378         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23379         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23380         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23381         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23382         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23383         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23384         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23385         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23386         (gnus-summary-normal-ticked-face)
23387         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23388         (gnus-summary-normal-ancient-face)
23389         (gnus-summary-high-undownloaded-face)
23390         (gnus-summary-low-undownloaded-face)
23391         (gnus-summary-normal-undownloaded-face)
23392         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23393         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23394         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23395         (gnus-splash-face):
23396         New backward-compatibility aliases for renamed faces.
23397         (gnus-group-startup-message): Use renamed gnus faces.
23398
23399         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23400         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23401         (gnus-server-agent): Remove "-face" suffix from face names.
23402         (gnus-server-agent-face, gnus-server-opened-face)
23403         (gnus-server-closed-face, gnus-server-denied-face)
23404         (gnus-server-offline-face):
23405         New backward-compatibility aliases for renamed faces.
23406         (gnus-server-agent-face, gnus-server-opened-face)
23407         (gnus-server-closed-face, gnus-server-denied-face)
23408         (gnus-server-offline-face): Use renamed gnus faces.
23409
23410         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23411         Remove "-face" suffix from face names.
23412         (gnus-picon-xbm-face, gnus-picon-face):
23413         New backward-compatibility aliases for renamed faces.
23414
23415         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23416         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23417         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23418         (gnus-cite-11): Remove "-face" suffix from face names.
23419         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23420         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23421         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23422         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23423         New backward-compatibility aliases for renamed faces.
23424         (gnus-cite-attribution-face, gnus-cite-face-list)
23425         (gnus-article-boring-faces): Use renamed gnus faces.
23426
23427         * gnus-art.el (gnus-signature, gnus-header-from)
23428         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23429         (gnus-header-content): Remove "-face" suffix from face names.
23430         (gnus-signature-face, gnus-header-from-face)
23431         (gnus-header-subject-face, gnus-header-newsgroups-face)
23432         (gnus-header-name-face, gnus-header-content-face):
23433         New backward-compatibility aliases for renamed faces.
23434         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23435
23436         * gnus-sum.el (gnus-summary-selected-face)
23437         (gnus-summary-highlight): Use renamed gnus faces.
23438         * gnus-group.el (gnus-group-highlight): Likewise.
23439
23440 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23441
23442         * gnus-sieve.el (gnus-sieve-article-add-rule):
23443         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23444         * spam-stat.el (spam-stat-buffer-change-to-spam)
23445         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23446
23447         * message.el (message-is-yours-p):
23448         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23449
23450 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23451
23452         * mm-view.el (mm-inline-text): Withdraw the last change.
23453
23454 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23455
23456         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23457         executing enriched-decode.
23458
23459 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23460
23461         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23462         charset of tar files.
23463
23464 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23465
23466         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23467
23468 2005-06-04  Lute Kamstra  <lute@gnu.org>
23469
23470         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23471         information is never recorded.
23472
23473 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23474
23475         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23476
23477 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23478
23479         * pop3.el (pop3-apop): Run md5 in the binary mode.
23480
23481         * starttls.el (starttls-set-process-query-on-exit-flag):
23482         Use eval-and-compile.
23483
23484 2005-05-31  Simon Josefsson  <jas@extundo.com>
23485
23486         * smime.el (smime-replace-in-string): Define.
23487         (smime-cert-by-ldap-1): Use it.
23488
23489 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23490
23491         * gnus-art.el (article-display-x-face): Replace
23492         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23493
23494         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23495         set-process-query-on-exit-flag or process-kill-without-query.
23496
23497         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23498         loop instead of replace-regexp.
23499
23500         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23501         instead of process-kill-without-query if it is available.
23502
23503         * lpath.el: Fbind ldap-search-entries.
23504
23505         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23506         instead of find-file-hooks if it is available.
23507
23508         * mml1991.el: Bind pgg-default-user-id when compiling.
23509
23510         * mml2015.el: Bind pgg-default-user-id when compiling.
23511
23512         * nndraft.el (nndraft-request-associate-buffer):
23513         Use write-contents-functions instead of write-contents-hooks if it is
23514         available.
23515
23516         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23517         instead of find-file-hooks if it is available.
23518
23519         * nntp.el (nntp-open-connection): Replace
23520         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23521         (nntp-open-ssl-stream): Ditto.
23522         (nntp-open-tls-stream): Ditto.
23523
23524         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23525         set-process-query-on-exit-flag or process-kill-without-query.
23526         (starttls-open-stream-gnutls): Use it instead of
23527         process-kill-without-query.
23528         (starttls-open-stream): Ditto.
23529
23530 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23531
23532         * smime.el (smime-cert-by-ldap-1): Don't use
23533         replace-regexp-in-string.
23534
23535 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23536
23537         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23538
23539         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23540         in PEM format.  Adjust to the XEmacs compatibility.
23541
23542 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23543
23544         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23545         by `string-to-number'.
23546         * gnus-agent.el (gnus-agent-regenerate-group)
23547         (gnus-agent-fetch-articles): Ditto.
23548         * gnus-art.el (gnus-button-fetch-group): Ditto.
23549         * gnus-cache.el (gnus-cache-generate-active)
23550         (gnus-cache-articles-in-group): Ditto.
23551         * gnus-group.el (gnus-group-set-current-level)
23552         (gnus-group-insert-group-line): Ditto.
23553         * gnus-score.el (gnus-score-set-expunge-below)
23554         (gnus-score-set-mark-below, gnus-summary-score-effect)
23555         (gnus-summary-score-entry): Ditto.
23556         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23557         (gnus-soup-pack): Ditto.
23558         * gnus-spec.el (gnus-xmas-format): Ditto.
23559         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23560         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23561         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23562         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23563         * nndb.el (nndb-get-remote-expire-response): Ditto.
23564         * nndiary.el (nndiary-parse-schedule-value)
23565         (nndiary-string-to-number, nndiary-request-replace-article)
23566         (nndiary-request-article): Ditto.
23567         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23568         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23569         * nneething.el (nneething-make-head): Ditto.
23570         * nnfolder.el (nnfolder-request-article)
23571         (nnfolder-retrieve-headers): Ditto.
23572         * nnheader.el (nnheader-file-to-number): Ditto.
23573         * nnkiboze.el (nnkiboze-request-article): Ditto.
23574         * nnmail.el (nnmail-process-unix-mail-format)
23575         (nnmail-process-babyl-mail-format): Ditto.
23576         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23577         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23578         (nnmh-request-create-group, nnmh-request-list-1)
23579         (nnmh-request-group, nnmh-request-article): Ditto.
23580         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23581         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23582         * nnsoup.el (nnsoup-make-active): Ditto.
23583         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23584         * nntp.el (nntp-find-group-and-number)
23585         (nntp-retrieve-headers-with-xover): Ditto.
23586         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23587         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23588         (pgg-format-key-identifier): Ditto.
23589         * pop3.el (pop3-last, pop3-stat): Ditto.
23590         * qp.el (quoted-printable-decode-region): Ditto.
23591
23592         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23593         of concat.
23594
23595 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23596
23597         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23598
23599         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23600
23601         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23602
23603         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23604
23605         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23606
23607         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23608
23609         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23610         (gnus-carpal-mode): Ditto.
23611
23612         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23613         (gnus-browse-mode): Ditto.
23614
23615         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23616
23617         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23618
23619 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23620
23621         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23622
23623 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23624
23625         * gnus-util.el (gnus-run-mode-hooks): New function.
23626
23627         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23628
23629         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23630         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23631
23632 2005-05-27  Lute Kamstra  <lute@gnu.org>
23633
23634         * dns-mode.el (dns-mode): Specify customization group.
23635
23636 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23637
23638         * gnus-agent.el (gnus-agent-make-mode-line-string):
23639         Use mode-line-highlight as mouse-face.
23640
23641 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23642
23643         * canlock.el (canlock): Change the parent group to news.
23644
23645         * deuglify.el (gnus-outlook-deuglify): Add :group.
23646
23647         * dig.el (dig): Add :group.
23648
23649         * dns-mode.el (dns-mode): Add :group.
23650
23651         * encrypt.el (encrypt): Add :group.
23652
23653         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23654         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23655         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23656         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23657         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23658
23659         * gnus-diary.el (gnus-diary): Add :group.
23660
23661         * gnus.el (gnus-group-news-1-face): Add :group.
23662         (gnus-group-news-1-empty-face): Ditto.
23663         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23664         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23665         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23666         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23667         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23668         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23669         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23670         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23671         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23672         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23673         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23674         (gnus-summary-high-ticked-face): Ditto.
23675         (gnus-summary-low-ticked-face): Ditto.
23676         (gnus-summary-normal-ticked-face): Ditto.
23677         (gnus-summary-high-ancient-face): Ditto.
23678         (gnus-summary-low-ancient-face): Ditto.
23679         (gnus-summary-normal-ancient-face): Ditto.
23680         (gnus-summary-high-undownloaded-face): Ditto.
23681         (gnus-summary-low-undownloaded-face): Ditto.
23682         (gnus-summary-normal-undownloaded-face): Ditto.
23683         (gnus-summary-high-unread-face): Ditto.
23684         (gnus-summary-low-unread-face): Ditto.
23685         (gnus-summary-normal-unread-face): Ditto.
23686         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23687         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23688
23689         * hashcash.el (hashcash): New custom group.
23690         (hashcash-default-payment): Add :group.
23691         (hashcash-payment-alist): Ditto.
23692         (hashcash-default-accept-payment): Ditto.
23693         (hashcash-accept-resources): Ditto.
23694         (hashcash-path): Ditto.
23695         (hashcash-extra-generate-parameters): Ditto.
23696         (hashcash-double-spend-database): Ditto.
23697         (hashcash-in-news): Ditto.
23698
23699         * message.el (message-minibuffer-local-map): Add :group.
23700
23701         * netrc.el (netrc): Add :group.
23702
23703         * sieve-manage.el (sieve-manage-log): Add :group.
23704         (sieve-manage-default-user): Diito.
23705         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23706         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23707         (sieve-manage-authenticators): Ditto.
23708         (sieve-manage-authenticator-alist): Ditto.
23709         (sieve-manage-default-port): Ditto.
23710
23711         * sieve-mode.el (sieve-control-commands-face): Add :group.
23712         (sieve-action-commands-face): Ditto.
23713         (sieve-test-commands-face): Ditto.
23714         (sieve-tagged-arguments-face): Ditto.
23715
23716         * smime.el (smime): Add :group.
23717
23718         * spam-report.el (spam-report): Add :group.
23719
23720         * spam.el (spam, spam-face): Add :group.
23721
23722 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23723
23724         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23725         return \n.\n.\n at the end of articles.  Protect against that.
23726         (nntp-with-open-group): Allow debugging.
23727
23728         * nnheader.el (mail-header-set-extra): Make into a function
23729         because I just could't understand how to quote the list properly.
23730
23731         * dns.el (query-dns-cached): New function.
23732
23733 2005-05-26  Lute Kamstra  <lute@gnu.org>
23734
23735         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23736
23737 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23738
23739         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23740
23741         * gnus-art.el: Don't autoload mail-extract-address-components.
23742
23743         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23744         eval-and-compile to evaluate it.
23745
23746         * hashcash.el: Don't autoload executable-find.
23747
23748         * nndb.el: Don't declare the nndb back end two or more times; don't
23749         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23750
23751         * nntp.el: Autoload format-spec instead of format; use
23752         eval-and-compile to evaluate autoload forms.
23753
23754 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23755
23756         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23757
23758 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23759
23760         * gnus.el (gnus-version-number): Bump version.
23761
23762 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23763
23764         * gnus.el: No Gnus v0.3 is released.
23765
23766 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23767
23768         * lpath.el (featurep): Bind show-nonbreak-escape.
23769
23770 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23771
23772         * gnus-art.el (gnus-article-edit-part): Disable undo.
23773
23774 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23775
23776         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23777         gnus-article-date-lapsed-new-header is t if date timer is active;
23778         skip headers in which the original date value is empty.
23779         (gnus-article-save-original-date): Redefine it as a macro.
23780         (gnus-display-mime): Use it.
23781
23782 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23783
23784         * gnus-art.el (article-date-ut): Support converting date in
23785         forwarded parts as well.
23786         (gnus-article-save-original-date): New function.
23787         (gnus-display-mime): Use it.
23788
23789 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23790
23791         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23792         enclosure element of <item>.
23793
23794 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23795
23796         * message.el (message-kill-buffer-query): Rename from
23797         `message-kill-buffer-query-if-modified'.  Add :version.
23798
23799 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23800
23801         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23802         window layout.
23803
23804 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23805
23806         * mml.el: Autoload dnd when compiling.
23807
23808 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23809
23810         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23811         x-dnd-*.
23812
23813 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23814
23815         * qp.el (quoted-printable-encode-region): Save excursion.
23816
23817 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23818
23819         * message.el (message-kill-buffer-query-if-modified): Add new variable
23820         so the user can kill a modified message buffer quickly.
23821         (message-kill-buffer): Use it.
23822
23823 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23824
23825         * lpath.el: Fbind display-time-event-handler; don't fbind
23826         string-to-multibyte.
23827
23828         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23829
23830 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23831
23832         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23833         contained in text because xml.el decodes entities) with LFs.
23834
23835 2005-04-11  Lute Kamstra  <lute@gnu.org>
23836
23837         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23838         differently.
23839
23840 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23841
23842         * mm-util.el (mm-detect-coding-region): Typo.
23843
23844 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23845
23846         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23847
23848 2005-04-06  Deepak Goel  <deego@gnufans.org>
23849
23850         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23851         user-function allow user modifications of the scores.
23852         (spam-stat-score-buffer-user): New function, to allow
23853         user-computed modifications to the score.
23854         (spam-stat-score-buffer-user-functions): List of additional
23855         scoring functions.
23856         (spam-stat-error-holder): Global temporary error holder.
23857         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23858         variable.
23859
23860 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23861
23862         * gnus-registry.el (gnus-registry-clean-empty-function)
23863         (gnus-registry-trim, gnus-registry-fetch-groups)
23864         (gnus-registry-delete-group): Groups that match
23865         `gnus-registry-ignored-groups' are removed from the registry
23866         entries, not just ignored for splitting.  This helps clean up the
23867         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23868         to get all the groups a message ID is in.
23869
23870         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23871         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23872         (spam-stat-score-buffer-user-functions): Add :number custom type.
23873
23874 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23875
23876         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23877         argument in XEmacs.
23878
23879         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23880         (nnrss-request-group): Decode group name first.
23881         (nnrss-request-article): Make a text/plain article if mml-to-mime
23882         failed.
23883         (nnrss-get-encoding): Return a compatible encoding according to
23884         nnrss-compatible-encoding-alist.
23885         (nnrss-find-el): Use consp instead of listp.
23886         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23887
23888 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23889
23890         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23891         which Emacs 20 doesn't support.
23892         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23893
23894 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23895
23896         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23897         silence the byte compiler inside the defun.
23898
23899         * gnus-demon.el (parse-time-string): Add autoload.
23900
23901         * gnus-delay.el (parse-time-string): Add autoload.
23902
23903         * gnus-art.el (parse-time-string): Add autoload.
23904
23905         * nnultimate.el (parse-time): Require for `parse-time-string'.
23906
23907 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23908
23909         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23910
23911         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23912
23913         * smime.el (smime-ldap-host-list): Add :version.
23914
23915 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23916
23917         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23918         pass it to `gnus-browse-read-group'.
23919         (gnus-browse-read-group): Add NUMBER argument and pass it to
23920         `gnus-group-read-ephemeral-group'.
23921
23922         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23923         argument and pass it to `gnus-group-read-group'.
23924
23925 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23926
23927         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23928         mm-xemacs-find-mime-charset-1 if we have the mule feature
23929         available at runtime.
23930
23931 2005-03-25  Werner Lemberg  <wl@gnu.org>
23932
23933         * nnmaildir.el: Replace `illegal' with `invalid'.
23934
23935 2005-03-23  Lute Kamstra  <lute@gnu.org>
23936
23937         * time-date.el: Add comment on time value formats.
23938         Don't require parse-time.
23939         (with-decoded-time-value): New macro.
23940         (encode-time-value): New function.
23941         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23942         (days-to-time): Return a valid time value when arg is huge.
23943         (time-since): Use time-subtract.
23944         (time-to-number-of-days): Use time-to-seconds.
23945
23946 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23947
23948         * gnus-start.el (gnus-display-time-event-handler):
23949         Check display-time-timer at runtime rather than only at load time
23950         in case display-time-mode is turned off in the mean time.
23951
23952 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23953
23954         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23955         used.
23956
23957         * nneething.el (nneething-map-file-directory): Derive from
23958         `gnus-directory'.
23959
23960         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23961         the To/Cc button.
23962
23963 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23964
23965         * nnmaildir.el (nnmaildir-request-accept-article):
23966         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23967
23968 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23969
23970         * gnus-async.el: Require timer-funcs at compile time when in
23971         XEmacs for `run-with-idle-timer'.
23972
23973 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23974
23975         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23976         autoloaded function.
23977
23978 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23979
23980         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23981
23982 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23983
23984         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23985
23986 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23987
23988         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23989         Add gnus-expert-user to default.
23990
23991 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23992
23993         * nnimap.el (nnimap-open-server): Ditto.
23994
23995         * imap.el (imap-authenticate): Fix typo.
23996
23997 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23998
23999         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
24000         buffer (since IMAP server might return FETCH response out of
24001         order, and the nntp buffer must be sorted).
24002
24003 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
24004
24005         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
24006         comparison on string.
24007
24008         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
24009         (gnus-agent-score): Rename category keywords to match gnus-cus.
24010         (gnus-agent-summary-fetch-series): Modify to protect against
24011         gnus-agent-summary-fetch-group clearing processable flags.
24012         (gnus-agent-synchronize-group-flags): Update live group buffer as
24013         synchronization may occur due to the user toggle the plugged
24014         status.
24015         (gnus-agent-fetch-group-1): Clear downloadable flag when article
24016         successfully downloaded.
24017         (gnus-agent-expire-group-1): Avoid using markers when the overview
24018         is in ascending order; greatly improves performance.
24019         (gnus-agent-regenerate-group):
24020         Use gnus-agent-synchronize-group-flags to reset read status in both
24021         gnus and server.
24022         (gnus-agent-update-files-total-fetched-for): Fix initial size.
24023
24024 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
24025
24026         * message.el: Don't autoload former message-utils variables.
24027         (message-strip-subject-trailing-was): Change doc string.
24028
24029         * nnweb.el: Fixes for `gnus-group-make-web-group'.
24030         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
24031         (nnweb-google-search): Add "hl=en" here.
24032         (nnweb-google-parse-1, nnweb-google-create-mapping):
24033         Don't hardcode URL.
24034
24035 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
24036
24037         * message.el (message-get-reply-headers, message-followup):
24038         Mention related variables `message-use-followup-to' and
24039         `message-use-mail-followup-to', in the information buffer.
24040
24041         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
24042         of broken groups(-beta).google.com.
24043
24044 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
24045
24046         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
24047         parameter to invoked gnus-request-move-article; remove the
24048         redundant gnus-sum-hint-move-is-internal variable; apply the marks
24049         all at once instead of once per article.
24050         (gnus-summary-remove-process-mark): Accept a list of articles as
24051         well as a single article for processing.
24052
24053         * gnus-int.el (gnus-request-move-article): Add move-is-internal
24054         parameter.
24055
24056         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
24057
24058         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
24059
24060         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
24061         parameter.
24062
24063         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
24064         parameter.
24065
24066         * nnimap.el (nnimap-request-move-article): Add move-is-internal
24067         parameter and remove the gnus-sum-hint-move-is-internal variable.
24068
24069         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
24070         parameter.
24071
24072         * nndraft.el (nndraft-request-move-article): Add move-is-internal
24073         parameter.
24074
24075         * nndiary.el (nndiary-request-move-article): Add move-is-internal
24076         parameter.
24077
24078         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
24079
24080         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
24081         parameter.
24082
24083         * nnagent.el (nnagent-request-move-article): Add move-is-internal
24084         parameter.
24085
24086 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24087
24088         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
24089         a more conservative way.
24090
24091 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24092
24093         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
24094         buffer, so it moves the window's cursor.
24095
24096 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
24097
24098         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
24099         `mm-dissect-multipart' and receive the from field as an (optional)
24100         argument from `mm-dissect-multipart'.
24101         (mm-dissect-multipart): Receive the from field as an argument and
24102         pass it on when we call `mm-dissect-buffer' on MIME parts.
24103         Fixes verification/decryption of signed/encrypted MIME parts.
24104
24105 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
24106
24107         * gnus-sum.el (gnus-summary-move-article):
24108         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
24109         whatever it calls (right now, only nnimap-request-move article
24110         respects it).
24111
24112         * nnimap.el (nnimap-request-move-article):
24113         When gnus-sum-hint-move-is-internal is set, don't do the extra
24114         nnimap-request-article.
24115
24116 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24117
24118         * nnheader.el (nnheader-find-file-noselect): Add doc string.
24119
24120         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
24121         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
24122
24123         * gnus-sum.el (gnus-summary-caesar-message):
24124         Apply `gnus-treat-article' after rotation.
24125
24126         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24127         doc string.
24128
24129 2005-02-22  Simon Josefsson  <jas@extundo.com>
24130
24131         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24132         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24133         <arne@arnested.dk>.
24134         (encrypt): Add password-cache and password-cache-expiry as group
24135         members.
24136
24137 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24138
24139         * smime.el (smime-ldap-host-list): Doc fix.
24140         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24141         cache) password.
24142         (smime-sign-region): Use it.
24143         (smime-decrypt-region): Use it.
24144         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24145         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24146         fails.
24147         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24148         certificate from DER to PEM format rather than calling openssl.
24149
24150         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24151
24152         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24153         for signing/encryption.
24154
24155         * mml.el (mml-parse-1): Use them.
24156
24157 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24158
24159         * nnrss.el (nnrss-verbose): Remove.
24160         (nnrss-request-group): Use `nnheader-message' instead.
24161
24162 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24163
24164         * nnrss.el (nnrss-verbose): New variable.
24165         (nnrss-request-group): Make it say nnrss is requesting a group.
24166
24167 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24168
24169         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24170         Handle news URL with given port correctly.
24171
24172 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24173
24174         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24175         containing special characters.
24176
24177         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24178
24179         * mml.el (mime-to-mml): Ditto.
24180
24181         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24182         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24183         (rfc2047-decode-region): Quote decoded words containing special
24184         characters when rfc2047-quote-decoded-words-containing-tspecials
24185         is non-nil.
24186
24187 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24188
24189         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24190
24191         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24192
24193 2005-02-15  Simon Josefsson  <jas@extundo.com>
24194
24195         * nnimap.el (nnimap-debug): Doc fix.
24196
24197         * imap.el (imap-debug): Doc fix.
24198
24199 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24200
24201         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24202
24203 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24204
24205         * gnus.el (spam-contents): Improve docs for spam-contents
24206         parameter in its variable incarnation.
24207
24208 2005-02-14  Simon Josefsson  <jas@extundo.com>
24209
24210         * smime-ldap.el: Use require instead of load-library for ldap.
24211         (smime-ldap-search): Indent.
24212         (smime-ldap-search-internal): Shorten line.
24213
24214         * smime.el (smime-cert-by-dns): Add doc-string.
24215         (smime-cert-by-ldap-1): Indent.
24216
24217         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24218         mml-smime-get-dns-ldap.
24219         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24220
24221 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24222
24223         * smime.el: Require smime-ldap.
24224         (smime-ldap-host-list): New variable.
24225         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24226
24227         * mml-smime.el (mml-smime-encrypt-query): New function.
24228         (mml-smime-encrypt-query): Use it.
24229
24230         * smime-ldap.el: New file.
24231
24232 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24233
24234         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24235
24236 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24237
24238         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24239         argument in doc string.  Make query for type more clear.
24240
24241 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24242
24243         * gnus.el (gnus-group-startup-message): Search for gnus images in
24244         etc/images/gnus.
24245         * mm-util.el (mm-image-load-path): Likewise.
24246         * smiley.el (smiley-data-directory): Search for smilies in
24247         etc/images/smilies.
24248
24249 2005-02-09  Kim F. Storm  <storm@cua.dk>
24250
24251         Change Emacs release version from 21.4 to 22.1 throughout.
24252         Change Emacs development version from 21.3.50 to 22.0.50.
24253
24254 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24255
24256         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24257
24258         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24259         non-Mule XEmacs as well.
24260         (mm-decompress-buffer): Signal an error intentionally if it does
24261         not decompress compressed data because auto-compression-mode is
24262         disabled.
24263
24264 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24265
24266         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24267         an ID in the registry even if it has no groups.
24268
24269 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24270
24271         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24272         merge it into mm-decompress-buffer.
24273         (gnus-mime-copy-part): Use the MIME part charset, the value which
24274         a user specified or gnus-newsgroup-charset for decoding, like
24275         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24276         save-buffer what was used.  Suggested by Kevin Ryde
24277         <user42@zip.com.au>.
24278         (gnus-mime-inline-part): Allow the name parameter as well as the
24279         filename parameter; force decompressing of compressed data; always
24280         display contents being not decoded as unibyte.
24281
24282         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24283         as well as the filename parameter.
24284
24285         * mm-util.el (mm-decompress-buffer):
24286         Merge gnus-mime-jka-compr-maybe-uncompress.
24287         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24288         of compressed data.
24289
24290 2005-02-08  Simon Josefsson  <jas@extundo.com>
24291
24292         * imap.el (imap-log): Doc fix.
24293
24294 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24295
24296         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24297         the coding cookies; decompress compressed parts.
24298
24299         * mml.el (mml-generate-mime-1): Add the charset parameter according
24300         to the value which a user specified manually or the coding cookie.
24301
24302         * mm-util.el (mm-string-to-multibyte): New function.
24303         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24304         (mm-coding-system-to-mime-charset): New function.
24305         (mm-decompress-buffer): New function.
24306         (mm-find-buffer-file-coding-system): New function.
24307
24308         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24309         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24310         parts.
24311
24312 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24313
24314         * mm-view.el (mm-display-inline-fontify): Decode a part according
24315         to the charset parameter.
24316
24317 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24318
24319         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24320         prefix arg is neither nil nor a number, as info specifies.
24321
24322 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24323
24324         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24325         timestamps.
24326
24327 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24328
24329         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24330         groups error checking and notify user.
24331
24332 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24333
24334         * message.el (message-send-mail-function): Check existence of
24335         sendmail-program first before using default value
24336         `message-send-mail-with-sendmail'.  Otherwise use more generic
24337         `smtpmail-send-it'.
24338
24339 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24340
24341         * nntp.el (nntp-request-update-info): Always return nil.
24342
24343 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24344
24345         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24346
24347 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24348
24349         * message.el (message-beginning-of-line): Change the behavior when
24350         invoked between BOL and : so that it first moves backward.
24351
24352 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24353
24354         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24355         article buffer when editing of the article is discarded.
24356         (gnus-article-prepare): Revert.
24357
24358 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24359
24360         * gnus-art.el (gnus-article-prepare):
24361         Remove message-strip-forbidden-properties from the local hook.
24362
24363 2005-01-27  Simon Josefsson  <jas@extundo.com>
24364
24365         * password.el (password-cache-add): Only start one timer per key.
24366         Reported by Derek Atkins <warlord@MIT.EDU>.
24367
24368 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24369
24370         * run-at-time.el: Remove.  It is no longer needed as
24371         timer-funcs.el in the xemacs-base package has a working version of
24372         `run-at-time'.
24373
24374         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24375
24376         * password.el: Require timer-funcs instead of run-at-time in
24377         XEmacs.
24378         Remove `password-run-at-time' macro.
24379         (password-cache-add): Use `run-at-time' instead of
24380         `password-run-at-time'.
24381
24382         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24383         Remove `nnheader-cancel-function-timers' alias,
24384         `cancel-function-timers' exists in XEmacs in timer-funcs.
24385
24386         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24387         for `run-with-idle-timer'.
24388
24389         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24390         for `run-at-time'.
24391
24392         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24393         for `with-timeout'.
24394
24395         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24396         the same as for XEmacs 21.4.
24397         No need to ignore `run-with-idle-timer', this function exists in
24398         XEmacs now in timer-funcs.el in the xemacs-base package.
24399         (dgnushack-compile): No need to delete
24400         run-at-time.el from the list of files to compile because it
24401         doesn't exist anymore.
24402
24403 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24404
24405         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24406         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24407
24408 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24409
24410         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24411         sensitively.
24412
24413 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24414
24415         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24416
24417 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24418
24419         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24420         which will be inserted according to the multibyteness of a buffer
24421         rather than the type of contents.  Suggested by ARISAWA Akihiro
24422         <ari@mbf.ocn.ne.jp>.
24423
24424         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24425         of string which old xml.el may return rather than a string.
24426
24427 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24428
24429         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24430
24431 2005-01-16  Simon Josefsson  <jas@extundo.com>
24432
24433         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24434         idn/idna.el isn't available.
24435         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24436         <michael@waxrat.com>.
24437
24438         * hashcash.el: Remove non-FSF copyright header.
24439
24440         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24441         (hashcash-generate-payment): Use it.
24442         (hashcash-generate-payment-async): Use it.
24443
24444 2005-01-15  Simon Josefsson  <jas@extundo.com>
24445
24446         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24447         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24448
24449         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24450         gnus-summary-idna-message.
24451         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24452         (gnus-summary-idna-message): New function.
24453
24454 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24455
24456         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24457         gnus-novice-user.
24458
24459 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24460
24461         * nnrss.el (nnrss-request-delete-group): Delete entries in
24462         nnrss-group-alist as well.
24463         (nnrss-save-server-data): Insert newline.
24464
24465 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24466
24467         * gnus.el (gnus-user-agent): Use list of symbols instead of
24468         symbols.  Display full version number for (S)XEmacs.
24469         Optionally display (S)XEmacs codename.
24470
24471         * gnus-util.el (gnus-emacs-version): Update for new
24472         `gnus-user-agent'.
24473
24474         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24475         Gnus version.
24476
24477 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24478
24479         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24480         which is unreadable in some setups.
24481
24482 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24483
24484         * gnus-spec.el (gnus-update-format-specifications): Flush the
24485         group format spec cache if it doesn't support decoded group names.
24486
24487 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24488
24489         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24490         Allow to apply decay on score files matching a regexp.
24491
24492 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24493
24494         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24495         compatibility in %g and %c.
24496
24497 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24498
24499         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24500         name for only %g and %c.
24501         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24502         of gnus-tmp-group to decoded group name.
24503         (gnus-group-make-rss-group): Exclude `/'s from group names.
24504
24505 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24506
24507         * nnrss.el (nnrss-get-encoding): Fix regexp.
24508
24509 2004-12-27  Simon Josefsson  <jas@extundo.com>
24510
24511         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24512         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24513         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24514
24515 2004-12-17  Kim F. Storm  <storm@cua.dk>
24516
24517         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24518
24519         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24520
24521 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24522
24523         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24524
24525 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24526
24527         * nnrss.el: Require rfc2047 and mml.
24528         (nnrss-file-coding-system): New variable.
24529         (nnrss-format-string): Redefine it as an inline function.
24530         (nnrss-decode-group-name): New function.
24531         (nnrss-string-as-multibyte): Remove.
24532         (nnrss-retrieve-headers): Decode group name; don't use
24533         nnrss-format-string.
24534         (nnrss-request-group): Decode group name.
24535         (nnrss-request-article): Decode group name; allow a Message-ID as
24536         well as an article number; don't use nnrss-format-string; encode a
24537         Message-ID string which may contain non-ASCII characters; use
24538         mml-to-mime to compose a MIME article.
24539         (nnrss-request-expire-articles): Decode group name.
24540         (nnrss-request-delete-group): Decode group name.
24541         (nnrss-fetch): Clarify error message.
24542         (nnrss-read-server-data): Use insert-file-contents instead of load;
24543         bind file-name-coding-system; use multibyte buffer.
24544         (nnrss-save-server-data): Bind coding-system-for-write to the
24545         value of nnrss-file-coding-system; bind file-name-coding-system;
24546         add coding cookie.
24547         (nnrss-read-group-data): Use insert-file-contents instead of load;
24548         bind file-name-coding-system; use multibyte buffer.
24549         (nnrss-save-group-data): Bind coding-system-for-write to the
24550         value of nnrss-file-coding-system; bind file-name-coding-system.
24551         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24552         make it work with non-ASCII text.
24553         (nnrss-find-el): Make it work with old xml.el as well.
24554
24555 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24556
24557         * nnrss.el (nnrss-get-encoding): New function.
24558         (nnrss-fetch): Use unibyte buffer initially; bind
24559         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24560         decode contents according to the encoding attribute.
24561         (nnrss-save-group-data): Add coding cookie.
24562         (nnrss-mime-encode-string): New function.
24563         (nnrss-check-group): Use it to encode subject and author.
24564
24565 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24566
24567         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24568         imaginary variable.
24569
24570 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24571
24572         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24573         correctly even if there are wide characters.
24574
24575 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24576
24577         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24578         downcased symbol names; make a new cache instead of reusing
24579         bbdb-hashtable.
24580
24581 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24582
24583         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24584         concatenating segments rather than before concatenating them.
24585         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24586
24587         * message.el (message-get-reply-headers): Bind `extra'.
24588
24589 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24590
24591         * message.el (message-extra-wide-headers): New variable.
24592         (message-get-reply-headers): Use it.
24593
24594 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24595
24596         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24597         (gnus-agent-group-pathname): Ditto.
24598
24599         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24600
24601         * gnus-group.el (gnus-group-make-group): Decode group name.
24602         (gnus-group-make-rss-group): Register the group data after opening
24603         the nnrss group.
24604
24605 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24606
24607         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24608         by expiry now get marked as read.
24609
24610 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24611
24612         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24613
24614 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24615
24616         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24617         unify Latin characters in XEmacs.
24618         (mm-find-mime-charset-region): Use it.
24619
24620 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24621
24622         * gnus-util.el (gnus-delete-directory): New function.
24623
24624         * gnus-agent.el (gnus-agent-delete-group): Use it.
24625
24626         * gnus-cache.el (gnus-cache-delete-group): Use it.
24627
24628 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24629
24630         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24631         names.
24632
24633 2004-12-16  Simon Josefsson  <jas@extundo.com>
24634
24635         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24636
24637 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24638
24639         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24640
24641         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24642         (gnus-group-set-current-level): Decode group name.
24643
24644 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24645
24646         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24647         failed.
24648
24649 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24650
24651         * gnus-group.el (gnus-group-delete-group): Decode group name.
24652         (gnus-group-make-rss-group): Encode group name.
24653         (gnus-group-catchup-current): Decode group name.
24654         (gnus-group-kill-group): Decode group name.
24655
24656 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24657
24658         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24659
24660 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24661
24662         * gnus-group.el (gnus-group-make-rss-group):
24663         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24664
24665         * gnus-start.el (gnus-setup-news): Honor user's setting to
24666         gnus-message-archive-method.  Suggested by Lute Kamstra
24667         <lute@gnu.org>.
24668
24669 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24670
24671         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24672         global counterparts of the buffer-local variables.
24673
24674 2004-11-16  Romain Francoise  <romain@orebokech.com>
24675
24676         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24677         counterparts of the buffer-local variables.
24678
24679 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24680
24681         * message.el (message-forbidden-properties): Fix typo in doc
24682         string.
24683
24684 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24685
24686         * gnus-util.el (gnus-replace-in-string): Add doc string.
24687
24688         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24689         to avoid problems when splitting mails with many recipients.
24690
24691 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24692
24693         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24694         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24695
24696 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24697
24698         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24699         if there is no hashtable in memory or file modification time is
24700         newer than cached timestamp.
24701
24702 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24703
24704         * gnus-sum.el (gnus-summary-limit-to-recipient):
24705         Implement not-matching option.
24706
24707 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24708
24709         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24710         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24711         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24712         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24713         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24714         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24715
24716 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24717
24718         * message.el (message-forward-make-body-mml): Remove headers
24719         according to message-forward-ignored-headers if a message is decoded.
24720
24721 2004-12-02  Romain Francoise  <romain@orebokech.com>
24722
24723         * message.el (message-forward-make-body-plain): Always remove
24724         headers according to message-forward-ignored-headers.
24725
24726 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24727
24728         * spam.el (spam-summary-prepare-exit): Remove the
24729         gnus-summary-limit pop for now, it has problems with ham marks for
24730         me.
24731
24732 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24733
24734         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24735         correctly.
24736
24737 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24738
24739         * format-spec.el (format-spec): Message the char.
24740
24741 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24742
24743         * gnus-art.el (gnus-split-methods): Reformat comments.
24744
24745         * spam.el (spam-summary-prepare-exit): Remove article limits
24746         before exiting the summary buffer.
24747
24748 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24749
24750         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24751         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24752
24753         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24754         order to silence the byte compiler.
24755
24756         * spam.el: Fix the way to silence the byte compiler, which
24757         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24758         bbdb-search-simple, spam-BBDB-register-routine,
24759         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24760         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24761         spam-stat-buffer-is-spam, spam-stat-load,
24762         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24763         spam-stat-save and spam-stat-split-fancy.
24764
24765 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24766
24767         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24768         which may confuse users.
24769         (canlock-password-for-verify): Ditto.
24770
24771         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24772
24773         * gnus-art.el (gnus-emphasis-alist): Ditto.
24774
24775         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24776
24777         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24778
24779         * gnus-start.el (gnus-save-killed-list): Ditto.
24780
24781         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24782         (gnus-sum-thread-tree-root): Ditto.
24783         (gnus-sum-thread-tree-false-root): Ditto.
24784         (gnus-sum-thread-tree-single-indent): Ditto.
24785
24786         * message.el (message-courtesy-message): Ditto.
24787         (message-archive-note): Ditto.
24788         (message-subscribed-address-file): Ditto.
24789         (message-user-fqdn): Ditto.
24790
24791         * spam-report.el (spam-report-gmane-regex): Ditto.
24792
24793         * spam.el (spam-blackhole-good-server-regex): Ditto.
24794
24795 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24796
24797         * mml.el (mml-preview): Widen the message buffer before copying
24798         the contents to the preview buffer; sort headers before previewing.
24799
24800         * message.el (message-hidden-headers): Fix the way to avoid a bug
24801         in the `repeat' widget in Emacs 21.3 or earlier.
24802
24803 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24804
24805         * message.el (message-hidden-headers): Default to "^References:".
24806         Improve customization type.  Suggested by Reiner Steib
24807         <Reiner.Steib@gmx.de>.
24808
24809 2004-11-25  Romain Francoise  <romain@orebokech.com>
24810
24811         * message.el (message-strip-forbidden-properties): Remove check for
24812         obsolete `message-hidden' text property, hidden headers are not
24813         accessible in the buffer anymore.
24814
24815 2004-11-22  Romain Francoise  <romain@orebokech.com>
24816
24817         * message.el (message-header-format-alist): Add `From' in list
24818         so that it can be sorted.
24819         (message-fix-before-sending): Widen and sort headers before
24820         sending.
24821         (message-hide-headers): Use narrowing to hide headers by moving
24822         them to the top of the buffer and narrowing to the region
24823         underneath.
24824
24825 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24826
24827         * message.el (message-strip-forbidden-properties):
24828         Bind buffer-read-only (etc) to nil.
24829
24830 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24831
24832         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24833         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24834
24835 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24836
24837         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24838
24839 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24840
24841         * dns.el (query-dns): Use sit-for to time instead of
24842         accept-process-output, since that doesn't seem to work on udp
24843         sockets.
24844
24845 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24846
24847         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24848
24849 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24850
24851         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24852         doc string.  Improve doc string.
24853
24854 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24855
24856         * nntp.el (nntp-request-update-info): Return nil if
24857         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24858         may not call gnus-activate-group which uselessly issues the GROUP
24859         commands for all nntp groups and wastes time.  Reported by Romain
24860         Francoise <romain@orebokech.com>.
24861
24862         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24863
24864 2004-11-15  Simon Josefsson  <jas@extundo.com>
24865
24866         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24867         headers separately.
24868         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24869         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24870
24871 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24872
24873         * gnus-start.el (gnus-convert-old-newsrc):
24874         Assign legacy-gnus-agent to 5.10.7.
24875
24876 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24877
24878         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24879         start of the lines.
24880
24881 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24882
24883         * hashcash.el (hashcash-default-payment): Change default to 20.
24884         (hashcash-default-accept-payment): Change default to 20.
24885         (hashcash-process-alist): New variable.
24886         (hashcash-generate-payment-async): Add.
24887         (hashcash-already-paid-p): Add.
24888         (hashcash-insert-payment): Don't generate payments twice.
24889         (hashcash-insert-payment-async): Add.
24890         (hashcash-insert-payment-async-2): Add.
24891         (hashcash-cancel-async): Add.
24892         (hashcash-wait-async): Add.
24893         (hashcash-processes-running-p): Add.
24894         (hashcash-wait-or-cancel): Add.
24895         (mail-add-payment): New optional argument.  Conditionally start
24896         asynchronous calculation.
24897         (mail-add-payment-async): Add.
24898
24899         * message.el (message-send-mail): Wait for asynchronous hashcash
24900         results.  Don't clobber existing X-Hashcash headers.
24901         (message-setup-1): Call mail-add-payment-async when
24902         message-generate-hashcash is non-nil.
24903
24904 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24905
24906         * message.el (message-use-alternative-email-as-from): Examine the
24907         From header as well; use message-make-from in order to include a
24908         user's full name.
24909
24910 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24911
24912         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24913         default; improve customization type.
24914         (gnus-emphasis-custom-with-format): New macro.
24915         (gnus-emphasis-custom-value-to-external): New function.
24916         (gnus-emphasis-custom-value-to-internal): New function.
24917
24918 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24919
24920         * dns.el (query-dns): Resolve reverse addresses.
24921
24922 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24923
24924         * gnus-group.el (gnus-group-get-new-news): Use it.
24925
24926         * gnus-start.el (gnus-check-reasonable-setup): New function.
24927
24928 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24929
24930         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24931         "Args out of range" error.  Reported by Arnaud Giersch
24932         <arnaud.giersch@free.fr>.
24933
24934 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24935
24936         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24937
24938 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24939
24940         * spam.el (spam group): Add :version.
24941
24942         * pgg-def.el (pgg group): Add :version.
24943
24944 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24945
24946         * gnus-art.el (gnus-article-edit-article): Don't associate the
24947         article buffer with a draft file.  This is a temporary measure
24948         against the 2004-08-22 change to gnus-article-edit-mode.
24949
24950 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24951
24952         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24953         (html2text-format-tags): Remove unused variable `attr'.
24954
24955 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24956
24957         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24958
24959         * tls.el (tls-process-connection-type, tls-success)
24960         (tls-certtool-program): Add :version.
24961
24962         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24963         (starttls-extra-arguments, starttls-process-connection-type)
24964         (starttls-connect, starttls-failure, starttls-success): Add :version.
24965
24966         * spam-stat.el (spam-stat): Add :version.
24967
24968         * sieve.el (sieve): Add :version.
24969
24970         * sha1.el (sha1): Add :version.
24971         (sha1-use-external): Remove redundant version.
24972
24973         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24974         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24975         (nnmail-split-fancy-match-partial-words)
24976         (nnmail-split-lowercase-expanded): Add :version.
24977
24978         * nndiary.el (nndiary): Add :version.
24979
24980         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24981
24982         * mml-sec.el (mml-default-sign-method)
24983         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24984         Add :version.
24985
24986         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24987
24988         * mm-url.el (mm-url-use-external, mm-url-program)
24989         (mm-url-arguments): Add :version.
24990
24991         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24992         (mm-attachment-file-modes, mm-decrypt-option)
24993         (mm-w3m-safe-url-regexp): Add :version.
24994
24995         * message.el (message-cite-prefix-regexp)
24996         (message-sendmail-envelope-from, message-minibuffer-local-map)
24997         (message-user-fqdn, message-completion-alist): Add :version.
24998
24999         * gnus-win.el (gnus-configure-windows-hook)
25000         (gnus-use-frames-on-any-display): Add :version.
25001
25002         * gnus-art.el (gnus-article-address-banner-alist)
25003         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
25004         (gnus-treat-from-picon, gnus-treat-mail-picon)
25005         (gnus-treat-x-pgp-sig): Add :version.
25006
25007         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
25008         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
25009         (gnus-summary-article-delete-hook)
25010         (gnus-summary-display-while-building): Add :version.
25011
25012         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
25013         (gnus-get-top-new-news-hook): Add :version.
25014
25015         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
25016         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
25017
25018         * gnus-registry.el (gnus-registry): Add :version.
25019
25020         * gnus-spec.el (gnus-use-correct-string-widths)
25021         (gnus-make-format-preserve-properties): Add :version.
25022
25023         * gnus.el (gnus-group-charter-alist)
25024         (gnus-group-fetch-control-use-browse-url)
25025         (gnus-install-group-spam-parameters): Add :version.
25026
25027         * gnus-diary.el (gnus-diary): Add :version.
25028
25029         * gnus-delay.el (gnus-delay): Add :version.
25030
25031         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
25032         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
25033         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
25034         Add :version.
25035
25036         * gnus-agent.el (gnus-agent-max-fetch-size)
25037         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
25038         (gnus-agent-prompt-send-queue): Add :version.
25039
25040         * deuglify.el (gnus-outlook-deuglify): Add :version.
25041
25042         * html2text.el: Beautify code.  Improve doc strings.
25043         Some checkdoc cleanup.
25044         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
25045
25046 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
25047
25048         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
25049
25050 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
25051
25052         * gnus-registry.el (gnus-registry-hashtb): Create the registry
25053         when package is loaded.
25054
25055         * spam.el (spam-summary-score-preferred-header): Add global preference
25056         for people who want to override the default SpamAssassin over
25057         Bogofilter preference (when both are set).
25058         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
25059         (spam-user-format-function-S):
25060         Check spam-summary-score-preferred-header.
25061         (spam-extra-header-to-number): Add X-Bogosity header parsing.
25062         (spam-user-format-function-S): Format the score correctly.
25063
25064 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25065
25066         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
25067         signature file.  Suggested by Manoj Srivastava
25068         <srivasta@golden-gryphon.com>.
25069
25070         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
25071         iso-2022-jp even in the Japanese language environment.
25072         Suggested by Jason Rumney <jasonr@gnu.org>.
25073
25074 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25075
25076         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
25077         use the same characters as the dummy marks; make it free from
25078         getting affected by the language environment.
25079         (gnus-summary-read-group-1): Update mark positions only when the
25080         format spec is updated.
25081
25082         * gnus-spec.el (gnus-update-format-specifications): Return a list
25083         of updated types.
25084
25085 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25086
25087         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
25088         of boundp to check if display-warning is available.
25089
25090 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
25091
25092         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
25093
25094 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25095
25096         * nnspool.el (nnspool-spool-directory): Use news-path if the
25097         news-directory variable is not bound.
25098
25099         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
25100         function instead of display-warning if it is not available.
25101
25102 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
25103
25104         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
25105         v5-10: Use `point-at-bol'.
25106
25107 2004-10-26  Simon Josefsson  <jas@extundo.com>
25108
25109         * hashcash.el: Fix URL in comment, reported by Cheng Gao
25110         <chenggao@gmail.com>.
25111
25112 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
25113
25114         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
25115         instead.
25116
25117 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
25118
25119         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
25120         to remove a server from the nnimap-server-buffer-alist.
25121         (nnimap-open-connection, nnimap-close-server): Use it.
25122
25123         * gnus-encrypt.el: Remove file in favor of encrypt.el.
25124
25125 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25126
25127         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25128         running the major-mode function.
25129
25130 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25131
25132         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25133         dummy marks in the right way.
25134
25135 2004-10-18  David Edmondson  <dme@dme.org>
25136
25137         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25138         excessively.
25139
25140 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25141
25142         * gnus-util.el (gnus-split-references): Accept a nil references
25143         string and go on blissfully.
25144
25145         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25146         cases where the references string is non-nil but has no references.
25147
25148         * encrypt.el: Add autoload tags.
25149
25150         * spam.el (spam-resolve-registrations-routine): Remove article
25151         from unregistration list too.  Reported by David Hanak
25152         <dhanak@isis.vanderbilt.edu>
25153
25154 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25155
25156         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25157         nil.  Change custom type.
25158
25159 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25160
25161         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25162
25163         * gnus-sum.el (gnus-summary-move-article): Use it.
25164
25165 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25166
25167         * encrypt.el: Add autoload cookies.
25168
25169         * spam.el (spam-backend-article-list-property)
25170         (spam-backend-get-article-todo-list)
25171         (spam-backend-put-article-todo-list)
25172         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25173         Resolve registrations separately.
25174         (spam-register-routine): Format comments.
25175         (spam-unregister-routine, spam-register-routine): Always call with
25176         specific-articles, no default list.
25177         (spam-summary-prepare-exit): Use the spam-classifications function.
25178
25179         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25180         gnus-encrypt.el.
25181
25182         * encrypt.el: Copied from gnus-encrypt.el.
25183
25184         * gnus-encrypt.el: Commented that it's obsolete.
25185
25186 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25187
25188         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25189         (gnus-score-save): Use it.
25190
25191         * message.el (message-bury): Use `window-dedicated-p'.
25192
25193 2004-10-15  Simon Josefsson  <jas@extundo.com>
25194
25195         * pop3.el (top-level): Don't require nnheader.
25196         (pop3-read-timeout): Add.
25197         (pop3-accept-process-output): Add.
25198         (pop3-read-response, pop3-retr): Use it.
25199
25200 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25201
25202         * spam.el (spam-register-routine): Move comment.
25203         (spam-verify-bogofilter): Use 'unknown for the initial
25204         spam-bogofilter-valid state, not 'never.
25205
25206         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25207         for netrc-machine.
25208
25209         * nnimap.el (nnimap-open-connection):
25210         Use netrc-machine-user-or-password.
25211
25212 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25213
25214         * gnus-registry.el (gnus-registry-unload-hook):
25215         Set as a variable with add-hook.
25216
25217         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25218         of news-path.
25219
25220         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25221
25222         * spam.el: Delete duplicate `provide'.
25223         (spam-unload-hook): Set as a variable with add-hook.
25224
25225 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25226
25227         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25228         in the doc string.
25229
25230         * message.el (message-ignored-news-headers)
25231         (message-ignored-supersedes-headers)
25232         (message-ignored-resent-headers)
25233         (message-forward-ignored-headers): Improve custom type.
25234
25235 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25236
25237         * message.el (message-tokenize-header): Fix 2004-09-06 change
25238         which used point-min in the wrong place.
25239
25240 2004-10-12  Simon Josefsson  <jas@extundo.com>
25241
25242         * tls.el (tls-certtool-program): New variable.
25243         (tls-certificate-information): New function, based on
25244         ssl-certificate-information.
25245
25246 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25247
25248         * compface.el: Move the version of ELisp-based uncompface program
25249         to the contrib directory because of the copyright problem.
25250
25251 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25252
25253         * message.el (message-kill-buffer): Raise the current frame.
25254
25255 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25256
25257         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25258
25259         * gnus.el (message-y-or-n-p): Autoload.
25260
25261         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25262         (pop3-password-required, pop3-authentication-scheme)
25263         (pop3-leave-mail-on-server): Make customizable.
25264         (pop3): New custom group.
25265         (pop3-retr): Remove `sleep-for' statements.
25266         Suggested by Dave Love <fx@gnu.org>.
25267
25268         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25269         Windows/DOS.
25270
25271         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25272         (imap-parse-body): Fix incorrect use of `assert'.
25273         Suggested by Dave Love <fx@gnu.org>.
25274
25275         * mml.el (mml-minibuffer-read-disposition): Require match.
25276         Suggested by Dave Love <fx@gnu.org>.
25277
25278 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25279
25280         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25281         doc string.
25282
25283 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25284
25285         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25286
25287 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25288
25289         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25290         instead of calling `mm-insert-inline', to decode text/* parts
25291         before displaying them.
25292
25293 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25294
25295         * mm-uu.el (mm-uu-text-plain-type): New variable.
25296         (mm-uu-pgp-signed-extract-1): Use it.
25297         (mm-uu-pgp-encrypted-extract-1): Use it.
25298         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25299         bind mm-uu-text-plain-type with that value.
25300         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25301         mm-uu-dissect.
25302
25303 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25304
25305         * gnus-group.el (gnus-update-group-mark-positions):
25306         * gnus-sum.el (gnus-update-summary-mark-positions):
25307         * message.el (message-check-news-body-syntax):
25308         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25309         of string-as-multibyte.
25310
25311 2004-10-05  Juri Linkov  <juri@jurta.org>
25312
25313         * gnus-group.el (gnus-update-group-mark-positions):
25314         * gnus-sum.el (gnus-update-summary-mark-positions):
25315         * message.el (message-check-news-body-syntax):
25316         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25317         8-bit unibyte values to a multibyte string for search functions.
25318
25319 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25320
25321         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25322         (mm-uu-dissect-text-parts): New function.
25323
25324         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25325         dissect text parts.
25326
25327         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25328         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25329
25330         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25331
25332         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25333         Use gnus-current-topics instead of gnus-current-topic.
25334
25335 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25336
25337         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25338
25339 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25340
25341         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25342         where appropriate.
25343
25344         * nnml.el (nnml-generate-active-info): do.
25345
25346         * nndiary.el (nndiary-generate-active-info): do.
25347
25348         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25349         (gnus-topic-move): do.
25350
25351         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25352         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25353
25354         * gnus-srvr.el (gnus-server-prepare)
25355         (gnus-server-open-all-servers): do.
25356
25357         * gnus-msg.el (gnus-summary-cancel-article)
25358         (gnus-summary-resend-message)
25359         (gnus-summary-mail-crosspost-complaint): do.
25360
25361         * gnus-move.el (gnus-change-server): do.
25362
25363         * gnus-group.el (gnus-group-unmark-all-groups)
25364         (gnus-group-set-current-level): do.
25365
25366 2004-10-04  Simon Josefsson  <jas@extundo.com>
25367
25368         * message.el (message-generate-hashcash): Doc fix.
25369
25370 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25371
25372         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25373         avoid infinite recursion via gnus-get-function.
25374
25375 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25376
25377         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25378
25379         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25380
25381         * nnmail.el (nnmail-split-history): do.
25382
25383         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25384         (nnml-request-delete-group): do.
25385
25386         * nnslashdot.el (nnslashdot-read-groups): do.
25387
25388         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25389         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25390
25391         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25392         (nnspool-sift-nov-with-sed): Use last.
25393         (nnspool-retrieve-headers-with-nov): Use mapc.
25394         (nnspool-request-newgroups): Use dolist.
25395         (nnspool-request-group): Use last.
25396
25397         * nntp.el (nntp-read-server-type): Use dolist.
25398
25399         * nnvirtual.el (nnvirtual-create-mapping)
25400         (nnvirtual-update-read-and-marked): Use dolist.
25401         (nnvirtual-convert-headers): Simplify.
25402
25403 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25404
25405         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25406         Add support for sync'ing tick marks.
25407
25408 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25409
25410         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25411         there's no visible header.
25412
25413 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25414
25415         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25416         When necessary, pass full group name to gnus-request-set-marks.
25417
25418 2004-10-01  Simon Josefsson  <jas@extundo.com>
25419
25420         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25421         acroread.
25422
25423 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25424
25425         * spam-report.el (spam-report-gmane): Fix interactive.
25426
25427         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25428
25429         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25430         when writing file.
25431         (gnus-agent-synchronize-flags): Don't default to being
25432         interactive.
25433
25434 2004-09-30  Simon Josefsson  <jas@extundo.com>
25435
25436         * message.el (message-generate-hashcash): Add.
25437         (message-send-mail): Use it, call mail-add-payment.
25438
25439 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25440
25441         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25442
25443 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25444
25445         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25446         gnus-requst-update-info with explicit code to sync the in-memory
25447         info read flags with the marks being sync'd to the backend.
25448
25449         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25450
25451 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25452
25453         * spam.el (spam-verify-bogofilter): Add new function.
25454         (spam-check-bogofilter)
25455         (spam-bogofilter-register-with-bogofilter): Use it.
25456         (spam-verify-bogofilter): Add small fixes.
25457
25458 2004-09-28  Simon Josefsson  <jas@extundo.com>
25459
25460         * hashcash.el (hashcash-generate-payment): Revert.
25461
25462 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25463
25464         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25465         Use gnus-extract-references instead of gnus-split-references.
25466
25467         * gnus-util.el (gnus-extract-references): Add new function, analogous
25468         to gnus-split-references but extracts only the message-ID without
25469         anything extra.
25470
25471         * hashcash.el (hashcash-generate-payment)
25472         (hashcash-check-payment): Do the right thing if hashcash-path is
25473         nil (because the hashcash program could not be found).
25474
25475         * spam.el (spam-use-hashcash): Remove comment.
25476
25477 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25478
25479         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25480         (gnus-cache-enter-article, gnus-cache-remove-article)
25481         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25482
25483         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25484
25485         * gnus-art.el (article-hide-boring-headers)
25486         (article-translate-strings, article-display-face)
25487         (gnus-article-mime-match-handle-first)
25488         (gnus-article-highlight-headers)
25489         (gnus-article-add-buttons-to-head): do.
25490
25491 2004-09-27  Simon Josefsson  <jas@extundo.com>
25492
25493         * hashcash.el: New version, from
25494         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25495         ../contrib/.
25496
25497 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25498
25499         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25500
25501 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25502
25503         * gnus-dup.el (gnus-dup-open): Use mapc.
25504         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25505
25506         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25507         Reported by Stefan Wiens <s.wi@gmx.net>.
25508
25509         * gnus.el (gnus-shutdown): Use dolist.
25510
25511         * gnus-undo.el (gnus-undo): Use mapc.
25512
25513         * nnrss.el (nnrss-generate-active): do.
25514
25515         * message.el (message-cite-original-without-signature)
25516         (message-cite-original): Use mapc.
25517         (message-do-actions, message-make-forward-subject): Use dolist.
25518
25519 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25520
25521         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25522         deletion to remove entire duplicate line.  Fixes merged article
25523         number bug.
25524
25525 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25526
25527         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25528         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25529         first ask if you want to open a server and then, even when you
25530         responded with no, asking if you want to synchronize the server's
25531         flags.
25532         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25533         multi-line expressions.
25534         (gnus-agent-synchronize-group-flags): New internal function.
25535         Updates marks in memory (in the info structure) AND in the
25536         backend.
25537
25538         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25539
25540         * nnagent.el (nnagent-request-set-mark):
25541         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25542         method, to ensure that synchronization updates marks in the
25543         backend and in the info (in memory) structure.
25544
25545 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25546
25547         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25548         convention fully; don't miss the root article of a thread; make
25549         the X-Draft-From header with correct article numbers.
25550
25551 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25552
25553         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25554         unless plugged.  Disable the agent so that an open failure causes
25555         an error.
25556
25557         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25558         Revert 2004-09-21 change.  The backend must be opened while
25559         synchronizing flags even when the backend stores the flags
25560         locally.
25561
25562 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25563
25564         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25565         in `header' match.  Reported by Svend Tollak Munkejord.
25566
25567         * message.el (message-cite-original): Fix use of
25568         `message-cite-articles-with-x-no-archive'.
25569
25570 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25571
25572         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25573         (gnus-window-to-buffer): Ditto.
25574
25575         * mml.el (mml-preview-buffer): New variable.
25576         (mml-preview): Manage window layout with gnus-buffer-configuration.
25577
25578         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25579         X-Draft-From header even if those articles aren't quoted.
25580
25581 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25582
25583         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25584         (gnus-request-set-mark, gnus-request-update-mark): Use new
25585         g-s-t-u-l-m to decide to use backend even when unplugged.
25586
25587 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25588
25589         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25590         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25591
25592 2004-09-20  Simon Josefsson  <jas@extundo.com>
25593
25594         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25595         "utf-16-le".
25596
25597 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25598
25599         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25600
25601 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25602
25603         * uudecode.el (uudecode-use-external): Add :version.
25604
25605         * smime.el (smime-CA-file, smime-encrypt-cipher)
25606         (smime-dns-server): Add :version.
25607
25608         * smiley.el (gnus-smiley-file-types): Add :version.
25609
25610         * sha1.el (sha1-use-external): Add :version.
25611
25612         * pgg-def.el (pgg-query-keyserver): Add :version.
25613
25614         * nnmail.el (nnmail-fancy-expiry-targets)
25615         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25616         Add :version.
25617
25618         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25619         (nnimap-retrieve-groups-asynchronous): Add :version.
25620         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25621
25622         * mml.el (mml-content-disposition-parameters)
25623         (mml-insert-mime-headers-always): Add :version.
25624
25625         * mm-util.el (mm-coding-system-priorities): Add :version.
25626
25627         * mm-decode.el (mm-inline-text-html-with-images)
25628         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25629         (mm-verify-option): Add :version.
25630         (mm-text-html-renderer): Change :version.
25631
25632         * message.el (message-fcc-externalize-attachments)
25633         (message-required-headers, message-draft-headers)
25634         (message-subject-trailing-was-query)
25635         (message-subject-trailing-was-ask-regexp)
25636         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25637         (message-mark-insert-end, message-archive-header)
25638         (message-archive-note, message-cross-post-default)
25639         (message-cross-post-note, message-followup-to-note)
25640         (message-cross-post-note-function, message-use-mail-followup-to)
25641         (message-subscribed-address-functions)
25642         (message-subscribed-address-file, message-subscribed-addresses)
25643         (message-subscribed-regexps, message-allow-no-recipients)
25644         (message-yank-cited-prefix, message-signature-insert-empty-line)
25645         (message-hidden-headers, message-hierarchical-addresses)
25646         (message-mail-user-agent, message-use-idna)
25647         (message-valid-fqdn-regexp)
25648         (message-strip-special-text-properties, message-header-synonyms)
25649         (message-beginning-of-line, message-tab-body-function): Add :version.
25650         (message-insert-canlock, message-wide-reply-confirm-recipients):
25651         Change :version.
25652
25653         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25654         and :version.
25655         (mail-source-delete-old-incoming-confirm)
25656         (mail-source-movemail-program): Add :version.
25657
25658         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25659         (gnus-agent-cache, gnus-agent): Change :version.
25660
25661         * gnus-util.el (gnus-use-byte-compile): Change :version.
25662
25663         * gnus-sum.el (gnus-summary-make-false-root-always)
25664         (gnus-summary-default-high-score)
25665         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25666         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25667         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25668         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25669         (gnus-sum-thread-tree-single-indent)
25670         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25671         (gnus-sum-thread-tree-leaf-with-other)
25672         (gnus-sum-thread-tree-single-leaf): Add :version.
25673         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25674         (gnus-article-loose-mime): Change :version.
25675
25676         * gnus-start.el (gnus-backup-startup-file)
25677         (gnus-save-startup-file-via-temp-buffer): Add :version.
25678
25679         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25680         (gnus-server-offline-face): Add :version.
25681
25682         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25683
25684         * gnus-msg.el (gnus-gcc-externalize-attachments)
25685         (gnus-debug-files, gnus-debug-exclude-variables)
25686         (gnus-discouraged-post-methods): Change :version.
25687         (gnus-confirm-mail-reply-to-news)
25688         (gnus-confirm-treat-mail-like-news): Add :version.
25689
25690         * gnus-int.el (gnus-server-unopen-status): Add :version.
25691
25692         * gnus-group.el (gnus-group-jump-to-group-prompt)
25693         (gnus-large-ephemeral-newsgroup)
25694         (gnus-fetch-old-ephemeral-headers): Add :version.
25695
25696         * gnus-fun.el (gnus-x-face-directory)
25697         (gnus-convert-pbm-to-x-face-command)
25698         (gnus-convert-image-to-x-face-command)
25699         (gnus-convert-image-to-face-command): Add :version.
25700
25701         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25702
25703         * gnus-cite.el (gnus-cite-blank-line-after-header)
25704         (gnus-article-boring-faces): Add :version.
25705
25706         * gnus-art.el (gnus-buttonized-mime-types)
25707         (gnus-inhibit-mime-unbuttonizing)
25708         (gnus-treat-display-face)
25709         (gnus-treat-body-boundary): Change :version.
25710         (gnus-body-boundary-delimiter, gnus-picon-databases)
25711         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25712         (gnus-treat-date-english, gnus-treat-fold-headers)
25713         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25714         (gnus-treat-mail-picon, gnus-treat-wash-html)
25715         (gnus-article-encrypt-protocol)
25716         (gnus-use-idna, gnus-article-over-scroll)
25717         (gnus-mime-display-multipart-alternative-as-mixed)
25718         (gnus-mime-display-multipart-related-as-mixed)
25719         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25720         (gnus-ctan-url, gnus-button-ctan-handler)
25721         (gnus-button-handle-ctan-bogus-regexp)
25722         (gnus-button-ctan-directory-regexp)
25723         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25724         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25725         (gnus-button-man-level, gnus-button-emacs-level)
25726         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25727
25728         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25729         (gnus-agent-go-online): Change :version.
25730         (gnus-agent-expire-unagentized-dirs)
25731         (gnus-agent-auto-agentize-methods): Add :version.
25732
25733         * flow-fill.el (fill-flowed-display-column)
25734         (fill-flowed-encode-column): Add :version.
25735
25736         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25737         (gnus-outlook-deuglify-unwrap-max)
25738         (gnus-outlook-deuglify-cite-marks)
25739         (gnus-outlook-deuglify-unwrap-stop-chars)
25740         (gnus-outlook-deuglify-no-wrap-chars)
25741         (gnus-outlook-deuglify-attrib-cut-regexp)
25742         (gnus-outlook-deuglify-attrib-verb-regexp)
25743         (gnus-outlook-deuglify-attrib-end-regexp)
25744         (gnus-outlook-display-hook): Add :version.
25745
25746         * binhex.el (binhex-use-external): Add :version.
25747
25748 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25749
25750         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25751         and `invisible'.
25752
25753 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25754
25755         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25756         in gnus-registry-trim.
25757
25758 2004-09-13  Simon Josefsson  <jas@extundo.com>
25759
25760         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25761
25762         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25763
25764         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25765         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25766         <yamaoka@jpl.org>.
25767         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25768         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25769         <yamaoka@jpl.org>.
25770
25771         * sieve.el (sieve-manage-mode): Ditto.
25772
25773 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25774
25775         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25776
25777 2004-09-11  Simon Josefsson  <jas@extundo.com>
25778
25779         * dns-mode.el: Add.
25780
25781         * mm-view.el (mm-display-dns-inline): Add.
25782
25783         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25784         (mm-automatic-display): Ditto.
25785
25786         * mailcap.el (mailcap-mime-data): Add text/dns.
25787         (mailcap-mime-extensions): Map .soa to text/dns.
25788
25789 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25790
25791         * gnus-art.el (article-decode-mime-words, article-babel)
25792         (gnus-article-highlight-signature, gnus-article-add-buttons)
25793         (gnus-signature-toggle): Remove unnecessary bindings of
25794         `inhibit-read-only' inherited from v5.10 merge.
25795
25796 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25797
25798         * nntp.el (nntp): New customization group.
25799         (nntp-authinfo-file): Add customization group.
25800
25801         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25802
25803         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25804
25805         * gnus.el (to-address, to-list, subscribed)
25806         (large-newsgroup-initial): Ditto.
25807
25808         * flow-fill.el (fill-flowed-display-column)
25809         (fill-flowed-encode-column): Ditto.
25810
25811 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25812
25813         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25814         Use point-min rather than 1.
25815         (message-send-mail): Use buffer-size rather than point-max.
25816
25817         * gnus-sum.el (gnus-summary-search-article-forward):
25818         Signal a specific `search-failed' rather than a generic `error'.
25819
25820         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25821         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25822         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25823
25824 2004-09-10  Simon Josefsson  <jas@extundo.com>
25825
25826         * nndb.el (require): Remove tcp and duplicate cl.
25827
25828 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25829
25830         * gnus-agent.el (directory-files-and-attributes): Move forward.
25831
25832 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25833
25834         * gnus-agent.el (directory-files-and-attributes):
25835         Optionally defined to support XEmacs.
25836
25837 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25838
25839         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25840         to avoid run-time CL dependencies.
25841         (gnus-agent-unfetch-articles): New function.
25842         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25843         article numbers even when local .overview file is missing.
25844         (gnus-agent-read-article-number): New function.  Only accepts
25845         27-bit article numbers.
25846         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25847         Use gnus-agent-read-article-number.
25848         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25849         from backend while recognizing that article numbers in .overview
25850         must be valid.
25851         (gnus-agent-update-files-total-fetched-for):
25852         Use directory-files-and-attributes to improve performance.
25853         * gnus-int.el (gnus-request-move-article):
25854         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25855         improve performance.
25856
25857         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25858         some users confused by references to .newsrc when they only have a
25859         .newsrc.eld file.
25860         (gnus-convert-mark-converter-prompt)
25861         (gnus-convert-converter-needs-prompt): Fix use of property list.
25862         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25863         New function.  Used internally to only display 'gnus converting
25864         files' message when actually necessary.
25865
25866         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25867         methods now autoloaded.
25868
25869 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25870
25871         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25872         identifiers.
25873
25874 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25875
25876         * gnus-picon.el: Fix indentation and closing parenthesis.
25877
25878 2004-09-01  Simon Josefsson  <jas@extundo.com>
25879
25880         * message.el (message-canlock-generate): Require sha1, not
25881         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25882         to require within a function.  Sadly, if sha1.el isn't loaded, the
25883         let binding in m-c-g will hide the defcustom definition, which is
25884         bad.)
25885
25886         * canlock.el: Require sha1, not sha1-el.
25887
25888         * message.el: Don't autoload sha1 (there is a autoload cookie in
25889         sha1.el).
25890
25891         * sha1-el.el: Rename to sha1.el.
25892
25893 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25894
25895         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25896
25897 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25898
25899         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25900
25901 2004-08-30  Kim F. Storm  <storm@cua.dk>
25902
25903         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25904
25905         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25906         Add :group 'nnimap.
25907
25908 2004-08-30  Andreas Schwab  <schwab@suse.de>
25909
25910         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25911         ?* and ?\;.
25912
25913         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25914         and ?\' to symbol instead of whitespace.
25915
25916 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25917
25918         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25919
25920         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25921         instead of re-search-forward.
25922
25923         * gnus-uu.el (gnus-uu-save-article): Ditto.
25924         (gnus-uu-post-encode-uuencode): Ditto.
25925
25926         * html2text.el (html2text-clean-list-items): Ditto.
25927         (html2text-clean-dtdd): Ditto.
25928         (html2text-format-tags): Ditto.
25929
25930         * message.el (message-send-mail-with-sendmail): Fix regexp.
25931         (message-fill-field-general): Use search-forward instead of
25932         re-search-forward.
25933         (unbold-region): Ditto.
25934
25935         * nnrss.el (nnrss-request-article): Ditto.
25936
25937         * nnslashdot.el (nnslashdot-request-article): Ditto.
25938
25939         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25940
25941         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25942         "Unrecognized menu descriptor" error in XEmacs.
25943
25944 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25945
25946         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25947         parent article of a sparse article in the thread hashtb.
25948
25949 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25950
25951         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25952         (nnmail-expand-newtext): Lowercase expanded entries if
25953         nnmail-split-lowercase-expanded is non-nil.
25954
25955 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25956
25957         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25958
25959         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25960         of gnus-tmp-news-method into string under XEmacs.  It will be
25961         passed to gnus-correct-length which takes only a string argument.
25962
25963 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25964
25965         * gnus-util.el (gnus-bind-print-variables): New macro.
25966         (gnus-prin1): Use it.
25967         (gnus-prin1-to-string): Use it.
25968         (gnus-pp): New function.
25969         (gnus-pp-to-string): New function.
25970
25971         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25972         Replace pp-to-string with gnus-pp-to-string.
25973         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25974         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25975         * gnus-msg.el (gnus-debug): Ditto.
25976         * gnus-score.el (gnus-score-save): Ditto.
25977         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25978         gnus-pp-to-string.
25979         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25980         with gnus-pp.
25981         * score-mode.el (gnus-score-pretty-print): Ditto.
25982         * webmail.el (webmail-debug): Ditto.
25983
25984 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25985
25986         * gnus-art.el (article-display-face, article-display-x-face):
25987         Use buffer-read-only.
25988
25989 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25990
25991         * gnus-art.el (article-hide-list-identifiers):
25992         Bind inhibit-read-only as t.
25993
25994 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25995
25996         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25997
25998 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25999
26000         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
26001         (gnus-narrow-to-page): Don't assume point-min == 1.
26002         (gnus-article-edit-mode): Derive from message-mode.
26003
26004         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
26005         point-min == 1.
26006
26007         * imap.el (imap-parse-address-list, imap-parse-body-ext):
26008         Disable incorrect use of `assert'.
26009
26010         * message.el (message-mode): Set comment-start-skip.
26011
26012
26013 2004-08-22  Sam Steingold  <sds@gnu.org>
26014
26015         * pop3.el (pop3-leave-mail-on-server): New user variable.
26016         (pop3-movemail): Delete mail only when it is nil.
26017
26018 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
26019
26020         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
26021
26022         * mml.el (mml-preview): Use `pop-to-buffer'.
26023
26024         * message.el (message-goto-mail-followup-to): Insert after "To".
26025         (message-carefully-insert-headers): Add comment.
26026
26027         * gnus.el: Remove unused variable `gnus-article-check-size'.
26028
26029         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
26030
26031         * gnus-art.el (gnus-button-alist):
26032         Improve `gnus-button-handle-library' entry.
26033
26034 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
26035
26036         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
26037         Use downcase, since XEmacs capitalizes error messages differently.
26038
26039 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
26040
26041         * nntp.el: Add (require 'gnus) due to reference to
26042         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
26043
26044 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
26045
26046         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
26047         Bind `mm-fill-flowed'.
26048
26049         * mm-decode.el (mm-dissect-singlepart): Check it.
26050
26051 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
26052
26053         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
26054         'imap' for netrc parsing.
26055
26056 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
26057
26058         * mailcap.el (mailcap-mime-data): Mark as risky.
26059
26060 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26061
26062         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
26063         may be included in the encoded word.
26064         (rfc2047-encode): Don't append a space if the encoded word
26065         includes close parenthesis.
26066
26067 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26068
26069         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
26070         of text within parentheses.
26071
26072 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
26073
26074         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
26075         (gnus-encrypt-write-file-contents): Make the password key the file
26076         name PLUS the cipher, not just the cipher.  Also remove failed
26077         passwords from the cache.
26078
26079 2004-08-06  Simon Josefsson  <jas@extundo.com>
26080
26081         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
26082         Doc fix.
26083
26084 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26085
26086         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
26087         LWSP.
26088
26089 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
26090
26091         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26092         Try to append in-reply-to: data to the references: header.
26093
26094         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
26095         (netrc-parse): Use gnus-encrypt.el functions.
26096
26097         * gnus-encrypt.el: Add new file for encryption support; currently
26098         does only a few GPG ciphers and an internal XOR cipher.
26099
26100         * password.el: Add comments on using password-read-and-add.
26101         (password-read-and-add): Add function to read and add the
26102         password to the cache at once.
26103
26104 2004-07-28  Simon Josefsson  <jas@extundo.com>
26105
26106         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
26107         parameter (but don't use it, for now).
26108
26109         * imap.el (imap-ssl-open): Use imap-process-connection-type,
26110         instead of hard coding to nil.
26111
26112 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26113
26114         * mm-view.el (mm-inline-image-emacs): Open lines under an image
26115         as mm-inline-image-xemacs does.
26116
26117 2004-07-26  Simon Josefsson  <jas@extundo.com>
26118
26119         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
26120         Revert part of 2004-07-17 change below.
26121
26122 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26123
26124         * rfc2047.el (rfc2047-encode-region): Don't infloop.
26125         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26126
26127 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26128
26129         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26130         quotes that actually start with ">" at the beginning of the
26131         lines.
26132
26133 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26134
26135         * rfc2047.el (rfc2047-encode-region): Fix last change.
26136         (rfc2047-encode-parameter): Remove useless concat.
26137
26138 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26139
26140         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26141         encode special characters; fix some kind of misconfigured headers;
26142         signal a real error if debug-on-quit or debug-on-error is non-nil.
26143         (rfc2047-encode-max-chars): New variable.
26144         (rfc2047-encode-1): Use it.
26145         (rfc2047-encode-parameter): New function.
26146
26147         * mml.el (mml-insert-parameter): Remove an excessive space.
26148
26149 2004-07-17  Simon Josefsson  <jas@extundo.com>
26150
26151         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26152         Kai Grossjohann <kai@emptydomain.de>.
26153         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26154         (gnus-group-make-menu-bar): Ditto.
26155
26156         * gnus-util.el (gnus-group-server): Add.
26157
26158 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26159
26160         * message.el (message-clone-locals): Clone sendmail and smtp
26161         variables.
26162
26163 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26164
26165         * rfc2047.el (rfc2047-encode-region): Fix last change.
26166
26167 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26168
26169         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26170         characters as non-special.
26171
26172 2004-07-09  Simon Josefsson  <jas@extundo.com>
26173
26174         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26175         Users will lose all flag changes made while unplugged with
26176         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26177         good default.  See numerous reports on ding mailing list.
26178
26179 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26180
26181         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26182         add generate-head-function and generate-article-function to the
26183         rfc822-forward entry.
26184         (nndoc-rfc822-forward-generate-article): New function.
26185         (nndoc-rfc822-forward-generate-head): New function.
26186
26187         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26188
26189 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26190
26191         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26192         respect display group parameter and gnus-summary-expunge-below.
26193         (gnus-articles-to-read): Remove unused reference to display group
26194         parameter.
26195
26196 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26197
26198         * nnheader.el (nnheader-uniquify-message-id): New experimental
26199         variable.
26200         (nnheader-nov-read-message-id): Use it.
26201
26202         * spam-report.el (spam-report-gmane): Add interactive.
26203
26204 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26205
26206         * mm-encode.el (mm-content-transfer-encoding-defaults):
26207         Use qp-or-base64 for the application/* types.
26208
26209 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26210
26211         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26212
26213 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26214
26215         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26216         trim value.
26217
26218 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26219
26220         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26221         New macro and function.
26222         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26223
26224 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26225
26226         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26227         after-load-alist.
26228
26229 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26230
26231         * gnus-group.el (gnus-group-get-new-news-this-group):
26232         Don't update info that isn't there.
26233
26234 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26235
26236         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26237         entry.
26238
26239 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26240
26241         * mm-view.el (mm-inline-render-with-function): Use multibyte
26242         buffer; decode html source by charset.
26243
26244         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26245
26246         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26247         Mule-UCS is loaded under XEmacs.
26248         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26249
26250 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26251
26252         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26253
26254 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26255
26256         * mm-util.el (mm-coding-system-p): Return a coding-system.
26257         (mm-mime-mule-charset-alist): Use shift_jis instead of
26258         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26259         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26260         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26261         instead of japanese-shift-jis and iso-latin-1 respectively in
26262         order to share the default value with both Emacs and XEmacs-mule.
26263         (mm-mule-charset-to-mime-charset):
26264         Make mm-coding-system-priorities effective.
26265         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26266         while predicating of candidates upon the priorities.
26267
26268 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26269
26270         * gnus-sum.el (gnus-summary-make-menu-bar):
26271         Add gnus-uu-invert-processable.
26272
26273         * gnus.el: Autoload gnus-uu-invert-processable.
26274
26275 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26276
26277         * mm-util.el (mm-with-multibyte-buffer): New macro.
26278
26279         * rfc2047.el (rfc2047-encode-string): Use it.
26280         (rfc2047-encode-region): Move point to the end of the region after
26281         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26282
26283 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26284
26285         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26286         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26287
26288 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26289
26290         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26291         (gnus-cite-parse): Ignore quoted envelope From_.
26292         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26293
26294 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26295
26296         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26297         invalid addresses.
26298
26299 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26300
26301         * spam.el: Change section markers, revise TODO list.
26302         (spam-backends): Make new master list of all installed backends.
26303         (spam-summary-exit-behavior): Add new variable to determine how
26304         messages moves are done at summary exit.
26305         (spam-move-spam-nonspam-groups-only)
26306         (spam-process-ham-in-nonham-groups)
26307         (spam-process-ham-in-spam-groups): Remove variables, the
26308         spam-summary-exit-behavior variable should be used to manage this
26309         behavior.
26310         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26311         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26312         and spam-old-spam-articles.
26313         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26314         Add empty variables, placeholders for the backends they represent.
26315         (spam-set-difference): Move, unchanged.
26316         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26317         unless the user has a processor variable.
26318         (spam-classifications, spam-classification-valid-p)
26319         (spam-backend-properties, spam-backend-property-valid-p)
26320         (spam-backend-function-type-valid-p)
26321         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26322         (spam-report-articles-gmane, spam-report-articles-resend):
26323         Remove functions, they are not needed.
26324         (spam-install-backend-super, spam-backend-list)
26325         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26326         (spam-backend-function, spam-backend-ham-registration-function)
26327         (spam-backend-spam-registration-function)
26328         (spam-backend-ham-unregistration-function)
26329         (spam-backend-spam-unregistration-function)
26330         (spam-backend-statistical-p, spam-backend-mover-p)
26331         (spam-install-backend-alias, spam-install-checkonly-backend)
26332         (spam-install-mover-backend, spam-install-nocheck-backend)
26333         (spam-install-backend, spam-install-statistical-backend)
26334         (spam-install-statistical-checkonly-backend): Add backend installation
26335         support.
26336         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26337         (spam-group-processor-p): Use the new backend code and respect the
26338         summary exit behavior.
26339         (spam-mark-spam-as-expired-and-move-routine): Remove.
26340         (spam-summary-prepare): Change to use the new spam-old-articles
26341         variable.
26342         (spam-copy-or-move-routine, spam-copy-spam-routine)
26343         (spam-move-spam-routine, spam-copy-ham-routine)
26344         (spam-move-ham-routine): Add code to copy/move ham or spam.
26345         (spam-fetch-field-fast): Improve doc and code, plus allow the
26346         'number request.
26347         (spam-list-of-checks, spam-list-of-statistical-checks):
26348         Remove variables.
26349         (spam-split, spam-find-spam): Use the new backend code.
26350         (spam-registration-functions): Remove variable.
26351         (spam-unregister-routine): Add convenience wrapper.
26352         (spam-log-undo-registration, spam-register-routine)
26353         (spam-log-processing-to-registry)
26354         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26355         where possible.
26356         (spam-check-gmane-xref, spam-check-regex-headers)
26357         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26358         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26359         (spam-check-bogofilter-headers, spam-check-spamoracle)
26360         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26361         (spam-check-crm114-headers): Use the spam-split-group that
26362         spam-split prepares, no need to determine it every time.
26363
26364         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26365         to the nnheader-parse-naked-head call.
26366
26367         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26368
26369         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26370         the nnheader-nov-read-message-id call.
26371
26372 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26373
26374         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26375         gnus-activate-group twice.  Suggested by Markus Peter
26376         <warp@spin.de>.
26377
26378 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26379
26380         * gnus-art.el (gnus-article-time-format): Exchange the order of
26381         day and month in the default value; fix customization type.
26382         (article-date-ut): Use add-text-properties.
26383         (article-make-date-line): Use message-make-date instead of
26384         current-time-string.
26385
26386         * message.el (message-fetch-field): Don't use set-text-properties.
26387         (message-make-date): Simplify.
26388
26389         * messagexmas.el (message-xmas-make-date): New function.
26390         (message-xmas-redefine): Defalias message-make-date to it.
26391
26392 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26393
26394         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26395         (rfc2047-encode-region): Treat text within parentheses as special;
26396         show the original text when error has occurred.
26397
26398         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26399         already-computed method to gnus-activate-group.
26400
26401         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26402         same select-methods identical Lisp objects.
26403
26404         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26405         object when modifying the info.
26406
26407 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26408
26409         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26410         gnus-opened-servers since it has never been opened with the new
26411         configuration yet.
26412
26413 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26414
26415         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26416         arg to nnheader-generate-fake-message-id.
26417
26418 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26419
26420         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26421         number and build a fake message ID localized to a group and
26422         article number (so it's repeatable from that point on).
26423         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26424         ID format.
26425
26426         * gnus-sum.el (gnus-get-newsgroup-headers):
26427         Call nnheader-generate-fake-message-id with the article number.
26428
26429 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26430
26431         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26432         end-of-buffer.
26433
26434 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26435
26436         * message.el (message-ignored-supersedes-headers): Add Approved.
26437
26438 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26439
26440         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26441         goto-char.
26442         (rfc2047-encode): Fold the line before encoding.
26443
26444 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26445
26446         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26447         folding -- not all headers can be folded, and this should be done
26448         by the message composition mode.  Probably.  I think.
26449
26450 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26451
26452         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26453         fast.
26454
26455         * gnus-ems.el (gnus-remove-image): Don't use
26456         message-text-with-property; remove only the image found first.
26457
26458         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26459         found first.
26460
26461 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26462
26463         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26464
26465 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26466
26467         * message.el (message-text-with-property): Make it fast and accept
26468         optional arguments.
26469         (message-strip-forbidden-properties): Use it.
26470         (message-fix-before-sending): Follow the m-t-w-p change.
26471
26472         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26473
26474 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26475
26476         * gnus-art.el (article-hide-headers): Don't change the buffer
26477         mistakenly when performing mml-preview even if
26478         gnus-single-article-buffer is nil.
26479
26480 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26481
26482         * message.el (message-expand-name-databases): New user option.
26483         (message-expand-name): Use it.
26484
26485 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26486
26487         * spam.el (spam-report-articles-resend)
26488         (spam-report-resend-register-routine): Allow ham reporting.
26489         (spam-report-resend-register-ham-routine): Add wrapper.
26490         (spam-registration-functions): Add ham resending functions.
26491         (spam-list-of-processors): Add ham resend processor.
26492
26493         * gnus.el (ham-resend-to): Add new group parameter.
26494         (spam-process): Add ham resend option.
26495
26496         * spam-report.el (spam-report-resend): Allow reporting ham.
26497         (spam-report-resend-ham): Add wrapper.
26498
26499 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26500
26501         * message.el (message-cite-articles-with-x-no-archive):
26502         New variable.
26503         (message-cite-original): Use it.
26504
26505 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26506
26507         * message.el (message-cite-original): Respect X-No-Archive.
26508
26509 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26510
26511         * gnus-art.el (article-hide-headers): Refer to the values for
26512         gnus-ignored-headers and gnus-visible-headers in the summary
26513         buffer since a user may have set them as group parameters.
26514
26515 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26516
26517         * assistant.el (assistant-node-name): Add convenience function.
26518         (assistant-render-text, assistant-render-node): Add error handling,
26519         plus handle multiple next nodes.
26520         (assistant-find-next-node): Comment out for now.
26521         (assistant-find-next-nodes): Add function, returns list of next
26522         nodes.
26523
26524 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26525
26526         * mail-source.el (mail-source-directory): Fix doc-string.
26527
26528 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26529
26530         * assistant.el (assistant-render-text, assistant-eval): Add :set
26531         widget type, which is different because it takes and returns a
26532         list.  Much hilarity ensues.
26533
26534 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26535
26536         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26537
26538         * gnus-group.el (gnus-group-get-new-news-this-group):
26539         Add doc-string.
26540
26541         * gnus-start.el (gnus-activate-group): Add doc-string.
26542
26543 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26544
26545         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26546
26547 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26548
26549         * assistant.el (assistant-render-text): Try to add a :set
26550         widget, more to come.
26551
26552         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26553         strings.
26554         (spam-report-articles-resend)
26555         (spam-register-routine): Do registration iff any articles warrant
26556         it.
26557         (spam-summary-prepare-exit): Change log message for nil group
26558         destinations.
26559
26560 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26561
26562         * spam.el (spam-report-resend-register-routine):
26563         Allow spam-report-resend-to to be a group parameter or a global value.
26564
26565 2004-05-26  Simon Josefsson  <jas@extundo.com>
26566
26567         * starttls.el: Merge with my GNUTLS based starttls.el.
26568         (starttls-gnutls-program, starttls-use-gnutls)
26569         (starttls-extra-arguments, starttls-process-connection-type)
26570         (starttls-connect, starttls-failure, starttls-success):
26571         New variables.
26572         (starttls-program, starttls-extra-args): Doc fix.
26573         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26574         New functions.
26575         (starttls-negotiate, starttls-open-stream):
26576         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26577         function if it is set.
26578
26579 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26580
26581         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26582         structured fields.
26583
26584 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26585
26586         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26587
26588 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26589
26590         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26591         Add variable.
26592         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26593         assigning the spam-mark to new messages.
26594
26595 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26596
26597         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26598
26599 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26600
26601         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26602
26603         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26604         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26605         default.
26606
26607 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26608
26609         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26610         correct data.
26611
26612 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26613
26614         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26615         (spam-group-processor-p): Fix function.
26616         (spam-group-processor-multiple-p)
26617         (spam-group-spam-processor-report-gmane-p)
26618         (spam-group-spam-processor-report-resend-p)
26619         (spam-group-spam-processor-bogofilter-p)
26620         (spam-group-spam-processor-blacklist-p)
26621         (spam-group-spam-processor-ifile-p)
26622         (spam-group-ham-processor-ifile-p)
26623         (spam-group-spam-processor-spamoracle-p)
26624         (spam-group-spam-processor-crm114-p)
26625         (spam-group-ham-processor-bogofilter-p)
26626         (spam-group-spam-processor-stat-p)
26627         (spam-group-ham-processor-stat-p)
26628         (spam-group-ham-processor-whitelist-p)
26629         (spam-group-ham-processor-BBDB-p)
26630         (spam-group-ham-processor-spamoracle-p)
26631         (spam-group-ham-processor-copy-p): Remove functions with some
26632         prejudice against unneeded code.
26633         (spam-report-articles-resend)
26634         (spam-report-resend-register-routine): Allow the group/topic
26635         spam-resend-to value to override spam-report-resend-to.
26636         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26637         properly now.
26638
26639         * gnus.el (spam-resend-to): Add group/topic parameter.
26640         (spam-process): Move the OBSOLETE processors to the end of the
26641         choices.
26642
26643 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26644
26645         * spam-report.el (spam-report-resend-to, spam-report-resend):
26646         Start with resend-to set to nil, and then ask the user if necessary.
26647         (spam-report-resend): spam-report-resend takes a list of articles, not
26648         separate article numbers.
26649
26650 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26651
26652         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26653         addition to emacs-w3m.
26654
26655 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26656
26657         * assistant.el (assistant-authinfo-data): New function.
26658         (assistant-eval): Eval for entire assistant.
26659
26660         * netrc.el (netrc-services-file): New variable.
26661         (netrc-parse-services): New function.
26662         (netrc-find-service-name): New function.
26663         (netrc-find-service-number): New function.
26664         (netrc-port-equal): New function.
26665         (netrc-machine): Use it.
26666
26667         * nnimap.el (nnimap-open-connection): Use netrc.
26668
26669         * gnus-util.el (gnus-netrc-get): Remove aliases.
26670
26671         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26672
26673         * assistant.el (wid-edit): Fix compilation.
26674
26675         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26676
26677 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26678
26679         * gnus-util.el (gnus-set-file-modes): New function.  (small
26680         patch).
26681
26682 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26683
26684         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26685
26686         * assistant.el (assistant-render-node): Fix up rendering and
26687         read-only text.
26688         (assistant-render-node): Reset.
26689         (assistant-make-read-only): Not sticky.
26690
26691 2004-05-20  Danny Siu  <dsiu@adobe.com>
26692
26693         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26694         centered even when gnus-auto-center-summary is t.
26695
26696 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26697
26698         * dns.el (dns-get-txt-answer): New function.
26699         (dns-read-txt): Ditto.
26700         (query-dns): Use it.
26701
26702 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26703
26704         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26705         active for foreign groups even if the group level is higher than
26706         the specified value.
26707
26708 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26709
26710         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26711         non-active groups.
26712
26713         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26714
26715 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26716
26717         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26718
26719 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26720
26721         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26722         (spam-crm114-header, spam-crm114-spam-switch)
26723         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26724         (spam-crm114-positive-spam-header)
26725         (spam-crm114-database-directory, spam-list-of-processors)
26726         (spam-group-spam-processor-crm114-p)
26727         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26728         (spam-generic-score, spam-list-of-checks)
26729         (spam-list-of-statistical-checks, spam-registration-functions)
26730         (spam-check-crm114-headers, spam-crm114-score)
26731         (spam-check-crm114, spam-crm114-register-with-crm114)
26732         (spam-crm114-register-spam-routine)
26733         (spam-crm114-unregister-spam-routine)
26734         (spam-crm114-register-ham-routine)
26735         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26736
26737 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26738
26739         * gnus.el: Add spam-use-crm114.
26740
26741         * spam.el (spam-list-of-processors, spam-registration-functions):
26742         Add spam-use-resend.
26743         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26744         (spam-report-articles-gmane): Add doc fix.
26745         (spam-report-articles-resend, spam-report-resend-register-routine):
26746         Add wrappers around spam-report-resend-to.
26747
26748         * spam-report.el (spam-report-resend-to, spam-report-resend):
26749         Add support for resending spam.
26750         (spam-report-gmane): Fix line length >80.
26751
26752         * gnus.el (spam-process): Add spam-use-resend.
26753
26754 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26755
26756         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26757         number of processed spam messages.
26758         (spam-ham-copy-or-move-routine): Return the number of processed
26759         ham messages.
26760         (spam-summary-prepare-exit): Use the above values to decide
26761         whether status messages should be displayed.
26762
26763 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26764
26765         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26766         `rfc2047-encoding-function-alist' in order to avoid conflicting
26767         with the old version.
26768         (rfc2047-encode-region): Concatenate words containing non-ASCII
26769         characters in structured fields; don't encode space-delimited
26770         ASCII words even in unstructured fields; don't break words at
26771         char-category boundaries.
26772         (rfc2047-encode-1): New function.
26773         (rfc2047-encode): Use it; encode text so that it occupies the
26774         maximum width within 76-column; work correctly on Q encoding for
26775         iso-2022-* charsets.
26776         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26777         sure not to break a line just after the header name.
26778         (rfc2047-b-encode-region): Remove.
26779         (rfc2047-b-encode-string): New function.
26780         (rfc2047-q-encode-region): Remove.
26781         (rfc2047-q-encode-string): New function.
26782
26783         * mm-util.el (mm-replace-in-string): New function.
26784
26785 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26786
26787         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26788         Really get it right.
26789         (gnus-inews-make-draft): Really.
26790
26791 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26792
26793         * nnmh.el (nnmh-request-list-1): Don't check the link count
26794         before descending.  (small patch)
26795
26796 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26797
26798         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26799         stuff.
26800
26801         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26802         Match on real group name.
26803
26804         * gnus-art.el (gnus-signature-limit): Doc fix.
26805
26806         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26807
26808         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26809
26810 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26811
26812         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26813         isn't a string.
26814
26815 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26816
26817         * gnus-draft.el (gnus-draft-send):
26818         Bind rfc2047-encode-encoded-words.
26819
26820         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26821         (rfc2047-encodable-p): Say that =? needs encoding.
26822         (rfc2047-encode-encoded-words): New variable.
26823
26824         * gnus-group.el (gnus-group-select-group): Doc fix.
26825
26826         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26827
26828         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26829         to nil.
26830
26831         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26832
26833         * nnheader.el (nnheader-get-lines-and-char): New function.
26834
26835 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26836
26837         * gnus-msg.el (gnus-summary-followup-with-original):
26838         Document yanking of region when active.
26839
26840 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26841
26842         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26843         groups if the group level is higher than the specified value.
26844
26845 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26846
26847         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26848         (gnus-group-jump-to-group): Add prefix argument using
26849         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26850         non-active group.
26851
26852         * compface.el (uncompface): Be verbose when changing
26853         `uncompface-use-external'.
26854
26855         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26856         handle manual section.
26857
26858 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26859
26860         * gnus-art.el (gnus-button-alist): Revert previous change.
26861
26862 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26863
26864         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26865
26866 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26867
26868         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26869         whether backend can accept message.
26870
26871         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26872
26873 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26874
26875         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26876         Avoid creating directory when nntp-marks-is-evil is true.
26877         Reported by Reiner Steib.
26878
26879 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26880
26881         * gnus-picon.el (gnus-picon-insert-glyph):
26882         Add optional `nostring' argument.
26883
26884 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26885
26886         * gnus-picon.el (gnus-picon-style): New variable.
26887         (gnus-picon-transform-address): Support `gnus-picon-style'.
26888
26889 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26890
26891         * message.el (message-fill-field): Return point.
26892         (message-generate-headers): Go to end of field.
26893
26894         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26895         stuff for non-living groups.
26896
26897 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26898
26899         * gnus-art.el (gnus-article-followup-with-original)
26900         (gnus-article-reply-with-original): gnus-mark-active-p ->
26901         gnus-region-active-p.
26902
26903 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26904
26905         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26906         only when there is spam or ham to be processed.
26907
26908 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26909
26910         * mail-source.el (mail-source-delete-crash-box): Refactor.
26911         (mail-source-fetch): Use it.
26912         (mail-source-fetch-file): Ditto.
26913         (mail-source-fetch-directory): Run postscript in loop.
26914         (mail-source-fetch-pop): Delete.
26915         (mail-source-fetch-maildir): Ditto.
26916         (mail-source-fetch-imap): Ditto.
26917
26918         * imap.el (imap-authenticators): Comment out sasl.
26919
26920         * message.el (message-skip-to-next-address): New function.
26921         (message-fill-header-address): Refactor.
26922         (message-fill-address): Use it.
26923         (message-delete-address): Use it.
26924         (message-fill-header-general): Refactor.
26925         (message-fill-field-address): Rename.
26926         (message-narrow-to-field): Find the start of the header.
26927         (message-header-format-alist): Don't pre-fill.
26928         (message-fill-header): Remove.
26929         (message-insert-header): New function.
26930         (message-shorten-references): Use it.
26931
26932         * rfc2047.el (rfc2047-field-value): Strip props.
26933
26934         * mail-parse.el (mail-header-make-address): New alias.
26935
26936         * ietf-drums.el (ietf-drums-make-address): New function.
26937
26938         * imap.el: Add compiler directives.
26939
26940         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26941
26942         * gnus-art.el (article-decode-idna-rhs): Don't use
26943         message-idna-inside-rhs-p.
26944
26945 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26946
26947         * message.el (message-idna-inside-rhs-p): Remove.
26948         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26949
26950         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26951         false positives.
26952
26953 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26954
26955         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26956
26957 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26958
26959         * nneething.el (nneething-file-name): Don't create spurious
26960         files.
26961
26962         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26963         (gnus-inews-do-gcc): Remove sleep.
26964
26965         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26966         part under point.
26967
26968         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26969         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26970
26971 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26972
26973         * spam.el (spam-summary-prepare-exit): Fix (length).
26974
26975 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26976
26977         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26978         as expired without moving it" message when there are spam
26979         messages left.
26980
26981 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26982
26983         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26984         header is not nil.
26985
26986 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26987
26988         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26989         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26990         (nntp-marks-changed-p): New arg SERVER.
26991         (nntp-request-update-info): Adjust caller.
26992
26993 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26994
26995         * nntp.el (nntp-save-marks): Pass missing arg.
26996
26997 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26998
26999         * nntp.el: Support marks.
27000         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
27001         (nntp-marks-modtime, nntp-marks-directory): New variables.
27002         (nntp-request-set-mark, nntp-request-update-info)
27003         (nntp-possibly-create-directory, nntp-marks-changed-p)
27004         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
27005         New functions.
27006
27007 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
27008
27009         * gnus-xmas.el (gnus-xmas-select-lowest-window)
27010         (gnus-xmas-redefine): Rename.
27011
27012         * gnus-score.el (gnus-score-insert-help):
27013         Use gnus-select-lowest-window.
27014
27015         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
27016         appt-select-lowest-window and rename to gnus-select-lowest-window.
27017
27018         * gnus.el: do.
27019
27020 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27021
27022         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
27023         encodings of MIME-encoded words, in order to improve
27024         interoperability with several broken MUAs.
27025
27026 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27027
27028         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
27029         tags, only when charsets are not specified in headers.
27030         (mm-inline-text-html-render-with-w3m): Ditto.
27031
27032         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
27033         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
27034
27035 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27036
27037         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
27038         instead of MIME-decoded from fields when checking
27039         `gnus-article-address-banner-alist'.
27040
27041 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
27042
27043         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
27044         description rather than subject.
27045
27046 2004-05-02  Steve Youngs  <steve@youngs.au.com>
27047
27048         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
27049
27050 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27051
27052         * gnus.el (gnus-version-number): Bump.
27053
27054 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27055
27056         * gnus.el: No Gnus v0.2 is released.
27057
27058 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27059
27060         * gnus-agent.el (gnus-agent-read-agentview):
27061         Inline gnus-uncompress-range.
27062
27063 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27064
27065         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
27066         `exec-installed-p'.
27067
27068 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27069
27070         * gnus.el (spam-process, spam-autodetect-methods):
27071         Add bsfilter and bsfilter-headers.
27072
27073         * spam.el (spam-bsfilter): New customize group.
27074         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
27075         (spam-bsfilter-header, spam-bsfilter-probability-header)
27076         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
27077         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
27078         (spam-bsfilter-database-directory): New options.
27079         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
27080         (spam-list-of-statistical-checks, spam-registration-functions):
27081         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
27082         (spam-bsfilter-score): New command.
27083         (spam-check-bsfilter-headers, spam-check-bsfilter)
27084         (spam-bsfilter-register-with-bsfilter)
27085         (spam-bsfilter-register-spam-routine)
27086         (spam-bsfilter-unregister-spam-routine)
27087         (spam-bsfilter-register-ham-routine)
27088         (spam-bsfilter-unregister-ham-routine): New functions.
27089         (spam-generic-score): Support bsfilter; Accept an optional argument
27090         to recalcurate spam score even if scoring header has already been
27091         added.
27092         (spam-bogofilter-score, spam-spamassassin-score): Accept an
27093         optional argument to recalcurate spam score even if scoring header
27094         has already been added.
27095
27096 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
27097
27098         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
27099         strings!  Reported by David D. Smith <davidsmith@acm.org>.
27100         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
27101         link is missing.
27102
27103 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
27104
27105         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
27106         (html2text-get-attr): Rewrite.
27107
27108         * message.el (message-setup-1): Remove redundant put-text-property
27109         on mail-header-separator.
27110
27111 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
27112
27113         * gnus-registry.el (gnus-registry-cache-whitespace)
27114         (gnus-registry-action, gnus-registry-spool-action)
27115         (gnus-registry-split-fancy-with-parent): Change message levels
27116         from 5 to 3 or 7, as needed.
27117
27118         * spam.el (spam-summary-prepare-exit)
27119         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
27120         (spam-split, spam-find-spam, spam-log-undo-registration)
27121         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
27122         level from 5 to 6.
27123
27124 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27125
27126         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27127         2004-03-04 change).
27128
27129 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27130
27131         * sieve-manage.el (sieve-manage-open):
27132         * nnweb.el (nnweb-insert-html):
27133         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27134         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27135         * nnspool.el (nnspool-request-group):
27136         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27137         * nnml.el (nnml-request-update-info):
27138         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27139         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27140         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27141         (nnimap-request-set-mark):
27142         * nnfolder.el (nnfolder-request-update-info):
27143         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27144         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27145         * gnus-uu.el (gnus-uu-find-articles-matching):
27146         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27147         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27148         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27149         * gnus-nocem.el (gnus-nocem-scan-groups):
27150         * gnus-int.el (gnus-start-news-server):
27151         * gnus-group.el (gnus-group-make-kiboze-group)
27152         (gnus-group-browse-foreign-server):
27153         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27154         Use mapc when appropriate.
27155
27156 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27157             Adam Sjøgren  <asjo@koldfront.dk>
27158             Wes Hardaker  <wes@hardakers.net>
27159             Michael Shields  <shields@msrl.com>
27160
27161         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27162         may need for spam sorting and scoring.
27163         (spam-user-format-function-S): Add user format function suitable for
27164         general use.
27165         (spam-article-sort-by-spam-status): Add sorting function for summary
27166         sorting.
27167         (spam-extra-header-to-number): Add function to get a score from a
27168         header.
27169         (spam-summary-score): Add function to get a numeric score from the
27170         headers.
27171         (spam-generic-score): Fix function doc, was in wrong place.
27172         (spam-initialize): Take symbols when it's run, and install the
27173         extra headers that spam-necessary-extra-headers thinks we need.
27174
27175 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27176
27177         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27178         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27179
27180 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27181
27182         * gnus-sum.el (gnus-set-global-variables)
27183         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27184         (gnus-article-get-xrefs, gnus-summary-best-group)
27185         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27186         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27187         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27188         Use with-current-buffer.
27189
27190 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27191
27192         * spam.el (spam-summary-prepare-exit): Simplify logic.
27193         (spam-fetch-article-header): Read the article header if it's not
27194         available.
27195         (spam-list-articles): Simplify logic.
27196         (spam-filelist-register-routine): Fix bug with unregister-list.
27197
27198         * gnus-registry.el: Fix comments at beginning.
27199
27200 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27201
27202         * message.el (message-cater-to-broken-inn): Remove.
27203         (message-shorten-references): Make sure the total folded length of
27204         References is shorter than 998 characters to cater to a bug in INN
27205         2.3.  Also, don't pretend that references aren't folded -- this
27206         hasn't worked for a while.
27207
27208 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27209
27210         * gnus-agent.el (gnus-agentize):
27211         gnus-agent-send-mail-real-function no longer set to current value
27212         of message-send-mail-function but rather a lambda that calls
27213         message-send-mail-function.  The change makes the agent real-time
27214         responsive to user changes to message-send-mail-function.
27215
27216 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27217
27218         * legacy-gnus-agent.el
27219         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27220         help from Florian Weimer <fw@deneb.enyo.de>
27221
27222 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27223
27224         * nnmail.el (nnmail-cache-insert): Revert last change.
27225
27226 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27227
27228         * nnmail.el (nnmail-cache-insert): Always check whether
27229         nnmail-cache-ignore-groups matches a group name.
27230
27231 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27232
27233         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27234         (spam-find-spam, spam-log-processing-to-registry)
27235         (spam-log-registered-p, spam-log-unregistration-needed-p)
27236         (spam-log-undo-registration): Use gnus-message instead of
27237         gnus-error, none of these errors are fatal.
27238
27239         * gnus-registry.el (gnus-registry-clean-empty-function)
27240         (gnus-registry-clean-empty): Remove only empty entries without
27241         extra data.
27242
27243 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27244
27245         * spam-stat.el (spam-stat-buffer-change-to-spam)
27246         (spam-stat-buffer-change-to-non-spam): Change (error) to
27247         (gnus-message 8) invocation.
27248
27249 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27250
27251         * nntp.el (nntp-via-netcat-command): New variable.
27252         (nntp-via-netcat-switches): New variable.
27253         (nntp-open-via-rlogin-and-netcat): New function.
27254         (nntp-open-connection-function): Doc fix.
27255         (nntp-telnet-command): Doc fix.
27256         (nntp-end-of-line): Doc fix.
27257         (nntp-via-rlogin-command): Doc fix.
27258         (nntp-via-user-name): Doc fix.
27259         (nntp-via-address): Doc fix.
27260
27261 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27262
27263         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27264         error in Emacs 21.1.
27265
27266 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27267
27268         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27269
27270 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27271
27272         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27273         (gnus-agent-with-refreshed-group): New macro.
27274         (gnus-agent-rename-group): New function.
27275         (gnus-agent-delete-group): New function.
27276         (gnus-agent-save-group-info): Use gnus-command-method when
27277         `method' parameter is nil.  Don't write nil entries into the
27278         active file.
27279         (gnus-agent-get-group-info): New function.
27280         (gnus-agent-fetch-articles):
27281         Use gnus-agent-update-files-total-fetched-for to increment disk space
27282         used.
27283         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27284         Use gnus-agent-update-view-total-fetched-for to increment disk space
27285         used.
27286         (gnus-agent-get-local): Add optional parameters to avoid calling
27287         gnus-group-real-name and gnus-find-method-for-group.
27288         (gnus-agent-set-local): Delete stored entry if either min, or max,
27289         are nil.
27290         (gnus-agent-fetch-session): Reworded error/quit messages.
27291         On quit, use gnus-agent-regenerate-group to record existance of any
27292         articles fetched to disk before the quit occurred.
27293         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27294         gnus-agent-update-view-total-fetched-for, and
27295         gnus-agent-update-files-total-fetched-for to decrement disk space
27296         used.
27297         (gnus-agent-retrieve-headers):
27298         Use gnus-agent-update-view-total-fetched-for to increment disk space
27299         used.
27300         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27301         with gnus-agent-update-files-total-fetched-for to decrement disk
27302         space and fresh group buffer.
27303         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27304         (gnus-agent-need-update-total-fetched-for): New variable.
27305         (gnus-agent-update-files-total-fetched-for): New function.
27306         (gnus-agent-update-view-total-fetched-for): New function.
27307         (gnus-agent-total-fetched-for): New function.
27308
27309         * gnus-cache.el (gnus-cache-save-buffers):
27310         Use gnus-cache-update-overview-total-fetched-for to change disk space
27311         used by this group.
27312         (gnus-cache-possibly-enter-article):
27313         Use gnus-cache-update-file-total-fetched-for to increment disk space
27314         used by this group.
27315         (gnus-cache-possibly-remove-article):
27316         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27317         used by this group.
27318         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27319         (gnus-cache-rename-group): New function.
27320         (gnus-cache-delete-group): New function.
27321         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27322         (gnus-cache-need-update-total-fetched-for): New variable.
27323         (gnus-cache-with-refreshed-group): New macro.
27324         (gnus-cache-update-file-total-fetched-for): New function.
27325         (gnus-cache-update-overview-total-fetched-for): New function.
27326         (gnus-cache-rename-group-total-fetched-for): New function.
27327         (gnus-cache-delete-group-total-fetched-for): New function.
27328         (gnus-cache-total-fetched-for): New function.
27329
27330         * gnus-group.el: Require gnus-sum and autoload functions to
27331         resolve warnings when gnus-group.el compiled alone.
27332         (gnus-group-line-format): Document new %F.
27333         (size of Fetched data) group line format; identifies disk space
27334         used by agent and cache.
27335         (gnus-group-line-format-alist): Define new F format.
27336         (gnus-total-fetched-for): New function.
27337         (gnus-group-delete-group): No longer update
27338         gnus-cache-active-altered as gnus-request-delete-group now keeps
27339         the cache in sync.
27340         (gnus-group-list-active): Let the agent store a server's active
27341         list if currently plugged.
27342
27343         * gnus-int.el (gnus-request-delete-group):
27344         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27345         local disk in sync with the server.
27346         (gnus-request-rename-group):
27347         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27348         local disk in sync with the server.
27349
27350         * gnus-start.el (gnus-get-unread-articles):
27351         Cosmetic simplification to logic.
27352
27353         * gnus-util.el (gnus-rename-file): New function.
27354
27355 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27356
27357         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27358
27359 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27360
27361         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27362         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27363
27364 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27365
27366         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27367         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27368
27369 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27370
27371         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27372
27373 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27374
27375         * spam.el (spam-set-difference): Add function to replace
27376         gnus-set-difference in spam.el.
27377         (spam-summary-prepare-exit): Use spam-set-difference.
27378
27379 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27380
27381         * gnus-registry.el (gnus-registry-cache-file): Update to use
27382         gnus-dribble-directory OR gnus-home-directory OR ~.
27383         (gnus-registry-split-fancy-with-parent): Fix doc.
27384
27385 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27386
27387         * message.el (message-exchange-point-and-mark):
27388         Use message-mark-active-p.  Suggested by Jesper Harder
27389         <harder@ifa.au.dk>.
27390
27391 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27392
27393         * message.el (message-exchange-point-and-mark): Don't activate
27394         region if it was inactive.  Suggested by Hiroshi Fujishima
27395         <pooh@nature.tsukuba.ac.jp>.
27396
27397 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27398
27399         * gnus-art.el (article-display-face): Display Faces in the same
27400         order as X-Faces.
27401
27402 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27403
27404         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27405
27406 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27407
27408         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27409         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27410         (gnus-article-mime-hierarchy): Remove.
27411         (gnus-article-mime-hierarchy-next): Remove.
27412         (gnus-article-mode): Revert 2004-03-19 change.
27413         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27414         (gnus-insert-mime-button): Revert 2004-03-19 change.
27415         (gnus-mime-accumulate-hierarchy): Remove.
27416         (gnus-mime-enter-multipart): Remove.
27417         (gnus-mime-leave-multipart): Remove.
27418         (gnus-mime-display-part): Revert 2004-03-19 change.
27419         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27420
27421         * mml.el (mml-preview): Revert 2004-03-19 change.
27422
27423 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27424
27425         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27426
27427 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27428
27429         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27430         t while entering a file name using the mm-with-multibyte macro.
27431         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27432
27433         * mm-util.el (mm-with-multibyte): New macro.
27434
27435 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27436
27437         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27438         New user option.
27439         (gnus-mime-multipart-functions): Doc and customization fix.
27440         (gnus-article-mime-hierarchy): New variable.
27441         (gnus-article-mime-hierarchy-next): New variable.
27442         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27443         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27444         gnus-article-mime-hierarchy-next to nil.
27445         (gnus-insert-mime-button): Show hierarchy numbers.
27446         (gnus-mime-accumulate-hierarchy): New function.
27447         (gnus-mime-enter-multipart): New function.
27448         (gnus-mime-leave-multipart): New function.
27449         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27450         (gnus-mime-display-alternative): Show hierarchy numbers.
27451
27452         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27453         gnus-article-mime-hierarchy-next to nil.
27454
27455 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27456
27457         * dns.el: Don't require gnus-xmas.
27458
27459 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27460
27461         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27462         inline PGP.
27463         (mml-menu): Disable mml-quote-region if mark is inactive.
27464
27465 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27466
27467         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27468         when the group's active is not available.
27469
27470 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27471
27472         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27473         error.
27474
27475 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27476
27477         * imap.el (imap-store-password): New variable.
27478         (imap-interactive-login): Use it.
27479         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27480
27481 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27482
27483         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27484         window-start and hscroll to summary window.
27485
27486 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27487
27488         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27489         conversion message to newsrc-dribble when an actual conversion is
27490         performed.
27491
27492 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27493
27494         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27495
27496 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27497
27498         * mm-decode.el (mm-complicated-handles): New function reviving
27499         former definition of mm-multiple-handles.
27500
27501         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27502         (gnus-mime-delete-part): Use it.
27503
27504 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27505
27506         * gnus-agent.el (gnus-agent-read-local):
27507         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27508         avoid the implicit assumption that they will always be equal.
27509         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27510         coding-system-for-write, as the with-temp-file macro first prints
27511         to a buffer then saves the buffer.
27512
27513 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27514
27515         * gnus-art.el (gnus-article-edit-part): New function.
27516         (gnus-mime-save-part-and-strip): Use it; do query instead of
27517         signaling an error; don't use mm-multiple-handles.
27518         (gnus-mime-delete-part): Ditto.
27519
27520 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27521
27522         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27523         old file versions.
27524         (gnus-group-prepare-hook): Remove function that converted list
27525         form of gnus-agent-expire-days to group properties.
27526
27527         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27528         (gnus-request-accept-article): Re-indented.
27529
27530         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27531         converters to handle old agent file formats.  Add logic for a
27532         "backup before upgrading warning".
27533         (gnus-convert-mark-converter-prompt): Developers can mark
27534         functions as needing (default), or not needing,
27535         gnus-convert-old-newsrc's "backup before upgrading warning".
27536         (gnus-convert-converter-needs-prompt): Tests whether the user
27537         should be protected from potentially irreversable changes by the
27538         function.
27539
27540         * legacy-gnus-agent.el: New.  Provides converters that are only
27541         loaded when gnus-convert-old-newsrc needs to call them.
27542
27543 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27544
27545         * mail-source.el (mail-source-touch-pop): Doc fix.
27546
27547         * message.el (message-smtpmail-send-it): Doc fix.
27548
27549 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27550
27551         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27552
27553         * nnmail.el (nnmail-split-fancy): do.
27554
27555         * gnus-kill.el (gnus-kill, gnus-execute): do.
27556
27557 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27558
27559         * gnus-sum.el (gnus-widget-reversible-match)
27560         (gnus-widget-reversible-to-internal)
27561         (gnus-widget-reversible-to-external): New functions.
27562         (gnus-widget-reversible): New widget.
27563         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27564
27565 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27566
27567         * gnus-sum.el (gnus-thread-sort-functions)
27568         (gnus-article-sort-functions): Document `(not F)' items.
27569
27570 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27571
27572         * spam.el (spam-use-gmane-xref): Add new backend.
27573         (spam-gmane-xref-spam-group): Add variable to control the name of the
27574         Gmane spam group.
27575         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27576         (spam-regex-headers-spam, spam-regex-headers-ham)
27577         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27578         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27579         backends and checks.
27580         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27581
27582         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27583         an autodetect method.
27584
27585 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27586
27587         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27588         articles are being added to a group.
27589         (gnus-request-replace-article): Inform the agent that articles
27590         need to be uncached as the cached contents are no longer valid.
27591
27592 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27593
27594         * binhex.el: Don't autoload executable-find.
27595
27596         * canlock.el: Don't autoload mail-fetch-field.
27597
27598         * dgnushack.el: Autoload c-mode for XEmacs.
27599
27600         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27601
27602         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27603         rmail-dont-reply-to and rmail-output.
27604
27605         * gnus-score.el: Don't autoload ffap-string-at-point.
27606
27607         * gnus-setup.el: Don't autoload sc-cite-original.
27608
27609         * imap.el: Don't autoload base64-decode-string,
27610         base64-encode-string and md5.
27611
27612         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27613         and rmail-msg-restore-non-pruned-header.
27614
27615         * mm-decode.el: Don't autoload executable-find.
27616
27617         * mm-url.el: Don't autoload executable-find.
27618
27619         * mm-view.el: Don't autoload diff-mode.
27620
27621         * nndb.el: Don't autoload news-reply-mode, news-setup,
27622         cancel-timer and telnet.
27623
27624         * password.el: Don't autoload run-at-time for Emacs.
27625
27626         * sha1-el.el: Don't autoload executable-find.
27627
27628         * sieve-mode.el: Don't autoload c-mode.
27629
27630         * uudecode.el: Don't autoload executable-find.
27631
27632 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27633
27634         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27635         (gnus-agent-possibly-alter-active): Avoid null in numeric
27636         comparison.
27637         (gnus-agent-set-local): Refuse to save null in local object table.
27638         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27639         list of articles that will be marked as unread.
27640
27641 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27642
27643         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27644
27645 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27646
27647         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27648         language tags.
27649
27650 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27651
27652         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27653         Don't bind "obarray".
27654
27655         * gnus-sum.el (gnus-thread-sort-functions):
27656         Add `gnus-thread-sort-by-most-recent-number' and
27657         `gnus-thread-sort-by-most-recent-date'.
27658         Reported by Kai Grossjohann <kai@emptydomain.de>.
27659
27660 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27661
27662         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27663
27664 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27665
27666         * gnus-cus.el (gnus-agent-customize-category):
27667         Remove ignore-errors macro reference that required cl to be loaded at
27668         run-time.
27669
27670         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27671         single-interval range of the form (min . max).  Previously the
27672         range had to look like ((min . max)).  Likewise, return
27673         (min . max) rather than ((min . max)).
27674         (gnus-range-map): Use gnus-range-normalize to accept
27675         single-interval range.
27676
27677         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27678         the cache, but not the agent, now appear with their usual face.
27679
27680         * dgnushack.el (loaddir): New variable that is bound to the
27681         directory containing the dgnushack.el file.  Use loaddir, rather
27682         than srcdir, to update load-path.  Change lets dgnushack compile
27683         code in directories other than GNUS/lisp.
27684
27685 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27686
27687         * lpath.el: Don't bind w3m-safe-url-regexp.
27688
27689         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27690         w3m-safe-url-regexp variable buffer-local.
27691
27692         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27693
27694 2004-02-27  Simon Josefsson  <jas@extundo.com>
27695
27696         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27697         gnus-group-real-prefix.
27698         (gnus-summary-move-article): Use it, instead of
27699         gnus-group-real-prefix.
27700
27701 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27702
27703         * lpath.el: Bind w3m-safe-url-regexp.
27704
27705         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27706         w3m-safe-url-regexp variable buffer-local and set it as the value
27707         of mm-w3m-safe-url-regexp.
27708
27709         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27710
27711         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27712         parsing gnus-posting-styles when the message is not for replying.
27713
27714         * dgnushack.el: Autoload sgml-mode for XEmacs.
27715
27716         * nnrss.el (nnrss-opml-export):
27717         Use mm-set-buffer-file-coding-system instead of
27718         set-buffer-file-coding-system.
27719
27720 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27721
27722         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27723         of checkdoc.el).
27724         * nnrss.el: do.
27725         * gnus-mlspl.el: do.
27726         * gnus-ml.el: do.
27727         * gnus-srvr.el: do.
27728
27729         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27730
27731 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27732
27733         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27734         Corrections to custom-manual links.
27735
27736         * gnus-art.el (gnus-article): Ditto.
27737
27738         * mm-decode.el (mime-display, mime-security): Ditto.
27739
27740 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27741
27742         * flow-fill.el: Typo.
27743
27744 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27745
27746         * spam-wash.el: New file.
27747
27748 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27749
27750         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27751
27752 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27753
27754         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27755         to be run with new-articles as LIST1, not LIST2.
27756         (spam-registration-functions): Add spam-use-ham-copy as a nil
27757         registration backend.
27758
27759 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27760
27761         * spam-stat.el (spam-stat-washing-hook): New option.
27762         (spam-stat-buffer-words): Use it.
27763         (spam-stat-process-directory, spam-stat-test-directory):
27764         Use insert-file-contents-literally.
27765         (spam-stat-coding-system): New variable.
27766         (spam-stat-load, spam-stat-save): Use it.
27767
27768 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27769
27770         * spam-report.el (spam-report-plug-agent):
27771         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27772
27773 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27774
27775         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27776         Allow / in mailto URLs.
27777
27778 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27779
27780         * spam-report.el (spam-report-process-queue): Fix interactive use.
27781         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27782         (spam-report-unplug-agent): Doc fixes.
27783         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27784         (spam-report-agentize, spam-report-deagentize): Autoload.
27785
27786 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27787
27788         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27789
27790         * message.el (message-setup-fill-variables): Add mml tags to
27791         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27792         <ajk@iu.edu>.
27793         (message-mode): Don't modify paragraph-separate there.
27794
27795 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27796
27797         * compface.el (uncompface-use-external): Default to undecided.
27798         (uncompface-use-external-threshold): New variable.
27799         (uncompface-float-time): New macro.
27800         (uncompface): Determine whether to use the external decoder if
27801         uncompface-use-external is undecided.
27802
27803 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27804
27805         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27806         after images.
27807
27808         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27809
27810 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27811
27812         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27813
27814         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27815
27816         * gnus-sum.el (gnus-summary-limit-to-age)
27817         (gnus-summary-limit-children): do.
27818
27819         * gnus-int.el (gnus-request-scan): do.
27820
27821         * gnus-group.el (gnus-group-suspend): do.
27822
27823         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27824
27825         * gnus-cite.el (gnus-cite-parse-attributions): do.
27826
27827         * gnus-agent.el (gnus-summary-set-agent-mark)
27828         (gnus-agent-regenerate-group): do.
27829
27830         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27831
27832         * binhex.el (binhex-decode-region-internal): do.
27833
27834 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27835
27836         * gnus-fun.el (gnus-face-properties-alist): New user option.
27837         (gnus-display-x-face-in-from): Use it.
27838
27839         * gnus-art.el (article-display-face): Ditto.
27840
27841         * compface.el (uncompface-use-external): Default to nil.
27842
27843 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27844
27845         * nntp.el (nntp-erase-buffer): New function.
27846         (nntp-retrieve-data, nntp-send-command)
27847         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27848         (nntp-possibly-change-group): Use it.
27849
27850         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27851         Use with-current-buffer.
27852
27853 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27854
27855         * compface.el: Merge the ELisp-based uncompface program.
27856         (compface): New customization group.
27857         (uncompface-use-external): New user option.
27858         (uncompface): Call uncompface-internal if uncompface-use-external
27859         is nil.
27860         (uncompface-internal): New function.  Note that there are also
27861         some other functions and variables added for this function.
27862
27863 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27864
27865         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27866         if necessary.
27867
27868 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27869
27870         * spam-report.el (spam-report-unplug-agent)
27871         (spam-report-plug-agent, spam-report-deagentize)
27872         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27873         Add support for the Agent in spam-report: when unplugged, report to a
27874         file; when plugged, submit all the requests.
27875
27876         * spam.el (spam-register-routine): Fix message about
27877         registration.
27878
27879 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27880
27881         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27882         dependencies.
27883         (rfc2047-encode): Use it.
27884
27885         * gnus-art.el (gnus-button-marker-list): Move before first
27886         reference.
27887
27888         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27889         (imap-parse-body): Fix format string mismatch.
27890
27891         * gnus-score.el (gnus-summary-increase-score): do.
27892
27893         * nnrss.el (nnrss-close): New function.
27894
27895 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27896
27897         * nnrss.el (nnrss-make-filename): New function.
27898         (nnrss-request-delete-group, nnrss-read-server-data)
27899         (nnrss-save-server-data, nnrss-read-group-data)
27900         (nnrss-save-group-data): Use it.
27901         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27902         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27903         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27904
27905 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27906
27907         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27908
27909 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27910
27911         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27912         files.
27913
27914         * message.el (message-generate-headers-first): Don't quote nil
27915         and t in docstrings.
27916
27917         * imap.el (imap-id): do.
27918
27919         * gnus-agent.el (gnus-agent-consider-all-articles)
27920         (gnus-agent-queue-mail): do.
27921
27922 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27923
27924         * spam-report.el (spam-report-process-queue): New function.
27925         Process requests from `spam-report-requests-file'.
27926         (spam-report-process-queue): Doc fix.
27927
27928 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27929
27930         * spam.el (spam-register-routine)
27931         (spam-log-processing-to-registry, spam-log-registered-p)
27932         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27933         Change "check" to "spam-check" for semi-clarity.
27934
27935 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27936
27937         * pop3.el: Require nnheader.
27938
27939         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27940
27941         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27942
27943         * gnus-picon.el: Require cl.
27944
27945         * gnus-fun.el: Require gnus-ems and gnus-util.
27946
27947         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27948
27949         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27950
27951         * gnus-art.el (gnus-article-edit-mode): Define before first
27952         reference.
27953
27954 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27955
27956         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27957         (gnus-uu-post-encoded): Use point-at-bol.
27958
27959         * gnus-topic.el (gnus-group-active-topic-p): do.
27960
27961         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27962
27963         * gnus-group.el (gnus-group-kill-region): do.
27964
27965         * gnus-art.el (article-date-ut): do.
27966
27967         * message.el (message-fetch-field): Remove redundant
27968         case-fold-search binding.
27969         (message-narrow-to-field): Simplify.
27970
27971 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27972
27973         * spam.el (spam-directory): Derive from `gnus-directory'.
27974
27975         * spam-report.el (spam-report-url-to-file)
27976         (spam-report-requests-file): New function and variable for offline
27977         reporting.
27978         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27979         and user defined function.
27980         (spam-report-url-ping-mm-url): Remove doubled slash.
27981
27982 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27983
27984         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27985
27986 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27987
27988         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27989         Fix format string mismatch.
27990
27991         * sieve.el (sieve-deactivate-all): do.
27992
27993         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27994
27995         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27996
27997         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27998
27999         * mm-bodies.el (mm-7bit-chars): Don't include \r.
28000
28001 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
28002
28003         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
28004         the list of checks.
28005
28006 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
28007
28008         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
28009         padding.
28010
28011 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
28012
28013         * mm-view.el (mm-fill-flowed): New variable.
28014         (mm-inline-text): Use it.
28015
28016 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
28017
28018         * spam.el (spam-spamassassin-register-ham-routine)
28019         (spam-spamassassin-register-spam-routine): Fix function names.
28020
28021 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
28022
28023         * gnus.el (gnus-tmp-grouplens): Remove.
28024         (gnus-summary-line-format): Remove grouplens.
28025
28026         * gnus-group.el (gnus-group-line-format): Ditto.
28027
28028         * gnus-spec.el (gnus-format-specs): Ditto.
28029         (gnus-update-format-specifications): Flush the group format spec
28030         cache if there's the grouplens stuff.
28031         (gnus-parse-simple-format): Replace %l with the empty string.
28032
28033 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
28034
28035         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
28036         omission.
28037
28038 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
28039
28040         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
28041         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
28042
28043 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
28044
28045         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
28046         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
28047         New macros and functions.
28048         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
28049         Handle > NLINK_MAX messages.
28050         * nnmaildir.el (nnmaildir-request-set-mark):
28051         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
28052
28053 2004-01-25  Alex Schroeder  <alex@gnu.org>
28054
28055         * spam-stat.el (spam-stat-process-directory-age): New option.
28056         (spam-stat-process-directory): Use it.
28057
28058 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
28059
28060         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
28061         (spam-stat-save): Accept prefix argument.
28062
28063 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
28064
28065         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
28066         links" error.
28067
28068 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
28069
28070         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
28071         the rest of the and/or forms.
28072
28073 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28074
28075         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
28076         compatibility with old .newsrc.eld files.
28077
28078         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
28079
28080         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
28081
28082         * gnus-start.el (gnus-1): do.
28083
28084         * gnus-group.el (gnus-group-line-format-alist): do.
28085
28086         * gnus.el (gnus-use-grouplens, gnus-visual): do.
28087
28088         * gnus-gl.el: Remove.
28089
28090 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28091
28092         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
28093         marks consisting of a single range {for example, (3 . 5)} rather
28094         than a list of a single range { ((3 . 5)) }.
28095
28096 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28097
28098         * spam-stat.el (spam-stat-store-gnus-article-buffer):
28099         Use with-current-buffer.
28100         (spam-stat-store-current-buffer): Use insert-buffer-substring to
28101         avoid consing a string.
28102
28103         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
28104         Remove obsolete entries for big5 and gb2312.
28105
28106 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28107
28108         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
28109         uncompressed list.
28110
28111 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
28112
28113         * spam-stat.el (spam-stat-strip-xref): New function.
28114         (spam-stat-process-directory): Use it.
28115
28116         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
28117         here -- it's done in message-fetch-field.
28118
28119 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28120
28121         * gnus-agent.el (gnus-agent-queue-mail)
28122         (gnus-agent-prompt-send-queue): New variables.
28123         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
28124         * gnus-draft.el (gnus-group-send-queue): Pass the group name
28125         "nndraft:queue" along to gnus-draft-send.
28126         Use gnus-agent-prompt-send-queue.
28127         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28128         is "nndraft:queue".  Suggested by Gaute Strokkenes
28129         <gs234@srcf.ucam.org>
28130
28131         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28132         (agent-enable-undownloaded-faces): Add.
28133         (gnus-agent-cat-groups): Use eval-and-compile, not
28134         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28135         method of gnus-agent-cat-groups even when the buffer has been
28136         evaled.
28137         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28138         delete gnus-agent-save-active-1.
28139         (gnus-agent-save-groups): Delete.  Identical to
28140         gnus-agent-save-active.
28141         (gnus-agent-write-active): No longer adjust agent's copy of active
28142         file as agent's adjustments are now stored in their own
28143         file.  Remove optional parameter.
28144         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28145         servers.  Add use of min/max range limits from server's local
28146         file.
28147         (gnus-agent-save-alist): Remove unused optional argument.
28148         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28149         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28150         (gnus-agent-set-local): A per-server file that keeps min/max range
28151         limits for articles known to the agent.  Provides a fast mechanism
28152         for altering many active ranges.
28153         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28154         active file (local makes it unnecessary).
28155         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28156
28157         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28158         (agent-enable-undownloaded-faces): Add.
28159
28160         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28161         disable it when sending to "nndraft:queue".
28162         (gnus-group-send-queue): Add safety check to avoid sending queue
28163         when unplugged.
28164
28165         * gnus-group.el (gnus-group-catchup): Use new
28166         gnus-sequence-of-unread-articles, not
28167         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28168         numbers of articles.  Use gnus-range-map to avoid having to
28169         uncompress the unread list.
28170         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28171         Fix invalid ange-ftp reference.
28172
28173         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28174         (gnus-sorted-range-intersection): Intersection of two ranges
28175         without requiring that they first be uncompressed.
28176
28177         * gnus-start.el (gnus-activate-group): Unless blocked by the
28178         caller, possibly expand the active range to include both cached
28179         and agentized articles.
28180         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28181         multiple version-dependent converters.
28182         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28183         gnus-agent-save-active.
28184         (gnus-save-newsrc-file): Save dirty agent range limits.
28185
28186         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28187         gnus-agent-possibly-alter-active.
28188         (gnus-adjust-marked-articles): Faster handling of simple lists.
28189
28190 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28191
28192         * spam-stat.el (spam-stat-test-directory): New optional argument
28193         displays a list of files detected.  Suggested by Andrew Cohen
28194         <cohen@andy.bu.edu>.
28195         (spam-stat-buffer-words-with-scores): Don't narrow and change
28196         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28197
28198 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28199
28200         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28201         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28202         (spam-spamassassin-arguments)
28203         (spam-spamassassin-spam-flag-header)
28204         (spam-spamassassin-positive-spam-flag-header)
28205         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28206         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28207         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28208         (spam-list-of-processors, spam-list-of-checks)
28209         (spam-list-of-statistical-checks, spam-registration-functions)
28210         (spam-check-spamassassin-headers, spam-check-spamassassin)
28211         (spam-spamassassin-score)
28212         (spam-spamassassin-register-with-sa-learn)
28213         (spam-spamassassin-register-spam-routine)
28214         (spam-spamassassin-register-ham-routine)
28215         (spam-assassin-register-spam-routine)
28216         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28217         (spam-bogofilter-score): Fix to show article before scoring.
28218
28219 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28220
28221         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28222         default scoring function.
28223         (spam-generic-score): Call spam-spamassassin-score if
28224         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28225         spam-bogofilter-score otherwise.
28226
28227         * gnus.el (spam-process, spam-autodetect-methods):
28228         Add spamassassin and spamassassin-headers.
28229
28230 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28231
28232         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28233         Suppress unnecessary messages.
28234
28235 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28236
28237         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28238         make-hash-table.
28239
28240 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28241
28242         * canlock.el (base64-encode-string): Don't autoload it.
28243
28244 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28245
28246         * run-at-time.el: Remove useless (require 'itimer),
28247         eval-and-compile and (featurep 'xemacs).
28248
28249 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28250
28251         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28252         GROUP is a virtual group.
28253
28254 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28255
28256         * gnus.el: Autoload `message-y-or-n-p'.
28257
28258 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28259
28260         * pgg-parse.el: Remove unnecessary (require 'custom).
28261
28262         * pgg-def.el: do.
28263
28264         * nnmail.el: do.
28265
28266         * gnus-undo.el: do.
28267
28268         * gnus-picon.el: do.
28269
28270         * gnus-util.el: do.
28271
28272 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28273
28274         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28275
28276 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28277
28278         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28279         handle, as well as a list.
28280
28281         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28282         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28283         (mm-w3m-cid-retrieve): Simplify.
28284
28285 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28286
28287         * message.el (message-kill-to-signature): Allow prefix arg to
28288         specify number of lines to keep before signature.
28289
28290 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28291
28292         * message.el (message-kill-to-signature): Change docstring.
28293
28294 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28295
28296         * canlock.el: Always require sha1-el.
28297         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28298
28299         * message.el: Autoload sha1 only when compiling.
28300
28301         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28302         eudc-expand-inline for XEmacs.
28303
28304 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28305
28306         * message.el (message-canlock-generate): Require sha1-el.
28307
28308 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28309
28310         * message.el (message-expand-name): Silence the byte compiler.
28311
28312         * lpath.el: Add detect-coding-system.
28313
28314         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28315         cus-edit.
28316
28317 2004-01-13  Simon Josefsson  <jas@extundo.com>
28318
28319         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28320         Invoke gnus-score-mode.
28321         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28322
28323         * gnus-range.el (gnus-compress-sequence): Doc fix.
28324         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28325
28326 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28327
28328         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28329
28330 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28331
28332         * spam.el (spam-get-article-as-string): Update to use
28333         gnus-request-article-this-buffer, much simpler.
28334         (spam-get-article-as-buffer): Remove.
28335
28336 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28337
28338         * message.el (message-expand-name): Use EUDC if the user uses that.
28339
28340 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28341
28342         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28343         character for the encoding to avoid consing a string.
28344
28345         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28346         unnecessarily.
28347
28348         * mm-util.el (mm-replace-chars-in-string): Remove.
28349
28350         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28351         of mm-replace-chars-in-string.
28352
28353 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28354
28355         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28356
28357         * mm-util.el (mm-subst-char-in-string): Support inplace.
28358
28359         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28360         a new string in every iteration.  Use shy groups.
28361
28362 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28363
28364         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28365         * gnus-soup.el (gnus-soup-group-brew):
28366         * gnus-msg.el (gnus-put-message):
28367         * gnus-move.el (gnus-group-move-group-to-server):
28368         * gnus-kill.el (gnus-batch-score):
28369         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28370         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28371         (gnus-group-update-group, gnus-group-read-group)
28372         (gnus-group-make-group, gnus-group-make-help-group)
28373         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28374         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28375         (gnus-group-sort-by-unread, gnus-group-catchup)
28376         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28377         (gnus-group-yank-group, gnus-group-set-info)
28378         (gnus-group-list-groups):
28379         * gnus.el (gnus-generate-new-group-name):
28380         * gnus-delay.el (gnus-delay-send-queue):
28381         * nnvirtual.el (nnvirtual-catchup-group):
28382         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28383         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28384         (gnus-group-prepare-topics, gnus-topic-check-topology):
28385         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28386         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28387         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28388         (gnus-group-make-articles-read):
28389         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28390         (gnus-group-change-level, gnus-kill-newsgroup)
28391         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28392         (gnus-get-unread-articles, gnus-make-articles-unread)
28393         (gnus-make-ascending-articles-unread): Use accessor
28394         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28395         to get group information for improved readability.
28396
28397
28398 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28399
28400         * gnus-art.el (article-decode-mime-words, article-babel)
28401         (gnus-article-highlight-signature, gnus-article-add-buttons)
28402         (gnus-signature-toggle): Use gnus-with-article-buffer.
28403
28404         * gnus-art.el (gnus-article-highlight-headers)
28405         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28406
28407         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28408         (gnus-article-set-globals, gnus-request-article-this-buffer)
28409         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28410         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28411         (gnus-mime-display-alternative): Use with-current-buffer.
28412
28413 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28414
28415         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28416         also under 80 char limit, and call gnus-error if needed.
28417         (spam-fetch-article-header): Fix - it was a
28418         buffer-local variable (gnus-newsgroup-data).
28419         (spam-find-spam): Use spam-generate-fake-headers, forget about
28420         spam-insert-fake-headers.
28421         (spam-insert-fake-headers): Remove.
28422
28423 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28424
28425         * deuglify.el (gnus-article-outlook-unwrap-lines)
28426         (gnus-outlook-rearrange-article)
28427         (gnus-outlook-repair-attribution-outlook)
28428         (gnus-outlook-repair-attribution-block)
28429         (gnus-outlook-repair-attribution-other): Remove redundant
28430         save-excursion.
28431
28432 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28433
28434         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28435         (spam-fetch-field-subject-fast)
28436         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28437         (spam-fetch-article-header): Add functions to deal with Gnus
28438         internals for fast retrieval of article header data.
28439         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28440
28441 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28442
28443         * pop3.el (pop3-md5): Remove.
28444         (pop3-apop): Replace pop3-md5 with md5.
28445
28446         * mm-bodies.el: base64 is always built-in.
28447
28448         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28449         Use with-current-buffer.
28450
28451 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28452
28453         * canlock.el (canlock-insert-header): Remove excessive grouping in
28454         regexp.
28455
28456         * gnus-sum.el (gnus-summary-read-document): Ditto.
28457
28458         * gnus-uu.el (gnus-uu-part-number): Ditto.
28459
28460         * html2text.el (html2text-remove-tags): Ditto.
28461         (html2text-format-tags): Ditto.
28462         (html2text-format-single-elements): Ditto.
28463
28464         * mml.el (mml-parse-1): Ditto.
28465
28466 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28467
28468         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28469
28470         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28471
28472         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28473
28474         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28475
28476 2003-11-15  Simon Josefsson  <jas@extundo.com>
28477
28478         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28479         (pgg-gpg-lookup-key): Use regexp match instead of
28480         split-string (split-string is different between emacs 21.2 and
28481         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28482
28483 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28484
28485         * gnus-art.el (gnus-mime-view-all-parts)
28486         (gnus-article-part-wrapper, gnus-article-view-part):
28487         Use with-current-buffer.
28488
28489 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28490
28491         * spam.el (spam-disable-spam-split-during-ham-respool)
28492         (spam-spamoracle-database, spam-cache-lookups)
28493         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28494         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28495         (spam-group-ham-marks, spam-group-spam-marks)
28496         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28497         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28498         also add spam-use-blackholes to the statistical checks.
28499         (spam-fetch-field-fast): Add interface to fetching fields, may
28500         become a macro.
28501         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28502         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28503         (spam-insert-fake-headers): Fake an article when needed.
28504         (spam-find-spam): Fake article when possible.
28505         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28506         (spam-check-bogofilter-headers): Use message-fetch-field instead
28507         of nnmail-fetch-field.
28508
28509 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28510
28511         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28512
28513 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28514
28515         * spam.el (spam-split): Do not require spam-use-CHECK to be
28516         enabled if that check is passed to spam-split explicitly; also
28517         fix so 'spam doesn't get converted to spam-split-group when
28518         spam-split-symbolic-return is t.
28519         (spam-find-spam): Find registrations of the article and use those
28520         instead of re-running spam-split to find the spam/ham
28521         classification of the article.
28522         (spam-log-processing-to-registry, spam-log-registered-p)
28523         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28524         Use gnus-error instead of gnus-message.
28525         (spam-log-registration-type): Add function to determine the
28526         classification of a message based on registry entries; will
28527         return nil if both 'spam and 'ham are found.
28528         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28529         a reasonably fast local cache without the loading errors.
28530         (spam-cache-lookups): Set to t by default.
28531         (spam-find-spam): Don't try to guess spam-cache-lookups.
28532         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28533         spam-caches entry.
28534         (spam-filelist-build-cache, spam-filelist-check-cache):
28535         Fix caching of whitelist/blacklist entries.
28536         (spam-check-whitelist, spam-check-blacklist):
28537         Invoke spam-from-listed-p with a type, not a cache variable.
28538         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28539
28540 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28541
28542         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28543
28544         * nnmail.el (nnmail-split-fancy): do.
28545
28546         * mml.el (mml-parse): do.
28547
28548         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28549         (gnus-score-adaptive): do.
28550
28551 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28552
28553         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28554         (gnus-mime-button-map): Don't set keymap parent.
28555         (gnus-button-ctan-directory-regexp): Use shy grouping.
28556         (gnus-prev-page-map): Don't set keymap parent.
28557         (gnus-prev-page-map): Remove duplicated one.
28558         (gnus-next-page-map): Don't set keymap parent.
28559         (gnus-mime-security-button-map): Ditto.
28560
28561         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28562         version number.
28563
28564         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28565
28566 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28567
28568         * canlock.el (canlock-sha1-function): Remove.
28569         (canlock-sha1-function-for-verify): Remove.
28570         (canlock-openssl-program): Remove.
28571         (canlock-openssl-args): Remove.
28572         (canlock-ignore-errors): Remove.
28573         (canlock-sha1-with-openssl): Remove.
28574         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28575         (canlock-verify): Don't use canlock-ignore-errors.
28576
28577         * sha1-el.el (sha1-string-external): Make it can return a string
28578         in binary form.
28579         (sha1-region-external): Ditto.
28580         (sha1-string-internal): Ditto.
28581         (sha1-region-internal): Ditto.
28582         (sha1-region): Ditto.
28583         (sha1-string): Ditto.
28584         (sha1): Ditto.
28585
28586 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28587
28588         * spam.el (spam-report-articles-gmane): New command.
28589
28590 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28591
28592         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28593
28594         * run-at-time.el (run-at-time-saved): Remove.
28595         (run-at-time): Doc fix.
28596
28597 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28598
28599         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28600         (gnus-summary-limit-map): Add it.
28601         (gnus-summary-make-menu-bar): do.
28602
28603 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28604
28605         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28606         Make attempt at some caching support (done for BBDB only now).
28607         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28608         addresses to be checked.
28609         (spam-clear-cache-BBDB): Add function, to be invoked by
28610         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28611         (spam-check-BBDB): Check and use the caches, if
28612         spam-cache-lookups is on, remove superfluous (provide).
28613
28614 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28615
28616         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28617
28618 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28619
28620         * run-at-time.el (run-at-time-saved): Move to after the definition
28621         of `run-at-time'.
28622
28623         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28624
28625 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28626
28627         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28628         mm-w3m-local-map-property.
28629
28630         * mm-view.el (mm-w3m-mode-map): Remove.
28631         (mm-w3m-local-map-property): Remove.
28632         (mm-inline-text-html-render-with-w3m): Don't use
28633         mm-w3m-local-map-property.
28634
28635 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28636
28637         * run-at-time.el: New file.
28638
28639         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28640         under Emacs.
28641
28642         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28643         of gnus-set-text-properties.
28644
28645         * gnus-uu.el (gnus-uu-save-article): Ditto.
28646
28647         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28648
28649         * gnus-cite.el (gnus-cite-parse): Ditto.
28650
28651         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28652         of gnus-.
28653
28654         * gnus-xmas.el (run-at-time): Require run-at-time.
28655
28656         * gnus.el: Change calls to nnheader-run-at-time and
28657         password-run-at-time throughout to use run-at-time directly.
28658
28659         * password.el: Remove definition of run-at-time.
28660
28661         * nnheaderxm.el: Remove definition of run-at-time.
28662
28663 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28664
28665         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28666         in prompt.
28667
28668 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28669
28670         * messagexmas.el (message-xmas-redefine): Alias
28671         `message-make-caesar-translation-table' to
28672         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28673         version.
28674
28675         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28676         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28677         `gnus-xmas-set-text-properties'.
28678         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28679         `gnus-xmas-completing-read'.
28680         (gnus-xmas-completing-read): Removed.
28681         (gnus-xmas-open-network-stream): Removed.
28682
28683         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28684         XEmacs version.
28685
28686         * dns.el (dns-make-network-process): Use `open-network-stream'
28687         instead of `gnus-xmas-open-network-stream'.
28688
28689         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28690
28691         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28692
28693 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28694
28695         * gnus-art.el (gnus-mime-display-alternative)
28696         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28697         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28698         Don't use gnus-local-map-property.
28699
28700         * gnus-util.el (gnus-local-map-property): Remove.
28701
28702         * mm-view.el (mm-view-pkcs7-decrypt):
28703         Replace gnus-completing-read-maybe-default with completing-read.
28704
28705         * gnus-util.el (gnus-completing-read): do.
28706         (gnus-completing-read-maybe-default): Remove.
28707
28708 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28709
28710         * password.el: Only autoload `run-at-time' if not XEmacs.
28711         Only autoload the itimer functions if XEmacs.
28712
28713 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28714
28715         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28716         XEmacsen.
28717
28718         * dgnushack.el: Autoload executable-find for XEmacs.
28719
28720 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28721
28722         * gnus-art.el (gnus-read-string): Remove.
28723         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28724         read-string.
28725
28726 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28727
28728         * netrc.el: Autoload password-read.
28729         (netrc): Add configuration group.
28730         (netrc-encoding-method, netrc-openssl-path):
28731         Add variables for encoding and decoding of files with symmetric
28732         ciphers.
28733         (netrc-encode): Add assistant function to encode a file with
28734         netrc-encoding-method.
28735         (netrc-parse): Add interactive parameter, added optional
28736         decoding if netrc-encoding-method is non-nil but otherwise
28737         behavior is standard.
28738         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28739         Do s/encode/encrypt/ everywhere.
28740
28741         * spam.el: Remove executable-find autoload.
28742
28743 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28744
28745         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28746
28747         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28748
28749 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28750
28751         * gnus-art.el (gnus-treat-ansi-sequences)
28752         (article-treat-ansi-sequences): New variable and function.
28753         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28754
28755         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28756         Use it.
28757
28758 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28759
28760         * mm-util.el (mm-quote-arg): Remove.
28761
28762         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28763         shell-quote-argument.
28764
28765         * gnus-uu.el (gnus-uu-command): do.
28766
28767         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28768
28769         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28770         with make-char.
28771
28772         * mm-util.el (mm-make-char): Remove.
28773
28774         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28775         add-minor-mode.
28776
28777         * gnus-undo.el (gnus-undo-mode): do.
28778
28779         * gnus-topic.el (gnus-topic-mode): do.
28780
28781         * gnus-sum.el (gnus-dead-summary-mode): do.
28782
28783         * gnus-start.el (gnus-slave-mode): do.
28784
28785         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28786
28787         * gnus-ml.el (gnus-mailing-list-mode): do.
28788
28789         * gnus-gl.el (gnus-grouplens-mode): do.
28790
28791         * gnus-draft.el (gnus-draft-mode): do.
28792
28793         * gnus-dired.el (gnus-dired-mode): do.
28794
28795         * gnus-ems.el (gnus-add-minor-mode): Remove.
28796
28797         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28798         Replace gnus-char-width with char-width.
28799
28800         * gnus-ems.el (gnus-char-width): Remove.
28801
28802         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28803         Replace gnus-char-width with char-width.
28804
28805         * gnus-ems.el (gnus-char-width): Remove.
28806
28807         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28808         definition.
28809         Remove Emacs 20 hash table compatibility code.
28810
28811         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28812         20 compatibility code.
28813
28814         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28815
28816         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28817
28818         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28819         Replace with point-at-{eol,bol}.
28820
28821         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28822
28823         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28824
28825         * flow-fill.el (fill-flowed-point-at-bol)
28826         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28827
28828         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28829         Replace with point-at-{eol,bol} throughout all files.
28830
28831 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28832
28833         * ntlm.el (ntlm-string-as-unibyte): New macro.
28834         (ntlm-build-auth-response): Use it.
28835
28836         Remove Emacs 20 stuff:
28837         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28838         (butlast, mapc, remove): Remove the compiler macros.
28839         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28840         of delq and copy-sequence.
28841         * gnus-art.el (popup-menu): Remove the compiler macro.
28842         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28843         Emacs 20.
28844
28845 2004-01-05  Simon Josefsson  <jas@extundo.com>
28846
28847         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28848         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28849         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28850         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28851         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28852         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28853         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28854         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28855         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28856         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28857         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28858         string-xor into ntlm-string-xor.
28859         Suggested by Jesper Harder <harder@myrealbox.com>.
28860
28861         * ntlm.el: Don't include poem.
28862
28863         * md4.el (print-int32, print-string-hexa): Remove.
28864         Suggested by Jesper Harder <harder@myrealbox.com>.
28865
28866         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28867
28868         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28869         probably breaks emacs with DL patch, but do we care? Is anyone
28870         still using the DL stuff?)
28871
28872         * sieve-manage.el: Use the password package.
28873         (sieve-manage-read-passwd): Remove.
28874         (sieve-manage-interactive-login): Use password.  Re-add
28875         condition-case around loop.
28876
28877         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28878         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28879         Use the password package.
28880
28881 2003-02-19  Simon Josefsson  <jas@extundo.com>
28882
28883         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28884         token.
28885
28886 2002-08-07  Simon Josefsson  <jas@extundo.com>
28887
28888         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28889         (sieve-manage-authenticators)
28890         (sieve-manage-authenticator-alist): Add some SASL mechs.
28891         (sieve-sasl-auth): New function.
28892         (sieve-manage-cram-md5-auth)
28893         (sieve-manage-plain-auth): Rewrite using SASL library.
28894         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28895         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28896         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28897         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28898
28899 2004-01-05  Simon Josefsson  <jas@extundo.com>
28900
28901         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28902         New files.
28903
28904 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28905
28906         * gnus-group.el (gnus-no-groups-message): Update.
28907
28908         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28909
28910 2003-11-09  Simon Josefsson  <jas@extundo.com>
28911
28912         * imap.el: Support for ID IMAP extension (RFC 2971).
28913         (imap-local-variables): Add imap-id.
28914         (imap-id): New variable.
28915         (imap-id): New function.
28916         (imap-parse-response): Parse untagged ID response.
28917         * nnimap.el (nnimap-id): New variable.
28918         (nnimap-open-connection): Use it.
28919
28920 2003-12-28  Simon Josefsson  <jas@extundo.com>
28921
28922         * gnus-score.el (gnus-score-edit-all-score): New.
28923         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28924
28925 2004-01-04  Simon Josefsson  <jas@extundo.com>
28926
28927         * password.el: Add.
28928
28929 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28930
28931         * dns.el (dns-query-types): Fix typo.
28932         (dns-query-types): New function.
28933         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28934         PTR and SOA replies, see RFC 1035.
28935
28936 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28937
28938         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28939
28940         * Move to Changelog.2.
28941
28942 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28943
28944         * gnus.el (gnus-version-number): Bump version.
28945
28946 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28947
28948         * gnus.el: No Gnus v0.1 is released.
28949
28950 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28951
28952         * gnus.el: No Gnus v0.0 is released.
28953
28954 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28955
28956         * gnus.el (gnus-version-number): Bump.
28957         (gnus-version): No.
28958
28959 See ChangeLog.2 for earlier changes.
28960
28961   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28962
28963   This file is part of GNU Emacs.
28964
28965   GNU Emacs is free software: you can redistribute it and/or modify
28966   it under the terms of the GNU General Public License as published by
28967   the Free Software Foundation, either version 3 of the License, or
28968   (at your option) any later version.
28969
28970   GNU Emacs is distributed in the hope that it will be useful,
28971   but WITHOUT ANY WARRANTY; without even the implied warranty of
28972   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28973   GNU General Public License for more details.
28974
28975   You should have received a copy of the GNU General Public License
28976   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28977
28978 ;; Local Variables:
28979 ;; coding: utf-8
28980 ;; fill-column: 79
28981 ;; add-log-time-zone-rule: t
28982 ;; End: