dgnushack.el (byte-optimize-apply): Make the use-mapcan advice work
[gnus.git] / lisp / ChangeLog
blob4e1430e108454033c5c9c6960e8002d2f624c77b
1 2015-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * dgnushack.el (byte-optimize-apply): Make the use-mapcan advice work
4         for (function nconc) as well as (quote nconc).
6 2015-12-04  Daiki Ueno  <ueno@gnu.org>
8         * qp.el (quoted-printable-encode-region): Bind `case-fold-search' to
9         nil when looking for "^From ".  Problem reported by Simon Josefsson.
11 2015-12-04  Artur Malabarba  <bruce.connor.am@gmail.com>
13         * sasl-scram-rfc.el: Add a "Package:" header.
15 2015-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17         * nnml.el (nnml-retrieve-groups): Remove.  See:
18         <http://thread.gmane.org/gmane.emacs.gnus.general/86308> and
19         <http://thread.gmane.org/gmane.emacs.gnus.general/86321>
21 2015-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23         Fix docstring quoting problems with ‘ '’
25         Problem reported by Artur Malabarba in:
26         http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg01513.html
27         Most of these fixes are to documentation; many involve fixing
28         longstanding quoting glitches that are independent of the
29         recent substitute-command-keys changes.  The changes to code are:
30         * gnus-mlspl.el (gnus-group-split-fancy):
31         * hashcash.el (hashcash-extra-generate-parameters):
32         * message.el (message-qmail-inject-args, message-cite-reply-position):
33         * mm-decode.el (mm-inline-large-images):
34         * mm-util.el (mm-xemacs-find-mime-charset-1):
36 2015-11-11  Eli Zaretskii  <eliz@gnu.org>
38         * mm-url.el (mm-url-form-encode-xwfu): Allow argument CHUNK to be nil.
39         (Bug#21881)
41 2015-11-08  Michael Sperber  <mike@xemacs.org>
43         * gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
44         `gnus-summary-delete-article` in a way that also works on XEmacs.
46 2015-11-01  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
48         * ntlm.el: Change version to 2.0.0.
50 2015-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
52         Silence lexical-binding warnings
54         * auth-source.el (auth-source-netrc-use-gpg-tokens):
55         Simplify (symbol-value 'VAR) to just VAR.
56         (auth-source-backend-parse): Use make-instance.
57         (auth-source-search): Remove unused key args.
58         Remove unused vars `accessor-key' and `backend'.  Avoid `eval'.
59         (auth-source-search-backends): Use slot names rather than their initarg.
60         (auth-source-netrc-create):
61         (auth-source-delete):
62         (auth-source-secrets-create, auth-source-plstore-search)
63         (auth-source-macos-keychain-create, auth-source-macos-keychain-search)
64         (auth-source-plstore-create, auth-source-netrc-search)
65         (auth-source-netrc-parse): Remove unused key args.
66         (auth-source-forget+): Simplify the arglist.
67         (auth-source-macos-keychain-search-items)
68         (auth-source-token-passphrase-callback-function): Mark unused args.
69         (auth-source-epa-extract-gpg-token): Remove unused var `plain'.
70         (pp-escape-newlines): Declare.
71         (auto-source--symbol-keyword): New function.
72         (auth-source-plstore-create, auth-source-netrc-create)
73         (auth-source-netrc-normalize): Use it.
74         (auth-source-netrc-search): Don't pass :delete to
75         auth-source-netrc-parse since it doesn't use it.
76         (auth-source-plstore-create, auth-source-netrc-create): Use plist-get
77         symbol-value to index in keyword args.
78         (auth-source-macos-keychain-result-append): Avoid setq.
79         (auth-source-netrc-create): Remove unused vars `file' and `add'.
80         (auth-source-user-or-password): Remove unused var `cname'.
82 2015-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
84         * gnus-topic.el (gnus-topic-prepare-topic): Remove unused var `topic'.
85         (gnus-topic-remove-topic): Mark unused arg `hide'.
86         (gnus-tmp-header): Declare.
87         (gnus-topic-goto-missing-group): Remove unused var `entry'.
88         (gnus-topic-unmark-topic): Mark unused arg `dummy'.
89         (gnus-topic-copy-matching): Mark unused arg `copyp'.
90         Move initialization of `topic' into its declaration.
92 2015-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
94         * auth-source.el: Revert.
96         * auth-source.el: Add eval-and-compile to autoloads for
97         epg-context-set-passphrase-callback, epg-decrypt-string,
98         epg-encrypt-string, and epg-context-set-armor.
100 2015-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
102         * mailcap.el (mailcap-mime-data): Remove fboundp checks.
103         (mailcap-viewer-passes-test): Do it instead.  Thanks to Stefan Monnier.
105 2015-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
107         * mailcap.el (mailcap-mailcap-entry-passes-test): Doc fix.
109 2015-10-20  Michael Sperber  <mike@xemacs.org>
111         * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which
112         does not exist on XEmacs.
114 2015-10-18  Michael Sperber  <mike@xemacs.org>
116         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
117         * nnmail.el (nnmail-get-new-mail-per-group):
118         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
120 2015-10-18  Michael Sperber  <mike@xemacs.org>
122         * message.el (message-get-reply-headers): In addition to
123         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
124         used in XEmacs.
126 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
128         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
130 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
132         * auth-source.el (auth-source-epa-make-gpg-token):
133         Replace an usage of `epg-context-set-armor' with `setf'.
134         (auth-source-do-debug, auth-source-do-trivia)
135         (auth-source-read-char-choice, auth-source-search)
136         (auth-source-pick-first-password, auth-source-netrc-parse)
137         (auth-source-netrc-search, auth-source-secrets-search)
138         (auth-source-macos-keychain-search)
139         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
140         (auth-source-user-or-password): Use sharp-quoting with functions.
142 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
144         * auth-source.el (auth-source-search): Clarify :create's meaning.
146 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
148         Backslash cleanup in Elisp source files
150         This patch should not change behavior.  It typically omits backslashes
151         where they are redundant (e.g., in the string literal "^\$").
152         In a few places, insert backslashes where they make regular expressions
153         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
154         has the same effect as a regular expression.
155         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
156         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
157         with RCS IDs, as that makes it clearer that the backslash is intended.
158         * auth-source.el (auth-source-secrets-search)
159         (auth-source-macos-keychain-search):
160         * gnus-art.el (gnus-mime-action-on-part)
161         (gnus-mime-display-multipart-related-as-mixed)
162         (gnus-button-mid-or-mail-heuristic-alist)
163         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
164         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
165         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
166         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
167         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
168         * gnus-cus.el (gnus-group-customize):
169         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
170         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
171         * gnus-mlspl.el (gnus-group-split-fancy):
172         * gnus-registry.el (gnus-registry-prune-factor):
173         * gnus-salt.el (gnus-summary-pick-line-format):
174         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
175         (gnus-sieve-script):
176         * gnus-util.el (gnus-directory-sep-char-regexp):
177         * gnus.el (gnus-message-archive-group, gnus-user-agent):
178         * message.el (message-archive-header, message-reply-headers)
179         (message-send-method-alist):
180         * mm-decode.el (mm-add-meta-html-tag):
181         * nndoc.el (nndoc-generate-lanl-gov-head):
182         * nnheader.el (nnheader-max-head-length):
183         * registry.el (registry-db, registry-prune):
184         * rfc1843.el (rfc1843-hzp-word-regexp)
185         (rfc1843-hzp-word-regexp-strictly):
186         * rfc2047.el (rfc2047-encoded-word-regexp)
187         (rfc2047-encoded-word-regexp-loose):
189         Fix several backslash typos in Elisp strings
190         * gnus-art.el (gnus-button-handle-library):
191         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
192         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
193         * spam-report.el (spam-report-gmane-regex):
194         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
195         For example, to get the regular expression ‘\.’ use the string
196         literal "\\.", not "\." (which is equivalent to ".").
198         * auth-source.el (auth-source-read-char-choice):
199         * nnmaildir.el (NOV example):
200         * registry.el (registry-search): Doc fix.
202 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
204         * gnus-compat.el: Require overlay for XEmacs.
206 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
208         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
209         t rather than after-change-functions to nil.
211 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
213         * time-date.el (time-to-seconds, time-less-p):
214         Mark unused vars with underscore.
216 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
218         * time-date.el (with-decoded-time-value): Fix debug spec.
220 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
222         * nnmairix.el (nnmairix-widget-create-query):
223         * time-date.el (format-seconds): Prefer grave quoting in source-code
224         strings used to generate help and diagnostics.
226 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
228         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
230 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
232         * ntlm.el (ntlm-unibyte-string): New compatibility function.
234 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
236         Add support for NTLMv2 authentication.
237         * ntlm.el (ntlm): New customization group.
238         (ntlm-compatibility-level): New defcustom.
239         (ntlm-compute-timestamp): New function.
240         (ntlm-generate-nonce): Likewise.
241         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
243 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
245         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
246         isn't always passed in, check it's not nil before making it into a
247         list.  The active arg will also be nil if the group is new, check for
248         that.
250 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
252         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
254 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
256         * gmm-utils.el (gmm-image-load-path-for-library):
257         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
258         * gnus-registry.el (gnus-registry-split-strategy):
259         * gnus-start.el (gnus-check-new-newsgroups):
260         * gnus-sum.el (gnus-select-group-hook):
261         * gnus-uu.el (gnus-uu-user-archive-rules):
262         * gnus.el (gnus-message-archive-group, gnus-visual):
263         * message.el (message-cite-style):
264         * nnir.el (nnir-swish++-additional-switches)
265         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
266         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
267         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
268         * nntp.el (nntp-server-action-alist):
269         * tls.el (tls-checktrust):
270         Fix some more docstring etc. quoting problems.
271         Mostly these fixes prevent the transliteration of apostrophes
272         that should stay apostrophes.  Also, prefer curved quotes in
273         Bahá’í proper names, as that’s the preferred Bahá’í style and
274         these names are chock-full of non-ASCII characters anyway.
276 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
278         Escape ` and ' in doc
279         * gnus-art.el (gnus-article-address-banner-alist)
280         (gnus-face-properties-alist):
281         * gnus-sum.el (gnus-newsgroup-variables):
282         * nndiary.el (nndiary-reminders):
283         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
284         Escape apostrophes and grave accents in docstrings if they
285         are supposed to stand for themselves and are not quotes.  Remove
286         apostrophes from docstring examples like ‘'(calendar-nth-named-day
287         -1 0 10 year)’ that confuse source code with data.  Do some other
288         minor docstring fixups as well, e.g., insert a missing close
289         quote.
291 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
293         * gnus-util.el (gnus-format-message):
294         * tls.el (tls-format-message): Use defalias at the top level so as to
295         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
297         * gnus-sum.el (gnus-summary-search-article):
298         Ensure that the article where the search word is found is displayed
299         and pointed to in the summary buffer.
301 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
303         * tls.el (tls-format-message):
304         Alias to format-message, or format if not available.
305         (open-tls-stream): Use it.
307 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
309         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
310         * gnus-art.el (gnus-article-browse-delete-temp-files):
311         * gnus-eform.el (gnus-edit-form):
312         * gnus-fun.el (gnus-display-x-face-in-from):
313         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
314         * gnus-topic.el (gnus-topic-edit-parameters):
315         * mail-source.el (mail-source-delete-old-incoming):
316         * message.el (message-strip-subject-encoded-words)
317         (message-check-recipients, message-send-form-letter):
318         * mm-decode.el (mm-display-part):
319         * mm-uu.el (mm-uu-pgp-signed-extract-1):
320         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
321         * spam-report.el (spam-report-process-queue):
322         * tls.el (open-tls-stream):
323         Respect ‘text-quoting-style’ in diagnostics.
324         * gnus-art.el (article-display-face):
325         * gnus-fun.el (gnus-display-x-face-in-from):
326         Use straight quoting in email.
327         * rfc2231.el (rfc2231-decode-encoded-string):
328         Escape apostrophes in doc strings.
330 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
332         Go back to grave quoting in Gnus
334         * auth-source.el (auth-source-netrc-parse-entries):
335         * gnus-agent.el (gnus-agent-check-overview-buffer)
336         (gnus-agent-fetch-headers):
337         * gnus-int.el (gnus-start-news-server):
338         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
339         (gnus-registry-post-process-groups):
340         * gnus-score.el (gnus-summary-increase-score):
341         * gnus-start.el (gnus-convert-old-newsrc):
342         * gnus-topic.el (gnus-topic-rename):
343         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
344         * spam.el (spam-check-blackholes):
345         Stick with grave quoting in diagnostics strings.  This is more
346         portable to older Emacs, desirable for Gnus.
348 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
350         Prefer directed to neutral quotes in docstings and diagnostics.
351         In docstrings, escape apostrophes that would otherwise be translated
352         to curved quotes using the newer, simpler rules.
354         * auth-source.el (auth-source-netrc-parse-entries):
355         * gnus-agent.el (gnus-agent-check-overview-buffer)
356         (gnus-agent-fetch-headers):
357         * gnus-int.el (gnus-start-news-server):
358         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
359         * gnus-score.el (gnus-summary-increase-score):
360         * gnus-start.el (gnus-convert-old-newsrc):
361         * gnus-topic.el (gnus-topic-rename):
362         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
363         * nnmairix.el (nnmairix-widget-create-query):
364         * spam.el (spam-check-blackholes):
365         Use directed rather than neutral quotes in diagnostics.
367         * gnus-util.el (gnus-format-message):
368         Alias to format-message, or format if not available.
370 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
372         * auth-source.el (auth-sources):
373         Prefer (substitute-command-keys "`\\[foo-command]'")
374         to "`M-x foo-command'" in docstring.
376         * time-date.el (format-seconds):
377         Use curved quotes in diagnostic format strings.
379         * nnmairix.el (nnmairix-propagate-marks-upon-close):
380         * pop3.el (pop3-authentication-scheme):
381         Don't quote symbols with apostrophes in doc strings.
382         Use asymmetric quotes instead.
384 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
386         Use overlay functions directly
388         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
389         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
391         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
392         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
393         (gnus-article-highlight-signature, gnus-article-extend-url-button)
394         (gnus-article-add-button, gnus-insert-prev-page-button)
395         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
396         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
397         * gnus-html.el (gnus-html-wash-tags):
398         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
399         (gnus-highlight-selected-tree):
400         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
401         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
402         * gnus-util.el (gnus-put-overlay-excluding-newlines):
403         * message.el (message-fix-before-sending)
404         (message-toggle-image-thumbnails):
405         * mm-decode.el (mm-convert-shr-links):
406         * sieve.el (sieve-highlight, sieve-insert-scripts):
407         Use overlay functions directly instead of using gnus-overlay-*,
408         message-overlay-*, and sieve-overlay-*.
410         * gnus-sum.el (gnus-remove-overlays):
411         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
412         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
413         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
414         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
415         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
416         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
417         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
418         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
419         (gnus-overlays-at, gnus-overlays-in):
420         * message.el (message-delete-overlay, message-make-overlay)
421         (message-overlay-get, message-overlay-put, message-overlays-in):
422         * messagexmas.el (message-delete-overlay, message-make-overlay)
423         (message-overlay-get, message-overlay-put, message-overlays-in):
424         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
425         Remove.
427 2015-08-19  Glenn Morris  <rgm@gnu.org>
429         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
431 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
433         * message.el (message-overlay-put, message-make-overlay)
434         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
435         (message-delete-overlay, message-window-inside-pixel-edges):
436         Declare before using.
438 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
440         * message.el (message-overlay-get, message-overlays-in)
441         (message-window-inside-pixel-edges):
442         * messagexmas.el (message-overlay-get, message-overlays-in):
443         XEmacs compatible functions.
445 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447         * message.el (message-toggle-image-thumbnails): New command.
449 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
451         * message.el (message-send-form-letter): Change (message (format ...))
452         to (message ...).  This lessens the probability of confusion when
453         the output of `format' contains `%'.
455 2015-08-04  David Kastrup  <dak@gnu.org>
457         * gnus-art.el (gnus-article-describe-key)
458         (gnus-article-describe-key-briefly):
459         Do not overwrite preexisting contents of unread-command-events.
461 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
463         * nnimap.el (nnimap-request-move-article)
464         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
465         extension if available.
467 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
469         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
470         capabilities instead of relying on LOGIN response.
472 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
474         * nnbabyl.el (nnbabyl-retrieve-headers):
475         * nndiary.el (nndiary-retrieve-headers):
476         * nneething.el (nneething-retrieve-headers):
477         * nnmbox.el (nnmbox-retrieve-headers):
478         * nnmh.el (nnmh-retrieve-headers):
479         * nnml.el (nnml-retrieve-headers):
480         * nnspool.el (nnspool-retrieve-headers):
481         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
482         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
483         progress-report percentages and the like.  This avoids problems
484         if (* 100 NUMERATOR) would overflow.
486         * gnus-registry.el (gnus-registry-import-eld):
487         * registry.el (registry-reindex):
488         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
490 2015-07-17  Julien Danjou  <jd@abydos>
492         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
493         command.
495 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
497         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
498         of function arguments.
500 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
502         * nnimap.el: Clean up "unused var" warnings.
503         (auth-source-creation-prompts): Declare.
504         (nnimap-retrieve-headers, nnimap-status-message)
505         (nnimap-request-create-group, nnimap-request-delete-group)
506         (nnimap-close-group, nnimap-request-move-article)
507         (nnimap-request-accept-article, nnimap-request-newgroups)
508         (nnimap-request-post, nnimap-dummy-active-number)
509         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
510         (nnimap-parse-flags): Remove unused var `p'.
511         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
512         (nnimap-flags-to-marks): Remove unused var `totalp'.
514 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
516         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
517         before RFC822.SIZE.
519 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
521         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
522         so that a 'plain value for the `nnimap-stream' server variable is
523         handled correctly.
525 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
527         Remove unused let variables
528         * nnimap.el (nnimap-request-group): Variables are not used.
530         Check if group names are already strings
531         * gnus-group.el (gnus-group-group-name):
532         The group name may already be a string.
533         Specifically, in the group list reached from the *Server* buffer,
534         the 'gnus-group text property returns a string.  Everywhere else
535         it returns a symbol.
537 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
539         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
540         (nnmaildir--update-nov): Remove unused var `numdir'.
541         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
542         (nnmaildir-request-group, nnmaildir-request-create-group)
543         (nnmaildir-request-post, nnmaildir-request-move-article)
544         (nnmaildir-request-accept-article, nnmaildir-active-number):
545         Mark unused args.
546         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
547         Declare.
548         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
549         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
550         `mark', `end', `new-mark', and `mark-sym'.
551         (nnmaildir-retrieve-headers):
552         Remove unused args `srv-dir', `dir', `nlist2'.
553         (nnmaildir-request-expire-articles):
554         Remove unused vars `article', `stop' and `nlist2'.
555         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
556         `end'.  Use nnmaildir--article when dyn-binding is needed.
557         Give the value directly in the `let' for `del-mark', `del-action',
558         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
559         (nnmaildir-close-server):
560         Declare those local vars that need to be dyn-bound.
562 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
564         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
566 2015-05-31  David Engster  <deng@randomsample.de>
568         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
569         instead of using `sleep-for', as the latter does not seem to reliably
570         wait (see for instance bug 15990).
572 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
574         * gnus-art.el (gnus-button-alist): Re-revert last change.
575         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
577 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
579         * gnus-art.el (gnus-button-alist): Revert last change.
580         It wasn't that important, and it caused a Gnus build to fail.  See:
581         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
583         * gnus-art.el (gnus-button-alist):
584         Also treat "‘" and "’" as quoting chars.
586 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
588         * gnus-art.el (gnus-treat-strip-list-identifiers)
589         (gnus-article-mode-syntax-table):
590         * gnus-group.el (gnus-group-nnimap-edit-acl):
591         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
592         e.g., missing quote, ``x'' where `x' was meant, etc.
594 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
596         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
597         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
598         into just c.
600 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
602         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
603         Normalize characters into numbers in spec keys.
605 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
607         * dgnushack.el (declare-function): Redefine it to use autoload.
608         * lpath.el (gnus-html-prefetch-images): Declare.
610 2015-05-04  Glenn Morris  <rgm@gnu.org>
612         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
614         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
616         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
617         (gnus-topic-create-topic, gnus-topic-enter-dribble):
618         Declare rather than autoload.
620         * mm-archive.el (gnus-recursive-directory-files)
621         (mailcap-extension-to-mime): Autoload at run-time.
623         * mm-util.el (latin-unity-massage-name)
624         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
625         (latin-unity-representations-present-region):
626         Declare rather than autoload.
628         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
629         Autoload at run-time.
630         (epg-context-set-signers, epg-context-result-for)
631         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
632         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
633         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
634         (epg-configuration, epg-expand-group, epa-select-keys):
635         Declare rather than autoload.
637         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
638         Autoload at run-time.
639         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
640         (gnus-registry-get-id-key, gnus-registry-action):
641         Declare rather than autoload.
643         * nnmail.el (mail-send-and-exit): Autoload at run-time.
645         * spam.el (spam-stat-buffer-change-to-non-spam)
646         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
647         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
648         (spam-stat-split-fancy): Remove pointless autoloads.
650         * mm-view.el (epg-decrypt-string): Autoload.
651         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
652         (epg-sub-key-validity): Fix declarations.
654 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
656         * gnus.el: Ma Gnus v0.13 is released.
658 2015-05-01  Glenn Morris  <rgm@gnu.org>
660         * gnus-util.el (iswitchb-read-buffer):
661         * mm-decode.el (libxml-parse-html-region):
662         * mml.el (libxml-parse-html-region):
663         * nnrss.el (libxml-parse-html-region): Update declaration.
665 2015-04-27  Glenn Morris  <rgm@gnu.org>
667         * message.el (gnus-extract-address-components):
668         Remove bogus declaration that was masking previous problem.
670 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
673         altering the buffer.
674         (hashcash-insert-payment-async-2): Revert previous change because it
675         still means that the mark is moving around.
677 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679         * gnus-uu.el (gnus-uu-save-article):
680         Make the save-restriction/widen calls make more sense.
682 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
684         * gnus-art.el (gnus-use-idna):
685         * gnus-sum.el (gnus-summary-idna-message):
686         * message.el (message-use-idna):
687         Catch the invalid-operation error that idna.el will issue.
689 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
691         * gnus-group.el (gnus-group--setup-tool-bar-update):
692         cursor-sensor-functions should be a list of functions.
694 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
696         * gnus-group.el (gnus-tmp-*): Declare.
697         (gnus-update-group-mark-positions): Remove unused `topic' var.
698         (gnus-group-insert-group-line): Remove unused var `header'.
699         (gnus-group--setup-tool-bar-update): New function.
700         (gnus-group-insert-group-line): Use it.
701         (gnus-group-update-eval-form): Declare local
702         dynamically-bound variables.
703         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
705         * gnus-topic.el (gnus-topic-jump-to-topic)
706         (gnus-group-prepare-topics, gnus-topic-update-topic)
707         (gnus-topic-change-level, gnus-topic-catchup-articles)
708         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
709         Use inhibit-read-only.
710         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
711         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
713 2015-04-12  João Távora  <joaotavora@gmail.com>
715         * message.el (message-mode):
716         Use `set' and `make-local-variable' instead of `setq-local'.
718 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
720         * gnus-sum.el (gnus-summary-refer-thread):
721         Make sure gnus-newsgroup-unreads remains sorted.
723 2015-04-12  João Távora  <joaotavora@gmail.com>
725         Improve sexp-based movement in message-mode
726         * message.el (message--syntax-propertize): New function.
727         (message-mode): Set syntax-related vars.d
728         (message-smileys): New variable.
730 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
732         * gnus-art.el (gnus-hidden-properties): Simplify.
733         (gnus-article-hide-text, gnus-article-unhide-text)
734         (gnus-article-unhide-text-type): Remove special handling of
735         `intangible' since that property is not used any more.
736         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
738 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
740         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
741         and a runtime function for it, of which the XEmacs version takes only
742         two arguments.
744 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
746         Use American spelling for 'normalize'
747         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
748         All uses changed.  Add an alias for obsolete usages.
750 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
752         * gnus-art.el (gnus-article-browse-html-save-cid-content):
753         Always return relative file name.
754         (gnus-article-browse-html-parts):
755         Make external links absolute and cid file names relative.
757 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
759         * registry.el (registry-prune): Re-use `registry-full' in
760         `registry-prune'.  It's a bit of redundant work, but safer.
761         Also ensure that target-size is an integer.
763 2015-03-31  Daiki Ueno  <ueno@gnu.org>
765         * plstore.el (plstore--decrypt): Clear entry in
766         `plstore-passphrase-alist' if decryption failed (bug#20030).
768 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
770         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
771         to "Display" menu.
773 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
775         * nnimap.el (nnimap-split-incoming-mail): If a message is already
776         in the group it should be split to, don't re-copy it into the group.
778 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
780         * nnmh.el (nnmh-request-expire-articles):
781         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
783 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
785         * registry.el (registry-lookup-secondary, registry-full)
786         (registry-prune, registry-collect-prune-candidates):
787         * gnus-registry.el (gnus-registry-load): Use slot names rather than
788         initarg names in `oref' and `oset'.
790 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
792         * registry.el (registry-prune): Allow registry to reach full size
793         before pruning.
795 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
797         * registry.el (registry-collect-prune-candidates): Fix call to
798         cl-subseq.
800 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
802         * registry.el (registry-db): Temporary fix old Emacsen compilation.
804 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
806         * gnus-registry.el (gnus-registry-handle-action)
807         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
808         (gnus-registry-keywords): Make it do something.
809         (gnus-registry-import-eld): Remove unused var `new-entry'.
810         (gnus-registry-action): Remove unused var `to-name'.
811         (gnus-registry-make-db): Prefer `make-instance' to avoid
812         compiler warnings.
813         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
815         * registry.el (registry-db): Don't oset-default an instance-allocated
816         slot.
818 2015-03-10  Glenn Morris  <rgm@gnu.org>
820         * message.el (message-valid-fqdn-regexp): Bump :version for
821         2014-11-17 change.
823 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
825         * gnus-notifications.el (gnus-notifications-action): Raise window
826         frame.
827         (gnus-notifications-action): Allow mark as read.
828         (gnus-notifications-notify): Show uption to mark as read.
830 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
832         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
833         (registry-search, registry-delete, registry-size, registry-insert)
834         (registry-reindex, registry-collect-prune-candidates):
835         * gnus-registry.el (gnus-registry-fixup-registry)
836         (gnus-registry-remove-extra-data): Use slot names rather than initarg
837         names in `oref' and `oset'.
839 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
840         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
841         in the group it should be split to, don't re-copy it into the group.
843 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
845         * message.el (message-insert-formatted-citation-line): Change %F to
846         fall back to email address if no first name could be determined.
848 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
850         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
851         Fix point motion when removing displayed MIME part.
852         (gnus-article-edit-part): Make jumping to the next part really work
853         when deleting or stripping.
854         (gnus-mime-buttonize-attachments-in-header): Make header attachment
855         buttons identical to the ones in the article body so as to work deleting
856         and stripping.
858 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
860         * mm-decode.el (mm-shr)
861         * mm-view.el (mm-inline-text-html-render-with-w3m):
862         Revert my bogus change that made the start marker of a part
863         the "moves after insertion" type.
865 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
867         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
868         Tools: https://github.com/politza/pdf-tools) for viewing PDF
869         attachments in emacs.
871 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
873         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
874         instead of sasl-scram-sha-1, as the former is the name that can be
875         required.
877         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
878         (sasl-scram-sha-1-client-final-message)
879         (sasl-scram-sha-1-authenticate-server): Move to end of file.
881 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
883         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
885 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
887         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
888         (sasl-string-prefix-p): New compatibility functions.
890 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
892         * gnus-compat.el (process-live-p): Added new compat function for Emacs
893         23.
895 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
897         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
898         from the server LIST response.
900 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
902         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
903         during header retrieval, error out instead of interpreting the data in
904         the buffer as the only messages there.  This way, we don't mark
905         articles as read on a server hangup (bug#19035).
907         * mm-decode.el (mm-head-p): New function.
908         (mm-display-part): Go to a blank line when inserting parts internally.
910 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
912         * sasl-scram-rfc.el: New file.
914         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
915         Add SCRAM-SHA-1 first.
916         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
917         entry (bug#17636).
919 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
921         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
922         that we don't get a warning when setting the buffer-local variable
923         (bug#19573).
925         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
926         `gnus-request-group'.
928 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
930         * gnus-art.el (gnus-article-browse-html-save-cid-content)
931         (gnus-article-browse-html-parts): Make cid file names relative if and
932         only if html doesn't specify <base> directory.
934 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
936         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
937         parts, because that breaks filling (since buttons are in a bold face).
939 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
941         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
942         use gnus-overlays-at and gnus-overlay-put.
944 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
946         * mm-decode.el (mm-shr): Only pass the fill column when not using
947         fonts, because limiting the width to what's appropriate for followups
948         doesn't really help when not using proportional fonts.
950 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
952         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
953         shr, beacause that breaks folding.
954         (mm-shr): Don't shorten the width when using fonts.
956 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
958         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
959         variable; always check the newrc timestamp.
960         (gnus-save-newsrc-file): Always check timestamp.
962 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
964         * mail-source.el (mail-source-call-script): If scripts exit with an
965         error, pop up an error buffer.
967 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
969         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
970         as a default.
972         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
973         correct server.
975 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
977         * nnimap.el (nnimap-request-group-scan): Fix the function name.
979         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
981 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
983         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
984         that nnimap works for non-activated backends.
986 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
988         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
989         message, since we already get an obsolescence message.  Use `declare'.
991 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
993         * nnir.el: Revert "Enable non-ASCII IMAP searches".
995 2015-01-30  Glenn Morris  <rgm@gnu.org>
997         * gnus-registry.el (gnus-registry-max-pruned-entries)
998         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
999         Fix :version.
1000         (gnus-registry-default-sort-function): Improve :type.
1002 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1004         * nnimap.el (nnimap-request-group): Allow running this function on
1005         groups that don't exist in Gnus yet.
1006         (nnimap-request-group): Revert previous patch since that made it
1007         impossible to enter nnimap groups.
1009         * message.el (message-smtpmail-send-it): Remove the mail header
1010         separator before sending.
1012 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
1014         * nnimap.el (nnimap-find-expired-articles): Fix handling of
1015         (expiry-wait . never).
1017 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1019         * nnimap.el (nnimap-request-group): Clear the buffer before returning
1020         the data.
1022 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1024         * gnus-compat.el (string-bytes): Work for XEmacs.
1026 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1028         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
1030         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
1031         IMAP.
1033 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
1035         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
1037         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
1039         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
1040         be added to the backlog.
1042 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
1044         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
1045         target with a recursive make call.
1047 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
1049         * nnimap.el (nnimap-header-parameters): Refactor and request
1050         X-GM-LABELS if it's been announced.
1051         (nnimap-transform-headers): Gather and output GM-LABELS.
1053 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
1055         * mm-decode.el (mm-display-part): Make non-string methods work.
1056         Non-string methods are funcalled and work just fine, the test was
1057         bogus.
1058         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
1059         whole frame.
1061 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1063         * nnimap.el (nnimap-request-accept-article): Allow respooling using
1064         nnimap.
1066         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
1067         request rescans when being run interactively.
1069         * nnimap.el (nnimap-request-group): Don't rescan the group here,
1070         because that can be very slow in large groups.
1072         * gnus-int.el (gnus-request-group-scan): New backend function.
1074         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
1076 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1078         * gnus-group.el (gnus-group-suspend): Close all backends.
1080 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1082         * dgnushack.el (dgnushack-compile-file): New function.
1083         (dgnushack-compile): Use it (bug#19514).
1085 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
1089 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1091         * registry.el: Don't use <class> as a variable.
1093 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1095         system-name's returned value can vary
1096         Also, the system-name variable is now obsolete.
1097         Fixes Bug#19438.
1098         * message.el (message-make-fqdn):
1099         * nnvirtual.el (nnvirtual-retrieve-headers)
1100         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
1101         and avoid naming locals 'system-name'.
1103 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
1105         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
1106         lines don't get overlong when responding.
1108 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1110         * registry.el (cl-remf, cl-loop, cl-subseq):
1111         Alias to remf, loop, and subseq respectively for old Emacsen.
1113 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1115         * gnus-group.el (gnus-read-ephemeral-bug-group):
1116         Bind coding-system-for-read and coding-system-for-write only around
1117         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1119 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1121         * registry.el (registry-db): Set default slot later.
1122         This is because its value is not a literal integer.
1124 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1126         * registry.el (registry-db): Fix default registry-db max-size.
1128 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1131         add warning.
1133         * gnus-art.el: Fix up compiler warnings.
1134         (article-display-face, article-display-x-face): Remove unused `face'.
1135         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1136         (article-date-ut): Remove unused var `first'.
1137         (gnus-article-prepare): Remove unused var `gnus-article'.
1138         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1139         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1140         `coding-system' along with corresponding dead code.
1141         (gnus-mime-view-part-externally): Remove unused var
1142         `mm-user-display-methods'.
1143         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1144         (gnus-display-mime): Remove unused var `handle'.
1145         (gnus-mime-display-alternative): Remove unused var `props'.
1146         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1147         (gnus-article-edit-done): Remove unused var `p'.
1148         (gnus-url-mailto): Remove unused var `to'.
1149         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1150         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1152 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1154         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1155         slots into a :max-size slot.
1156         (registry-db-version): Add new variable for database version number.
1157         (registry-prune): Use :max-size slot. Accept and use a sort-function
1158         argument.
1159         (registry-collect-prune-candidates): Add new function for finding
1160         non-precious pruning candidates.
1161         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1162         Remove obsolete functions.
1163         (initialize-instance): Upgrade registry version when starting.
1165         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1166         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1167         (gnus-registry-cache-file): Change default
1168         filename extension to "eieio".
1169         (gnus-registry-read): Add new function, split out from
1170         `gnus-registry-load', that does the actual object reading.
1171         (gnus-registry-load): Use it. Add condition case handler to check for
1172         old filename extension and rename to the new one.
1173         (gnus-registry-default-sort-function): New variable to specify a sort
1174         function to use when pruning.
1175         (gnus-registry-save, gnus-registry-insert): Use it.
1176         (gnus-registry-sort-by-creation-time): Define a default sort function.
1178         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1179         Adjust test for new object signature.
1180         (gnustest-registry-pruning-test): Add new pruning test.
1181         (gnustest-registry-sort-function): Default sort function for testing.
1182         (gnustest-registry-pruning-sort-test): New test for sorting.
1184 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1187         function for reuse.
1188         (gnus-mime-buttonize-attachments-in-header): Adjust.
1190 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192         * message.el (message-change-subject): Really check whether the subject
1193         changed.
1195 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1198         PDFs.
1199         (mailcap-view-mime): New function.
1201 2014-12-01  Glenn Morris  <rgm@gnu.org>
1203         * gnus-cloud.el (gnus-cloud): Add :version tag.
1205 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1207         * gnus-art.el (gnus-use-idna):
1208         * gnus-sum.el (gnus-summary-idna-message):
1209         * message.el (message-use-idna):
1210         Protect against nil value for idna-program.
1212         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1214 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1216         * auth-source.el (auth-source-macos-keychain-search-items): Return
1217         result of `auth-source-macos-keychain-result-append' (bug#19074).
1219 2014-11-25  Glenn Morris  <rgm@gnu.org>
1221         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1222         Add :version tag.
1224 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226         * pop3.el (pop3-open-server): Warn unless encrypted.
1228         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1230 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1232         Port new time stamp handling to Emacs 23.2.
1233         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1234         * time-date.el (time-add, time-subtract, time-less-p):
1235         Use eval-and-compile, not eval-when-compile.
1237 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1239         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1240         TLDs.
1242 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1244         Port new time stamp handling to old Emacs and to XEmacs.
1245         This is needed for Gnus, which copies time-date.el and which
1246         runs on older Emacs implementations.
1247         * time-date.el (with-decoded-time-value):
1248         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1249         (encode-time-value, with-decoded-time-value):
1250         Obsolete only if new Emacs.
1251         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1253         Improve time stamp handling, and be more consistent about it.
1254         This implements a suggestion made in:
1255         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1256         Among other things, this means timer.el no longer needs to
1257         autoload the time-date module.
1258         * time-date.el (seconds-to-time, days-to-time, time-since)
1259         (with-decoded-time-value):
1260         Treat 'nil' as current time.  This is mostly for XEmacs.
1261         (encode-time-value, with-decoded-time-value): Obsolete.
1262         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1263         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1265 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1268         discarding changes in ephemeral groups.
1270         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1271         things the user isn't interested in.
1273 2014-11-13  Julien Danjou  <jd@abydos>
1275         * gnus-notifications.el (gnus-notifications-notify): Provide both
1276         app-icon and image-path.
1278 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1280         * mm-url.el (mm-url-encode-multipart-form-data):
1281         Restore to handle "multipart/form-data" by eww.
1283 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1285         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1286         Landscheidt.
1288 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1290         Simplify use of current-time and friends.
1291         * gnus-delay.el (gnus-delay-article):
1292         * gnus-sum.el (gnus-summary-read-document):
1293         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1294         * message.el (message-make-expires-date):
1295         Omit unnecessary call to current-time.
1296         * gnus-util.el (gnus-float-time): Simplify to an alias because
1297         time-to-seconds now behaves like float-time with respect to nil arg.
1298         (gnus-seconds-year): Don't call current-time twice to get the current
1299         time stamp, as this can lead to inconsistent results.
1300         * time-date.el (time-to-seconds) [!float-time]:
1301         Use current time if arg is nil, to be compatible with float-time.
1302         (time-date--day-in-year): New function, with most of the guts of
1303         the old time-to-day-in-year.
1304         (time-to-day-in-year): Use it.
1305         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1307 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1309         * gnus.el (gnus-mode-line-buffer-identification):
1310         Don't add image data for a non-graphic display (bug#18813).
1312 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1314         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1315         load-path, it blocks autoloading of find-image (bug#18813).
1317 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1319         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1320         to keep connection open (bug#18728).
1322 2014-10-20  Glenn Morris  <rgm@gnu.org>
1324         * Merge in all changes up to 24.4 release.
1326 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1328         * message.el (message-insert-signature): Use `newline' instead of
1329         inserting explicit "\n".
1331 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1333         * gnus-icalendar.el: Support vcal format timezones.
1334         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1335         compute dates with associated timezone.
1336         (gnus-icalendar-event-from-ical): Compute all timezones.
1338 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1340         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1341         check the newsrc.eld file's timestamp before saving it.
1342         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1343         timestamp has changed to be newer.
1345 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1347         * gnus-icalendar.el (gnus-icalendar-identities):
1348         Include message-alternative-emails.
1350 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1352         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1353         New compatibility functions.
1354         (ntlm-build-auth-response): Use them.
1356 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1358         * ntlm.el (ntlm-build-auth-request):
1359         Add NTLM2 Session support.  (Bug#15603)
1361 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1363         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1364         expired messages only when it was built in reverse order.
1366 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1368         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1369         last so it can be used in `message-send-hook'.
1371 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1373         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1374         <#secure> tag (bug#18513).
1376 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1378         * parse-time.el: Require cl when compiling.
1380 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1382         Use cl-lib as much as possible following the 2014-09-26 change
1383         in the Emacs trunk.
1384         * parse-time.el: Try requiring cl-lib.
1385         (parse-time-incf): Alias to cl-incf or incf.
1386         (digit-char-p): Remove.
1387         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1388         (parse-integer): Rename to parse-time-integer.
1389         (parse-time-tokenize, parse-time-rules, parse-time-string)
1390         Use parse-time-incf and parse-time-integer.
1392 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1394         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1395         of ":delete".
1397 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1399         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1400         (gnus-article-browse-html-parts):
1401         Revert last change that breaks links other than cid contents.
1403 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1405         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1406         (gnus-article-browse-html-parts): Make cid file names relative.
1408 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1410         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1411         temporarily displayed when running a mode function (at least org-mode
1412         requires it).
1414 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1416         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1417         the gnus-summary-article-expire-hook should be told where the function
1418         is going. In particular, the Gnus registry might want to know.
1420 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1424 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1426         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1428 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
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.
1434 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1436         Don't mishandle year-9999 dates (Bug#18176).
1437         * parse-time.el (parse-time-rules):
1438         Allow years up to most-positive-fixnum.
1439         * time-date.el (date-to-time):
1440         Pass "Specified time is not representable" errors through.
1442 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1444         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1445         groups and t.
1447 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1449         * gnus-utils.el (gnus-recursive-directory-files):
1450         Unify hard or symbolic links (bug#18063).
1452 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1454         * gnus-msg.el (gnus-configure-posting-style):
1455         Allow string replacements in values when matching against a header.
1457 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1459         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1460         the dribble buffer even when it is shrunk a lot.
1461         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1463 2014-06-26  Glenn Morris  <rgm@gnu.org>
1465         * mm-util.el (help-function-arglist): Remove outdated declaration.
1467 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1469         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1470         attribute values.  (Bug#17834)
1472 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1474         * gnus-sum.el (gnus-summary-edit-article-done):
1475         Prefer point-marker to copy-marker of point.
1477 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1479         * Makefile.in (install-el, install-el-elc): Compress .el files.
1480         (uninstall): Remove compressed .el files.
1482 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1484         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1485         (gnus-article-read-summary-keys):
1486         Don't bug out when there is no article in the summary buffer.
1487         (gnus-mime-buttonize-attachments-in-header):
1488         Improve criterion that finds parts to display.
1490         * gnus-art.el (gnus-mm-display-part):
1491         * mm-decode.el (mm-shr):
1492         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1493         (mm-insert-inline): Revert last changes.
1495 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1497         * gnus-art.el (gnus-mm-display-part):
1498         * mm-decode.el (mm-shr):
1499         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1500         (mm-insert-inline): Set insertion type of end-marker, not only
1501         start-marker, of undisplayer so as to stay after inserted text.
1503 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1505         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1506         attribute. (Bug#17613)
1508 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1511         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1513 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1515         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1516         Don't delete next part button; keep spacing between buttons.
1518 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1520         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1521         Work for the last MIME part in an article.
1522         (gnus-mime-display-single): Suppress excessive newlines between parts.
1524         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1525         by leading or trailing newline.
1527 2014-05-12  Sam Steingold  <sds@gnu.org>
1529         * time-date.el (seconds-to-string): New function to pretty print time
1530         delay in seconds.
1532 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1534         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1535         while prompting a user for a file name, etc.
1536         (gnus-mime-display-single): Display part with a common appearance no
1537         matter whether MIME button is omitted or not; don't add duplicate entry
1538         to gnus-article-mime-handle-alist.
1539         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1541 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1543         * mml2015.el (mml2015-display-key-image): New variable.
1545 2014-05-08  Glenn Morris  <rgm@gnu.org>
1547         * gnus-fun.el (gnus-grab-cam-face):
1548         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1549         This is CVE-2014-3421.
1551 2014-05-04  Glenn Morris  <rgm@gnu.org>
1553         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1555 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1557         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1558         the displaying state of a part.
1559         (gnus-mm-display-part): Don't insert a newline in the beginning of
1560         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1562         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1563         (mm-shr): Make undisplayer unbreakable.
1565         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1566         Don't insert excessive newline.
1567         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1568         (mm-insert-inline): Make undisplayer unbreakable.
1570 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1572         * gnus.el: Ma Gnus v0.11 is released.
1574 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1576         * gnus-art.el (gnus-mm-display-part):
1577         Highlight header attachment buttons.
1579 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1581         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1582         a part; redisplay a button (enbugged in 2014-02-05).
1584 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1586         * auth-source.el (auth-source-search, auth-source-search-backends):
1587         Treat :max 0 as an indicator that a boolean return is wanted, as
1588         documented. Reported by Joe Bloggs.
1590 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1592         * gnus-icalendar.el: Require gnus-art.
1594 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1596         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1597         (gnus-icalendar--update-org-event): put event timestamp in
1598         the org entry body instead of the drawer.
1599         (gnus-icalendar-event--get-attendee-names): list of participants should
1600         contain even attendees without common name attribute.
1601         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1602         property tags in org drawers.
1604 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1606         * gmm-utils.el (gmm-format-time-string): New function.
1608         * message.el (message-insert-formatted-citation-line): Use the original
1609         author's time zone to express a date string.
1611 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1613         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1614         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1615         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1616         Silence compiler warnings.
1617         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1619 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1621         * mml.el: Require url when compiling.
1623         * gnus-cloud.el (gnus-cloud-parse-version-1):
1624         Use plist-get rather than CL's getf.
1625         (gnus-activate-group, gnus-subscribe-group): Declare.
1627         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1629 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1631         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1632         buttons when toggling the header off.
1634 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1636         * tls.el (tls-program): Reflow docstring.
1638 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1640         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1641         groups work again.
1643 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1645         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1646         999 correctly (i.e. "1,342").
1648 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1650         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1651         out if the directory doesn't exist.
1653 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1655         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1656         commands here; instead, only check if epg-config.el is available.
1658 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1660         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1661         messages with embedded images.
1662         (mml-generate-mime): Don't bug out if you don't have libxml.
1664 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1666         * message.el (message-make-html-message-with-image-files): New command.
1668 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1670         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1672         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1674 2014-02-23  David Engster  <deng@randomsample.de>
1676         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1677         to stay compatible with older Emacsen, so replace `cl-loop' with
1678         `loop'.
1680 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1682         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1683         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1684         instead, build list of patterns.
1686 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1688         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1689         Display header attachment buttons by gnus-article-prepare-display
1690         rather than gnus-article-prepare so as to view in mml-preview as well.
1692 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1694         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1695         in `auth-sources' means and link to EPA docs.
1697 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1699         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1700         (bug#12375).
1702 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1704         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1705         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1707 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1709         * message.el (message-tab): Mention what happens on normal tabs
1710         (bug#11297).
1712 2014-02-08  Glenn Morris  <rgm@gnu.org>
1714         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1716 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1718         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1719         buttons that are hidden in unselected alternative part as well.
1720         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1722         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1724 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1726         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1727         keystroke.
1728         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1729         types.
1731         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1732         with an empty string.
1734 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1736         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1737         buffer-local in some buffers, so bind it explicitly in the buffer we're
1738         trying to cancel the article in (bug#10808).
1740 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1742         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1743         New functions.
1745         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1746         New user option.
1747         (gnus-mime-buttonize-attachments-in-header): New function.
1748         (gnus-article-prepare): Use it.
1749         (gnus-mime-inline-part): Suppress extra newline.
1750         (gnus-mm-display-part): Save excursion;
1751         remove useless deleting and adding of buttons.
1752         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1754         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1755         Add gnus-mime-buttonize-attachments-in-header.
1757 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1759         * nnimap.el (nnimap-request-articles): New command to download several
1760         articles at once.
1762         * gnus.el (gnus-variable-list): Save Cloud variables.
1764         * gnus-int.el (gnus-request-accept-article): Doc fix.
1766 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1768         * parse-time.el (parse-time-iso8601-regexp)
1769         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1770         it more generally.
1772 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1774         * gnus-cloud.el: New file to provide the Emacs Cloud.
1776         * dgnushack.el: Silence XEmacs w3 warning.
1778         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1779         `url-retrieve-synchronously', apparently.
1781         * dgnushack.el: Silence XEmacs dns.el warning.
1783         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1784         instead of in all files.
1786         * dns.el (network-interface-list): Define for XEmacs.
1788         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1789         XEmacs.
1791         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1793 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1795         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1796         `gnus-group-split-fancy'.
1798 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1800         * message.el (message-remove-header): Doc fix.
1801         (message-forward-included-headers): New variable.
1802         (message-remove-ignored-headers): Use it.
1804 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1806         * nnir.el (nnir-request-update-mark): Don't try to update the source
1807         group if we can't find it (bug#16611).
1809 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1811         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1813 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1815         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1816         network interfaces changed.
1817         (dns-query): Use it to flush the data.
1819 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1821         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1822         from random face commands.
1823         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1824         Face.
1825         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1826         (gnus--random-face-with-type): Generic function returning a face-type
1827         as a string.
1828         (gnus--insert-random-face-with-type): Generic function inserting a face
1829         in a message buffer header.
1830         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1831         (gnus-insert-random-x-face-header): Rewritten to use
1832         `gnus--insert-random-face-with-type`.
1833         (gnus-random-face): Return random (png) Face as string.
1834         (nus-insert-random-face-header): Insert random (png) Face in a message
1835         buffer.
1837 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1839         * mm-url.el: Remove all usage of w3.
1841         * nnrss.el: Ditto.
1843         * mm-decode.el: Ditto.
1845         * mm-view.el: Ditto.
1847         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1848         outdated and all Emacsen have url.el built-in.
1850         * gnus-setup.el: Remove outdated file.
1852 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1854         * gnus.el: Ma Gnus v0.9 is released.
1856 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1858         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1860 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1862         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1863         in the summary buffer (bug#13769).
1865 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1867         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1868         name if we're using a single article buffer.  Otherwise, it may point
1869         to a killed buffer (bug#13756).
1871 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1873         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1874         the match data, just save and restore it explicitly (bug#12375).
1876         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1877         that's needed.
1879         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1880         the code once (bug#9069).
1882 2014-01-18  Steinar Bang  <sb@dod.no>
1884         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1885         reading.
1887 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1889         * message.el (message-bury): Call bury-buffer with no argument
1890         in the message-return-action case too.
1892 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1894         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1895         (nnimap-split-fancy, nnimap-split-methods): Declare.
1897         * mm-util.el (help-function-arglist): Declare.
1899 2013-12-28  Glenn Morris  <rgm@gnu.org>
1901         * gnus-sieve.el (gnus-sieve-select-method):
1902         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1903         (gravatar-rating, gravatar-size):
1904         * message.el (message-minibuffer-local-map):
1905         * sieve-manage.el (sieve-manage-authenticators)
1906         (sieve-manage-authenticator-alist): Specify custom types.
1908         * hashcash.el (hashcash-program): Rename from hashcash-path.
1909         Update callers.
1911         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1912         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1913         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1915         * auth-source.el (auth-sources):
1916         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1917         Fix custom types.
1919         * tls.el (tls-certtool-program): Fix default value.
1921 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1923         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1924         we get proper traces there, too.
1926 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1928         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1929         value of the parameters if the current article has a Reply-To or From
1930         field.
1932 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1934         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1936 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1938         * gnus-sum.el (gnus-summary-exit): Stop animations.
1940 2013-12-19  Juri Linkov  <juri@jurta.org>
1942         * gnus.el (gnus-suppress-keymap):
1943         * gnus-art.el (gnus-article-mode-map):
1944         * gnus-group.el (gnus-group-mode-map):
1945         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1946         Remove [backspace] key binding because it shadows DEL (bug#16035).
1948         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1950 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1952         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1953         Make sure work directory exists.
1954         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1955         rather than tmp directory.
1956         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1957         not necessarily always run, with it.
1959 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1961         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1962         value of gnus-icalendar-additional-identities work without restart.
1964 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1966         * mm-util.el (mm-make-temp-file):
1967         Alias to make-temp-file for modern Emacsen.
1969 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1971         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1972         nnir-article-number and nnir-article-group.
1974 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1976         * message.el (message-send-mail-with-sendmail):
1977         Don't kill error buffer if sending fails.
1979 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1981         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1982         (gnus-icalendar-event->org-entry)
1983         (gnus-icalendar--update-org-event)
1984         (gnus-icalendar-event->gnus-calendar): Distinguish between
1985         required/optional/non-participant attendee status.  Fix bug causing
1986         the first required event participant to be omitted.
1988 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1990         * gnus-art.el (article-de-quoted-unreadable)
1991         (article-de-base64-unreadable, gnus-mime-copy-part)
1992         * gnus-html.el (gnus-article-html)
1993         * mm-view.el (mm-inline-text-html-render-with-w3)
1994         (mm-inline-text-html-render-with-w3m-standalone)
1995         * rfc2231.el (rfc2231-decode-encoded-string):
1996         Allow overriding charset by mm-charset-override-alist.
1998         * gnus-art.el (gnus-article-browse-html-parts):
1999         Replace LWSPs with `&nbsp;'s in header.
2001         Work for broken Chinese articles.
2003         * gnus-art.el (gnus-article-browse-html-save-cid-content):
2004         Exclude broken handles that gnus-summary-enter-digest-group may create.
2005         (gnus-article-browse-html-parts):
2006         Allow overriding charset by mm-charset-override-alist.
2008 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
2010         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
2011         (gnus-icalendar-identities): Support additional-identities.
2013 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
2015         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
2016         org-timestamp for events ending at midnight.
2018 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
2020         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
2021         .log files.
2023 2013-11-20  David Engster  <deng@randomsample.de>
2025         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
2027 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
2029         * message.el (message-beginning-of-line):
2030         Use beginning-of-visual-line when visual-line-mode is turned on.
2032 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
2034         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
2035         (gnus-icalendar-event-from-ical)
2036         (gnus-icalendar-event->org-entry)
2037         (gnus-icalendar--update-org-event): Required/optional participation,
2038         list of attendees synced to org.
2040 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2042         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
2043         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
2044         cancellations to be synced to org if the original appt has an org
2045         outline.
2047 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2049         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
2050         (gnus-icalendar-event->org-entry)
2051         (gnus-icalendar--update-org-event)
2052         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
2054 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
2056         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
2057         Fix timezone handling in gnus-icalendar export to org.
2059 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2061         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
2063 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2065         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
2067 2013-10-30  Glenn Morris  <rgm@gnu.org>
2069         * gnus-group.el (gnus-group-browse-foreign-server):
2070         * gnus-int.el (gnus-start-news-server):
2071         Silence compiler obsolescence warning.
2073 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2075         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
2076         `nnoo-current-server' first, then for the actual `nnimap-address' to
2077         allow netrc entries for the nnoo server to coexist with netrc entries
2078         for the `nnimap-address'.
2080 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2082         * mm-decode.el (mm-dissect-buffer): Revert last change.
2083         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2084         The problem that motivated those changes was attributed to a broken
2085         mail sender, and has been fixed.
2087 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2089         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
2090         token is missing in the Content-Type header.
2092         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2094 2013-09-18  Glenn Morris  <rgm@gnu.org>
2096         * gnus-util.el (image-size): Declare.
2098 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2100         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
2101         (gnus-icalendar-event-from-ical)
2102         (gnus-icalendar-event--build-reply-event-body)
2103         (gnus-icalendar-event-reply-from-buffer)
2104         (gnus-icalendar-find-org-event-file)
2105         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
2106         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
2108         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
2110 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2112         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2113         Use save-current-buffer.
2114         (gnus-tree-mode-map): Initialize in the declaration.
2115         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2116         (scroll-in-place): Defvar it.
2117         (gnus-tmp-*): Defvar them.
2118         (gnus-get-tree-buffer): Use derived-mode-p.
2119         (gnus--let-eval): New macro.
2120         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2121         non-prefixed variables.
2122         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2124         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2125         vars since it doesn't seem to be available.
2126         (gnus-set-global-variables, gnus-summary-read-group-1)
2127         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2128         (gnus-summary-display-article, gnus-summary-select-article)
2129         (gnus-summary-next-article, gnus-offer-save-summaries)
2130         (gnus-summary-generic-mark): Use derived-mode-p.
2131         (gnus-summary-read-group-1, gnus-summary-exit)
2132         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2133         Adjust calls to gnus-tree-close and gnus-tree-open.
2135         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2137         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2138         (gnus-agent-mode): Use derived-mode-p.
2139         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2140         gnus-command-method and *-command-method to nil, but bind
2141         gnus-command-method to *-command-method instead!
2142         (gnus-agent-fetch-articles): Remove unused var `id'.
2143         (gnus-agent-fetch-headers): Remove unused arg `force'.
2144         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2145         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2146         (gnus-agent-short-article, gnus-agent-long-article)
2147         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2148         first use.
2149         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2150         `score-param'.
2151         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2152         (gnus-get-predicate): Push in front of the cache, rather than end.
2153         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2154         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2155         (gnus-agent-expire-unagentized-dirs): Don't rebind
2156         gnus-agent-expire-current-dirs since the defvar silences the warning.
2157         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2158         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2159         (gnus-agent-regenerate): Simplify interactive spec and doc.
2161 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2163         * gnus-int.el (gnus-open-server): Silence compiler.
2165         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2167         * message.el (message-display-completion-list): Abolish.
2168         (message-completion-in-region): Use display-completion-list.
2170 2013-09-17  Glenn Morris  <rgm@gnu.org>
2172         * gnus-util.el (gnus-message-with-timestamp-1):
2173         Use `messages-buffer' function if available.  Ignore read-only.
2175 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2177         * message.el (message-expand-group, message-completion-in-region):
2178         Correct the order of start and end of a region.
2180 2013-09-13  Glenn Morris  <rgm@gnu.org>
2182         * mml2015.el (gnus-create-image): Autoload it.
2184         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2186         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2187         (image-size): Declare.
2189 2013-09-12  Glenn Morris  <rgm@gnu.org>
2191         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2192         Avoid using `find', which i) might not be defined at runtime;
2193         ii) does not work, since its default test is eql, not equal.
2194         (gnus-mime-action-alist): Declare.
2196 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2198         * score-mode.el (gnus-score-mode-map): Move initialization
2199         into declaration.
2200         (gnus-score-mode): Use define-derived-mode.
2201         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2202         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2203         into declaration.
2204         (gnus-kill-file-mode): Use define-derived-mode.
2205         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2206         Use derived-mode-p.
2207         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2208         (gnus-group-setup-buffer, gnus-group-name-at-point)
2209         (gnus-group-make-web-group, gnus-group-enter-directory)
2210         (gnus-group-suspend): Use derived-mode-p.
2211         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2212         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2213         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2214         (gnus-article-setup-buffer, gnus-article-prepare)
2215         (gnus-article-prepare-display, gnus-sticky-article)
2216         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2217         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2218         (gnus-article-read-summary-keys): Use derived-mode-p.
2220 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2222         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2224 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2226         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2227         shift_jis from the default value set for Japanese users.
2229 2013-08-13  Glenn Morris  <rgm@gnu.org>
2231         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2233         * gnus.el (gnus-valid-select-methods): Fix type.
2235         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2237 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2239         * mm-decode.el (mm-display-external): Run a timer for the temp files
2240         deletion after a viewer exits; add a deletion timer for the needsterm
2241         case, too.
2243         * mm-decode.el (mm-display-external): Try to delete temporary files by
2244         using a 1-min. timer.
2246 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2248         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2249         New internal variables.
2250         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2251         (mm-display-external): Use it to delete temporary files instead of
2252         using timers.
2254 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2258 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2260         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2261         with cond for backwards compatability.
2263 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2265         * mm-decode.el (mm-display-external): Bind process-connection-type to
2266         nil; don't delete a temp file immediately even if a viewer finishes,
2267         since it may be a shell script, like xdg-open, that launches a real
2268         viewer program belatedly.
2270 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2272         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2273         that we can create nndoc groups that excerpt other groups.
2275 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277         * gnus-delay.el (gnus-delay-article): Fix typo.
2279         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2280         articles.
2282         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2283         we can get spell-checking etc.
2285 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2287         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2288         a single one used for encoding the whole text in a header.
2290 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2293         doesn't work properly on XEmacs.
2295 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2298         before sending.
2300         * dgnushack.el (dgnushack-compile): Add a temporary check for
2301         gnus-icalendar.
2303         * mm-decode.el (mm-command-output): New face.
2304         (mm-display-external): Use it.
2306 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2308         * nnmbox.el (nnmbox-request-article): Don't change point.
2310 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2313         Include `handle' parameter.
2315 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2317         * gnus-icalendar.el: New file.
2319 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2323         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2324         dummy roots, too.
2326 2013-08-01  David Edmondson  <dme@dme.org>
2328         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2329         out on ttys.
2331 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2334         not empty.
2336         * nnrss.el (nnrss-discover-feed): Indent.
2338 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2340         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2342 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2345         dirty to ensure nnimap data being saved.
2347 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2349         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2350         menu entry.
2352         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2353         the current thread's total score instead of the current article's
2354         score.
2356         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2357         (gnus-sort-threads-recursively): Delete defcustom.
2358         (gnus-sort-threads-recursive): Adapt accordingly.
2360 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2362         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2363         (gnus-sort-threads-recursive): Use it.
2364         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2365         again.  Now that determines how to sort subthreads.
2367 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2369         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2370         (gnus-sort-threads): Use it.
2372 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2374         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2375         punctuation characters follow parentheses (bug#14950).
2377 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2379         * gnus.el (gnus-continuum-version):
2380         * gnus-msg.el (gnus-extended-version): Simplify.
2382         * gnus.el (gnus-continuum-version-1): Remove.
2383         * gnus-msg.el (gnus-bug): Revert.
2385         Calculate gnus-version correctly on Cygwin.
2387         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2388         (gnus-continuum-version-1): New function, return a string.
2390         * gnus-msg.el (gnus-extended-version, gnus-bug):
2391         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2393 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2395         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2396         (bug#13384).
2398 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2401         that were only relevant in a development version a long time ago.
2403 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2405         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2406         that the old Emacs 24s bundle.
2408 2013-07-10  David Engster  <deng@randomsample.de>
2410         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2411         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2412         fixes a bug in Emacs trunk where the 'unexist' marks were always
2413         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2414         Gnus v0.03".
2416 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2418         * gnus.el (gnus-summary-line-format): Reference
2419         `gnus-user-date-format-alist' for the &user-date; format, not
2420         `gnus-summary-user-date-format-alist'.
2422 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2425         delete files (bug#13481).
2427 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2429         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2431 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2433         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2434         display images.
2436         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2438         * message.el (message-cancel-news): According to
2439         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2440         preferred over "cmsg cancel" in the Subject.
2442         * nnir.el (nnir-engines): Note that the group specs are regexps
2443         (bug#13238).
2445         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2446         gotten read-only text properties, ensure that those aren't heeded when
2447         copying stuff over (bug#13434).
2449         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2450         (bug#13762).
2452 2013-07-05  David Kastrup  <dak@gnu.org>
2454         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2455         authinfo file again (important for blank passwords).  This had been
2456         broken with 2013-06-15 change.
2458 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2460         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2461         Revert 2013-01-14 change.
2463 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2465         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2466         of 'create-image' for XEmacs compatibility; check errors when decoding
2467         image.  Reported by Uwe Brauer.
2469 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2471         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2472         gnus-button-push revised at 2011-01-19.
2474 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2477         now live in the lisp/net Emacs 24 repository.
2479 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481         * eww.el (eww-update-header-line-format): Quote % characters.
2483 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485         * eww.el (eww-process-text-input): Display passwords as asterisks.
2487         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2489 2013-06-19  Tom Tromey  <tromey@redhat.com>
2491         * eww.el (eww-top-url): Remove.
2492         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2493         (eww-render): Set new variables.  Don't set eww-top-url.
2494         (eww-handle-link): Handle "prev", "home", and "contents".
2495         Downcase the rel text.
2496         (eww-top-url): Choose best top URL.
2498 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500         * eww.el: Rewrite to implement form elements "by hand" instead of
2501         relying in widget.el.  Using widget.el leads to too many
2502         user interface inconsistencies.
2503         (eww-self-insert): Implement entering commands in text fields.
2504         (eww-process-text-input): New function to make text input field editing
2505         work.
2506         (eww-submit): Rewrite to use the new-style form methods.
2507         (eww-select-display): Display the correct selected item.
2508         (eww-change-select): Implement changing the select value.
2509         (eww-toggle-checkbox): Implement radio/checkboxes.
2510         (eww-update-field): Fix compilation error.
2511         (eww-tag-textarea): Implement <textarea>.
2513         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2514         don't shadow mode-specific bindings.
2516         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2517         nothing to push.
2519         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2521 2013-06-19  Glenn Morris  <rgm@gnu.org>
2523         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2525 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2527         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2529 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531         * shr.el (shr-make-table-1): Implement <td rowspan>.
2532         (shr-table-horizontal-line): Allow nil as a value, and change the
2533         default.
2534         (shr-insert-table-ruler): Respect the nil value.
2536 2013-06-18  Tom Tromey  <tromey@barimba>
2538         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2539         New defvars.
2540         (eww-open-file): New defun.
2541         (eww-render): Initialize new variables.
2542         (eww-display-html): Handle "link" and "a".
2543         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2544         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2545         (eww-back-url): Rename from eww-previous-url.
2546         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2547         defuns.
2549 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551         * shr.el (shr-tag-table): Insert the images after the table, so that
2552         they're not covered by the table colourisation, which often looked
2553         awkward.
2554         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2555         <dd>.
2556         (shr-make-table-1): Implement <td colspan=> support.
2557         (shr-insert-document): Use one less than window width if `shr-width' is
2558         nil, since otherwise things may get one character too wide.
2560 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2562         * eww.el (eww-detect-charset): Improve regexp; move backward.
2564 2013-06-18  Glenn Morris  <rgm@gnu.org>
2566         * mm-decode.el (widget-convert-button): Autoload.
2568         * sieve-manage.el (mm-enable-multibyte): Autoload.
2570         * shr.el (libxml-parse-html-region): Declare.
2571         (shr-render-buffer): Explicit error if no libxml2 support.
2573 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2575         * auth-source.el (auth-source-current-line): New function.
2576         (auth-source-netrc-parse-entries): When a data token is "machine",
2577         assume we're in the wrong place and abort parsing the current line.
2579 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2582         (eww-convert-widgets): Don't bug out if the first widget starts at the
2583         beginning of the buffer.
2584         (eww-convert-widgets): Fix last patch.
2585         (eww-tag-input): Support <input type=image>.
2587         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2588         (shr-tag-base): Protect against base specs that are degenerate.
2589         (shr-ensure-paragraph): Don't delete empty lines that have text
2590         properties, because these may be input fields.
2592         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2593         we can navigate to them.
2595         * shr.el (shr-colorize-region): Put the colours over the entire region.
2596         (shr-inhibit-decoration): New variable.
2597         (shr-add-font): Use it to inhibit text property decorations while doing
2598         preliminary table renderings.  This speeds up typical Wikipedia page
2599         renderings by 15%.
2600         (shr-tag-span): Don't respect the <title>, because that overwrites the
2601         help-echo from links inside the spans.
2602         (shr-next-link): Use `help-echo' for navigation, so that we can
2603         navigate to form elements, too.
2605         * eww.el (eww-button): New face.
2606         (eww-convert-widgets): Use it to make submit buttons more button-like.
2608         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2609         that Gnus commands work.
2611         * shr.el (shr-render-td): Support horizontal alignment.
2613         * eww.el (eww-put-color): Removed.
2614         (eww-colorize-region): Use `add-face-text-property'.
2616         * shr.el (shr-add-font): Append face data, so that we get the correct
2617         precedence: The innermost value (which is applied first) wins.
2618         (shr-make-overlay): Obsolete function.
2620         * mm-decode.el (mm-convert-shr-links): New function to convert
2621         new-style shr URL links into widgets.
2622         (mm-shr): Use it.
2624         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2625         widget commands, since we're no longer using widgets for links.
2627         * shr.el (shr-next-link): New command.
2628         (shr-previous-link): New command.
2629         (shr-urlify): Don't use `widget-convert', because that's slow.
2630         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2631         because collecting the overlays and reapplying them when generating
2632         tables is slow.
2633         (shr-insert-table): Ditto.
2635 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2637         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2638         * shr.el (browse-url): Require `url'.
2639         * eww.el (url): Require format-spec.
2641 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643         * eww.el (eww-display-html): Default to using the entire window width.
2644         (eww-browse-url): Don't add a User-Agent header (twice), because that
2645         makes Bing refuse connection.
2647         * shr.el (shr-make-table): Cache the table rendering at the table
2648         level, and not the <td> level.  This is a bit faster.
2650         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2651         #id.
2653         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2654         browsers don't.
2655         (shr-expand-url): Respect #anchor links.
2656         (shr-parse-base): Chop off the anchor before using.
2657         (shr-descend): Respect display: none.
2658         (shr-descend): Allow marking elements that have certain IDs.
2660         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2662         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2664         * eww.el (eww-tag-textarea): Support <textarea>.
2666 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2668         * shr.el (shr-dom-to-xml): Fixed function call.
2670         * eww.el (eww): New group.
2671         (eww-header-line-format): New custom variable.
2672         (eww-current-title): New variable.
2673         (eww-display-html): Update header and handle title tag.
2674         (eww-update-header-line-format): New function.
2675         (eww-tag-title): New function.
2677         * shr.el (shr-dom-to-xml): New function.
2678         (shr-tag-svg): Add support for the SVG tag.
2679         (shr-bullet): New custom variable.
2680         (shr-tag-li): Support custom bullet in unordered lists.
2682 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684         * shr.el (shr-expand-url): Respect // URLs.
2686         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2687         put a background colour onto the entire buffer.
2688         (eww-render): When being redirected, use the redirect URL as the new
2689         base URL.
2691         * shr.el (shr-parse-base): Fix parsing error.
2693         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2695         * shr.el (shr-parse-base): New function.
2696         (shr-expand-url): Use it to expand relative URLs reliably.
2698 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2700         * auth-source.el (auth-source-search-collection): Fix docstring.
2701         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2702         single-quoted strings and multiline entries.
2703         (auth-source-netrc-parse-next-interesting)
2704         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2705         functions to support parser.
2707 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709         * eww.el (eww-submit): Get submit button logic right when hitting RET
2710         on non-submit buttons.
2712         * shr.el: Remove shr-preliminary-table-render, since that can't really
2713         be used for anything in practice.
2715 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2717         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2718         (sieve-manage-quit).
2720 2013-06-14  Glenn Morris  <rgm@gnu.org>
2722         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2724 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2726         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2727         control the maximum size of photo ID image.
2728         (mml2015-epg-key-image-to-string): Respect it.
2730 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2733         instead of the final one so that we can more easily distinguish them.
2735         * eww.el (eww-submit): Compute the submission URL correctly.
2737 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2739         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2740         Use plist-get rather than CL's getf.
2741         (sieve-manage-parse-capability): Avoid CL's remove-if.
2743 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2745         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2746         (sieve-manage-quit).
2748 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2751         last slash.
2753         * eww.el (eww-tag-select): Use the first value as the default value.
2755 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2757         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2758         (eww-mode): Use `define-derived-mode'.
2759         (eww-parse-headers): Parse headers from beginning of buffer so that
2760         file:// links work.
2762 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2764         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2766 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2769         to handle them at all.
2771 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2774         work, too.
2775         (eww-tag-select): Implement <select>.
2777 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2779         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2780         stream managing functions by using open-protocol-stream to do most of
2781         the work.  Has the nice benefit of enabling STARTTLS.
2782         Wait for capabilities after STARTTLS: following RFC5804, the server
2783         sends new capabilities after successfully establishing a TLS connection
2784         with the client.  The client should update the cached list of
2785         capabilities, but we just ignore the answer for now.
2786         (sieve-manage-network-p, sieve-manage-network-open)
2787         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2788         (sieve-manage-forward, sieve-manage-streams)
2789         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2790         API, nor called by any other function.
2791         Enable Multibyte for SieveManage buffers: The parser won't properly
2792         handle umlauts and line endings unless multibyte is turned on in the
2793         process buffer.
2795 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797         * eww.el (eww-tag-input): Support password fields.
2798         (eww-submit): Support POST.
2800 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802         * eww.el (eww-tag-form): Protect against degenerate forms.
2804         * shr.el (shr-expand-url): Expand URLs that start with a slash
2805         correctly.
2807         * eww.el (eww-submit): Get submit button logic right.
2809         * shr.el (shr-final-table-render): New variable to signal when we're
2810         doing the final table rendering so that we can collect more data at
2811         that point.
2813         * eww.el (eww-submit): Make form submission work.
2814         (eww-tag-input): Implement submit buttons.
2815         (eww-click-radio): Implement radio and checkboxes.
2816         (eww-submit): Handle hidden elements.
2818         * shr.el (shr-descend): Allow other packages to override (or provide)
2819         rendering of elements.
2820         (shr-expand-url): Strip query strings from URLs before expanding them.
2822         * eww.el: Don't require cl-lib.
2823         (eww-tag-form): Start form support.
2825         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2827         * eww.el: Start writing a new, tiny web browser.
2828         (eww-previous-url): New command.
2829         (eww-quit): New command.
2831 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2833         * sieve.el: Put point at beginning of buffer when viewing a script.
2834         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2835         number in sieve-buffer's header.  Fixed code to also work with a string
2836         as port specifier.  Properly close the connection on pressing 'q'.  Make
2837         sieve-manage-quit close the connection and process buffer.  Also, remove
2838         duplicate keybinding for 'q'.
2840 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2842         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2843         make it easier to read.
2844         (mm-pkcs7-enveloped-magic): Ditto.
2846 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2848         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2849         before `image-type-available-p' to avoid loading the image libraries
2850         needlessly.
2852 2013-06-05  David Engster  <deng@randomsample.de>
2854         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2855         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2856         to see whether the group was synced before.
2858 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2860         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2861         when opening the connection.
2862         Suggested by João Távora <joaotavora@gmail.com> in
2863         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2865 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2867         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2868         assume Date header begins with "Date", that may be customized into
2869         something like "X-Sent" using gnus-article-time-format.
2870         (article-transform-date): Allow multi-line Date header.
2872 2013-06-02  David Engster  <deng@randomsample.de>
2874         * registry.el (initialize-instance, registry-lookup)
2875         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2876         (registry-lookup-secondary-value, registry-search, registry-delete)
2877         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2878         not wrap methods in `eval-and-compile'.  This breaks due to latest
2879         changes in EIEIO (introduction of eieio-core.el).
2881 2013-05-30  Glenn Morris  <rgm@gnu.org>
2883         * nnmail.el (nnmail-fancy-expiry-target):
2884         Also bind mail-dont-reply-to-names.
2886         * spam-stat.el (spam-stat-save):
2887         No need to tweak font-lock in temp buffers.
2889         * shr.el (shr-put-image): Silence compiler.
2891 2013-05-29  Glenn Morris  <rgm@gnu.org>
2893         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2895         * gnus-group.el (gnus-sequence-of-unread-articles)
2896         (gnus-summary-add-mark, gnus-mark-article-as-read)
2897         (gnus-group-make-articles-read): Declare.
2899         * gnus-sum.el (gnus-parameter-list-identifier)
2900         (gnus-article-stop-animations, gnus-stop-downloads)
2901         (gnus-article-only-boring-p, article-goto-body)
2902         (gnus-flush-original-article-buffer, article-narrow-to-head)
2903         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2904         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2906         * gnus.el: No need to eval-and-compile autoloads.
2908         * gravatar.el (help-function-arglist): Autoload.
2910         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2912         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2914         * spam.el: No need to load spam-report when compiling.
2915         No need to eval-and-compile autoloads.
2916         (spam-report-resend-to): Declare.
2917         (spam-report-resend-register-routine): Require 'spam-report.
2919 2013-05-24  Julien Danjou  <julien@danjou.info>
2921         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2922         setup.
2924 2013-05-23  Glenn Morris  <rgm@gnu.org>
2926         * gnus-util.el (rmail-swap-buffers-maybe)
2927         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2928         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2929         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2931         * mm-decode.el: No need to load term when compiling.
2932         (term-mode, term-char-mode): Declare.
2934         * mm-util.el: No need to load jka-compr when compiling.
2935         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2937         * nnmaildir.el: Require is automatically eval-and-compile.
2938         (nnmail): Require at run-time too.
2940         * registry.el (registry-size): Move definition before use.
2942 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2944         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2945         signed data to conform the standard.  (Bug#14232)
2947 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2949         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2950         double angle quotation mark.
2952 2013-05-20  Glenn Morris  <rgm@gnu.org>
2954         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2956 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2958         * message.el (message-insert-formatted-citation-line): handle finding
2959         first/lastname when more than 2 names appear.
2961 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2963         * shr.el (shr-tag-span): New function.
2965 2013-05-18  Glenn Morris  <rgm@gnu.org>
2967         * message.el (message-mode): Use message-mode-abbrev-table,
2968         with text-mode-abbrev-table as parent.  (Bug#14413)
2970 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2972         * message.el (message-expand-group): Decode group names.
2974 2013-05-16  Julien Danjou  <julien@danjou.info>
2976         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2977         app-icon.
2979 2013-05-15  Glenn Morris  <rgm@gnu.org>
2981         * shr-color.el (shr-color-visible-luminance-min)
2982         (shr-color-visible-distance-min): Use shr-color group.
2984 2013-05-11  Glenn Morris  <rgm@gnu.org>
2986         * gnus-vm.el: Make it loadable without VM.
2987         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2988         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2990 2013-05-09  Glenn Morris  <rgm@gnu.org>
2992         * mml1991.el: Make it loadable.  (Bug#13456)
2994         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2995         * gnus-async.el (gnus-async-post-fetch-function):
2996         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2997         * gnus-html.el (gnus-html-image-cache-ttl):
2998         * gnus-notifications.el (gnus-notifications-timeout):
2999         * gnus-picon.el (gnus-picon-properties):
3000         * gnus-util.el (gnus-completion-styles):
3001         * gnus.el (gnus-other-frame-resume-function):
3002         * message.el (message-user-organization-file)
3003         (message-cite-reply-position):
3004         * nnir.el (nnir-summary-line-format)
3005         (nnir-retrieve-headers-override-function):
3006         * shr-color.el (shr-color-visible-luminance-min):
3007         * shr.el (shr-blocked-images):
3008         * spam-report.el (spam-report-resend-to):
3009         * spam.el (spam-summary-exit-behavior): Fix custom types.
3011         * gnus-salt.el (gnus-selected-tree-face): Fix default.
3013 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3015         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
3016         because of let-binding help-xref-following.  (Bug#14356)
3018 2013-05-06  Glenn Morris  <rgm@gnu.org>
3020         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
3022 2013-05-04  Andrew Cohen  <cohen@bu.edu>
3024         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
3025         entering into the registry.
3027 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3029         * gnus.el: Ma Gnus v0.7 is released.
3031 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3033         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
3034         (Bug#14304)
3036 2013-04-27  Glenn Morris  <rgm@gnu.org>
3038         * gnus.el (gnus-list-debbugs):
3039         Use require rather than autoload.  (Bug#14262)
3041 2013-04-27  Julien Danjou  <julien@danjou.info>
3043         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
3044         port to "sieve" now that it has an official IANA port assigned.
3046 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3048         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
3049         Don't set the MAILHOST environment variable permanently (Bug#14271).
3051 2013-04-26  Glenn Morris  <rgm@gnu.org>
3053         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
3055 2013-04-25  Andrew Cohen  <cohen@bu.edu>
3057         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
3058         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
3060 2013-04-24  Andrew Cohen  <cohen@bu.edu>
3062         * nnir.el (nnir-close-group): Make sure we are in the right group.
3064         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
3065         dependency table from all newly retrieved headers.
3067 2013-04-16  David Edmondson  <dme@dme.org>
3069         Support <img src="data:...">.
3071         * shr.el (shr-image-from-data): New function.
3072         (shr-tag-img): Use it.
3074 2013-04-14  Andrew Cohen  <cohen@bu.edu>
3076         * nnir.el (nnir-request-set-mark): Make sure we are in the right
3077         group.
3079 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3081         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
3082         corresponding to any existing group (Bug#14166).
3084 2013-04-10  Andrew Cohen  <cohen@bu.edu>
3086         * nnir.el (number-sequence): No longer used.
3087         (nnir-request-set-mark): New function.
3088         (nnir-request-update-info): Improve marks updating.
3089         (nnir-request-scan): Don't duplicate marks updating.
3090         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
3091         Use 'assq rather than 'assoc.  Quote anonymous function.
3092         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
3093         Use 'gnus-group-prefixed-p.
3094         (gnus-summary-create-nnir-group): Make sure server for method is open.
3096 2013-04-04  Andrew Cohen  <cohen@bu.edu>
3098         * nnir.el (gnus-nnir-group-p): New function.
3099         (nnir-possibly-change-group): Use it.
3101         * gnus-msg.el (gnus-setup-message): Use it.
3103 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3105         * mml.el (mml-minibuffer-read-description): Use `default' insted of
3106         `initial-input' for the argument name.
3107         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3109 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
3111         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
3112         (used by MH-E).
3114 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3116         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3117         group.
3119         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3120         fix compilation.
3122 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3124         * nnir.el (nnir-method-default-engines): And another typo.
3126 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3128         * nnir.el (nnir-method-default-engines): Fix typo.
3130 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3132         * nnir.el: Define 'number-sequence for xemacs.
3133         (gnus-summary-create-nnir-group): New function to create an nnir group
3134         from an nnir summary buffer based on the current query.
3135         (nnir-request-create-group): Update to allow nnir group creation based
3136         on the current query.
3138 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3140         * nndraft.el (nndraft-request-expire-articles):
3141         Make expiry target always `delete'.
3143 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3145         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3146         buffer use the posting-style and gcc of the original article group.
3147         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3149         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3150         after other deffoos.
3152 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3154         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3155         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3156         support for real (i.e. not ephemeral) nnir groups.
3157         (gnus-summary-make-nnir-group): New function for initiating searches
3158         from a summary buffer.
3160 2013-03-18  Sam Steingold  <sds@gnu.org>
3162         * message.el (message-bury): Minor cleanup.
3164 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3166         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3168 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3170         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3171         nnml-request-list.  (Bug#13873)
3172         (nndir-request-newsgroups): Remove, unused.
3174         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3176 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3178         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3179         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3180         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3182 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3184         * shr.el: Make all the overlays set the `evaporate' property so that
3185         they're removed properly.
3187 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3189         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3190         shell-quote-argument.
3192 2013-02-22  David Engster  <deng@randomsample.de>
3194         * gnus-registry.el (gnus-registry-save): Provide class name when
3195         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3196         `condition-case' to stay compatible with older EIEIO versions which
3197         only accept one argument.
3199 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3201         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3202         (epg-user-id-validity): Autoload.
3203         (mml2015-epg-check-user-id): New function.
3204         (mml2015-epg-check-sub-key): New function split from
3205         mml2015-epg-find-usable-key.
3206         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3207         optional name-is-key-id, to handle the case when user-id is unusable.
3208         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3210 2013-02-17  Glenn Morris  <rgm@gnu.org>
3212         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3214 2013-02-16  Glenn Morris  <rgm@gnu.org>
3216         * shr.el (shr-put-image): Only animate images that specify a delay.
3217         This is consistent with the old image-animated-p behavior.
3219 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3221         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3222         for XEmacs.
3224 2013-02-13  Juri Linkov  <juri@jurta.org>
3226         * gnus-art.el (gnus-article-mode-map):
3227         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3228         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3230 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3232         * auth-source.el (auth-source-format-prompt): Don't get confused by
3233         any "\" in replacement text.  (Bug#13637)
3235 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3237         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3238         (gnus-backend-trace): Honour gnus-backend-trace.
3240         * mml.el (mml-insert-part): Insert closing tag.
3242         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3244 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3247         able to find the article, which can happen in debbugs groups,
3248         apparently.
3250 2013-01-16  Glenn Morris  <rgm@gnu.org>
3252         * smiley.el (smiley-style): Make the file loadable in batch mode.
3254 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3256         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3257         imap process running.
3259 2013-01-14  Julien Danjou  <julien@danjou.info>
3261         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3262         Compare addresses against addresses, not against the full From field.
3264 2013-01-13  Richard Stallman  <rms@gnu.org>
3266         * message.el (message-forward-make-body-mime): New args BEG, END
3267         specify what part of FORWARD-BUFFER to use.  Do the work directly
3268         instead of calling `mml-insert-buffer'.
3270 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3272         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3273         cross-reference(s).
3275         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3276         cross-reference(s).
3278 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3280         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3281         and point-max-marker.
3282         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3284 2013-01-11  Julien Danjou  <julien@danjou.info>
3286         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3287         max are almost equal.  Also return the correct value for V which is
3288         already between 0 and 1.
3290 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3292         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3293         to mml2015-encrypt-to-self.
3294         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3296 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3298         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3299         mml-smime-epg-find-usable-secret-key.
3301 2013-01-08  Glenn Morris  <rgm@gnu.org>
3303         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3305 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3307         * mml-smime.el: Support signing by sender.
3308         Requested by Uwe Brauer.
3309         (mml-smime-sign-with-sender): New user option analogous
3310         to mml2015-sign-with-sender.
3311         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3312         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3313         mml2015.el.
3315 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3317         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3318         isn't running, because Gnus will probably not know how to handle the
3319         Gcc header (bug#11941).
3321         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3322         articles.
3324 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3327         (nnfolder-generate-active-file): Make this function work with recursive
3328         folder names.
3330 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3332         * nntp.el (nntp-open-connection): Use HELP as the capability command
3333         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3334         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3336 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3338         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3339         place holder since this gives `Invalid face reference: nil' messages.
3340         Use the `default' face instead.  It has the same effect here, even
3341         though it is not no-op.
3343         * gnus-util.el
3344         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3346 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3348         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3349         non-string posting styles (bug#13285).
3351 2012-12-27  Glenn Morris  <rgm@gnu.org>
3353         * plstore.el (plstore-passphrase-callback-function):
3354         Use plstore-get-file.
3356 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3358         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3359         stderr.
3361 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3363         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3365         * gnus-compat.el (set-buffer-multibyte): Remove.
3367 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3369         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3370         temporary file to get PGP key image.  Pass no-show-photos when
3371         extracting image to avoid having it pop up twice.
3373 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3375         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3376         eligible for treatment.
3378         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3379         lines.  This makes summary commands with hidden threads work more
3380         reliably.
3382         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3383         button to mark the hidden citations (bug#9395).
3385 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3387         * mml2015.el (mml2015-epg-signature-to-string): New function.
3388         (mml2015-epg-verify-result-to-string): New function.
3389         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3390         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3391         instead of epg-verify-result-to-string.
3392         (epg-signature-key-id, epg-signature-to-string): Autoload.
3393         (epg-verify-result-to-string): Remove autoload.
3395 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3397         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3398         ID image from GPG public key.
3399         (mml2015-epg-key-image-to-string): New function.
3401 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3403         * plstore.el (plstore-passphrase-callback-function): Fix error when
3404         error when plstore-cache-passphrase-for-symmetric-encryption is set
3405         (bug#13264).
3407 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3409         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3410         buffer to the article buffer here, because that clobbers multiple
3411         article buffers.
3413         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3414         buffer always points to the right summary buffer.
3416 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3418         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3419         the password (bug#12097).
3421 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3423         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3424         (bug#13263).
3426         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3427         buffer exists before using it (bug#12475).
3429         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3430         offline groups (bug#11937).
3432         * message.el (message-yank-original): When using customize to set the
3433         value of `message-cite-style', the variable it set to a symbol that's
3434         the name of the variable, which must then be dereferenced (bug#12616).
3436 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3438         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3439         the `face' property with a list whose car is the face specified in the
3440         format string and whose cdr is (nil).
3441         * lisp/gnus-util.el
3442         (gnus-put-text-property-excluding-characters-with-faces):
3443         Change accordingly.
3444         (gnus-get-text-property-excluding-characters-with-faces): New function.
3445         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3446         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3447         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3449 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3451         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3452         login methods.
3453         (nnimap-login): Respect the `nnimap-authenticator' variable.
3455         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3456         mark state when moving articles.  Otherwise unticked articles will get
3457         their ticks back after moving.
3459 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3461         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3463         * message.el (message-ignored-news-headers): Always remove
3464         X-Message-SMTP-Method to avoid information leakage if the user
3465         mistakenly inserts the header into news messages.
3467         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3469         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3470         right than four characters, this command would move point to
3471         `point-max'.  Don't do that.
3473         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3474         to nil to allow re-selecting groups that gain articles.
3475         (gnus-bug-group-download-format-alist): Update the URL.
3477 2012-12-23  Andreas Schwab  <schwab@suse.de>
3479         * shr.el (shr-tag-em): Render em as italic, not bold.
3481 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3483         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3484         for reuse.
3485         (gnus-open-server): Use it to add more tracing.
3486         (gnus-finish-retrieve-group-infos): Add backend tracing.
3487         (gnus-backend-trace): Also note the elapsed seconds.
3489 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3491         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3492         Set epa-file-encrypt-to from variable to avoid querying.
3494 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3496         * sieve-mode.el (sieve-font-lock-keywords):
3497         Keywords should be word delimited.  (Bug#13173)
3499 2012-12-13  Andreas Schwab  <schwab@suse.de>
3501         * tls.el (tls-program): Update customize type.
3503 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3505         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3506         instead of <pre> to align message header.
3508 2012-12-12  Sam Steingold  <sds@gnu.org>
3510         * gnus.el (gnus-other-frame-resume-function): Add user option.
3511         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3513 2012-12-06  Sam Steingold  <sds@gnu.org>
3515         * gnus-start.el (gnus-before-resume-hook): Add.
3516         (gnus-1): Run it when Gnus is alive.
3518 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3520         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3521         * gnus-art.el (article-unsplit-urls)
3522         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3523         * gnus-registry.el (gnus-registry-get-article-marks)
3524         * message.el (message-goto-body): Use it.
3525         (message-called-interactively-p): Remove.
3527         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3528         (spam-stat-score-buffer): Use it.
3530         * spam.el: Silence the warnings against BBDB functions when compiling.
3532         * gnus-score.el (gnus-score-decode-text-parts):
3533         Use append+mapcar instead of the cl function mapcan.
3535 2012-12-05  Sam Steingold  <sds@gnu.org>
3537         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3538         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3539         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3541 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3543         * gmm-utils.el (gmm-called-interactively-p): Revert.
3544         This seems to cause Emacs to get stuck!
3545         * gnus-art.el (article-unsplit-urls)
3546         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3547         * gnus-registry.el (gnus-registry-get-article-marks)
3548         * message.el (message-goto-body)
3549         (message-called-interactively-p): Revert.
3551         * gmm-utils.el (gmm-called-interactively-p): New function.
3552         * gnus-art.el (article-unsplit-urls)
3553         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3554         * gnus-registry.el (gnus-registry-get-article-marks)
3555         * message.el (message-goto-body): Use it.
3556         (message-called-interactively-p): Remove.
3558         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3559         * gnus-sync.el (gnus-sync-lesync-call)
3560         * message.el (message-read-from-minibuffer): Use it.
3562 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3564         * gmm-utils.el (gmm-flet): Remove.
3565         * gnus-sync.el (gnus-sync-lesync-call)
3566         * message.el (message-read-from-minibuffer): Don't use it.
3568 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3570         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3572 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3574         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3576         * gnus-sync.el (gnus-sync-lesync-call)
3577         * message.el (message-read-from-minibuffer): Use gmm-flet.
3579         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3581         * gnus-util.el (gnus-macroexpand-all): Remove.
3583 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3585         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3586         to TAB, not [tab].
3587         (gnus-summary-article-map): Likewise.
3589         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3590         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3592 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3594         * time-date.el: Commentary fix.
3596 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3598         * color.el: Don't require cl.
3599         (color-complement): `caddr' -> `nth 2'.
3601         * time-date.el (time-to-seconds): De-obsolete.
3603 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3605         * message.el (message-get-reply-headers):
3606         Make sure the reply goes to the author if it is a wide reply.
3608 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3610         * gnus-score.el (gnus-score-body):
3611         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3612         scoring by body.
3614 2012-11-16  Glenn Morris  <rgm@gnu.org>
3616         * gnus-diary.el (nndiary-request-create-group-functions)
3617         (nndiary-request-update-info-functions)
3618         (gnus-subscribe-newsgroup-functions)
3619         (nndiary-request-accept-article-functions):
3620         Use new names for hooks rather than obsolete aliases.
3622 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3624         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3626 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3628         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3629         in meta tag with the one the part specifies in its header.
3631 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3633         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3634         by default.
3636 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3638         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3639         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3641 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3643         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3644         and a runtime function for it, of which the XEmacs version takes only
3645         two arguments.
3647 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3649         * nndiary.el (nndiary-request-create-group-functions)
3650         (nndiary-request-update-info-functions)
3651         (nndiary-request-accept-article-functions):
3652         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3653         "-hooks" suffix.
3655 2012-10-19  Julien Danjou  <julien@danjou.info>
3657         * gnus-art.el: Require gnus-util because it uses
3658         `gnus-timer--function'.
3660 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3662         * starttls.el (starttls-extra-arguments): Doc fix.
3664 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3667         it.
3669 2012-10-06  Glenn Morris  <rgm@gnu.org>
3671         * gnus-notifications.el (gnus-notifications):
3672         Add missing group :version tag.
3673         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3674         (gnus-gcc-post-body-encode-hook):
3675         * gnus-sync.el (gnus-sync-lesync-name)
3676         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3678 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3680         * color.el (color-hsl-to-rgb): Fix incorrect results for
3681         small and large hue values.  (Bug#12559)
3683 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3685         New UIDL implementation.
3687         * mail-source.el (mail-sources, mail-source-keyword-map):
3688         Add :leave as a pop3 keyword.
3689         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3691         * pop3.el (pop3-leave-mail-on-server): Allow number.
3692         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3693         (pop3-movemail): Add UIDL support.
3694         (pop3-send-streaming-command): Take a list of mail numbers instead of
3695         the number of mails.
3696         (pop3-write-to-file): Add X-UIDL header.
3697         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3698         (pop3-uidl-add-xheader): New functions.
3700         * message.el (message-ignored-resent-headers):
3701         Add X-Content-Length and X-UIDL headers.
3703 2012-10-05  Glenn Morris  <rgm@gnu.org>
3705         * color.el (color-name-to-rgb, color-rgb-to-hex)
3706         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3707         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3708         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3709         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3711 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3713         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3714         a user about whether to delete temp files if once a user answered as n.
3716 2012-09-25  Chong Yidong  <cyd@gnu.org>
3718         * password-cache.el (password-read-and-add): Use a declare form to mark
3719         this function obsolete.
3721 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3723         * lpath.el: Bind mail-encode-mml for old Emacsen.
3725 2012-09-17  Richard Stallman  <rms@gnu.org>
3727         * message.el (message-in-body-p): Don't set mark or modify buffer.
3729         * mml.el (mml-attach-file): Doc fix.
3730         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3731         Set mail-encode-mml when in Mail mode.
3732         Simplify code to set HEAD and move back to HEAD.
3733         (mml-insert-multipart, mml-insert-part):
3734         Set mail-encode-mml when in Mail mode.
3736 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3738         * gnus-util.el (gnus-timer--function): New function.
3740         * gnus-art.el (gnus-article-stop-animations): Use it.
3742 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3744         Fix glitches caused by addition of psec to timers.
3745         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3746         rather than raw access to timer vector.
3748 2012-09-11  Julien Danjou  <julien@danjou.info>
3750         * gnus-notifications.el (gnus-notifications): Check for nil values in
3751         ignored addresses check.
3753 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3755         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3757 2012-09-07  Chong Yidong  <cyd@gnu.org>
3759         * gnus-util.el
3760         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3762         * gnus-salt.el (gnus-tree-highlight-node):
3763         * gnus-sum.el (gnus-summary-highlight-line):
3764         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3766 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3768         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3770 2012-09-06  Juri Linkov  <juri@jurta.org>
3772         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3773         scheme for buffer names to be more consistent with other group and
3774         article buffer names in Gnus.
3776 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3778         * gnus-util.el
3779         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3781         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3782         Jenkner.
3784         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3786         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3788         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3790 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3792         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3793         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3795         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3796         string-prefix-p in Emacs >=23.2.
3798         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3799         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3800         instead of string-match-p.
3801         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3803 2012-09-06  Kenichi Handa  <handa@gnu.org>
3805         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3806         lowercase a..f.
3808 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3810         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3812 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3814         * nnimap.el (nnimap-request-move-article): Decode the group name when
3815         doing internal moves to avoid charset issues.
3817         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3818         TIME is set.
3820 2012-09-05  Juri Linkov  <juri@jurta.org>
3822         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3823         than one group at a time (bug#11961).
3825 2012-09-05  Julien Danjou  <julien@danjou.info>
3827         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3828         this hide the real reason with a message giving absolutely no hint.
3830 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3832         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3833         to the backend (bug#11804).
3835         * message.el (message-insert-newsgroups): Don't insert newsgroup
3836         duplicates (bug#12275).
3838 2012-09-05  John Wiegley  <johnw@newartisans.com>
3840         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3841         sieve rules.
3843 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3845         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3846         function.
3848         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3850         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3852 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3854         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3855         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3856         This should make nnmaildir more usable with offlineimap.
3858 2012-09-05  Julien Danjou  <julien@danjou.info>
3860         * nnimap.el (nnimap-request-list): Revert change that made listing
3861         synchronous.
3862         (nnimap-get-responses): Restore.
3864 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3866         * dgnushack.el: XEmacs 21.5 compilation fix.
3868         * gnus-notifications.el (gnus-notifications-notify): Use it.
3870         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3871         warnings on XEmacs.
3873 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3875         Better seeds for (random).
3876         * gnus-sync.el (gnus-sync-lesync-setup):
3877         * message.el (message-canlock-generate, message-unique-id):
3878         Change (random t) to (random), now that the latter is more random.
3880 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3882         * nnimap.el (nnimap-change-group): Document result value
3884         * auth-source.el (auth-sources): Fix macos keychain access.
3886         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3887         allow the backend `request-head' function to determine the group
3888         name on its own.
3889         (gnus-request-expire-articles): Filter out negative article numbers
3890         during expiry (Bug#11980).
3892         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3893         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3895         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3896         you've found the article when you haven't.
3898         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3899         that nnimap-change-group can return t.
3901 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3903         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3905 2012-08-30  Julien Danjou  <julien@danjou.info>
3907         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3908         `gnus-notifications-timeout'.
3909         (gnus-notifications-timeout): Add.
3910         (gnus-notifications-action): New function.
3911         (gnus-notifications-notify): Add :action using
3912         `gnus-notifications-action'.
3913         (gnus-notifications-id-to-msg): New variable.
3914         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3915         notifications id to messages.
3917 2012-08-30  Kenichi Handa  <handa@gnu.org>
3919         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3920         once.
3922 2012-08-29  Julien Danjou  <julien@danjou.info>
3924         * gnus-notifications.el: New file.
3925         (gnus-notifications-notify): New function.
3926         (gnus-notifications): Use `gnus-notifications-notify'.
3928 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3930         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3931         transfer encoding first; bind gnus-newsgroup-charset to the charset
3932         that the article specifies (Bug#12209).
3934 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3936         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3937         (gnus-group-customize-done): Encode values posting-style holds.
3939         * gnus-msg.el (gnus-summary-resend-message)
3940         (gnus-configure-posting-styles): Decode values posting-style group
3941         parameter holds.
3943 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3945         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3946         `name' and `address' in Resent-From header.
3948 2012-08-14  Chong Yidong  <cyd@gnu.org>
3950         * gnus-art.el (article-display-face): Handle failure in
3951         gnus-create-image (Bug#11802).
3953 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3955         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3956         Use defsetf.
3958 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3960         * auth-source.el (auth-source-plstore-search)
3961         (auth-source-secrets-search): Ignore :require and :type in search spec.
3963 2012-08-06  Julien Danjou  <julien@danjou.info>
3965         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3966         `nnimap-request-move-article'.
3968         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3969         Remove autoload, already handled by gnus.el.
3971         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3973         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3974         supported by nnimap actually.  Reverts previous change.
3976         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3977         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3978         to-buffer argument that is already supported.
3980 2012-08-05  Julien Danjou  <julien@danjou.info>
3982         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3983         Add autoload.
3985 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3987         * gnus.el (gnus-valid-select-methods): Fix custom type.
3989 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3991         * auth-source.el (auth-sources, auth-source-backend-parse)
3992         (auth-source-macos-keychain-search)
3993         (auth-source-macos-keychain-search-items)
3994         (auth-source-macos-keychain-result-append)
3995         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3996         auth-source.el through the /usr/bin/security utility.
3997         (auth-sources): Fix syntax error.
3998         (auth-source-macos-keychain-result-append): Fix variable name.
3999         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
4001 2012-07-27  Julien Danjou  <julien@danjou.info>
4003         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
4004         Emacs < 24.1
4006 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4008         * message.el (message-kill-address): Don't kill last newline.
4009         (message-skip-to-next-address): Don't move to the next header.
4010         (message-fill-field-address): Work properly.
4012 2012-07-25  Julien Danjou  <julien@danjou.info>
4014         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
4016 2012-07-24  Julien Danjou  <julien@danjou.info>
4018         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
4020         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
4021         (nntp-async-timer-handler): Remove, unused.
4023         * nnimap.el (nnimap-get-responses): Remove, unused.
4025         * nnheader.el (mail-header-set-extra): Remove, unused.
4027         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
4028         unused.
4030         * mm-view.el (mm-view-sound-file): Remove, unused.
4032         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
4033         (mm-url-encode-multipart-form-data): Remove, unused.
4035         * message.el (message-remove-signature, message-make-host-name)
4036         (message-fill-address): Remove, unused.
4038         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
4039         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
4040         unused.
4042         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
4043         (gnus-xmas-call-region): Remove, unused.
4045         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
4047         * gnus-util.el (gnus-extract-address-component-name)
4048         (gnus-extract-address-component-email, gnus-sortable-date)
4049         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
4050         (gnus-process-live-p): Remove, unused.
4052         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
4054         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
4055         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
4056         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
4057         function.
4059         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
4061         * gnus-score.el (gnus-summary-score-crossposting)
4062         (gnus-score-regexp-bad-p): Remove, unused.
4064         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
4066         * gnus-range.el (gnus-sublist-p): Remove, unused.
4068         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
4069         unused.
4071         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
4073         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
4074         (gnus-request-associate-buffer): Remove, unused.
4076         * gnus-group.el (gnus-group-set-method-info)
4077         (gnus-group-set-params-info): Remove, unused.
4079         * gnus-fun.el (gnus-shell-command-to-string)
4080         (gnus-shell-command-on-region): Remove, unused.
4082         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
4084         * gnus-art.el (gnus-article-text-type-exists-p)
4085         (article-translate-characters, gnus-article-hide-text-of-type)
4086         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
4087         Remove, unused.
4089 2012-07-22  Andrew Cohen  <cohen@bu.edu>
4091         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
4093 2012-07-21  Julien Danjou  <julien@danjou.info>
4095         * message.el (message-dont-reply-to-names): Replace deprecated
4096         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
4097         (message-get-reply-headers): Ditto.
4099 2012-07-18  Julien Danjou  <julien@danjou.info>
4101         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
4102         `sieve-upload-and-kill'.
4104         * sieve.el (sieve-bury-buffer): Remove function.
4105         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
4106         (sieve-upload-and-kill): New function, mapped to C-c C-c.
4108 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4110         * shr.el (shr-expand-url): Handle URL starting with `//'.
4112 2012-07-13  Chong Yidong  <cyd@gnu.org>
4114         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4115         instead of calling toggle-read-only with a (bogus) argument.
4117 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4119         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4120         of initial input when reading the author to restrict the summary to.
4122 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4124         * mm-decode.el (mm-shr):
4125         Allow overriding charset by mm-charset-override-alist.
4127 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4129         * gnus-art.el (gnus-article-view-part):
4130         Toggle subparts of multipart/alternative part.
4132 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4134         * shr.el (shr-render-buffer): New command.
4135         (shr-visit-file): Use it.
4137 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4139         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4140         Set no-byte-compile and no-update-autoloads.
4142 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4144         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4146 2012-06-25  Julien Danjou  <julien@danjou.info>
4148         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4149         `nnimap-request-move-articles-find-limit' since we do not use it only
4150         for move operations.
4151         (nnimap-request-accept-article): Use
4152         `nnimap-request-articles-find-limit' to limit search by message-id.
4154 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4156         Support higher-resolution time stamps (Bug#9000).
4158         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4159         VARLIST.  It's optional, for backward compatibility.
4160         (encode-time-value): New optional arg PICO.  New type 3.
4161         (time-to-seconds) [!float-time]: Support the new picoseconds
4162         component if it's used.
4163         (seconds-to-time, time-subtract, time-add):
4164         Support ps-resolution time stamps as well.
4166 2012-06-19  Julien Danjou  <julien@danjou.info>
4168         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4170         * nnimap.el (nnimap-log-buffer): Check that
4171         `window-point-insertion-type' is boundp, since it's not available in
4172         XEmacs.
4174 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4176         * nnimap.el (nnimap-log-buffer): Add this, setting
4177         `window-point-insertion-type' in the buffer to t.
4178         (nnimap-log-command): Use nnimap-log-buffer.
4180 2012-06-19  Julien Danjou  <julien@danjou.info>
4182         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4183         argument to be able to limit the search.
4184         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4185         (nnimap-request-move-articles-find-limit): Add this to limit the search
4186         by Message-Id after a message move.
4187         (nnimap): Add defgroup.
4189 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4191         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4193 2012-06-15  Julien Danjou  <julien@danjou.info>
4195         * nnimap.el (nnimap-find-article-by-message-id): Use
4196         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4197         (nnimap-possibly-change-group): Add read-only argument.
4198         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4199         issuing EXAMINE manually.
4200         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4201         with read-only argument.
4202         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4203         cannot possibly change because we need to be sure that it's either
4204         read-write or read-only.
4206 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4209         being bound to a lambda form.
4211 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4213         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4214         articles when fetch-old is non-nil (bug#11370).
4216 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4218         * gnus-picon.el (gnus-picon-properties): New defcustom.
4219         (gnus-picon-create-glyph): Use it.
4221 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4223         * gnus-group.el (gnus-group-get-new-news): Respect
4224         `gnus-group-use-permanent-levels', as documented (bug#11638).
4226 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4228         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4229         groups (bug#11641).
4231 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4233         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4234         is an integer to avoid later problems.
4236 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4238         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4239         locales.
4241         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4242         on a handle.
4244         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4245         address as the default.
4246         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4248         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4249         makes no sense to query the user about internal files.
4251         * gnus-spec.el: Remove all the byte-compilation stuff, since
4252         benchmarking shows that it doesn't help when entering large summary
4253         buffers.
4255         * gnus-xmas.el (gnus-xmas-define): Remove.
4257         * gnus-util.el (gnus-byte-code): Remove.
4259         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4260         grouplens stuff.
4262 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4265         (bug#11514).
4267 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4269         * message.el (message-buffers): Return all buffers derived from Message
4270         to make `gnus-dired-attach' work with mu4e.
4272 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * nntp.el: Stop the `letf' madness.
4275         (nntp--report-1): New var.
4276         (nntp-report): Merge nntp-report-1 into it.
4277         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4278         the nntp-report function.
4280         * auth-source.el: Fix comment-style to follow the convention.
4282 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4284         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4285         (mm-dissect-singlepart): Don't guess the MIME type of
4286         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4287         set.
4288         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4289         toplevel MIME type is multipart/encrypted.
4291 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4293         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4294         a string so that Gcc works (bug#11514).
4296 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4298         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4299         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4301 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4303         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4304         jumping to *Server* from a dedicated *Group* window.
4305         (gnus-configure-frame): CSE.
4307         * gnus-registry.el: Minor style cleanup.
4308         (gnus-registry--set/remove-mark): New function, extracted from
4309         gnus-registry-install-shortcuts.
4310         (gnus-registry-install-shortcuts): Use it.
4312 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4314         * nnspool.el (news-path): Use eval-and-compile.
4316 2012-05-24  Glenn Morris  <rgm@gnu.org>
4318         * nnspool.el (news-directory, news-path, news-inews-program):
4319         Move here from paths.el.  Don't see a need for these to be autoloaded.
4321         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4322         Merge in doc from paths.el version.  Don't see any need for this to be
4323         autoloaded, or for the warning about users not setting it.
4325 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4327         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4328         format.  In particular, add an optional argument and a docstring.
4330         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4332         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4333         current before calling `gnus-groups-to-gnus-format'.
4334         Note that this was already the case for `gnus-active-to-gnus-format'.
4336 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4338         Fix minor Y10k bug.
4339         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4341 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4344         message once it's actually open.
4346 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4348         * gnus.el: Ma Gnus v0.5 is released.
4350 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4352         * auth-source.el (auth-source--aput-1, auth-source--aput)
4353         (auth-source--aget): New functions and macros.
4354         Use them instead of aput/aget.
4356 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4358         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4360 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4362         * plstore.el (plstore-called-interactively-p): New compat macro copied
4363         from message.el.
4364         (plstore-mode): Use it.
4366 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4368         * plstore.el: Revive the editing feature.
4369         (plstore-mode): New mode to edit plstore file.
4370         (plstore-mode-toggle-display, plstore-mode-original)
4371         (plstore-mode-decoded): New command.
4372         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4373         (plstore--insert-buffer, plstore--make): New function.
4374         (plstore-open, plstore-save): Simplify by using them.
4376 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4378         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4380 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4382         * tls.el (open-tls-stream): Remove unused binding.
4384 2012-04-16  Glenn Morris  <rgm@gnu.org>
4386         * nndraft.el (nndraft-request-list): Fix declaration.
4388 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390         * mm-decode.el (mm-dissect-buffer): Doc fix.
4392         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4393         don't have a current group.
4395         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4396         buffer if it doesn't exist.
4398         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4399         given, mark the group as ephemeral with the current window conf.
4401         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4402         buffer exists, which it doesn't if we haven't started Gnus.
4403         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4405 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4408         type is.
4410         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4411         `unexists' entries.
4412         (gnus-clean-old-newsrc): Fix last checkin.
4414         * nnimap.el (nnimap-update-info): None of the articles below the active
4415         low-water mark exist.
4417         * dgnushack.el: Get rid of XEmacs compilation warning.
4419         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4420         would have gotten if we posted to the group, and use that to compare
4421         against the message we want to cancel (bug#10808).
4423         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4424         on XEmacs.
4426 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4428         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4429         `scroll-margin'.
4431 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4433         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4434         citation prefix within a block of cited text should be considered part
4435         of that block *only* if it is a blank line.
4437 2012-04-09  Chong Yidong  <cyd@gnu.org>
4439         * binhex.el, hashcash.el, uudecode.el:
4440         Remove * characters from the front of variable docstrings.
4442 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4444         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4445         before kinsoku-bol characters nor within kinsoku-eol characters.
4447 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4449         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4450         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4451         (gnus-sync-read): Use mapc instead of mapcar.
4453         * mm-archive.el: Require mm-decode for some macros.
4454         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4455         the byte compiler.
4456         (mm-archive-decoders): New function that returns the value of
4457         the mm-archive-decoders variable.
4459         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4460         instead.
4461         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4463         * nnimap.el (gnus-refer-thread-use-nnir):
4464         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4466 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4470 2012-03-12  Peter Münster  <pmrb@free.fr>
4472         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4473         (gnus-demon-cancel): Ditto.
4474         (gnus-demon-run-callback): When function cannot be called due to low
4475         idleness, call it when idleness reaches the expected value, instead of
4476         waiting another timer period.
4477         (gnus-demon-init): Add `time' to arguments of call-back.
4479 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4481         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4483         * gnus.el: Register gnus-registry functions.
4485         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4486         indent.
4488         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4489         enabled before warping.
4491 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4493         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4494         registry about each article retrieved.
4496         * gnus-int.el (gnus-select-group-with-message-id): New function.
4497         (gnus-try-warping-via-registry): Ditto.
4498         (gnus-warp-to-article): Fall back on the registry.
4500 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4502         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4503         inboxes.
4505 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4509 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4511         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4512         gnus-gcc-self-resent-messages may be a group parameter.
4513         (gnus-summary-resend-message): Don't encode encoded words in header
4514         when Gcc'ing resent message.
4516 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4518         * shr.el (shr-insert): Treat non-breaking space just like normal
4519         space.  This seems to produce more pleasing results.
4520         (shr-insert): Only insert a blank line if we're starting from an image.
4521         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4522         (shr-ensure-paragraph): Consider lines with white space to be blank.
4524 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4526         * Makefile.in: Respect DESTDIR.
4528 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4530         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4531         and gnus-gcc-post-body-encode-hook.
4533 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4535         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4536         messages that don't exist.
4538         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4540 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4542         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4543         Remove.
4545         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4547         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4549 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4552         have a group name.
4554         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4555         a multibyte buffer (bug#7410).
4556         (article-wash-html): Parse the original article buffer to get the
4557         unencoded data (bug#7410).
4559         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4560         .newsrc.el files.
4562 2012-04-05  Bastien Guerry  <bzg@altern.org>
4564         * color.el (color-lighten-name): Fix typo.
4566 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4569         "#" to avoid having them interpreted as comments.
4571 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573         * shr.el (shr-insert): Update the text state properly to avoid
4574         inserting spurious paragraph starts.
4576 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578         * shr.el (shr-table-widths): Divide the extra width more fairly over
4579         the TDs (bug#10973).
4580         (shr-render-td): Don't delete too much padding.
4581         (shr-natural-width): Compute the natural width more correctly.
4582         (shr-insert): Allow the natural width to be computed for tables again.
4583         (shr-tag-table-1): Rework how the natural widths are computed by
4584         rendering the table a third time.
4585         (shr-natural-width): Removed.
4586         (shr-buffer-width): New function.
4587         (shr-expand-newlines): Use it.
4589         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4590         using a `gnus-use-full-window' setup (bug#11013).
4592 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4595         24.1 release.
4597 2012-03-10  David Edmondson  <dme@dme.org>
4599         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4600         'Forwarded Message' header and the start of the message.
4602 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4604         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4605         isn't running (bug#10897).
4607 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4609         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4610         This is inconsistent with all the other stream functions, which leave
4611         the setting up to the higher levels (if so wanted) (bug#10931).
4613 2012-02-28  Glenn Morris  <rgm@gnu.org>
4615         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4616         mm-decode.el: Standardize possessive apostrophe usage.
4618 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4622 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4624         * parse-time.el (parse-time-string): Allow extractor to return nil.
4626 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4628         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4630 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4632         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4634 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4636         * mm-decode.el (mm-shr): Remove "soft hyphens".
4638         * nnimap.el (nnimap-request-list): Return the group names encoded as
4639         utf8.  Otherwise non-European group names don't work.
4640         (nnimap-request-newgroups): Ditto.
4642         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4643         the default in `read-string' (bug#10757).
4645         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4646         topics (bug#10843).
4648         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4649         buffer.  Suggested by Herbert Valerio Riedel.
4650         (nnimap-request-move-article): Delete the message from the correct IMAP
4651         server.
4653 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4655         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4656         Reported by Peter Münster.
4658 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4660         * shr.el (shr-image-fetched): Make sure we really kill the right
4661         buffer.
4663 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4665         * gnus-start.el (gnus-1): Avoid duplicate entries.
4667 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4669         * imap.el: Remove.
4671         * nntp.el (nntp-coding-system-for-read): Remove.
4672         (nntp-coding-system-for-write): Ditto.
4673         (nntp-open-connection): Just use `binary' directly.
4675         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4676         Gnus 0.3.
4678 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4680         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4681         application/octet-stream parts really is.
4683         * gnus-sum.el (gnus-propagate-marks): Remove.
4685 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4687         * shr.el (shr-rescale-image): Undo previous change; see
4688         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4690 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4692         * gnus.el: Ma Gnus v0.3 is released.
4694 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4696         * gnus-sum.el (gnus-summary-local-variables): Make
4697         `gnus-newsgroup-unexist' into a local variable.
4699 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4701         * registry.el (registry-usage-test, registry-persistence-test): Move to
4702         tests/gnustest-registry.el.
4703         (registry-make-testable-db, registry-match-test)
4704         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4706         * gnus-registry.el (gnus-registry-misc-test)
4707         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4709         * tests/gnustest-registry.el: New file with the registry and
4710         gnus-registry ERT tests.
4712 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4714         * gnus-msg.el (gnus-summary-resend-message): Make
4715         gnus-summary-resend-message-insert-gcc be last item in
4716         message-header-setup-hook.
4718 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4720         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4721         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4722         Remove.
4723         (nnfolder-open-server): Don't use marks.
4724         (nnfolder-request-delete-group): Ditto.
4725         (nnfolder-request-rename-group): Ditto.
4726         (nnfolder-request-set-mark, nnfolder-request-marks)
4727         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4728         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4730         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4731         (nnml-marks-modtime): Remove.
4732         (nnml-request-delete-group): Don't use marks.
4733         (nnml-request-rename-group): Ditto.
4734         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4735         (nnml-save-marks, nnml-open-marks): Remove.
4737         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4738         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4739         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4740         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4741         (nntp-server-to-method-cache): Remove.
4743         * shr.el (shr-rescale-image): Fix wrong merge.
4745 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4747         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4748         too-wide lines.
4750 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4752         * nnimap.el (nnimap-record-commands): New variable.
4753         (nnimap-log-command): Use it.
4754         (nnimap-make-process-buffer): Add a space to the process buffer.
4755         (nnimap-transform-headers): Don't bug out on header lines containing
4756         stuff that look like IMAP length encodings.
4758         * shr.el (shr-rescale-image): Allow viewing large images.
4760 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4762         * nnml.el (nnml-request-compact-group): Delete the marks file after
4763         compaction (bug#10800).
4765         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4766         group exit.
4768         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4769         QRESYNC/FETCH output.
4771 2012-02-11  Glenn Morris  <rgm@gnu.org>
4773         * sieve-manage.el (sieve-manage-default-stream):
4774         * shr.el (shr):
4775         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4776         (nnir-retrieve-headers-override-function)
4777         (nnir-imap-default-search-key, nnir-notmuch-program)
4778         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4779         (nnir-method-default-engines):
4780         * message.el (message-cite-reply-position):
4781         * gssapi.el (gssapi-program):
4782         * gravatar.el (gravatar):
4783         * gnus-sum.el (gnus-refer-thread-use-nnir):
4784         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4785         (gnus-registry-max-pruned-entries):
4786         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4787         * gnus-int.el (gnus-after-set-mark-hook)
4788         (gnus-before-update-mark-hook):
4789         * gnus-async.el (gnus-async-post-fetch-function):
4790         * auth-source.el (auth-source-cache-expiry):
4791         Add missing :version tags to new defcustoms and defgroups.
4793 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4795         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4796         `gnus-newsgroup-unexist'.
4798         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4799         marks.
4800         (gnus-article-special-mark-lists): Put the `unexist' in the special
4801         marks list instead.
4803         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4804         articles in the list of articles to be selected.
4806         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4807         articles.
4808         (nnimap-update-info): Keep track of unexisting articles.
4809         (nnimap-update-qresync-info): Ditto.
4811 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4813         * message.el (message-default-send-mail-function): Made into own
4814         function for reuse by emacsbug.el.
4816 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4818         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4819         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4821 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4823         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4824         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4826         * gnus-compat.el: Define `timer-set-function'.
4828         * mm-decode.el (mm-display-external): Output the text from the command
4829         in the buffer after the command finished.  This makes text-based
4830         commands behave better.
4832 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4834         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4836 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4838         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4839         23.1.
4841 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4843         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4845 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4847         * message.el (smtpmail-smtp-user): Silence compiler warning.
4849 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4851         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4852         SMTP user name.
4854 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4856         * gnus-sum.el (gnus-summary-show-thread):
4857         next-single-char-property-change may return nil in XEmacs.
4858         (gnus-summary-article-map): Fix typo.
4860 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4862         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4863         running.
4865         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4867         * gnus.el (gnus-server-extend-method): Don't add an -address component
4868         if the method already has one (bug#9676).
4870 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4872         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4873         of an initial-input for consistency (bug#10757).
4875         * dgnushack.el: Fix XEmacs compilation warning.
4877         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4879         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4881 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4883         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4884         lines that are narrower than the window width.  Otherwise background
4885         "blocks" will look less readable.
4887 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4889         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4890         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4891         have newlines within the strings, and where the UID comes after the
4892         BODYSTRUCTURE element (bug#10537).
4894         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4895         (bug#10732).
4897         * shr.el (shr-insert-document): Add doc string.
4898         (shr-visit-file): Ditto.
4899         (shr-remove-trailing-whitespace): New function.
4900         (shr-insert-document): Use it to clean up trailing whitespace as the
4901         final step (bug#10714).
4903 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4905         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4906         buffer if `gnus-kill-summary-on-exit' is nil.
4908 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4910         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4911         when just reading a single group from "without" Gnus.
4913 2012-02-06  Chong Yidong  <cyd@gnu.org>
4915         * gnus-sum.el (gnus-summary-show-thread):
4916         next-single-char-property-change never returns nil (Bug#8657).
4918 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4920         * message.el (message-multi-smtp-send-mail): New function.
4921         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4922         header to implement multi-SMTP functionality.
4924         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4925         (gnus-agentize): Don't set it.
4926         (gnus-agent-send-mail): Don't use it.
4928         * gnus-sum.el (gnus-summary-widget-backward): New function and
4929         keystroke.
4931         * gnus-compat.el: More the compat functions more compatible.
4933         * shr.el (shr-put-image): Remove underlines from sliced images.
4934         (shr-zoom-image): Compute the region to be replaced more correctly.
4936 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4938         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4939         (gnus-summary-resend-message-insert-gcc): New function.
4940         (gnus-summary-resend-message): Modify message-header-setup-hook and
4941         message-sent-hook to make it work for Gcc.
4942         (gnus-inews-do-gcc): Update the number of unread articles of groups
4943         that messages are Gcc'd to.
4945         * message.el (message-resend): Run message-sent-hook to do Gcc.
4947 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4949         * lpath.el: Fix an XEmacs compilation warning.
4951         * gnus-compat.el: Require `help-fns' to fix compilation error.
4953         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4954         a higher level to silence compilation.
4956         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4957         parameter to allow controlling the scaling.
4959         * shr.el (shr-zoom-image): New command and keystroke.
4960         (shr-put-image): Take a `size' flag to say how to scale the image.
4962         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4963         deletion unless already defined.
4965         * gnus.el (gnus-compat): Require it.
4967         * gnus-compat.el: New file.
4969         * gnus-start.el (gnus-clean-old-newsrc): New function.
4970         (gnus-read-newsrc-file): Use it.
4972         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4973         Use recursive deletion.
4974         (mm-dissect-archive): Add support for zip files.
4976         * gnus-util.el (gnus-recursive-directory-files): New function.
4978         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4979         (mm-archive-decoders): Add tgz support.
4981         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4982         Otherwise inserting text into the Gnus buffer can look odd.
4984         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4986         * mm-archive.el (mm-archive-decoders): Add support for tar.
4988         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4990         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4992 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4994         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4996         * mm-archive.el: New file.
4998         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
5000         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
5002         * message.el (message-goto-*): Make all the `message-goto-*' commands
5003         push the mark before moving point.  This makes it easier to go back to
5004         where you came from after editing whatever you jumped to.
5006 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5008         * gnus.el: Ma Gnus v0.1 is released.
5010 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
5012         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
5013         without reconnecting.
5014         (nnimap-possibly-change-group): Ditto.
5015         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
5016         connection has died before being called.
5018 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
5020         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
5021         an initial sync unless we're really doing one.
5023         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
5024         address parameter if one already exists (bug#9676).
5026         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
5027         not the prefix, as documented (bug#10689).
5029 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5031         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
5032         the "server".
5034         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
5035         the real error message with the useless "previously known to be down".
5036         Which isn't even correct.
5038         * nntp.el (nntp-open-connection): Report the error message if the nntp
5039         server can't be reached.
5041         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
5042         groups we do a total scan for.
5043         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
5044         doing that.
5046 2012-01-31  Jim Meyering  <jim@meyering.net>
5048         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5049         Correct a comment (insert "not") and hide nominally-doubled "to".
5051 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5053         * gnus.el (gnus-version): Change name to "Ma Gnus".
5055 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
5057         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
5058         section in the manual.
5060 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5062         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
5063         words.
5064         (rfc2047-encode-string): Ditto.
5065         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
5066         understand folded filename="..." parameters, for instance.
5068         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
5069         the message for greater debuggability.
5071 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5073         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
5074         instead of setting it locally, since the latter doesn't seem to have
5075         any effect (most of the time).
5077 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
5079         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
5080         function call.
5082 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
5084         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
5085         seconds, and make the repeat clause with HH:MM specs work as
5086         documented.
5088 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5090         * proto-stream.el (proto-stream-capability-open): Fall back on
5091         :end-of-command if :end-of-capability doesn't exist.
5093 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5095         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
5096         bound globally in old Emacsen and XEmacsen.
5098 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5100         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
5101         so that previous errors don't prohibit getting new news.
5103         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
5105         * nntp.el (nntp-retrieve-group-data-early): Ditto.
5107 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
5109         * gnus.el (gnus-group-find-parameter): Check for liveness of the
5110         buffer, not of the string which is its name.
5112 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5114         * proto-stream.el (proto-stream-capability-open): Wait for
5115         :end-of-capability, not :end-of-command.
5117         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5118         non-server-marks groups.
5119         (gnus-group-make-articles-read): Ditto.
5121         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5122         methods (bug#9676).
5124         * gnus.el (gnus-method-ephemeral-p): New function.
5126 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5128         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5129         left-to-right.
5131 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5133         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5134         warning.
5136 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5138         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5139         macroexpand the nnir things, since they haven't been defined yet, and
5140         nnir requires gnus-sum.
5142 2012-01-24  Julien Danjou  <julien@danjou.info>
5144         * color.el (color-rgb-to-hsl): Fix value computing.
5145         (color-hue-to-rgb): New function.
5146         (color-hsl-to-rgb): New function.
5147         (color-clamp, color-saturate-hsl, color-saturate-name)
5148         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5149         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5151 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5155 2012-01-19  Julien Danjou  <julien@danjou.info>
5157         * color.el (color-name-to-rgb): Use the white color to find the max
5158         color component value and return correctly computed values.
5159         (color-name-to-rgb): Add missing float conversion for max value.
5161 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5163         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5164         logical server name in addition to the actual machine address.
5166         * auth-source.el (auth-source-user-and-password): Add convenience
5167         wrapper to search by just host and optionally user.
5169 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5172         after rendering.
5174 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5176         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5177         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5178         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5180 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5183         (bug#9693).
5184         (gnus-summary-setup-buffer): Document return value (bug#9697).
5186         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5187         since ido doesn't work on symbols (bug#9632).
5189         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5190         when getting a single value as when getting all the values.  This means
5191         that atoms like `gcc-self' work cumulatively, like variable settings,
5192         instead of getting the value from the last matching clause.
5193         (gnus-group-find-parameter): Protect against the group buffer not
5194         existing (bug#9585).
5196 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198         * gnus-start.el (gnus-activate-group): Document more parameters
5199         (bug#9694).
5201         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5202         (bug#9692).
5204         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5205         article was fetched, so that it can be expired later (bug#9958).
5206         (gnus-agent-summary-fetch-series): Add doc string.
5207         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5208         (bug#9517).
5210         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5211         retrieval is happening.
5213         * gnus.el (gnus-parameters): Doc fix.
5215 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5217         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5218         show the thread after expansion.
5220 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222         * gnus-art.el (article-narrow-to-head): If the head is completely
5223         empty, narrow to the empty region (bug#9764).
5225         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5226         read, and then mark them as unread only when the unread mark is used.
5227         This makes `C-- T k' actually work, even though it's confusing.
5229         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5230         alive before we try to find its window.
5232 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5234         * mm-decode.el (mm-display-external): Use a longer timeout for the
5235         deletion to allow slow programs to display the file.
5237 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5240         prompt to be less confusing.
5242         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5243         argument to `message-reply'.  This broke `special-display-*' frame
5244         pop-uping (bug#10238).
5246 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5248         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5249         systems, since these allegedly don't work there.
5251 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5253         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5254         live buffer.
5256 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258         * nnir.el (nnir-retrieve-headers): Protect against the article not
5259         existing on the server (bug#10335).
5261 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5263         * gnus-agent.el (gnus-agent-load-local): Recompute
5264         gnus-agent-article-local on changing method.
5266 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268         * gnus.el (gnus-parameters): Note precedence.
5270 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5272         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5273         in the group buffer.
5275 2012-01-04  Julien Danjou  <julien@danjou.info>
5277         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5278         change.
5280 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5283         too.
5285         * nntp.el (nntp-retrieve-group-data-early): Use it.
5287 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5289         * nntp.el (nntp-retrieval-in-progress): New variable.
5290         (nntp-make-process-buffer): Make it buffer-local.
5292         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5293         2010.
5294         (gnus-demon-init): Use it to compute the time if time is on the form
5295         "04:23".
5297         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5299         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5300         status in the correct buffer.
5302 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5304         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5305         when opening topics (bug#10407).
5307 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5309         * gnus-cus.el (gnus-score-customize):
5310         * gnus-sum.el (gnus-sort-gathered-threads):
5311         * message.el (message-shorten-references):
5312         * nnmairix.el (nnmairix-request-group):
5313         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5315 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5317         * gnus-agent.el (gnus-agent-regenerate-group):
5318         * gnus-int.el (gnus-retrieve-group-data-early):
5319         * mm-util.el (mm-codepage-ibm-list):
5320         * nndiary.el (Commentary, nndiary-get-new-mail):
5321         * nnir.el (nnir):
5322         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5324 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5326         * mm-view.el (mm-display-inline-fontify): Add comment.
5328 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5330         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5331         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5333 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5335         * gnus-art.el (gnus-split-methods):
5336         * gnus-msg.el (gnus-configure-posting-styles):
5337         * gnus-spec.el (gnus-parse-simple-format):
5338         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5339         * message.el (message-do-actions): Spelling fix.
5341 2011-12-15  Juri Linkov  <juri@jurta.org>
5343         * mm-decode.el (mm-inline-media-tests): Add missing
5344         `mm-handle-media-subtype'.
5346 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5348         * gnus-group.el (gnus-group-tool-bar):
5349         * gnus-sum.el (gnus-summary-tool-bar):
5350         * message.el (message-tool-bar):
5351         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5353 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5355         * plstore.el (plstore--insert-buffer): Spelling fix.
5357 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5359         * message.el (message-valid-fqdn-regexp): Update with newly approved
5360         top-level domain names ".tel" and ".asia".
5362 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5364         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5365         unconditionally.
5367 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5369         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5370         pop-to-buffer-same-window for old Emacsen.
5372 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5374         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5376 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5378         * netrc.el (netrc-credentials): Spelling fix.
5380 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5382         * gnus-fun.el (gnus-fun-ppm-change-string):
5383         * gnus-msg.el (gnus-inews-do-gcc):
5384         * gnus-sum.el (gnus-summary-find-for-reselect):
5385         * gnus.el (gnus-summary-cancelled):
5386         * message.el (message-cancel-hook, message-send-news):
5387         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5388         * nnir.el (nnir-run-hyrex):
5389         * nntp.el (nntp-with-open-group-function):
5390         * pgg.el (pgg-pending-timers): Spelling fix.
5392 2011-12-04  Chong Yidong  <cyd@gnu.org>
5394         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5395         change (Bug#10200).
5397 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5399         * compface.el (uncompface):
5400         * gnus-art.el (gnus-article-x-face-command): Update the header format
5401         of icon data for the most recent icontopbm program.
5403 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5405         * gnus-msg.el (gnus-inews-do-gcc):
5406         * message.el (message-send-mail):
5407         * mml.el (mml-generate-mime): Share the value of the buffer-local
5408         `message-options' variable between a draft buffer and temprary working
5409         buffers.
5411 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5413         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5415 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5417         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5418         for Cygwin.
5420 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5422         * gnus-group.el (gnus-group-prepare-flat):
5423         * mm-bodies.el (mm-encode-body):
5424         * mml.el (mml-preview):
5425         * nnml.el (nnml-request-compact-group):
5426         * pop3.el (pop3-stream-type): Spelling fix.
5428 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5430         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5432 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5434         * color.el (color-rgb-to-hsl):
5435         * gmm-utils.el (gmm-tool-bar-style):
5436         * gnus-group.el (gnus-group-prepare-flat):
5437         * gnus-topic.el (gnus-topic-prepare-topic):
5438         * mm-decode.el (mm-discouraged-alternatives):
5439         * rfc2047.el (rfc2047-encode-1):
5440         * starttls.el: Spelling fix.
5442 2011-11-24  Glenn Morris  <rgm@gnu.org>
5444         * binhex.el (binhex-begin-line): Give it basic doc-string.
5446         * starttls.el, tls.el: Fix case of "GnuTLS".
5448 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5450         * gnus-group.el (gnus-group-highlight): Fix typo.
5452 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5454         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5455         value of `delete-file', that returns nil for a local file but returns t
5456         for a remote file using ssh.
5458 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5460         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5462 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5465         avoid later breakage.
5467 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5469         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5470         article buffers' name.
5472 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5475         by Paul Eggert's spellfixes two days ago.
5477 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5480         doesn't have it.
5482         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5483         buffer-local instead of binding them to avoid warnings.  Also demote
5484         errors (bug#10063).
5485         (font-lock-mode-hook): Shut up byte compiler.
5487 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5489         * mm-util.el (mm-charset-after):
5490         * nnir.el (nnir-run-hyrex):
5491         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5492         (ntlm-get-password-hashes, ntlm-md4hash):
5493         * smime.el: Fix typo.
5495 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5497         * gnus-agent.el (gnus-agent-expire-group-1):
5498         * nndiary.el (nndiary-last-occurence):
5499         * nnimap.el (nnimap-request-set-mark):
5500         * nnmairix.el (nnmairix-only-use-registry):
5501         * gnus-group.el (gnus-group-prepare-flat):
5502         * gnus-sum.el (gnus-decode-encoded-word-methods):
5503         * message.el (message-wash-subject):
5504         * nntp.el (nntp-retrieve-headers-with-xover):
5505         * smime.el (smime-certificate-directory): Spelling fix.
5507 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5509         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5511         * color.el:
5512         * gnus-agent.el (gnus-agent-possibly-alter-active):
5513         * gnus-dired.el (gnus-dired-print):
5514         * mail-parse.el:
5515         * nnmairix.el (nnmairix-request-group):
5516         * shr.el (shr-image-displayer):
5517         * sieve-manage.el:
5518         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5520 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5522         * gnus-sum.el (gnus-auto-select-subject):
5523         * spam-report.el (spam-report-resend): Spelling fix.
5525 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5527         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5528         * gnus-art.el (gnus-default-article-saver):
5529         * gnus-srvr.el (gnus-server-copy-server):
5530         * gnus.el (gnus-sloppily-equal-method-parameters):
5531         * html2text.el (html2text-format-tag-list):
5532         * message.el (message-narrow-to-head):
5533         * nndiary.el:
5534         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5535         * sieve.el: Spelling fix.
5537 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5539         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5540         * gnus-sum.el (gnus-summary-make-menu-bar):
5541         * gnus-uu.el (gnus-uu-decode-postscript)
5542         (gnus-uu-decode-postscript-and-save):
5543         * mailcap.el (mailcap-print-command):
5544         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5545         Fix typos.
5547 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5549         * gnus-art.el (gnus-article-part-wrapper):
5550         * html2text.el (html2text-fix-paragraphs):
5551         * mm-decode.el (mm-image-fit-p):
5552         * rfc2047.el (rfc2047-encode-message-header):
5553         * shr-color.el (shr-color-visible-distance-min)
5554         (shr-color-relative-to-absolute, set-minimum-interval)
5555         (shr-color-visible): Fix typos.
5557 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5559         * gmm-utils.el (gmm-tool-bar-item):
5560         * gnus-art.el (gnus-treat-body-boundary):
5561         * gnus-diary.el (gnus-user-format-function-d):
5562         * gnus-start.el (gnus-get-unread-articles):
5563         * pgg-gpg.el (pgg-gpg-update-agent):
5564         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5566 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5568         * gnus-topic.el (gnus-group-prepare-topics):
5569         * gnus-uu.el (gnus-extract-view):
5570         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5572 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5574         * spam.el: Move BBDB autoloads.
5575         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5576         BBDB 2 and 3.
5577         (spam-check-BBDB): Use it.
5578         (spam-enter-ham-BBDB): Use it.
5580 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5582         * smime.el (smime-draw-buffer): Spelling fix.
5584 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5586         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5587         for scanning exactly one level.
5588         * gnus-start.el (gnus-get-unread-articles): Ditto.
5590 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5593         slightly clearer.
5595 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5597         * gnus-sync.el: More commentary about setup.
5599 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601         * message.el (message-send-and-exit): Document `arg'.
5603 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5605         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5607 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5609         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5611         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5612         we don't use `bound-and-true-p'.
5614 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5616         * gnus-util.el (gnus-bound-and-true-p): Remove.
5617         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5618         * nnir.el: Use it.
5619         * nnmairix.el: Use it.
5621 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5623         * gnus-sync.el: Improve docs about CouchDB admins.
5625         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5626         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5627         for reasons unknown.
5628         * nnir.el: Use it.
5629         * nnmairix.el: Use it.
5631         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5632         * nnir.el: Ditto.
5633         * nnmairix.el: Ditto.
5635         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5637 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5639         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5640         not needed.  Provide xmlplistread list function to produce XML plist
5641         output for non-Gnus LeSync clients.
5643 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5645         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5647         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5648         and save against it.  Group subscriptions, read marks, other marks,
5649         subscription levels, topic names, and topic offsets (the group's
5650         position within the topic) are saved.  This is an experimental backend
5651         and may change significantly.  Load json.el from the gnus-fallback-lib
5652         if it's not available otherwise.
5653         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5655 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * message.el (message-completion-function): Make sure
5658         message-tab-body-function is not attempted if one of
5659         message-completion-alist fails to find a completion (bug#9158).
5661 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5663         * mml.el (mml-quote-region): Quote <#secure> tag.
5664         (mml-generate-mime-1): Unquote <#secure> tag.
5666 2011-10-20  Chong Yidong  <cyd@gnu.org>
5668         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5669         calling a minor mode from Lisp with nil arg enables it, so we have to
5670         make the wording a bit ambiguous here).
5672 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5674         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5675         * nnir.el (nnir-mode): Use it.
5676         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5677         Use it.
5679         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5680         * nnmairix.el (gnus-registry-enabled): Ditto.
5682 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5684         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5685         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5686         only while we need to find out if it should be t or nil.
5687         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5688         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5689         the registry is installed.  Set it to nil when it's unloaded.
5690         (gnus-registry-install-p): Provide user guidance for the initial value
5691         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5692         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5693         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5694         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5695         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5696         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5697         `gnus-registry-install'.
5699 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5701         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5702         previous change.
5703         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5704         primary key is marked as disabled.
5706 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5708         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5709         primary key is marked as disabled.
5711 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5713         * html2text.el (html2text-clean-anchor): Check for quotes around
5714         `href' value.
5716 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5718         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5719         searching.  Drop `bbdb-cache'.
5721 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5723         * message.el (message-signed-or-encrypted-p): Exclude header when
5724         checking if there is signed or encrypted body in text/plain message.
5726 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5728         * html2text.el (html2text-get-attr): Correctly handle attribute values
5729         containing "=".
5731 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5733         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5734         handle bindings.
5736 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738         * gnus-win.el (gnus-configure-windows): Protect against reading
5739         ephemeral groups outside of Gnus.
5741 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5743         * shr.el (shr-tag-img): Don't get images displayed in tables.
5745 2011-10-03  Glenn Morris  <rgm@gnu.org>
5747         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5748         the "maintainer" version of debbugs.gnu.org reports.
5750 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5753         make asynchronous adjacent image insertion work better.
5755 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5757         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5758         documentation.
5760 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5762         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5763         `gnus-asynchronous' isn't shadowed.
5765 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5769         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5770         (nnimap-insert-partial-structure): The charset parameter isn't
5771         case-sensitive.
5773         * nnheader.el (nnheader-message-maybe): New function.
5775         * shr.el (shr-tag-table): Render totally broken tables better.
5777         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5778         computing the boundary.
5780 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782         * pop3.el (pop3-number-of-responses): Remove.
5783         (pop3-wait-for-messages): Rewrite to take linear time instead of
5784         exponential time.
5786 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5789         re-fetch images.
5791         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5792         re-fetch images when hitting `g' in Gnus.
5794 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5796         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5797         (mml-compute-boundary): Don't check collision if it is non-nil.
5798         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5799         before checking collision.
5801 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803         * message.el (message-indent-citation): Really make sure there's a
5804         newline at the end.
5806         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5807         Fix suggested by John Wiegley.
5809         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5811         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5813         * message.el (message-default-send-rename-function): Break out into its
5814         own function.
5816         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5817         doesn't work under XEmacs.
5819         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5820         of "imaps" to word around Windows problems.
5821         (nnimap-open-connection-1): Use it.
5823         * message.el (message-indent-citation): Revert last change which made
5824         `F' not work.
5826 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5828         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5829         terminal as well.
5831 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5833         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5834         because it displays images using overlays that aren't easy to copy to
5835         the article buffer.
5837 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5839         * message.el (message-indent-citation): Fix empty line removal at the
5840         end of the citation.
5842 2011-09-20  Julien Danjou  <julien@danjou.info>
5844         * auth-source.el (auth-source-netrc-create): Use default value for
5845         password if specified.  Evaluate default.
5846         (auth-source-plstore-create): Ditto.
5847         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5848         value evaluation.
5849         (auth-source-netrc-create): Typo fix.
5850         (auth-source-plstore-create): Ditto.
5852         * password-cache.el (password-cache-remove): Remove entries even if the
5853         value is nil, so that password with a nil value (negative caching) is
5854         possible to invalidate.
5856         * auth-source.el (auth-source-format-cache-entry): New function.
5858 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5860         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5862 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5864         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5866 2011-09-19  Julien Danjou  <julien@danjou.info>
5868         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5869         which work with things that are not ASCII.
5871 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5875 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5877         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5878         message level.
5880 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5882         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5884 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5886         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5888 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5890         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5891         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5893 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5895         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5896         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5897         articles.
5899 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5901         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5902         (message-mail-other-window, message-mail-other-frame)
5903         (message-news-other-window, message-news-other-frame):
5904         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5905         instead of setting buffer display varibles.
5907 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5909         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5911         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5913 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5915         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5916         duplicates" to a higher level.
5918         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5919         most egregious messages.
5921 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5925 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5927         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5928         up the file (bug#9351).
5930 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5933         it does with all other backends, but decode the names immediately after
5934         getting them.
5936         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5937         decoding nnimap groups.
5939         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5940         newsrc file.  It doesn't seem like an important optimization any more.
5942 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5944         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5945         overflows.
5947 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5950         (gnus-interactive-exit): Extend to `quiet'.
5952         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5954         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5955         string.
5957         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5958         renaming function arguments from `this'.
5960         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5962         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5963         has been renamed.
5964         (gnus-lrm-string-p): Include RLM and PDF, too.
5966         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5967         (bug#9225).
5969 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5971         Add autoload cookies for functions used by sendmail.el.
5972         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5974         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5976 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5978         * gnus-art.el (article-date-ut): Work properly even when there are
5979         things like Date header in the body; work for forwarded parts.
5981 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5983         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5984         original-article-buffer.
5986 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5988         * nnir.el (nnir-compose-result): Fix matching of server type.
5989         (nnir-run-swish++): Ditto.
5990         (nnir-run-namazu): Ditto.
5991         (nnir-run-notmuch): Ditto.
5993 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5996         (bug#9405).
5998         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5999         (bug#9421).
6001         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
6002         (bug#9425).
6004         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
6005         thing (bug#9426).
6007 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
6010         the error message.
6012 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
6014         * message.el (message-setup-1): Return t (Bug#9392).
6016 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
6018         * gnus-sum.el: When adding article headers to a summary buffer also
6019         update gnus-newsgroup-articles (bug#9386).
6021 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6023         * auth-source.el: Autoload help-mode.
6025 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
6028         names.
6030 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
6032         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
6033         mm-replace-in-string for compatibility issues.
6034         * mml2015.el (mml2015-epg-verify): Ditto.
6036 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6038         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
6040         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
6042 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
6045         continue on and do the clean-up phase (bug#9188).
6047         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
6048         just ignore groups that can't be opened instead of erroring out
6049         (bug#9225).
6051         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
6052         nil since some many people are fuddy-duddies.
6054         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
6055         images.
6057         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
6058         instead.
6060         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
6062         * gnus-util.el (gnus-process-live-p): Copy over compat function.
6064         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
6065         processing.
6067         * nntp.el (nntp-kill-buffer): Kill the process before killing the
6068         buffer to avoid warnings.
6070 2011-08-20  Simon Josefsson  <simon@josefsson.org>
6072         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
6073         specified to reduce precision.
6075 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
6078         bodystructures (bug#9314).
6080 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6082         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
6083         Make button keymap non-sticky after buttons.
6085 2011-08-18  David Engster  <dengste@eml.cc>
6087         * nnmairix.el (nnmairix-request-set-mark)
6088         (nnmairix-goto-original-article): Remove adding of article to registry,
6089         since `gnus-registry-add-group' isn't available anymore.
6090         (nnmairix-determine-original-group-from-registry):
6091         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
6092         available anymore.
6094 2011-08-12  Simon Josefsson  <simon@josefsson.org>
6096         * starttls.el (starttls-any-program-available): Define as obsolete
6097         function.
6099 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6101         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
6102         versions which Gnus use when appropriate.
6104         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
6105         a pretty destructive command.
6107         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
6109 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111         * message.el (message-fix-before-sending): Make a different warning
6112         about NUL characters (bug#9270).
6114         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6115         from custom (bug#9260).
6117         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6118         things work in Emacs 22 and XEmacs, too.
6120         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6121         default From.
6123         * gnus-spec.el (gnus-lrm-string-p): New macro.
6124         (gnus-lrm-string): New constant.
6125         (gnus-summary-line-format-spec): LRM-ify the from.
6126         (gnus-tilde-max-form): LRM-ify string chopping.
6128         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6130         * message.el (message-is-yours-p): Allow disabling canlock checking
6131         (bug#9295).
6132         (message-shoot-gnksa-feet): Add `canlock-verify'.
6133         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6134         message directory isn't writable (bug#9304).
6136         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6137         non-world-readable.
6139 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6141         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6142         articles.
6144 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6146         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6147         copy-list.
6149 2011-08-12  Sam Steingold  <sds@gnu.org>
6151         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6152         in the reverse order to avoid modifying the cache with `nreverse'.
6153         (gnus-all-score-files): Do not modify the value returned by
6154         `gnus-score-find-alist' because it lives in a cache variable.
6155         (gnus-current-home-score-file): No need to `nreverse' the return value
6156         of `gnus-score-find-alist', it is already in the correct order.
6158 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6160         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6161         type MESSAGE and subtype RFC822 is slightly different from those of
6162         type TEXT.
6164 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6166         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6167         This allows article-referral to work from an nnir group.
6169 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6171         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6173 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6175         * mml1991.el (mml1991-epg-find-usable-key)
6176         (mml1991-epg-find-usable-secret-key): New function.
6177         (mml1991-epg-sign): Check if signing key is usable.
6178         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6180 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6182         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6183         server-variables only.  This should fix a bug introduced with commit
6184         e1889675b7f4adf057833c5513c9374134c4e053.
6185         (nnir-run-query): 'nnir-search-engine should not be set from the global
6186         environment.
6188 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6190         * nnir.el (nnir-search-thread): Position point on referring article
6191         line.
6192         (nnir-warp-to-article): Clean up summary buffers.
6194         * nnimap.el (nnimap-request-thread): Whitespace fix.
6196 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6198         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6200 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6202         * starttls.el (starttls-available-p): Rename from
6203         `starttls-any-program-available' and changed return convention.
6205 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6207         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6208         `unix-sync' unless it's defined.
6210 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6212         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6213         `aref' for XEmacs compatibiltiy.
6215 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6217         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6219 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6221         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6222         closures, quote the form properly (bug#9194).
6224 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6227         (gnus-summary-insert-new-articles): Protect against servers that are
6228         down.
6230 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6232         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6233         in mm handle if none is specified.
6235 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6237         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6239 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6241         * nnir.el (nnir-search-thread): New function to make an nnir group
6242         based on a thread query.
6244         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6245         of nnir in thread referral.
6246         (gnus-summary-refer-thread): Use it.
6248         * nnimap.el (nnimap-request-thread): Use it.
6250 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6252         * shr.el (shr-tag-comment): Ignore HTML comments.
6254 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6256         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6257         argument.
6258         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6259         Use `nnir-address' to handle server info rather than passing an arg.
6261         * nnimap.el (nnimap-make-thread-query): New utility function to format
6262         an imap thread search query.
6263         (nnimap-request-thread): Use it.
6265         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6266         right select-method if we are not going back to the group buffer.
6268 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6271         enter invalid buffer configurations into the quit form (bug#9107).
6272         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6273         unplugged/plugged.
6275         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6276         keep track of which ones are unread (bug#9061).
6278         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6279         (bug#9055).
6281         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6282         (bug#9041).
6284         * gnus-html.el (mm-util): Require (bug#9073).
6286         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6287         (gnus-summary-refer-thread): Use it to remove duplicates in the
6288         un-threaded view (bug#9053).
6289         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6291 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6293         * nnir.el (nnir-read-server-parm): Use default value from global
6294         variable.  Without this the default search engine parameters aren't
6295         used at all.
6297 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6299         * message.el (message-unique-id): Don't use the undocumented return
6300         value from (random t) (bug#9118).
6302 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6304         * message.el (message-auto-save-directory): If the ~/Mail directory
6305         doesn't exist, use ~ as the auto-save directory (bug#4432).
6307         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6308         hasn't already been started.
6310 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6314         * message.el (message-reply): Work around mysterious bug where
6315         `message-mode' seems to overwrite the locally bound `subject' variable.
6317 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6319         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6320         correct group.
6322         * gnus-int.el (gnus-request-thread): Add group argument.
6324         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6326 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6328         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6330         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6331         renamed to `debbugs-gnu-*'.
6333 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6335         * plstore.el: Revert the editing feature since it is not urgent.
6336         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6337         (plstore-mode-decoded): Remove.
6339 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6342         isn't very interesting any more, and it leaks potentially secret data.
6343         (gnus-debug): Remove.
6345         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6346         use of :custom-show.
6348 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6350         * plstore.el: Add documentation.
6351         (plstore-mode): New mode to edit plstore file.
6352         (plstore-mode-toggle-display, plstore-mode-original)
6353         (plstore-mode-decoded): New command.
6354         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6355         (plstore--insert-buffer, plstore--make): New function.
6356         (plstore-open, plstore-save): Simplify by using them.
6358 2011-07-06  Glenn Morris  <rgm@gnu.org>
6360         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6362 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6365         no longer is much used.
6366         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6367         Articles".
6369 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6371         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6372         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6373         `notmuch' backend.
6375 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377         * mm-decode.el (mm-text-html-renderer): Doc fix.
6379         * gnus-msg.el (gnus-bug): Fix the MML tag.
6381         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6383 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6385         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6386         secondary methods if started with `gnus-no-server'.
6388 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6390         * message.el (message-return-action): Fix typo in docstring.
6392 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6394         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6395         bug reports at once.
6397         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6399 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6401         * nndraft.el: Require gnus-group.
6402         (nndraft-request-list): Declare.
6404         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6405         no unread article unless it matches gnus-permanently-visible-groups.
6407         * nndraft.el (nndraft-update-unread-articles): New function.
6408         (nndraft-request-associate-buffer): Use it to update the number of
6409         unread articles for the nndraft groups in the group buffer when saving
6410         or killing a draft message.
6412 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6414         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6415         systems to binary before writing and reading the mbox files.
6417         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6418         instead of trying to list them all (bug#8978).
6420 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6422         * pop3.el (pop3-open-server): Use :end-of-capability.
6424 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6426         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6427         the id is always a number.
6429         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6431         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6432         debbugs mode, if possible.
6434 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6436         * auth-source.el (auth-source-token-passphrase-callback-function):
6437         Reindent.
6438         (epg-context-operation): Remove unnecessary autoload.
6440 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442         * gnus.el (gnus-list-debbugs): New command.
6444         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6445         mboxstat instead of the maintbox, since the stat seems to be fuller.
6447         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6448         summary buffers.
6450         * message.el (message-get-reply-headers): Delete all duplicates,
6451         instead of the first.
6452         (message-get-reply-headers): Ensure that we have progress while
6453         deleting duplicates.
6455         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6456         gnus-posting-style value from the summary buffer to make it easier to
6457         make that a per-buffer conf.
6459 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6461         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6462         found by setting `shortcut' in 'query.
6463         (nnir-request-article): Use `shortcut' setting when requesting article
6464         by Message-ID.
6466 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6468         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6469         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6470         Bring the pseudo-headers back too.
6472 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6474         * auth-source.el (auth-source-token-passphrase-callback-function):
6475         Simplify and remove EPA dependency.
6477 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6479         * nnir.el (nnir-request-article): Fix error message text.
6481 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6483         * auth-source.el (plstore-delete): Autoload.
6484         (auth-source-plstore-search): Support delete operation.
6485         * plstore.el (plstore-delete): New function.
6487 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6489         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6490         mark actually existing articles as unread rather than the ones that
6491         active asserts.
6493 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6495         * nntp.el (nntp-record-command):
6496         * gnus-util.el (gnus-message-with-timestamp-1):
6497         Use format-time-string rather than decoding time stamps by hand.
6498         This is simpler and insulates the code from potential changes to
6499         current-time format.
6501 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6503         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6505 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6507         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6508         (plstore-save): Support public key encryption.
6509         (plstore--init-from-buffer): New function.
6510         (plstore-open): Use it; fix error when opening a non-existent file.
6511         (plstore-revert): Use plstore--init-from-buffer.
6513 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6515         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6517 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6519         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6520         for old Emacsen.
6522 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6524         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6525         is not fully working.
6527 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529         * dgnushack.el: Autoload sha1 on XEmacs.
6531         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6532         quit window configuration.
6534         * auth-source.el (epg-context-set-passphrase-callback):
6535         Remove duplicate autoload.
6537 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6539         * nnir.el (nnir-request-article): Allow requesting articles by
6540         Message-ID with nnimap.
6542         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6543         current server.
6545 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6547         * auth-source.el: Autoload EPA/EPG functions.
6548         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6549         changed when EPA/EPG is not available.
6550         (auth-source-backend): Rename "arg" member to "data".
6551         (auth-source-backend-parse, auth-source-plstore-search)
6552         (auth-source-plstore-create): Use it.
6554 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6556         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6557         `gnus-refer-article-methods'.
6559 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6561         * auth-source.el: Require EPA and EPG.
6562         (auth-source-passphrase-alist): New variable.
6563         (auth-source-passphrase-callback-function)
6564         (auth-source-token-passphrase-callback-function): Callbacks for the
6565         netrc field encryption (GPG tokens).
6566         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6567         Symmetric encryption and decryption of the netrc GPG tokens.
6568         (auth-source-netrc-normalize): Use them, simplifying the closure.
6570 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6572         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6573         is available.
6575 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6578         non-nil, and `nnimap-split-methods' is nil, use the former.
6580 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6582         * plstore.el (plstore-revert): New function.
6583         (plstore-open): Use it; hide the buffer from user.
6585 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6587         * auth-source.el (auth-source-backend): New member "arg".
6588         (auth-source-backend-parse): Handle new backend 'plstore.
6589         * plstore.el: New file.
6591 2011-06-30  Glenn Morris  <rgm@gnu.org>
6593         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6595 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6597         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6598         expiring articles to.
6600         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6601         variations as ASCII (bug#5458).
6603 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6605         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6607 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6609         * message.el (message-point-in-header-p): Tweak the function to default
6610         to saying that we're not in the headers if there is no separator at
6611         all.  This makes it possible to use the Message version of `M-q' in
6612         buffers with no headers (bug#7987).
6613         (message-point-in-header-p): Fix last checkin to work with an empty
6614         mail-header-separator, too.
6616         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6617         again, save the choice via customize.
6619 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6621         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6623         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6624         ended the connection, bail out before waiting infinitely on a new
6625         connection.
6627 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6629         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6630         reports.
6632         * gnus.el (gnus-bug-package): Use "gnus."
6633         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6635 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637         * dgnushack.el: Make the timer warning go away on XEmacs.
6639         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6640         animations going on at article exit time.
6642         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6643         since removing it breaks people upgrading.
6645         * shr.el (shr-put-image): Use the new interface for animating images.
6646         (shr-put-image): Animate for 60 seconds.
6648         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6649         avoid compiler warnings.
6651         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6652         error with `find-file-hooks' on Emacs 22.
6653         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6654         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6655         on all architectures.
6657         * spam.el (spam-stat): Require in a normal fashion without binding
6658         `spam-stat-install-hooks' to avoid compilation warnings.
6660         * spam-stat.el (spam-stat-install-hooks): Remove.
6661         (spam-stat-install-hooks): Don't run automatically.
6663 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6665         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6666         and keystroke.
6668 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6670         * auth-source.el (auth-source-netrc-cache): Move forward.
6672 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6674         * proto-stream.el (proto-stream-open-starttls): Use
6675         `gnutls-available-p' to see whether we have built-in support.
6677         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6678         we already know.
6679         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6680         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6682 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6684         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6685         %S format, since that looks odd.
6686         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6687         file, especially when saving.
6689 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6691         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6692         article found.
6694 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6696         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6697         `auth-source-save-secrets' with a more sensitive alist that can be
6698         configured per file.  Experimental, so defaults to 'never.
6699         (auth-source-netrc-create): Use it.  Still experimental code.
6700         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6701         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6703 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6705         * auth-source.el (auth-source-save-secrets): New variable to control if
6706         secret tokens should be saved encrypted.
6707         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6708         to `auth-source-netrc-normalize'.
6709         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6710         on the EPA variables being defined.
6711         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6712         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6713         the lexical-let closure.
6714         (auth-source-netrc-create): Create "gpg:" tokens according to
6715         `auth-source-save-secrets'.
6717 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6719         * gnus-group.el (gnus-group-update-group): Add new argument
6720         `info-unchanged' that stops updating dribble buffer.
6722         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6723         deletes lines matching to it in dribble buffer.
6725         * gnus-agent.el (gnus-agent-fetch-group-1):
6726         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6727         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6728         * gnus-start.el (gnus-group-change-level):
6729         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6731         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6732         if newsgroup info is not changed.
6734         * gnus-group.el (gnus-group-get-new-news-this-group):
6735         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6736         Don't update dribble buffer.
6738 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6740         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6741         remove entries with groups we ignore.
6743 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6746         the underline comes at the bottom.
6748 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6750         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6751         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6752         (gnus-registry-article-marks-to-names): Rename from
6753         `gnus-registry-user-format-function-M2'.
6755 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6757         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6758         ephemeral group.
6760 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6762         * shr.el (shr-browse-image): Copy the URL if called interactively.
6764 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6766         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6767         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6768         done, then unselected articles may be marked as read.
6770         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6771         since not doing this seems to lead to a race condition in pop3-logon.
6773         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6774         so that the call chain it correct when we call "upwards".
6776         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6777         in read-only groups.
6779         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6781         * message.el (message-cite-reply-position): Doc string fix.
6783         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6784         avoid regexp overflow.
6785         (nnimap-transform-split-mail): Ditto.
6787         * pop3.el (pop3-retr): Error out if the server closes the connection.
6789 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6791         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6792         mm-with-unibyte-current-buffer.  The buffer should not contain any
6793         multibyte chars anyway at this stage.
6795 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6797         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6798         at the end of lines.
6800 2011-05-29  Julien Danjou  <julien@danjou.info>
6802         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6804 2011-05-27  Glenn Morris  <rgm@gnu.org>
6806         * gnus-group.el (gnus-bug-group-download-format-alist):
6807         Use the "maintainer" version of debian reports as well.
6809 2011-05-26  Glenn Morris  <rgm@gnu.org>
6811         * gnus-group.el (gnus-bug-group-download-format-alist):
6812         Use the "maintainer" version of debbugs.gnu.org reports.
6814 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6816         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6818 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6820         * gnus-cus.el (gnus-agent-customize-category):
6821         * gnus-delay.el (gnus-delay-send-queue):
6822         * gnus.el (gnus-other-frame):
6823         Don't quote lambda expressions with `quote'.
6825 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6827         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6828         the thread moves us backwards and so we loop forever.
6830 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6832         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6833         whitespace in base64 data lines.
6835 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6837         * gnus-registry.el (gnus-registry-user-format-function-M):
6838         Use `mapconcat'.
6839         (gnus-registry-user-format-function-M2): Use to see the full text of
6840         the marks.  Make "," the mark text separator.
6842         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6843         authentication with auth-source.
6845 2011-05-17  Glenn Morris  <rgm@gnu.org>
6847         * gnus-group.el (gnus-import-other-newsrc-file):
6848         Use insert-file-contents.
6850 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6852         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6853         1000 iterations.
6855 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6857         * nntp.el (nntp-open-connection): Check if process-type is available.
6859 2011-05-16  Julien Danjou  <julien@danjou.info>
6861         * shr.el (shr-tag-del): Add support for del tag.
6863 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6865         * gnus-html.el (gnus-html-put-image): Register a displayer.
6867         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6869 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6871         * registry.el (prune-factor): New initialization parameter defaulting
6872         to 0.1.
6873         (registry-prune-hard): Use it.
6875         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6876         0.1 expicitly.
6878 2011-05-13  Glenn Morris  <rgm@gnu.org>
6880         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6881         is bound, since this function requires sendmail.
6883 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6885         * registry.el (registry-usage-test): Disable pruning test.
6887 2011-05-11  David Engster  <dengste@eml.cc>
6889         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6890         Bind set-network-process-option for XEmacs.
6892 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6894         * registry.el (registry-prune-hard-candidates)
6895         (registry-prune-soft-candidates): Helper methods for registry pruning.
6896         (registry-prune): Use them.  Make the sort function optional.
6898 2011-05-10  Jim Meyering  <meyering@redhat.com>
6900         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6902 2011-05-10  Julien Danjou  <julien@danjou.info>
6904         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6905         symbol and not a list.
6907 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6909         * gnus-art.el (gnus-article-mode): Move binding of
6910         shr-put-image-function here from gnus-article-prepare-display.
6912         * shr.el (shr-put-image-function): New variable.
6913         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6914         (shr-put-image): Return scaled image.
6916         * gnus-art.el (gnus-shr-put-image): New function.
6917         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6919         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6920         original ones, as deletable.
6922 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6924         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6926 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6928         * registry.el (registry-full): Add convenience method.  Fix logic.
6929         (registry-insert): Use it.  Fix logic here too.
6931         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6932         `registry-prune' if `registry-full' returns t.
6933         (gnus-registry-handle-action)
6934         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6935         (gnus-registry-usage-test): Use it.
6937 2011-05-07  Julien Danjou  <julien@danjou.info>
6939         * shr.el (shr-link): Make shr-link inherit from link by default.
6941 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6943         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6945 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6947         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6948         error out because the face is not a list.
6950 2011-05-05  Glenn Morris  <rgm@gnu.org>
6952         * proto-stream.el (gnutls-negotiate): Fix declarations.
6954         * gnus-start.el (gnus-propagate-marks): Declare.
6956 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6958         * registry.el (registry-reindex): Fix percentage message.
6960         * proto-stream.el (network-stream-open-starttls): Adjust to call
6961         `gnutls-negotiate' with :process and :hostname arguments.
6963 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6965         * shr.el: Add shr-link face for links.
6966         (shr-urlify): Use it.
6968         * registry.el (registry-insert): Make error message more helpful.
6970 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6972         * gnus-html.el (gnus-html-schedule-image-fetching):
6973         Use url-queue-retrieve, if it exists.
6975         * shr.el (shr-tag-img): Ditto.
6977         * gnus.el: Autoload more gnus-agent functions.
6979         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6980         agent if we haven't already (bug#8502).
6982         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6983         into the Agent, too.
6985         * gnus-agent.el (gnus-agent-store-article): New function.
6987         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6988         and moved from that file for reuse.
6990         * pop3.el (pop3-open-server): Error messages are "-ERR".
6992 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6994         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6995         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6997 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6999         * gnus.el: No Gnus v0.17 is released.
7001 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7003         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
7004         buffer has moved to a different frame.
7006 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7008         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
7009         to get the conversion from unibyte to multibyte buffers to work on
7010         Emacs 22.
7012         * nntp.el (nntp-request-article): Slight clean-up.
7014 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016         * shr.el (shr-strike-through): New face.
7017         (shr-tag-s): Use it to provide <s> support.
7018         (shr-tag-s): Remove duplicate definition.
7020 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7022         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
7023         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
7025 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
7027         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
7028         `gnutls-negotiate'.
7029         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
7031 2011-04-23  Glenn Morris  <rgm@gnu.org>
7033         * gnus-sum.el (gnus-extra-headers): Bump :version.
7035 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037         * shr.el (shr-tag-sup): New function.
7038         (shr-tag-sub): Ditto.
7040 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7042         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
7043         for the case where `gnus-registry-ignored-groups' is a list of lists,
7044         and don't call `gnus-parameter-registry-ignore' otherwise.
7046 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7048         * nnimap.el (nnimap-user): New backend variable.
7049         (nnimap-open-connection-1): Use it.
7050         (nnimap-credentials): Accept user parameter so it's explicit what user
7051         name is desired.
7053         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
7054         default.
7056         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
7057         not gnus-registry.el.
7059         * gnus-registry.el: Mention in comments how to modify
7060         `gnus-extra-headers' for proper recipient tracking and that it may
7061         already have To and Cc recently, which it does as of this commit.
7062         (gnus-registry-ignored-groups): Remove defcustom.
7063         Explain why in comments.
7064         (gnus-registry-action): Fix data-header reference to use the extra
7065         headers.  Explain in package commentary how to add To and Cc headers to
7066         the gnus-extra-headers.
7067         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
7068         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
7069         parameter list or a string list in `gnus-registry-ignored-groups'.
7070         Fix logic error.
7072 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7074         * shr.el (shr-expand-url): Protect against null urls.
7076 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078         * shr.el (shr-base): New binding.
7079         (shr-tag-base): Keep track of <base>.
7080         (shr-expand-url): New function used throughout.
7082 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
7084         * gnus-registry.el
7085         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
7086         (gnus-registry-ignored-groups): New variable.
7087         (gnus-registry-ignore-group-p): Use it.
7088         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
7089         set the destination group to nil (same as delete) if it's ignored.
7091 2011-04-20  David Engster  <dengste@eml.cc>
7093         * tests/gnustest-nntp.el: New file for simple NNTP testing.
7095         * Makefile.in (test-nntp): New rule.
7096         (check): Add it.
7097         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
7099 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7101         * gnus-registry.el (gnus-registry-action)
7102         (gnus-registry-fetch-header-fast):
7103         Don't use mail-header that looks an internal function of mailheader.el.
7105 2011-04-19  Glenn Morris  <rgm@gnu.org>
7107         * time-date.el (time-to-days): Remove unused local variables.
7109 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7111         * gnus-registry.el: Eliminate cl functions.
7112         (gnus-registry-sort-addresses): New function that replaces mapcan.
7113         (gnus-registry-action, gnus-registry-spool-action)
7114         (gnus-registry-split-fancy-with-parent)
7115         (gnus-registry-fetch-recipients-fast): Use it.
7116         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7118         * registry.el (initialize-instance, registry-lookup)
7119         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7120         (registry-lookup-secondary-value, registry-search, registry-delete)
7121         (registry-insert, registry-reindex, registry-size, registry-prune):
7122         Use eval-and-compile.
7124 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7126         * registry.el (registry-reindex): New method to recreate the secondary
7127         registry indices.
7129         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7130         tracked field changes.
7131         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7132         (gnus-registry-action, gnus-registry-spool-action)
7133         (gnus-registry-handle-action)
7134         (gnus-registry--split-fancy-with-parent-internal)
7135         (gnus-registry-split-fancy-with-parent)
7136         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7137         move, and delete actions, and for fancy splitting with parent.
7138         (gnus-registry-extract-addresses)
7139         (gnus-registry-fetch-recipients-fast)
7140         (gnus-registry-fetch-header-fast): Convenience functions.
7141         (gnus-registry-misc-test): ERT test of
7142         `gnus-registry-extract-addresses'.
7144 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7146         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7147         Track by subject first, then sender.
7149 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7151         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7153         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7154         Lisp.
7156         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7157         (gnus-draft-send): Use it to avoid popping
7158         up frames from gnus-group-send-queue.
7160 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7162         * gnus-registry.el: Updated gnus-registry docs.
7164 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7166         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7167         Fix logic bug.
7168         (gnus-registry-post-process-groups): Fix logging of no results and
7169         quote sender and subject.
7171 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7173         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7174         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7175         gnutls-cli are too slow to be done opportunistically.
7177         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7178         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7179         we had no early-data returned.
7180         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7181         two async commands to the same server at the same time.
7183 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7185         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7187 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7190         "warning" level.
7192         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7193         (mm-url-insert-file-contents): Don't set the package names.
7195 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7197         * gnus-registry.el (gnus-registry-action): Remove properties and
7198         simplify subject in `gnus-registry-handle-action'.
7199         (gnus-registry-spool-action): Get subject and sender from message if
7200         they are not passed in.
7201         (gnus-registry-handle-action): Remove properties and simplify subject
7202         consistently.
7204 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7206         * registry.el: Require CL before using defmacro*.
7208 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7210         * gnus-art.el (article-treat-date): Assume that
7211         gnus-article-date-headers may be a group parameter.
7213 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7215         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7217         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7218         interactively so the newsrc file can contain foreign groups too.
7219         Useful for debugging but not much for users.
7221 2011-04-07  David Engster  <dengste@eml.cc>
7223         * registry.el (registry-usage-test): Only do
7224         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7225         lexical binding.
7227 2011-04-07  David Engster  <dengste@eml.cc>
7229         * Makefile.in (check, test-registry): New rules for test-suite.
7231 2011-04-06  David Engster  <dengste@eml.cc>
7233         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7234         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7236 2011-04-06  David Engster  <dengste@eml.cc>
7238         * registry.el (initialize-instance): Change :after to :AFTER to be
7239         compatible with old EIEIO version in XEmacs.
7241 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7243         * gnus-registry.el (gnus-registry-post-process-groups)
7244         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7245         and provide better messaging.
7247 2011-04-06  David Engster  <dengste@eml.cc>
7249         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7250         errors.
7252         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7253         dgnushack-compile with error-on-warn enabled, and to signal an error if
7254         clean compilation failed.
7255         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7256         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7258 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7260         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7261         unconditionally anyway, discarding errors.
7262         (gnus-registry-delete-entries): New convenience function.
7263         (gnus-registry-import-eld): Import from old .eld registry.
7265         * registry.el: Don't use ERT if it's not available.  Load it
7266         unconditionally anyway, discarding errors.
7268         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7269         version from the Claudio Bley GnuTLS patch (extra optional parameters
7270         and host name).
7272 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7274         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7275         fixup the parameters that can be customized by the user between
7276         save/read cycles.
7277         (gnus-registry-read): Use it.
7278         (gnus-registry-make-db): Use it.
7279         (gnus-registry-spool-action, gnus-registry-handle-action):
7280         Fix messaging.
7281         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7282         Map references to actual group names with sender and subject tracking.
7283         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7284         (gnus-registry-usage-test): Add subject lookup test.
7286         * registry.el (registry-db, initialize-instance): Set up constructor
7287         instead of :initform arguments for the sake of older Emacsen.
7288         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7289         pre-lexbind merge bug.
7290         (registry-usage-test): Use it.
7291         (initialize-instance, registry-db): Move the non-function initforms
7292         back to the class definition.
7294 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7296         * registry.el: New library to manage gnus-registry-style data.
7298         * gnus-registry.el: Use it (major rewrite).
7300         * nnregistry.el: Use it.
7302         * spam.el: Use it.
7304 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7306         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7307         marks on non-selected articles.
7309 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7311         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7312         parameter to open-protocol-stream.
7314 2011-04-01  Julien Danjou  <julien@danjou.info>
7316         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7317         fundamental-mode.
7319 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7321         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7322         servers.
7324 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7326         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7327         made marks not propagate, again.
7329 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7331         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7332         Make this the default type.
7333         (proto-stream-open-plain): Rename from proto-stream-open-default.
7334         (open-protocol-stream, proto-stream-open-starttls)
7335         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7336         with `plain'.
7338         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7339         value.
7341         * nntp.el (nntp-open-connection-function): Document the fact that some
7342         values are not functions but are instead handled specially.
7343         Recognize nntp-open-plain-stream value.
7344         (nntp-open-connection): Recognize that value.
7346 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7348         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7349         where it seems to be needed.
7351 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7354         stuff.
7356         * gnus-score.el (gnus-score-string): Fix calling convention of
7357         `gnus-simplify-buffer-fuzzy' after last patches.
7359         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7360         server for articles we didn't get any headers for.  This is a sanity
7361         check.
7363 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7365         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7366         new CAPABILITY, use it.
7368 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7370         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7371         downloading anything.
7373         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7375 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7377         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7378         colors.
7379         (gnus-splash-svg-color-symbols): New function.
7381 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7384         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7385         (gnus-simplify-subject-fuzzy): Use the local
7386         gnus-simplify-subject-fuzzy-regex instead of the global one.
7387         This makes using this variable in group parameters work.
7389 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7391         * gnus-registry.el (gnus-registry-unfollowed-groups):
7392         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7393         archive:sent-YYYY-MM-DD groups).
7394         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7395         tracking if there are more than `gnus-registry-max-track-groups'
7396         matches.
7398 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7400         * message.el (message--yank-original-internal): New function to do the
7401         insertion cleanly inside eval in `message-yank-original'.
7402         (message-yank-original): Use it.
7404 2011-03-29  Julien Danjou  <julien@danjou.info>
7406         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7407         local variables disabled rather than `normal-mode'.
7409 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7411         * imap.el (imap-shell-open, imap-process-connection-type):
7412         Use imap-process-connection-type for 'shell' streams as well as
7413         Kerberos, SSL, other subprocesses.
7415 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7417         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7418         with open-network-stream.
7419         (proto-stream-always-use-starttls): Option removed.
7420         (open-protocol-stream): Return a process object by default.  Provide a
7421         new parameter :return-list specifying a list-type return value, which
7422         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7423         :type `network' to `try-starttls', and `network-only' to `default'.
7424         Make `default' the default, for compatibility with open-network-stream.
7425         Handle the no-parameter case exactly as open-network-stream, with no
7426         additional stream processing.  Search plists using plist-get.
7427         Explicitly add :end-of-commend parameter if it is missing.
7428         (proto-stream-open-default): Rename from
7429         proto-stream-open-network-only.  Return 'default as the type.
7430         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7431         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7432         failed.  Always return a list with a (possibly dead) process as the
7433         first element, for compatibility with open-network-stream.
7434         (proto-stream-open-tls): Use plist-get.  Always return a list.
7435         (proto-stream-open-shell): Return `default' as connection type.
7436         (proto-stream-capability-open): Use plist-get.
7437         (proto-stream-eoc): Function deleted.
7439         * nnimap.el (nnimap-stream, nnimap-open-connection)
7440         (nnimap-open-connection-1): Handle renaming of :type parameter for
7441         open-protocol-stream.
7442         (nnimap-open-connection-1): Pass a :return-list parameter
7443         open-protocol-stream to obtain a list return value.  Parse this list
7444         using plist-get.
7446         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7447         for open-protocol-stream.  Accept open-protocol-stream return value
7448         that is a subprocess object instead of a list.  Handle the case of a
7449         dead returned process.
7451 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7453         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7455         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7457 2011-03-21  Julien Danjou  <julien@danjou.info>
7459         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7460         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7461         query.
7462         (mm-inline-text): Render normal text with fontification whenever
7463         possible.
7465         * gnus-sum.el (gnus-summary-save-parts-1):
7466         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7467         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7468         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7469         Use `mm-handle-filename'.
7471         * mm-util.el (mm-handle-filename): New function, return the filename of
7472         an handle.
7474 2011-03-18  Julien Danjou  <julien@danjou.info>
7476         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7477         (gnus-buffer-live-p): Check that buffer is not nil.
7479 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7481         * gnus.el: No Gnus v0.15 is released.
7483 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7485         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7486         avoid warning on XEmacs.
7488         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7489         on XEmacs.
7491         * gnus-art.el: Require mouse, which the build bot seems to say is
7492         needed.
7494         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7496         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7497         XEmacs, since it doesn't have url-retrieve-synchronously.
7499         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7500         since assoc-string doesn't exist in XEmacs.
7502 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7504         * gnus-group.el (gnus-group-list-ticked): New function.
7505         (gnus-group-make-menu-bar): Provide a menu entry for it.
7506         (gnus-group-list-map): Provide a binding for it.
7508 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7510         * shr.el (shr-visit-file): New command.
7512         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7514 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7516         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7517         servers.
7519 2011-03-16  Julien Danjou  <julien@danjou.info>
7521         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7522         inline.
7524         * gnus-art.el (article-hide-list-identifiers):
7525         Use gnus-group-get-list-identifiers.
7527         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7528         (gnus-summary-remove-list-identifiers):
7529         Use gnus-group-get-list-identifiers to get regexp.
7530         (gnus-select-newsgroup, gnus-summary-insert-subject)
7531         (gnus-summary-insert-articles):
7532         Call gnus-summary-remove-list-identifiers unconditionally.
7534 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7537         we're selecting a group with unread articles.
7539         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7541         * gssapi.el: New file separated out from imap.el to provide a general
7542         Kerberos 5 connection facility for Emacs.
7544         * message.el (message-elide-ellipsis): Document the format spec
7545         ellipsis.
7547 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7549         * message.el (message-elide-region): Allow the ellipsis to say how many
7550         lines were removed.
7552 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7554         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7555         window configurations containing buffers that are now dead.
7557         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7558         parsing to avoid integer overflows.
7559         (nnimap-parse-flags): Simplify the last change.
7560         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7561         too large for 32-bit Emacsen.
7563 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7565         * auth-source.el (auth-source-netrc-create):
7566         * message.el (message-yank-original): Fix use of `case'.
7568 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7570         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7571         XEmacs, which was one character too wide.
7573 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7575         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7576         default number of articles to display.
7577         (gnus-articles-to-read): Use pretty names for prompt.
7579 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7581         * gnus-int.el (gnus-open-server): Ditto.
7583         * gnus-start.el (gnus-activate-group): Give a backtrace if
7584         debug-on-quit is set and the user hits `C-g'.
7585         (gnus-read-active-file): Ditto.
7587         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7589 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7591         * message.el (message-yank-original): Use cond instead of CL case.
7593 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7595         * auth-source.el (auth-source-netrc-create): Use usual format for the
7596         default in prompts.
7598 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7600         * lpath.el: Fbind read-char-choice for XEmacs.
7602 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7604         * auth-source.el (auth-source-netrc-create): Show the default in the
7605         prompt when prompting for token creation.
7607 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7609         * auth-source.el (auth-source-format-prompt): Always convert the value
7610         to a string to avoid evaluating non-string arguments.
7611         (auth-source-netrc-create): Offer default properly, not as initial
7612         content in `read-string'.
7613         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7614         of line to determine if we've been run before.  If so, don't run again,
7615         but print a trivial message to indicate the cache was hit instead.
7617 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7619         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7620         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7621         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7622         Gnus.
7624 2011-03-11  Julien Danjou  <julien@danjou.info>
7626         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7627         modified file".
7629 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7631         * auth-source.el (auth-source-read-char-choice): New function to read a
7632         character choice using `dropdown-list', `read-char-choice', or
7633         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7634         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7635         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7636         (auth-source-netrc-saver): Use it.
7637         (auth-source-pick-first-password): New convenience function.
7639 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7641         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7642         parameter in the credentials.
7643         (nnimap-open-connection-1): Use it after a successful login.
7644         (nnimap-credentials): Add IMAP-specific user and password prompt.
7646         * auth-source.el (auth-source-search): Add :require parameter, taking a
7647         list.  Document it and the :save-function return token.  Pass :require
7648         down.  Change the CREATED message from a warning to a debug statement.
7649         (auth-source-search-backends): Pass :require down.
7650         (auth-source-netrc-search): Pass :require down.
7651         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7652         Change save prompt to indicate all modifications saved here are
7653         deletions.
7654         (auth-source-netrc-create): Take user login name as default in user
7655         prompt.  Move all the save functionality to a lexically bound function
7656         under the :save-function token in the returned list.  Set up clearer
7657         default prompts for user, host, port, and secret.
7658         (auth-source-netrc-saver): New function, intended to be wrapped for
7659         :save-function.
7661 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7664         lines to be spaces instead.
7666 2011-03-07  Julien Danjou  <julien@danjou.info>
7668         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7669         (sieve-sasl-auth): Check that auth-source-search did return something,
7670         or just return an empty string.
7672 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7674         * gnus.el (gnus-interactive): Use read-directory-name.
7676         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7677         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7678         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7679         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7680         Likewise.
7682         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7684 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7686         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7687         onto the list of killed groups, too.  This makes killed nnimap groups,
7688         for instance, more reliably not reappear.
7690         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7691         the parent.
7693         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7695         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7696         really have server-side marks.
7698         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7699         since most backends do not usefully have server-side marks.
7700         (gnus-update-read-articles): Propagate marks to all backends that
7701         really have server-side marks.
7703 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7705         * message.el (message-cite-reply-position, message-cite-style):
7706         New variables.
7707         (message-yank-original): Use the new citation styles.
7709 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7711         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7712         buffer-local issue); don't mark it buffer-local when running under
7713         XEmacs.
7715 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7717         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7718         numbers too big to be `read'.
7720 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7722         * password-cache.el (password-in-cache-p): Add autoload.
7724         * message.el (message-options): Make buffer-local two ways to attempt
7725         to fix a XEmacs bug.
7727 2011-03-02  Julien Danjou  <julien@danjou.info>
7729         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7731 2011-03-01  Julien Danjou  <julien@danjou.info>
7733         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7734         group.
7735         (article-hide-list-identifiers): Use list-identifier group parameter.
7737 2011-02-28  Julien Danjou  <julien@danjou.info>
7739         * sieve.el (sieve-buffer-script-name): New local variable to store
7740         sieve script name.
7741         (sieve-edit-script): Store sieve script name.
7742         (sieve-upload): Use sieve script name when uploading.
7743         (sieve-upload): Use substitute-command-keys.
7744         (sieve-edit-script): Use substitute-command-keys.
7745         (sieve-refresh-scriptlist): Use substitute-command-keys.
7746         (sieve-manage-mode-map): Define keymap properly.
7747         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7748         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7749         Remove commented code about cvs.
7750         (sieve-manage-quit): New function.
7751         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7753 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7757 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7759         * auth-source.el (auth-source-search): Cache empty result sets.
7761         * password-cache.el (password-in-cache-p): Convenience function to
7762         check if a key is in the cache, even if the value is nil.
7764         * auth-source.el (auth-source-save-behavior): New variable to replace
7765         `auth-source-never-create'.
7766         (auth-source-netrc-create): Use it.
7767         (auth-source-never-save): Remove.
7769 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7771         * nnimap.el (nnimap-stream): Doc fix.
7772         (nnimap-open-connection-1): Reverse the order of the ports to that the
7773         prompted-for port is first.
7775         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7776         retrieval by the no-group selection.
7778         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7779         numerical parameters.
7781 2011-02-25  Julien Danjou  <julien@danjou.info>
7783         * gnus-gravatar.el: Use gnus-with-article-buffer.
7785         * gnus-art.el (gnus-with-article-buffer): Check that the
7786         gnus-article-buffer is alive.
7788 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7790         * auth-source.el (auth-source-creation-prompts): New variable to manage
7791         creation-time prompts.
7792         (auth-source-search): Document it.
7793         (auth-source-format-prompt): Add utility function.
7794         (auth-source-netrc-create): Don't default the user name to
7795         user-login-name.  Use `auth-source-creation-prompts' and some default
7796         prompts for user, host, port, and password (the default generic prompt
7797         remains ugly).
7798         (auth-source-never-save): Add customizable option to never save info.
7799         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7800         mode excursion.
7802 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7804         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7805         argument that XEmacs doesn't support.
7807         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7808         compiled for Emacsen having no `libxml-parse-html-region' support.
7810         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7812         * lpath.el: Bind buffer-save-without-query for XEmacs.
7814 2011-02-23  Julien Danjou  <julien@danjou.info>
7816         * gnus-art.el (article-make-date-line): Ignore errors if time is
7817         invalid and not convertible.
7818         (article-make-date-line): Only add lapsed time if time is not nil.
7820 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7822         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7823         `read-char-choice' for backwards compatibility.
7824         (auth-source-netrc-element-or-first): New function to DTRT for
7825         parameter extraction.
7826         (auth-source-netrc-create): Use it and fix multiple parameter print
7827         bug.  Use the default passed from above (given-default) or the
7828         built-in (user-login-name for :user).
7830 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7832         * gnus-start.el (gnus-dribble-read-file):
7833         Set buffer-save-without-query, since we always want to save the dribble
7834         file, probably.
7836         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7837         nnimap.
7839         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7840         -summary- since it's a user-visible variable.
7842         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7843         first time you use the new Gnus.
7845 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7847         * auth-source.el: Don't load netrc.el.
7848         (auth-sources): Search ~/.netrc as well by default.
7849         (auth-source-debug): Add 'trivia option for extra output.
7850         (auth-source-do-trivia): Use it.
7851         (auth-source-search): Simplify logic to use
7852         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7853         appropriate.  Don't keep a running count at this level.  Layer :create
7854         and :delete options appropriately on the first and second passes.
7855         Don't track the backend with the search results.
7856         (auth-source-search-backends): New function to search a list of
7857         backends for a processed spec.
7858         (auth-source-netrc-parse): Cache all netrc files, making
7859         auth-source-netrc-cache an alist keyed by the file name and using the
7860         file mtime as the caching criterion.  Keep the obfuscated data secret
7861         with a lexical bind.
7862         (auth-source-netrc-search): Don't calculate the length of the results
7863         unnecessarily.
7864         (auth-source-search-backends): Fix bug.
7865         (auth-source-netrc-create): Rework prompts.
7867 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7869         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7870         Lower case names of search constraints.
7871         (nnir-run-query): Cache and reuse search constraints for all imap
7872         servers.
7874 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7876         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7877         after exit.
7878         (gnus-setup-message): Define missing variable from last checkin.
7880         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7881         value, show the raw article.
7883 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7885         * gnus.el: No Gnus v0.13 is released.
7887 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7889         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7890         auth-source now accepts numbers.
7892         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7893         spec, too.
7894         (auth-source-ensure-strings): New function.
7896         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7897         (gnus-article-setup-buffer): Always restart the date timer so that user
7898         changes to the frequency is respected.
7900         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7901         port numbers, so make sure it gets that if nnimap-server-port is
7902         explicit.
7904 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7906         * nnimap.el (nnimap-inbox): Doc fix.
7908 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7910         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7911         Autoload.  Add optional arg FRAME, and pass it to color-values.
7912         (color-complement): Caller changed.  Doc fix.
7913         (color-gradient): Rewrite for better clarity and efficiency.
7915 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7917         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7918         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7919         color-lab-to-srgb.
7921 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7923         * color.el: First part of merge from hexrgb.el.
7924         (color-rgb-to-hex): Rename from color-rgb->hex.
7925         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7926         saturation to zero if the value is too small.
7927         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7928         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7929         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7930         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7931         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7932         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7933         (color-cie-de2000): Doc fix.
7935 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7937         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7938         given method as in the group name if we're using an extended method.
7939         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7940         command, if we're using that, instead of waiting for the beginning.
7942         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7943         we're sure to get unique server names, and we don't output two async
7944         commands in the same buffer.  This fixes an NNTP hang for some users.
7946 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7948         * gnus.el: No Gnus v0.11 is released.
7950 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7952         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7953         summary buffer before reading going to the next buffer.  This avoids
7954         putting the point in the group buffer if you `C-g' the command.
7956         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7957         cache (for now) to make ~/.authinfo.gpg files usable.
7959         * nnfolder.el (copyright-update): Define for the compiler.
7961         * auth-source.el (auth-source-search): Fix unbound variable.
7963 2011-02-19  Glenn Morris  <rgm@gnu.org>
7965         * gnus.el (gnus-meta): Doc fix.
7967 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7969         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7970         in case it's not yet loaded.
7972 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7974         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7975         line we're waiting for.
7977 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7979         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7980         face with line-width greater than zero will cause RET in gnus summary
7981         buffer to scroll down article page-wise because auto vscroll happens,
7982         it should be temporally disabled when doing a scroll-up.
7984 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7986         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7987         outputs from the server.
7989 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7991         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7992         later so that bbdb can hook in easier.
7994 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7996         * auth-source.el (auth-source-search): Don't try to create credentials
7997         if the caller doesn't want that.
7998         (auth-source-search): If we don't find a match, don't bug out on
7999         non-bound variables.
8000         (auth-source-search): Only ask a single backend to create the
8001         credentials.
8003         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
8004         logging.
8005         (nnimap-credentials): Protect against auth-source-search returning nil.
8006         (nnimap-request-list): Protect against not being able to open the
8007         server.
8009 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
8011         * auth-source.el (auth-source-search): Do a two-phase search, one with
8012         no :create to get the responses from all backends.
8014         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
8015         when getting credentials.
8017         * gnus-util.el (gnus-delete-duplicates): New function.
8019 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
8021         * nnimap.el (nnimap-credentials): Instead of picking the first port as
8022         a creation default, pass the whole port list down.  It will be
8023         completed.
8025         * auth-source.el (auth-source-search): Updated docs to talk about
8026         multiple creation choices.
8027         (auth-source-netrc-create): Accept a list as a value (from the search
8028         parameters) and do completion on that list.  Keep a separate netrc line
8029         with the password obscured for showing the user.
8031         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
8032         first choice to `auth-source-search' so it will be used for entry
8033         creation instead of the server's Gnus-specific name.
8034         (nnimap-credentials): Rely on the auth-source library to select which
8035         port is actually wanted in the new netrc entry, so don't override
8036         `auth-source-creation-defaults'.
8038         * auth-source.el (auth-source-netrc-parse): Use :port instead of
8039         :protocol and accept a missing user, host, or port as a wildcard match.
8040         (auth-source-debug): Default to off.
8042         (auth-source-netrc-search, auth-source-netrc-create)
8043         (auth-source-secrets-search, auth-source-secrets-create)
8044         (auth-source-user-or-password, auth-source-backend, auth-sources)
8045         (auth-source-backend-parse-parameters, auth-source-search): Use :port
8046         instead of :protocol.
8048         * nnimap.el (nnimap-credentials): Pass a port default to
8049         `auth-source-search' in case an entry needs to be created.
8050         (nnimap-open-connection-1): Use :port instead of :protocol.
8052 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8054         * auth-source.el: Bind load-path when loading EIEIO from
8055         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
8056         21.4 doesn't support, to `require'.
8057         (auth-source-secrets-search): Use mm-delete-duplicates instead of
8058         delete-dups that is not available in XEmacs 21.4.
8060 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
8062         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
8063         as EIEIO must also be loaded when auth-source.el is being
8064         byte-compiled.
8066 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8068         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
8070         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
8072         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
8074         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
8076         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
8078         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
8080         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
8082         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
8083         necessary.
8085 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
8087         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
8088         nil means that nnimap doesn't get updated.
8090 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8092         * auth-source.el (auth-source-netrc-create): Return a synthetic search
8093         result when the user doesn't want to write to the file.
8094         (auth-source-netrc-search): Expect a synthetic result and proceed
8095         accordingly.
8096         (auth-source-cache-expiry): New variable to override
8097         `password-cache-expiry'.
8098         (auth-source-remember): Use it.
8100         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
8101         parameter.  Create entry if necessary by using :create t.
8102         (nnimap-open-connection-1): Don't pass `inhibit-create'.
8104 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
8106         * auth-source.el (auth-source-debug): Enable by default and don't
8107         mention the obsolete `auth-source-hide-passwords'.
8108         (auth-source-do-warn): New function to debug unconditionally.
8109         (auth-source-do-debug): Use it.
8110         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
8111         and for Secrets API entries when the secrets.el library is not
8112         available.
8114 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8116         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8117         (gnus-summary-exit): Kill the correct article buffer on exit from a
8118         `C-d' group.
8120         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8121         gnus-propagate-marks.
8123         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8124         before killing the buffers so that a non-full window conf gets handled
8125         correctly.
8126         (gnus-summary-exit): Ditto.
8127         (gnus-summary-read-group-1): Ditto.
8129         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8130         async code again so that we can debug it properly.
8132         * message.el (message-reply): Take an optional switch-buffer parameter
8133         so that Gnus window confs are respected better.
8135 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8137         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8138         `plist-get' to accept non-list parameters (XEmacs issue).
8139         Fix docstring.
8140         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8141         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8142         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8143         Login collection is "Login" and not "login".
8145 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8147         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8148         multiple headers.
8150         * nnimap.el (nnimap-inhibit-logging): New variable.
8151         (nnimap-log-command): Don't log login commands.
8153         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8154         to have more parameters.
8156         * nnimap.el (nnimap-send-command): Mark the command time for each
8157         command, so that we don't get NOOPs stepping on our toes.
8159         * gnus-art.el (article-date-ut): Get the date from the Date header on
8160         `t'.
8162 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8164         * auth-source.el (auth-source-search): Use copy-sequence instead of
8165         the cl.el copy-list.
8167 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8169         * imap.el: Bring it back (revert
8170         84d800cd31de3064f0ed39617d725709a2f8f42f).
8172 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8174         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8175         Improve prompt.
8177 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8179         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8180         washing status from the default format.  It isn't very informative.
8182 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8184         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8185         Fix Gcc processing on imap.
8187 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8189         * imap.el: Remove file.  All the functionality is in nnimap.el.
8191 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8193         * message.el (message-bury): Don't pop up a new window when selected
8194         window is dedicated.
8196 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8198         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8200 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8202         * sieve-manage.el: Autoload `auth-source-search'.
8203         (sieve-sasl-auth): Use it.
8205 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8207         * nnimap.el: Autoload `auth-source-forget+'.
8208         (nnimap-open-connection-1): Use it if the connection fails.
8210         * auth-source.el: Require `password-cache'.
8211         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8212         obsolete.
8213         (auth-source-magic): Marker for `password-cache' keys.
8214         (auth-source-do-cache): Update docstring.
8215         (auth-source-search): Use and check cache.
8216         (auth-source-forget-all-cached, auth-source-remember)
8217         (auth-source-recall, auth-source-forget, auth-source-forget+)
8218         (auth-source-specmatchp): Caching support functions.
8219         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8220         Remove and obsolete.
8221         (auth-source-user-or-password): Remove caching to further discourage
8222         using it.  Always hide passwords.
8224         * password-cache.el (password-cache-remove): Accept secrets that are
8225         not strings.
8227 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8229         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8230         code for now, since it doesn't work for all users.
8232 2011-02-09  Julien Danjou  <julien@danjou.info>
8234         * message.el (message-options): Make message-options really buffer
8235         local.
8237 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8239         * mail-source.el: Autoload `auth-source-search'.
8240         (mail-source-keyword-map): Note order matters.
8241         (mail-source-set-1): Get all the mail-source source values and
8242         defaults and search auth-source on those if needed.  This can all
8243         probably be simplified.
8245         * nnimap.el: Autoload `auth-source-search'.
8246         (nnimap-credentials): Use it.
8247         (nnimap-open-connection-1): Ask for the virtual server and physical
8248         address in one shot.
8250         * nntp.el: Autoload `auth-source-search'.
8251         (nntp-send-authinfo): Use it.  Note TODO.
8253 2011-02-08  Julien Danjou  <julien@danjou.info>
8255         * shr.el (shr-tag-body): Add support for text attribute in body
8256         markups.
8258         * message.el (message-options): Make message-options a local variable.
8260 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8262         * auth-source.el (auth-source-secrets-search)
8263         (auth-source-user-or-password): Use `append' instead of `nconc'.
8264         (auth-source-user-or-password): Build return list better and protect
8265         against nil :secret.
8267 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8269         * nnimap.el (nnimap-update-info): Refactor slightly.
8270         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8271         (nnimap-update-info): Clean up slightly.
8272         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8273         characters.
8274         (nnimap-process-quirk): Rename function to avoid collision.
8275         (nnimap-update-info): Fix macrology bug-out.
8276         (nnimap-update-info): Simplify split history test.
8278 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8280         * auth-source.el (top): Require 'eieio unconditionally.
8281         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8282         (auth-source-secrets-search): Limit search when `max' is greater than
8283         number of results.
8285 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8287         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8288         part not returning any data.
8290         * proto-stream.el (open-protocol-stream): Document the return value.
8292 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8294         * auth-source.el (auth-source-secrets-search): Add examples.
8296 2011-02-06  Julien Danjou  <julien@danjou.info>
8298         * message.el (message-setup-1): Handle message-generate-headers-first
8299         set to t.
8301 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8303         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8304         API with a string "secrets:collection-name" and with 'default.
8305         (auth-source-backend-parse): Parse "secrets:collection-name" and
8306         'default.  Recurse on parses instead of repeating code.  Use the
8307         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8308         message when ignoring a source.
8309         (auth-source-search): List ignored search keys at the top level.
8310         (auth-source-netrc-create): Use `case' instead of `cond'.
8311         (auth-source-secrets-search): Created with TODOs.
8312         (auth-source-secrets-create): Created with TODOs.
8313         (auth-source-retrieve, auth-source-create, auth-source-delete)
8314         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8315         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8316         (auth-source-user-or-password-sftp)
8317         (auth-source-user-or-password-smtp): Remove.
8318         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8319         around `auth-source-search'.  Not tested thoroughly.
8321 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8323         * auth-source.el: Bring in assoc and eioeio libraries.
8324         (secrets-enabled): New variable to track the status of the Secrets API.
8325         (auth-source-backend): New EIOEIO class to represent a backend.
8326         (auth-source-creation-defaults): New variable to set prompt defaults
8327         during token creation (see the `auth-source-search' docstring for
8328         details).
8329         (auth-sources): Simplify to allow a simple string as a netrc backend
8330         spec.
8331         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8332         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8333         (auth-source-search): Main auth-source API entry point.
8334         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8335         (auth-source-search-collection): Helper function for searching.
8336         (auth-source-netrc-parse, auth-source-netrc-normalize)
8337         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8338         Supports search, create, and delete.
8339         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8340         backend stubs.
8341         (auth-source-user-or-password): Call `auth-source-search' but it's not
8342         ready yet.
8344 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8346         * message.el (message-setup-1): Remove the read-only stuff, since it
8347         doesn't work under XEmacs, for some reason.
8349         * gnus-sum.el (gnus-user-date): Rename back from
8350         gnus-summary-user-date since user code refers to it.
8352         * shr.el (shr-render-td): Store the actual background color used.
8354         * message.el (message-setup-1): Don't bind the constant
8355         -forbidden-properties.
8356         (message-setup-1): Revert previous change, since it needs to bind the
8357         props to insert them.
8358         (message-resend): Allow removing the read-only separator line.
8360 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8362         * nnimap.el (nnimap-request-accept-article): Give an error message if
8363         the APPEND wasn't successful.
8365 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8367         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8368         that have no groups.
8370 2011-02-03  Julien Danjou  <julien@danjou.info>
8372         * gnus-draft.el: Remove progn around gnus-draft-setup.
8374 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8376         * gnus-start.el (gnus-read-active-for-groups): This function is never
8377         called with a nil `infos', so clean that up.
8378         (gnus-get-unread-articles): Request active files from primary/secondary
8379         methods that have no groups (yet).
8381 2011-02-03  Julien Danjou  <julien@danjou.info>
8383         * message.el (message-setup-1): Always generate References first.
8384         (message-mail): Return the return value of message-setup, not always t.
8385         (message-setup-1): Insert mail-header-separator with read-only and
8386         intangible properties set.
8388         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8389         user-date in docstring.
8391         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8393         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8394         docstring.
8396         * gnus.el (gnus-user-date-format-alist): Change default value.
8397         Use defcustom, with type and group.  Move from gnus-util.el.
8398         Rename to gnus-summary-user-date-format-alist.
8400 2011-02-03  Glenn Morris  <rgm@gnu.org>
8402         * nnimap.el (gnus-fetch-headers): Declare.
8404         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8406 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8408         * message.el (message-forward-make-body-digest-plain)
8409         (message-followup, message-reply): Clean up things noted by Stefan.
8411         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8412         gnus-article-update-date-headers is nil.
8413         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8414         it didn't really work with defcustom.
8415         (article-update-date-lapsed): Make sure the window start doesn't move,
8416         either.
8418 2011-02-01  Julien Danjou  <julien@danjou.info>
8420         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8421         format.
8423         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8424         standard in Emacs nowadays.
8426         * color.el (color-gradient): Add a color-gradient function.
8428 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8430         * message.el (message-expand-name): Don't trust the return value of
8431         bbdb-complete-name.
8432         (message-check-news-header-syntax): Remove unused var `start'.
8433         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8434         (message-inhibit-body-encoding): Move to before first use.
8435         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8436         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8437         (Organization, Message-ID, Date, mh-previous-window-config):
8438         Defvar the vars using dynamic scoping.
8440 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8442         * shr.el (shr-render-td): Only do colors at the final rendering.
8443         Should be slightly faster.
8444         (shr-insert-table): Fix up TD background colors when doing the
8445         vertical padding.
8447         * gnus-art.el (article-date-ut): Protect against articles with no Date
8448         header.
8449         (article-update-date-lapsed): Don't use current-column to find the
8450         horizontal position.  It's fragile in the presence of \003 characters.
8452         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8454 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8456         * gnus-art.el (article-transform-date): Rewrite to still work when
8457         there are several rfc2822 parts.
8458         (article-transform-date): Fix infinite recursion.
8459         (article-date-ut): Replace infinitely many Date headers with a single
8460         one when called interactively.
8462         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8463         secure manner.
8465         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8466         move around by not using save-window-excursion.  It seems to work...
8468 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8470         * gnus-art.el (article-make-date-line): Work for user-defined format.
8472 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8474         * nntp.el (nntp-retrieve-group-data-early)
8475         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8476         fetching functions.
8478         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8479         thoroughly for all backends that have no known groups.  This should
8480         allow new nnml methods to retrieve mail.
8482         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8483         that Gnus doesn't know exists again.
8485         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8486         (gnus-treat-date-ut): Ditto.
8487         (gnus-article-update-date-header): Rename.
8488         (gnus-treat-date-local): Remove.
8489         (gnus-treat-date-english): Remove.
8490         (gnus-treat-date-lapsed): Remove.
8491         (gnus-treat-date-combined-lapsed): Remove.
8492         (gnus-treat-date-original): Remove.
8493         (gnus-treat-date-iso8601): Remove.
8494         (gnus-treat-date-user-defined): Remove.
8495         (gnus-article-date-headers): New variable to control all the date
8496         header options.
8497         (article-date-ut): Rewrite to allow using the new way to format date
8498         headers(s).
8500 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8502         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8503         method.
8504         (nnmail-article-group): A better test for fanciness.
8506         * nnimap.el (nnimap-request-head): Protect against not finding the
8507         article by Message-ID.
8509 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8511         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8512         keep point at the "same place".
8514 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8516         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8517         data if the group is inactive.
8519 2011-01-28  Julien Danjou  <julien@danjou.info>
8521         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8522         (gnus-all-windows-visible-p): Remove old compatibility code.
8523         (gnus-window-top-edge): Add docstring.
8525         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8527 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8529         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8530         older request-update-info.
8532         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8534 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8536         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8537         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8539 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8541         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8542         groups.  This makes the nndraft:queue group pop up if it's not already
8543         there.
8545         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8546         messages" logic, which was reversed.
8548         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8549         the "same place" even if point is on the line being replaced.
8550         (article-update-date-lapsed): Allow updating both the combined lapsed
8551         and the lapsed headers.
8552         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8553         (article-make-date-line): Limit the number of segments dynamically to
8554         avoid too-long lines.
8556 2011-01-27  Julien Danjou  <julien@danjou.info>
8558         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8559         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8561 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8563         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8564         Use plist-get instead of the cl function getf.
8566 2011-01-27  Glenn Morris  <rgm@gnu.org>
8568         * gnus-util.el (float-time): Get rid of compiler warning, again.
8570 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8572         * shr.el (shr-put-color): Special-case background colors: Do put them
8573         at the blank parts at the front of the lines.
8575         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8576         exit hook to nix out all data on readedness on group exit.
8578         * gnus-util.el (float-time): If float-time is bound, always use it on
8579         all Emacsen.  It's unclear why the subrp check was there.
8580         (time-date): Require to make some autoload issues on XEmacs go away.
8582         * shr.el (shr-put-color): Don't do the box padding in tables, since
8583         they're already padded.
8585 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8587         * gnus-art.el (gnus-article-next-page): When the last line of the
8588         article is displayed, scroll down once more instead of going to the
8589         next article at once.
8590         (article-lapsed-string): Refactor out and allow specifying how many
8591         segments you want.
8592         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8593         (gnus-article-update-lapsed-header): New variable.
8595         * shr.el: Revert change that made headings use different-sized faces.
8596         The Emacs display engine isn't advanced enough that, for instance,
8597         tables can comfortably use differently-sized faces.
8599 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8601         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8602         used.
8603         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8604         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8605         we're using an encrypted connection.
8607         * proto-stream.el: Alter the interface functions to also return the
8608         actual stream type used: network or tls.
8610 2011-01-25  Julien Danjou  <julien@danjou.info>
8612         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8613         (mm-display-javascript-inline): New function.
8615         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8616         viewing function.
8618 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8620         * shr.el (shr-expand-newlines): Fix variable name.
8622 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8624         * shr.el (shr-expand-newlines): Make nested boxes work.
8626 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8628         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8629         backgrounds.
8630         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8631         in a more sensible manner.
8633 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8635         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8636         if EPG is loaded.
8638 2011-01-24  Julien Danjou  <julien@danjou.info>
8640         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8641         tags.
8643 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8645         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8646         commands.
8648         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8649         in the article buffer.
8650         (gnus-gravatar-insert): Use blank space from the current buffer to
8651         avoid breaking text properties.  This makes X-Sent updating work again.
8653         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8655 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8657         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8658         fix the bug in url-http.el instead.
8660         * shr.el (shr-image-fetched): Ditto.
8662         * shr.el (shr-image-fetched): Avoid having point move in the article
8663         buffer.
8665         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8666         buffer after being called.  It's apparently being killed by url.el, and
8667         killing it made point move to end-of-buffer in a random buffer.
8669         * shr.el (shr-image-fetched): Ditto.
8671 2011-01-23  Julien Danjou  <julien@danjou.info>
8673         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8675         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8676         text/x-org.
8678 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8680         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8681         (i.e., nnimap) returning nil as the article number.
8683 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8685         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8686         "DelSp" parameter in RFC3676.
8688 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8690         * message.el (message-check-recipients): Display the encoded version of
8691         the bogus address if they differ.
8693         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8694         after sending.
8696         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8698         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8700         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8701         group buffer after sending the queue.
8703         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8705 2011-01-22  Julien Danjou  <julien@danjou.info>
8707         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8709 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8711         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8712         nested related parts.
8714         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8715         unexpired articles.  This fixes the regression that led expiry marks to
8716         disappear from nnfolder groups.
8718 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8720         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8721         Don't confuse the "ret" of "retrograde" with RET.
8723 2011-01-21  Julien Danjou  <julien@danjou.info>
8725         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8726         than mm-insert-inline.
8728 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8730         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8731         Widen article buffer.
8733 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8735         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8736         the temp buffer.
8737         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8739 2011-01-20  Julien Danjou  <julien@danjou.info>
8741         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8743         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8744         than mm-insert-inline to insert inline part: this respect
8745         mm-inline-media-tests displayers.
8747         * mm-view.el (mm-display-shell-script-inline): New function.
8749         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8751         * mm-uu.el (mm-uu-type-alist): Add org block.
8752         (mm-uu-org-src-code-block-extract): New function.
8754         * mm-view.el (mm-display-org-inline): New function.
8756         * mm-decode.el (mm-automatic-display): Add text/org.
8758         * mailcap.el (mailcap-mime-extensions): Add .org.
8760 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8762         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8763         gnus-article-add-buttons.
8765 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8767         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8768         From header with a date and "nobody" as the sender.
8770 2011-01-19  Julien Danjou  <julien@danjou.info>
8772         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8773         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8774         if you have the same regexp several times.
8775         (gnus-button-push): Fix matching when regexp is symbol.
8777 2011-01-15  Glenn Morris  <rgm@gnu.org>
8779         * message.el (message-mail): A compose-mail function should
8780         accept headers as strings.
8782 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8784         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8785         Add :vert-only tags.
8786         (message-mail): New arg RETURN-ACTION.
8787         (message-return-action): New var.
8788         (message-bury): Use it.
8789         (message-mode): Make it buffer-local.
8790         (message-send-and-exit): Always call message-bury.
8792         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8793         message-mail.
8795 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8797         * nnimap.el (nnimap-convert-partial-article): Protect against
8798         zero-length body parts.
8800         * mm-decode.el (mm-preferred-alternative-precedence):
8801         Discourage showing empty parts.
8803         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8804         and stuff if the backend didn't return the article number.  This fixes
8805         an Exchange-related nnimap bug.
8807         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8808         group window, because it does the wrong thing when a separate frame
8809         displays the group buffer.
8811         * proto-stream.el (open-protocol-stream): Protect against the low-level
8812         transport functions returning nil.
8814 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8816         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8817         (mml2015-epg-find-usable-secret-key): New function.
8818         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8819         mml2015-epg-find-usable-key (Bug#7797).
8820         (mml2015-epg-encrypt): Ditto.
8822 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8824         * dgnushack.el (rot13-string): Fix the way to get the argument.
8826 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8828         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8830 2011-01-03  Glenn Morris  <rgm@gnu.org>
8832         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8834         * sieve.el (sieve-open-server): Give a more explicit error if
8835         sieve-manage-open returns nil.  (Bug#7720)
8837 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8839         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8841 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8844         This avoids sending passwords in plain text over non-encrypted
8845         channels.
8847         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8849         * nnimap.el (nnimap-login): Refactored out into own function, and
8850         implement CRAM-MD5.
8851         (nnimap-wait-for-line): Refactored out.
8853         * mm-view.el (mml-smime): Require.
8855 2010-12-20  David Engster  <deng@eml.cc>
8857         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8858         use EPG to decrypt S/MIME messages instead of openssl.
8860 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8862         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8864         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8865         status is the group clearly is unreachable.
8867         * auth-source.el (auth-source-create): Add the optional second
8868         parameter to `local-variable-p' to be compatible with XEmacs.
8870 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8872         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8873         work when using a compressed nnml folder.
8875 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8878         backends after sanitising on entry, because this never makes sense:
8879         If the articles have gone missing, then the data no longer exists on
8880         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8881         overwrite anything anyway.
8883         * shr.el (shr-insert-document): Bind shr-width dynamically to
8884         window-width if it's nil.
8886 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8888         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8889         with the meaning of using the full emacs window width for rendering.
8891 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8893         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8894         case when sender is not given.
8896 2010-12-23  Julien Danjou  <julien@danjou.info>
8898         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8899         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8900         the addresses, otherwise we might misplaced the gravatar.
8902 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8904         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8905         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8906         obsolete in Emacs.
8908 2010-12-20  Julien Danjou  <julien@danjou.info>
8910         * gnus-util.el (gnus-rescale-image): Revert last change.
8912 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8914         * binhex.el: Improve commentary (Bug#7482).
8916 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918         * gnus-group.el (gnus-group-delete-articles): New command.
8920 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8922         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8924 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8927         here, since it's up to the backends to do CRLF removal if their
8928         protocol has it.
8930         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8932 2010-12-17  Julien Danjou  <julien@danjou.info>
8934         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8935         they are from file.  Can also scale up.
8937 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8939         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8940         Restore gnus-use-agent.
8941         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8943         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8945 2010-12-17  Julien Danjou  <julien@danjou.info>
8947         * gravatar.el (gravatar-retrieve-synchronously): New function.
8948         (gravatar-get-data): Make more robust.
8950 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8952         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8954 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8957         to really consider the last line.
8959 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8961         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8962         list of recipient keys, or use symmetric encryption if not a list.
8963         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8964         EPA override, replacing the call to `netrc-store-data'.
8966 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8968         * gnus-srvr.el: Avoid passing nil regexp argument to
8969         delete-matching-lines.
8971 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8973         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8974         fetching stops when Gnus exits.
8976         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8977         function.
8978         (nnfolder-request-expire-articles): Save all the buffers after doing
8979         expiry.
8981         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8982         the last article", since that led to serious performance regressions
8983         when expiring nnml groups.
8985 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8987         * nnir.el: Improve customizations.
8989 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8993         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8994         group has been killed.
8995         (gnus-group-yank-group): Ditto.
8997         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8999         * nnimap.el (nnimap-request-update-group-status): New function.
9001         * gnus-int.el (gnus-request-update-group-status): New interface
9002         function.
9004         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
9005         copying read-ness to the backends.
9007         * nnimap.el (nnimap-quirk): New function.
9008         (nnimap-retrieve-group-data-early): Use it.
9009         (nnimap-quirks): New alist.
9011 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9013         * shr.el (shr-insert): Set shr-start after deleting trailing space;
9014         don't delete it within indentation.
9016 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
9019         previous line.
9021 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
9024         QRESYNC command by deleting a superfluous space which broke Cyrus
9025         servers.  This change will break other servers that are buggy the other
9026         way around.
9028 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
9030         * spam.el: Reindent and fix long lines.
9031         (spam-copy-or-move-routine): Exclude invalid move destinations.
9033 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
9035         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
9036         installed the registry.
9038 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9040         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
9042 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9044         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
9045         groupname doesn't contain "gmane".
9047 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9049         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
9050         and netrc-bound-and-true-p bindings.
9051         (netrc-parse): Cache the netrc contents.
9053         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
9054         (gnus-1): Don't create the nndrafts group twice.
9055         (gnus-setup-news): There's no need to read the active file here, since
9056         that's done again later on a per-backend basis.
9057         (gnus-start-draft-setup): Make sure that the new group is started out
9058         empty.
9060         * gnus-agent.el (gnus-agentize): Don't create the queue group
9061         automatically on startup.  It'll be created later, if needed.
9063         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
9064         of automatically subscribed groups.
9065         (gnus-auto-subscribed-categories): New variable.
9066         (gnus-matches-options-n): Use it.
9067         (gnus-default-subscribed-newsgroups): Remove unused variable.
9068         (gnus-start-draft-setup): Message a bit less.
9070 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9072         * nnir.el (nnir-run-imap): Return article list in order of increasing
9073         UID.
9075 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077         * gnus-sum.el (gnus-summary-enter-digest-group):
9078         Mention gnus-auto-select-on-ephemeral-exit.
9080         * proto-stream.el (proto-stream-open-network-only): Fix the calling
9081         convention of the network-only option.
9083 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085         * proto-stream.el (proto-stream-open-network-only): New function to
9086         have a way to specify non-STARTTLS upgrade connections.
9088 2010-12-10  Julien Danjou  <julien@danjou.info>
9090         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
9091         email address is nil.
9093         * message.el (message-bogus-recipient-p): Set address to "" if nil.
9095 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
9097         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
9098         deletion.
9099         (nnir-run-imap): Only need to parse list once.
9101 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103         * shr.el (shr-tag-script): Ignore <script>.
9104         (shr-tag-label): Add <label> support.
9106 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9108         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
9110         * shr.el (shr-image-displayer): Work for images lined side by side.
9112 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9114         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9115         parameter, since XEmacs doesn't accept t as a parameter.
9117 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9119         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9120         ids.
9121         (nnir-run-gmane): Simplify groupspec formatting.
9122         (nnir-request-expire-articles): New function.
9124 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9127         overflow, possibly.
9129         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9130         (shr-render-td): Handle td style="" better.
9131         (shr-tag-table): Use the color from the style sheet.
9132         (shr-render-td): Make sure we copy over all the overlays, too.
9134 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9136         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9137         (nnir-request-article): Improve article retrieval.
9139 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9141         * mm-util.el (mm-extra-numeric-entities): New variable.
9143         * mm-url.el (mm-url-decode-entities):
9144         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9146         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9148 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9150         * message.el: Use completion-at-point.
9151         (message-completion-function): New fun, extracted from message-tab.
9152         (message-mode): Use it for completion-at-point-functions.
9153         (message-tab): Use it and completion-at-point.
9155 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9157         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9158         character if a non-breakable character follows.
9160 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9162         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9163         any stream.
9165         * shr.el (shr-tag-font): Colorize the region.
9166         (shr-tag-body): Ditto.
9167         (shr-tag-font): Actually let the styles be inherited instead of
9168         overwriting them.
9169         (shr-tag-font): Get the background color right.
9170         (shr-tag-style): Ignore all <style> tags for the moment.
9172         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9173         a Message-ID to avoid having nnimap depend on gnus-sum.
9175         * shr.el (shr-descend): Only colorize something if we have a node that
9176         sets colors.
9178 2010-12-06  Julien Danjou  <julien@danjou.info>
9180         * shr.el (shr-render-td): Render td content with shr-descend, so style
9181         will be applied to <td> too.
9182         (shr-colorize-region): Colorize region even if we only have a background.
9183         (shr-tag-body): Fix color and background color inheritance.
9184         Do not recolorize after shr-generic.
9185         (shr-tag-font): Let shr-generic colorize via inheritance.
9187 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9189         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9191 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9193         * nnir.el (nnir-request-move-article): Remove obsolete code.
9195 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9197         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9199 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201         * gnus-sum.el (gnus-summary-respool-article): The completion function
9202         expects a list instead of an alist.
9204         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9205         string as the parameter.
9207         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9209         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9210         styles.
9211         (shr-colorize-region): New function.
9212         (shr-insert-background-overlay): Remove.
9213         (shr-render-td): Background setting should be taken care of on a higher
9214         level.
9215         (shr-tag-body): Use post-hoc colorizations.
9216         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9217         (shr-put-color-1): Don't overwrite old colors.
9218         (shr-colorize-region): When the background color isn't explicit, use
9219         a fixed background.
9221         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9222         nnmail variables.
9224 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9226         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9227         unless necessary.
9229 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9231         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9232         server.
9234 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9236         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9237         so that TAB works.
9239         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9240         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9242         * shr.el (shr-urlify): Show the URL before the title to avoid
9243         misleading URLs.
9245 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9247         * shr.el (shr-urlify): Display the title in <a> tags.
9249 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9251         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9253 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9255         * nnir.el: Rearrange code to allow macros to be autoloaded by
9256         gnus-sum.el.
9257         (nnir-retrieve-headers-override-function): Make this variable
9258         customizable.
9259         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9261         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9262         from nnir.el.
9264 2010-12-03  Julien Danjou  <julien@danjou.info>
9266         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9268 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9270         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9271         allow optional argument `environment'.
9273 2010-12-03  Glenn Morris  <rgm@gnu.org>
9275         * mm-extern.el (message-goto-body): Update declaration.
9277 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9279         * gnus-util.el (gnus-macroexpand-all): New function.
9281         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9282         instead of macroexpand-all that is unavailable in XEmacs.
9284 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9286         * nnir.el (nnir-summary-line-format): New variable.
9287         (nnir-mode): Use it.
9288         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9289         (nnir-article-ids): Reimplement as defsubst.
9290         (nnir-retrieve-headers): Don't mangle the subject header.
9291         (nnir-run-imap): Use 100 as RSV score.
9292         (nnir-run-find-grep): Fix for full server searching.
9293         (nnir-run-gmane): Better restriction to gmane groups.
9295         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9296         summary buffers.
9298 2010-12-02  Julien Danjou  <julien@danjou.info>
9300         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9302         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9304         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9305         support.
9307 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9309         * nnir.el: Update to handle the registry better.
9310         (autoload): Silence byte-compiler.
9311         (nnir-open-server): Add a hook for nnir groups.
9312         (nnir-request-move-article): Don't mangle the header.  Better to use
9313         formatting variables (which will be added in the future).
9314         (nnir-registry-action): Update the registry using the original article
9315         group name.
9316         (nnir-mode): Install nnir-specific hooks for updating the registry.
9318         * gnus-sum.el
9319         (gnus-article-original-subject, gnus-newsgroup-original-name):
9320         Remove obsolete variables.
9321         (gnus-summary-move-article): Remove use of obsolete variables.
9322         (gnus-summary-local-variables): Make move and delete hooks local to
9323         summary buffers.
9325 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327         * rtree.el: New file.
9329 2010-12-01  Julien Danjou  <julien@danjou.info>
9331         * message.el (message-user-organization): Do not use
9332         gnus-local-organization.
9334         * gnus.el: Remove gnus-local-organization.
9336         * gnus-msg.el: Remove nastygram thing.
9338 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9340         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9341         funcall.
9343 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9345         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9346         names.
9348         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9349         characters.
9351         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9352         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9353         Suggested by Štěpán Němec <stepnem@gmail.com>.
9354         (gnus-gravatar-transform-address): Use mail-extract-address-components
9355         that supports non-ASCII names rather than mail-header-parse-addresses.
9357 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359         * proto-stream.el (open-protocol-stream): All starttls connections are
9360         handled by the network handler.
9362 2010-11-30  Julien Danjou  <julien@danjou.info>
9364         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9365         (nnimap-open-connection-1): Fix PREAUTH.
9367         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9369 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9371         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9372         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9373         (shr-insert): Use them.
9374         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9376 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9378         * nnir.el (nnir-request-move-article): Bail out if original group
9379         doesn't support article moves.
9380         (nnir-get-active): Improve active list retrieval.
9382 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9386 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9388         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9389         seem to accept strings-with-numbers as port numbers.
9391 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9393         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9394         change the registry.
9396 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9398         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9399         delete-dups that is not available in XEmacs 21.4.
9401         * mm-util.el (mm-delete-duplicates): Add comment.
9403 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9405         * nnir.el (nnir-ignored-newsgroups): New variable.
9406         (nnir-get-active): Use it.
9408 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9410         * proto-stream.el (proto-stream-open-network): Add some comments.
9412         * nntp.el (nntp-open-connection): Provide a :success condition.
9414         * nnimap.el (nnimap-open-connection-1): Ditto.
9416         * proto-stream.el (proto-stream-open-network): See what the response to
9417         the STARTTLS command is.
9419         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9420         backwards compatibility).
9421         (nnimap-open-connection-1): Really respect nnimap-server-port.
9423         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9424         TLS upgrades we don't really care about the identity of the peer.
9425         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9426         that what we've checked for.
9427         (proto-stream-always-use-starttls): Only default to t if
9428         open-gnutls-stream exists.
9429         (proto-stream-open-network): If STARTTLS failed, then just open a
9430         normal connection.
9431         (proto-stream-open-network): Wait until the greeting before doing
9432         STARTTLS.
9434         * nntp.el (nntp-open-connection): Report what the connection error is.
9436         * proto-stream.el (open-protocol-stream): Rename from
9437         open-proto-stream.
9439 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441         * nnimap.el (nnimap-stream): Change default to `undecided'.
9442         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9443         first, and then network.
9444         (nnimap-open-connection-1): Respect nnimap-server-port.
9445         (nnimap-open-connection): Be more backwards-compatible.
9447         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9448         (proto-stream-open-starttls): De-duplicate the starttls code.
9449         (proto-stream-open-starttls): Folded back into the main function.
9450         (proto-stream-open-network): Fix typo in the gnutls path.
9451         (proto-stream-command): Refactor out.
9453         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9455         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9456         starttls.el STARTTLS.
9458         * color.el (color-lab->srgb): Fix function call name.
9460         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9461         if we're using tls.el.
9462         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9463         built in, then don't try to establish a STARTTLS connection.
9465         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9466         servers.
9468         * proto-stream.el (open-proto-stream): Use network, not stream.
9469         (open-proto-stream): Add a way to specify what the end of a command is.
9471         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9472         connections types.
9473         (nntp-open-network-stream): Remove.
9474         (nntp-open-ssl-stream): Remove.
9475         (nntp-open-tls-stream): Remove.
9476         (nntp-ssl-program): Remove.
9478         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9480 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9482         * nnir.el: Fix typos.
9483         (nnir-retrieve-headers-override-function): Rename variable to reflect
9484         new semantics.
9485         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9486         macros.
9487         (nnir-request-article, nnir-request-move-article): Use them.
9488         (nnir-categorize): New function.
9489         (nnir-run-query): Use it.
9490         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9491         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9492         sorted.
9493         (nnir-group-full-name): Use gnus-group-full-name instead.
9494         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9495         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9497 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9499         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9501         * proto-stream.el: New library to provide protocol-specific
9502         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9503         protocols.
9504         (open-proto-stream): Complete the documentation.
9505         (proto-stream-open-network): Fix some typos.
9507         * nnimap.el (nnimap-open-connection): Use it.
9509 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9511         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9512         negotiation.
9514 2010-11-26  Julien Danjou  <julien@danjou.info>
9516         * color.el: Rename various rgb functions to srgb.
9518 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9521         names.
9523 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9525         * shr.el (shr-insert): Revert last change.
9526         (shr-find-fill-point): Never leave point being at bol;
9527         relax the kinsoku limitation when rendering tables.
9529 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9532         results from -accept-article.
9534         * shr-color.el: Require cl when compiling.
9536         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9537         checkin.
9539         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9541         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9543         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9544         'add and 'delete to set backend marks.
9546         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9548         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9550         * nntp.el (nntp-request-set-mark): Use it.
9552         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9554         * nnml.el (nnml-request-set-mark): Ditto.
9556         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9557         introduces regressions in article selection.
9558         (nnimap-find-uid-response): New function.
9559         (nnimap-request-accept-article): Use the UID returned, if any.
9560         (nnimap-request-move-article): Use the UID returned, if any.
9561         (nnimap-get-groups): Reimplement to work with folded lines.
9562         (nnimap-find-uid-response): The UID is the last element in the list.
9563         (nnimap-request-set-mark): Extend syntax with 'set.
9565         * nnml.el (nnml-request-set-mark): Ditto.
9567         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9569         * nntp.el (nntp-request-set-mark): Ditto.
9571 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9573         * message.el (message-called-interactively-p): A temporary macro.
9574         (message-goto-body): Use it temporarily.
9576 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9578         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9579         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9580         (nnimap-last-response-string): Fix last unfolding fix.
9582 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9584         * shr.el (shr-insert): Fix the way to fold lines.
9586 2010-11-25  Julien Danjou  <julien@danjou.info>
9588         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9590         * color.el: Rename from color-lab.el
9591         (color-rgb->hex): Add.
9592         (color-complement): Add.
9593         (color-complement-hex): Add.
9595         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9597 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599         * shr-color.el (shr-color-visible): Don't bug out if the color names
9600         don't exist.
9602 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9604         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9605         assuming that article displaying or another mml-preview may be
9606         interrupted for an error or for the like.
9608         * shr.el (shr-get-background): Fix argument name.
9610 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9614         * gnus-sum.el (gnus-summary-include-articles): New function.
9616         * message.el (message-goto-body): called-interactively-p needs a
9617         parameter, so use `any'.
9619         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9620         clear marks before moving, since they're synced from the Gnus side
9621         first.
9623         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9624         (gnus-summary-move-article): Copy over all marks before moving, so that
9625         IMAP doesn't think a new article has arrived.
9627 2010-11-24  Julien Danjou  <julien@danjou.info>
9629         * shr.el (shr-insert-background-overlay): Fix typo.
9630         (shr-render-td): Copy the background before rendering.
9632         * shr-color.el (shr-color-visible): Fix docstring.
9634         * shr.el (shr-tag-table): Add bgcolor support.
9635         (shr-render-td): Add bgcolor support.
9636         (shr-get-background): Add.
9637         (shr-insert-foreground-overlay): Use shr-get-background.
9639         * message.el (message-goto-body): Use called-interactively-p.
9640         (message-in-body-p): message-goto-body returns point.
9642 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9645         Fixes something or other in Emacs 23, and is backwards compatible.
9647         * message.el (message-goto-body): Remove the <#secure special-casing,
9648         which is too special.
9650         * shr.el (shr-parse-style): Drop !important from styles.
9652 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9654         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9655         this function to return incorrect results when calling it with an
9656         explicit article argument different from
9657         (gnus-summary-article-number).
9659 2010-11-24  Julien Danjou  <julien@danjou.info>
9661         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9662         (shr-tag-body): Add background support.
9663         (shr-descend): Add background support.
9664         (shr-tag-title): Add.
9666         * shr-color.el (shr-color-visible): Really return original background
9667         if fixed.
9669 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9671         * shr.el (shr-color-check): Protect against non-existent color names.
9673 2010-11-24  Julien Danjou  <julien@danjou.info>
9675         * color-lab.el: Require 'cl when compiling.
9677         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9679         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9680         matched part.
9682         * color-lab.el: Fix all expt calls to use float type.
9684 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9686         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9687         expression to shr-color-check as is.
9689         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9691         * color-lab.el: Add coding cookie.
9692         (float-pi): Use eval-and-compile.
9694         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9695         compiled for Emacsen having no `libxml-parse-html-region' support.
9697 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699         * shr.el (shr-insert-color-overlay): Split stuff like
9700         "#444444 !important" to find the real color.
9701         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9702         parse <font color="red"> entries.
9704 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9706         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9707         point when parsing headers.
9709         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9710         is positioned properly when parsing headers.
9712 2010-11-23  Julien Danjou  <julien@danjou.info>
9714         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9716         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9718         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9720         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9721         Use shr-color-hue-to-rgb.
9722         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9724 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726         * shr.el (shr-color->hexadecimal): Autoload.
9727         (shr-descend): Add color to all tags.
9729 2010-11-22  Julien Danjou  <julien@danjou.info>
9731         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9732         shr-color->hexadecimal.
9734         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9735         RGB() or HSL() color representation.
9737         * shr.el (shr-tag-font): Add.
9738         (shr-tag-color-check): New function to get better colors.
9739         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9740         tag-span.
9742         * shr-color.el: New file.
9744         * color-lab.el: New file.
9746         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9748 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9750         * nnir.el: Fix typo in comments.
9751         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9752         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9754 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9758         * nnimap.el (nnimap-get-capabilities): Refactor out.
9759         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9761 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9763         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9764         appearing when `mm-uu-hide-markers' is nil.
9766 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9768         * nnimap.el (nnimap-unselect-group): Make into its own function.
9769         (nnimap-request-rename-group): Unselect group before renaming.
9770         This had gotten lost somewhere.
9771         (nnimap-request-accept-article): Keep track of examined groups, and
9772         unselect the group before APPENDing to read-only groups.
9773         (nnimap-request-move-article): Clear flags before moving so that they
9774         can be re-set later.
9776 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9778         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9779         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9781 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9783         * gnus-art.el (gnus-mime-display-single):
9784         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9785         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9786         parameter.
9788 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9790         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9791         (shr-table-vertical-line): New variable.
9792         (shr-insert-table): Use it.
9794 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9796         * gnus-html.el (gnus-html-wash-images): Don't display images if
9797         gnus-inhibit-images is non-nil; register displayer for cid images.
9798         (gnus-html-display-image): Work for cid image.
9799         (gnus-html-insert-image): Allow arguments.
9800         (gnus-html-put-image): Inhibit read-only.
9801         (gnus-html-prefetch-images): Don't prefetch images if
9802         gnus-inhibit-images is non-nil.
9804 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9806         * shr.el (shr-put-image): Break lines when inserting big pictures.
9808 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9810         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9811         sender, thanks Katsumi Yamaoka.
9813 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9815         * nnir.el (nnir-run-imap): Reverse the article list for each group
9816         rather than the whole list.
9818 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9820         * shr.el (shr-image-displayer): Protect function against non-existent
9821         image source.
9823         * gnus-art.el (gnus-inhibit-images): New user option.
9824         (gnus-mime-display-single): Don't display image if it is non-nil.
9826         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9827         gnus-inhibit-images.
9829         * shr.el (shr-image-displayer): New function.
9830         (shr-tag-img): Use it.
9832 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9834         * mml2015.el (mml2015-epg-sign): Use From header.
9836 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9840         * gnus-util.el (gnus-find-text-property-region): Return markers.
9842         * shr.el (shr-tag-img): Put a displayer in the text property.
9844         * gnus-util.el (gnus-find-text-property-region): New utility function.
9846         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9847         (gnus-html-show-images): Remove.
9849         * gnus-art.el (gnus-article-show-images): New, more general function.
9851         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9852         image url text properties.
9854         * shr.el: Ditto.
9856         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9857         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9859 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9861         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9862         work for two or more articles.
9864 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9866         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9867         divide an image that's in an html article to two or more when washing
9868         non-ASCII characters in alt text of it.
9870 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9872         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9873         smime-decrypt-region using function argument.
9874         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9876         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9878         * smime.el (smime-decrypt-region): Catch it.
9880 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9882         * smime.el (smime-mode-map): Move initialization into declaration.
9883         (gnus-run-mode-hooks): Don't autoload.
9884         (smime-mode): Use define-derived-mode.
9886 2010-11-11  Glenn Morris  <rgm@gnu.org>
9888         * smime.el (from): Restrict declaration to XEmacs.
9890         * nnir.el (gnus-group-topic-name): Autoload.
9892 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9894         * shr.el (shr-insert): Don't break long line if it is because of
9895         kinsoku-bol characters in the line end.
9897 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9899         * nnir.el (nnir-request-move-article): Fix to provide original group
9900         and subject.
9901         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9902         been retrieved.
9904         * gnus-sum.el (gnus-summary-move-article): Use original group and
9905         subject for virtual articles such as those in an nnir summary buffer.
9907 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9909         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9910         least 21.5).
9912         * smime.el (from): Declare it again for XEmacs.
9914 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9916         * message.el (message-resend): Don't disable encoding unless it's
9917         already encoded.
9919         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9920         low-numbered articles.
9922 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9924         * rfc2047.el (rfc2047-syntax-table): Simplify.
9926         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9928         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9929         set-char-table-range for XEmacs.
9931 2010-11-10  Glenn Morris  <rgm@gnu.org>
9933         * time-date.el (time-to-seconds): Always an alias on Emacs,
9934         never a real function.
9935         (with-no-warnings): Remove compat stub, now unused.
9936         (time-less-p): Doc fix.
9937         (time-to-number-of-days): Simplify.
9939         * smime.el (from): Remove unused declaration.
9941         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9942         (gnus-float-time): On Emacs, always an alias.
9944         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9945         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9947 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9949         * dgnushack.el: Don't use ignore-errors in the top level form since it
9950         is unavailable in XEmacs even if cl is loaded.
9952         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9954 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956         * shr.el (browse-url-mailto): Autoload.
9958         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9960         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9961         regexp doesn't need quoting.
9963 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9965         * message.el (message-subject-trailing-was-ask-regexp)
9966         (message-subject-trailing-was-regexp): Match was: in addition to was.
9968 2010-11-09  Glenn Morris  <rgm@gnu.org>
9970         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9971         (nnbabyl-check-mbox): Use point-at-bol.
9973 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9975         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9977         * message.el (message-mailto): New function.
9978         (message-mailto): Should accept other parameters.
9979         (message-mailto): Remove since it duplicates browse-url-mailto
9980         functionality.
9982 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9984         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9985         methods.
9986         (gnus-read-active-file): Ditto.
9988         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9989         ": " from the prompt.
9990         (gnus-group-make-group): Ditto.
9992 2010-11-07  Glenn Morris  <rgm@gnu.org>
9994         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9995         (gnus-bookmark-kill-line): Use point-at-eol.
9997 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9999         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
10000         asterisks in From header.
10002 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10004         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
10005         string to avoid making the From headers syntactically invalid.
10007         * message.el (message-send-mail): Don't insert courtesy messages if the
10008         message already has List-Post and List-ID messages.
10010 2010-11-06  Glenn Morris  <rgm@gnu.org>
10012         * gnus-art.el (gnus-treat-article): Give dynamic local variables
10013         `condition', `type', `length' a prefix.
10014         (gnus-treat-predicate): Update for above name changes.
10016 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
10018         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
10019         binding.  Handled by `gnus-summary-refer-thread' instead.
10020         (nnir-warp-to-article): New backend function.
10022         * nnimap.el (nnimap-request-thread): Force dependency updating.
10024         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
10025         (gnus-summary-refer-thread): Rework to improve thread-referral.
10027         * gnus-int.el (gnus-warp-to-article): New function.
10029         * gnus-sum.el (gnus-summary-article-map): Bind it.
10031 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
10033         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
10034         gnus-summary-refer-thread.
10036         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
10037         headers.
10038         (gnus-summary-limit-include-thread): Prevent articles in thread from
10039         being cut in gnus-cut-threads.
10040         (gnus-summary-refer-thread): Limit retrieved headers to those in
10041         thread.
10043 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10045         * message.el (message-send-mail): Use the value of
10046         message-courtesy-message from the message buffer.
10048         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
10050         * shr.el (shr-browse-url): Implement mailto: URLs.
10052         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
10053         "raw".
10055         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
10056         if it's already selected.
10058         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
10060 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10062         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
10063         to measure the length and truncate alt text.
10065 2010-11-03  Glenn Morris  <rgm@gnu.org>
10067         * nndiary.el (nndiary-generate-nov-databases-1)
10068         (nndiary-generate-active-info): Rename dynamic variable `files' to
10069         something less generic.
10071 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
10073         * nnir.el (nnir-request-move-article): Call the underlying backend to
10074         move articles from nnir.
10076 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
10080 2010-11-02  Julien Danjou  <julien@danjou.info>
10082         * nnir.el: Remove wais support.
10084 2010-11-02  Glenn Morris  <rgm@gnu.org>
10086         * gnus-html.el: Reorder requirements to quieten compiler.
10088 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10090         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
10091         properly for XEmacs as well.
10092         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
10093         (gnus-article-natural-long-line-p): Use window-width rather than
10094         frame-width.
10096 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
10098         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
10099         (nnir-read-parms): Don't modify query.
10100         (nnir-run-query): Add ability to search topic on current line.
10101         (nnir-get-active): Clean up.
10103 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10105         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
10106         degenerate articles.
10108         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
10109         (gnus-print-buffer): Just print the buffer as is, without any copying
10110         to a buffer and then re-highlighting.
10112         * nnimap.el (nnimap-request-group): Store the new updated info.
10113         (nnimap-request-group): Select the group when we don't know whether it
10114         exists or not.
10116         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10117         groups.
10119         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10120         groups.
10122         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10123         groups.
10125         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10126         long-lines case by only filling the long lines.
10128         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10129         (bug#7311).
10131 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10133         * shr.el: No need to declare `declare-function' since shr.el is for
10134         only Emacsen that provide `libxml-parse-html-region'.
10136         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10137         effective only in a file it is referred to.
10139 2010-11-01  Glenn Morris  <rgm@gnu.org>
10141         * mm-util.el (gnus-completing-read): Autoload.
10142         (mm-read-coding-system): Simplify Emacs definition.
10144         * nnmail.el (gnus-activate-group):
10145         * nnimap.el (gnutls-negotiate):
10146         * nntp.el (netrc-parse): Fix declarations.
10148 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10150         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10151         string-match-p in Emacs >=23.
10153         * gnus-msg.el (gnus-configure-posting-styles):
10154         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10156 2010-11-01  Glenn Morris  <rgm@gnu.org>
10158         * nnir.el (declare-function): Add compat stub.
10159         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10160         (nnir-run-gmane): Require 'mm-url.
10162         * mm-util.el (mm-string-to-multibyte): Simplify.
10164         * shr.el (declare-function): Add compat stub.
10165         (url-cache-create-filename): Declare.
10166         (mm-disable-multibyte, widget-convert-button): Autoload.
10168         * smime.el (ldap-search): Declare.
10169         (smime-cert-by-ldap-1): Require ldap on Emacs.
10171         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10172         (nnimap-keepalive): Use gnus-float-time.
10174         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10175         (mail-source-delete-crash-box): Use gnus-float-time.
10177         * gnus-dired.el (gnus-completing-read): Autoload.
10179         * mm-view.el (gnus-rescale-image): Autoload.
10181         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10183         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10185         * sieve-manage.el: Require 'cl when compiling.
10187         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10188         (gnus-iswitchb-completing-read): Require iswitchb.
10189         (gnus-select-frame-set-input-focus): Silence compiler.
10191 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193         * message.el (message-subject-trailing-was-query): Change default to t,
10194         since I think that's what most people want.
10196         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10197         appending for easier debugging.
10198         (nnimap-wait-for-connection): Take a regexp.
10199         (nnimap-request-accept-article): Wait for the continuation line before
10200         sending anything unless we're streaming.
10202         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10203         leave the header washing to take place.
10205 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10207         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10208         regular expression match and replace in posting styles.
10210 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10212         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10213         an entire server.
10214         (nnir-get-active): New function.
10215         (nnir-run-imap): Use it.
10216         (nnir-run-gmane): Who knew, gmane search returns an article score!
10218         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10219         server on the current line with nnir.
10221 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10223         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10224         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10225         left edge.
10226         (gnus-article-foldable-buffer): Skip past the prefix when determining
10227         raggedness.
10229         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10230         the raw article, and change `C-u g' to show the article without doing
10231         treatments.
10233         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10234         on to `gnus-treat-article'.
10235         (gnus-inhibit-article-treatments): New variable.
10237         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10239         * gnus-art.el (gnus-treatment-function-alist): Have
10240         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10241         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10242         sections.
10244         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10245         parameter.
10246         (gnus-article-fill-cited-long-lines): New function.
10247         (gnus-article-fill-cited-article): Allow filling only long sections.
10249         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10250         and non-punctuation (like after the apostrophe in "'We").
10252         * gnus-sum.el (gnus-summary-select-article): Make sure
10253         gnus-original-article-buffer is alive.
10255         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10256         reflect the order they're in in the digest.
10258         * gnus.el (gnus-group-startup-message): Move point to the start of the
10259         buffer.
10261         * nnimap.el (nnimap-capability): New function.
10262         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10263         is set.
10265 2010-10-31  David Engster  <dengste@eml.cc>
10267         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10268         conform with changes to gnus-completing-read.
10270 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10272         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10274 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10276         * nnir.el: Move defvar, defcustom around to keep file organized
10277         and keep byte-compiler quiet.
10278         (nnir-read-parms): Accept search-engine as arg.
10279         (nnir-run-query): Pass search-engine as arg.
10280         (nnir-search-engine): Remove.
10282 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10284         * shr.el (shr-generic): The text nodes should be text, not :text.
10286         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10287         later in the file.
10289 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10291         * nnir.el: General clean up.  Allow searching with multiple engines.
10292         Allow separate extra-parameters for each engine.
10293         Batch queries when possible.
10294         (nnir-imap-default-search-key, nnir-method-default-engines):
10295         Add customize interface.
10296         (nnir-run-gmane): New engine.
10297         (nnir-engines): Use it.  Qualify all prompts with engine name.
10298         (nnir-search-engine): Remove global variable.
10299         (nnir-run-hyrex): Restore for now.
10300         (nnir-extra-parms, nnir-search-history): New variables.
10301         (gnus-group-make-nnir-group): Use them.
10302         (nnir-group-server): Remove in favor of gnus-group-server.
10303         (nnir-request-group): Avoid searching twice.
10304         (nnir-sort-groups-by-server): New function.
10306 2010-10-30  Julien Danjou  <julien@danjou.info>
10308         * gnus-group.el: Remove gnus-group-fetch-control.
10310         * gnus-start.el (gnus-find-new-newsgroups):
10311         Remove gnus-check-first-time-used.
10313         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10315 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10317         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10318         set on groups that don't have \* permanentflags.
10320 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10322         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10323         control the background color.
10324         (shr-tag-img): Ignore very small web bug type images.
10325         (shr-put-image): Add help-echo alt texts to the images.
10326         (shr-tag-video): Show the video poster image.
10328 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10330         * shr.el (shr-table-depth): New variable.
10331         (shr-tag-table-1): Only insert the images after the top-level table.
10333         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10335         * gnus-util.el (gnus-list-memq-of-list): New function.
10337         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10338         selected.
10339         (nnimap-unsplittable-articles): New slot.
10340         (nnimap-new-articles): Use it.
10342 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10344         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10345         move to the previous line on `M-g'.
10347 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10350         *-request-group, which seems unnecessary.
10352         * nnimap.el (nnimap-quote-specials): Function copied over from
10353         imap.el.
10354         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10355         they support that.  Suggested by Tom Regner.
10357 2010-10-29  Julien Danjou  <julien@danjou.info>
10359         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10360         defalias.
10361         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10363         * gnus.el: Remove `gnus-nntp-service' variable.
10364         (gnus-secondary-servers): Make obsolete.
10365         (gnus-nntp-server): Make obsolete.
10367         * gnus-start.el (gnus-1): Remove x-splash calls.
10369         * gnus-ems.el (gnus-x-splash): Remove.
10371         * gnus.el (gnus-group-startup-message): Simplify/update code.
10373         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10374         definition.
10376         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10377         capability before doing anything.
10378         (gnus-group-insert-group-line): Remove useless
10379         gnus-group-remove-excess-properties.
10381 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10383         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10385 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10387         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10388         config after reselecting.
10390 2010-10-28  Julien Danjou  <julien@danjou.info>
10392         * shr.el (shr-put-image): Use point even if only inserting text.
10393         (shr-put-image): Save excursion when inserting alt text on non-graphic
10394         display, so the behavior is the same when we are on a graphic display.
10396         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10398 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10400         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10401         (gnus-mime-copy-part): Check coding system, not charset.
10402         (gnus-mime-view-part-externally): Never remove part.
10403         (gnus-mime-view-part-internally): Don't remove part here.
10404         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10405         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10406         multipart/alternative.
10408         * mm-decode.el (mm-display-part): Take optional arg `force'.
10410 2010-10-26  Julien Danjou  <julien@danjou.info>
10412         * gnus-group.el (gnus-group-default-list-level): Add this function to
10413         compute the default list level.
10414         (gnus-group-default-list-level): Add possibility to use a function.
10416 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10418         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10420         * gnus-group.el (gnus-group-completing-read)
10421         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10422         gnus-replace-in-string.
10424 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10426         * shr.el (shr-tag-div): Add.
10428         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10430 2010-10-25  Julien Danjou  <julien@danjou.info>
10432         * gnus-util.el: Remove `gnus-with-local-quit'.
10434         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10436 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10438         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10439         the original article buffer.
10441 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10443         * nnimap.el (nnimap-request-head): New function.
10444         (nnimap-request-move-article): Try to be slightly faster by not
10445         requesting the entire message when moving.
10446         (nnimap-transform-headers): Don't bug out on bodiless articles.
10447         (nnimap-send-command): Have no outstanding messages if the IMAP server
10448         doesn't support streaming.
10449         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10451 2010-10-24  Julien Danjou  <julien@danjou.info>
10453         * message.el (message-default-headers): Fix type.
10455 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10457         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10458         prefetching images.
10460         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10461         backend for unknown groups.  This is mainly useful for nnimap groups.
10463         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10464         group isn't covered by the agent.
10466 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10468         * nnir.el (nnir-method-default-engines): New variable.
10469         (nnir-run-query): Use it.
10470         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10471         (gnus-summary-nnir-goto-thread): Change group if needed.
10473         * gnus-group.el (gnus-group-group-map): Add key binding for
10474         gnus-group-make-nnir-group.
10476 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10478         * shr.el (shr-tag-object): Add.
10480         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10481         original article buffer live.
10482         (gnus-summary-select-article-buffer):
10483         Mention gnus-widen-article-buffer.
10485 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487         * shr.el (shr-tag-strong): Add.
10489 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10492         group names.  They mess up the group buffer badly.
10494         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10496         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10497         instead of the summary one.
10499 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10501         * mml.el (mml-preview): Work properly when editing article.
10503         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10504         gnus-have-read-active-file if it's already been in.
10506 2010-10-22  Tom Tromey  <tromey@redhat.com>
10508         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10509         gnus-group-completing-read.
10511 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513         * message.el (message-mode-map): Don't bind M-; to comment region, to
10514         allow the global comment-dwim to work.
10516 2010-10-21  Julien Danjou  <julien@danjou.info>
10518         * message.el (message-setup-1): Allow message-default-headers to be a
10519         function.
10521 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10523         * shr.el (shr-tag-table): Simplify.
10525 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10528         to avoid trying to snarf invalid stuff.
10530         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10532         * gnus.el (gnus-message-archive-group): Quote value.
10533         (gnus-message-archive-group): Mark as changed.
10535         * shr.el (shr-add-font): Don't put the font properties on the newline
10536         or the indentation.
10538         * message.el (message-fix-before-sending): Change options when sending
10539         non-printable characters.
10541         * gnus.el (gnus-message-archive-method): Change the default to
10542         monthly outgoing groups.
10544         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10545         that have gotten new numbers.
10547         * nnimap.el (nnimap-request-replace-article): New function.
10549 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10551         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10552         (nnrss-request-article): Don't use special html washing code.
10554 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10556         * shr.el (shr-tag-table): Remove useless nconc.
10558 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10560         * gnus-art.el (article-wash-html): Simplify and remove the charset
10561         stuff.  Use the normal html rendering code instead of the special html
10562         washing code.
10564         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10565         `gnus-w3m' symbols.
10566         (mm-text-html-washer-alist): Remove.
10568         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10569         (mm-inline-media-tests): Remove use.
10570         (mm-text-html-renderer): Change default to the `shr' symbol.
10572         * mm-view.el (mm-inline-text-html): Remove use.
10574         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10575         `gnus-blocked-images' to be a function.
10576         (gnus-article-wash-function): Remove.
10578 2010-10-20  Julien Danjou  <julien@danjou.info>
10580         * spam.el (spam-list-of-processors): Mark as obsolete.
10582         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10583         (nnimap-insert-partial-structure): Fix boundary detection.
10585 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10587         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10588         run file-truename on remote files.  This can be expensive and even
10589         prevent one from editing drafts if some unrelated buffer has a stale
10590         connection.
10592 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10594         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10595         kinsoku-eol regardless of shr-kinsoku-shorten.
10596         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10597         (shr-tag-table): Support caption, thead, and tfoot.
10599 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10601         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10602         lines.
10603         (shr-save-contents): New command and keystroke.
10605         * nndoc.el (nndoc-type-alist): Add git support.
10606         (nndoc-git-type-p): New function.
10607         (nndoc-transform-git-article): Ditto.
10608         (nndoc-transform-git-headers): Ditto.
10609         (nndoc-transform-git-headers): Generate Subject headers.
10611         * shr.el (shr-parse-style): New function.
10612         (shr-tag-span): Ditto.
10614         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10615         to `G G' to avoid collisions.
10617 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10619         * shr.el: Load kinsoku if necessary.
10620         (shr-kinsoku-shorten): New internal variable.
10621         (shr-find-fill-point): Make kinsoku shorten text line if
10622         shr-kinsoku-shorten is bound to non-nil.
10623         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10624         shr-indentation too when testing if table is wider than frame width.
10625         (shr-insert-table): Use `string-width' instead of `length' to measure
10626         text width.
10627         (shr-insert-table-ruler): Make sure indentation is done at bol.
10629 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10631         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10632         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10633         undecoded network data.
10635 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10637         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10638         name in the mode line spec so that the mode line menu works
10639         (bug#2431).
10641         * message.el (message-get-reply-headers): If we're fed `to-address',
10642         then always use that.
10644         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10645         aren't so wide as to need to switch off the edit menu.
10647         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10648         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10650         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10651         `M-g'.
10652         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10653         the permanent marks.
10655 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10657         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10658         Splitting according to references/in-reply-to obeys the ignore-groups
10659         variable, while splitting by sender and subject do not.
10661 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10664         alist, so that we can look for non-Unicode chars.
10665         (article-translate-strings): Allow both character and string maps.
10667 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10669         * shr.el (shr-insert): Don't insert space behind a wide character
10670         categorized as kinsoku-bol, or between characters both categorized as
10671         nospace.
10673 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10675         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10676         headers to gnus-newsgroup-headers.
10678 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680         * shr.el (shr-tag-img): Don't align images -- since we're not
10681         rescaling, this often leads to ugly displays.
10683 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10685         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10686         duplicates.
10688 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10690         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10691         call.
10693 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10695         * gnus.el: Autoload gnus-html-show-images.
10697         * nnimap.el: Use nnheader-message throughout.
10699         * shr.el (shr-tag-img): Ignore images with no data.
10701 2010-10-15  Julien Danjou  <julien@danjou.info>
10703         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10704         a possibility to disable format=flow encoding when using hard newlines.
10706 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10708         * shr.el (shr-insert): Remove space inserted before or after a
10709         breakable character or at the beginning or the end of a line.
10710         (shr-find-fill-point): Do kinsoku; find the second best point or give
10711         it up if there's no breakable point.
10713 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10715         * nnimap.el (nnimap-open-connection): Message when opening connection
10716         for debugging purposes.
10718         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10719         on every setup buffer call to allow this to change from article to
10720         article.
10722         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10723         buffers where we have a wide table.
10725 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10727         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10728         uses *-request-thread.
10730 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10732         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10733         incantation, which is no longer valid.
10735 2010-10-14  Julien Danjou  <julien@danjou.info>
10737         * shr.el: Fix defcustom type (char -> character).
10739 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10742         programs.
10744 2010-10-14  Julien Danjou  <julien@danjou.info>
10746         * shr.el (shr-tag-a): Use url-link as widget type.
10748         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10749         `gnus-group-get-icon'.
10751 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10753         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10754         This should make server editing work better.
10756         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10758         * tls.el (tls-program): Remove spurious %s from openssl.
10760         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10761         (nnimap-parse-flags): Fix regexp.
10763         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10764         probably work for CJVK text, too.
10766         * nnimap.el (nnimap-extend-tls-programs): Remove.
10767         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10769         * tls.el (tls-starttls-switches): Remove starttls hack.
10770         (open-tls-stream): Ditto.
10771         (tls-find-starttls-argument): Ditto.
10773 2010-10-13  Julien Danjou  <julien@danjou.info>
10775         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10776         responses.
10778 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10780         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10782         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10783         anything in Emacs.
10785         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10787 2010-10-13  Julien Danjou  <julien@danjou.info>
10789         * shr.el (shr-width): Make shr-width a defcustom with default to
10790         fill-column.
10791         (shr-tag-img): Use shr-width rather than fill-column.
10793 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10795         * dgnushack.el (byte-optimize-apply):
10796         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10798         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10799         position when (X-)Faces exist.
10800         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10801         avatars when called interactively.
10803 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10805         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10806         gnus-article-x-face-too-ugly is bound.
10808 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10810         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10812         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10813         mailbox that doesn't exist.
10815 2010-10-12  Julien Danjou  <julien@danjou.info>
10817         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10818         (shr-get-image-data): Encode URL properly when fetching from cache.
10819         (shr-tag-img): Use aligned-to spaces to align correctly images.
10821         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10822         before inserting the Gravatar.
10824         * shr.el (shr-tag-img): Add align attribute support for <img>.
10826 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10828         * gnus-gravatar.el (gnus-art): Require.
10830         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10831         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10832         Remove long obsoleted functions.
10834 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10836         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10838         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10840         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10841         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10842         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10843         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10844         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10845         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10846         * sieve-manage.el, smime.el, spam.el:
10847         Fix comment for declare-function.
10849 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851         * nnimap.el (nnimap-request-rename-group): Select group read-only
10852         before renaming it.
10854         * shr.el (shr-insert): Fix up the white space only regexp.
10856         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10857         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10859         * shr.el (shr-current-column): New function.
10860         (shr-find-fill-point): New function.
10862 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10864         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10865         numbers.
10867 2010-10-11  Julien Danjou  <julien@danjou.info>
10869         * shr.el (shr-hr-line): Add.
10870         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10871         display hr lines.
10872         (shr-max-columns): Do not change state to nil if we just inserting
10873         spaces.
10875 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10877         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10878         select the last group.
10880 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10882         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10884 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10886         * dig.el (dig-mode-map): Declare and define in one step.
10888 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10891         for Gnus.
10892         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10893         (nnimap-update-qresync-info): Mark \Seen articles as read.
10895         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10896         non-variable, too.
10898         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10899         available.
10900         (nnimap-update-info): Rely more on the current active than the param
10901         active to avoid marking articles as read too much.
10903         * auth-source.el (auth-source-create): Use (user-login-name) for the
10904         user name default.
10906         * nnimap.el (nnimap-update-info): If the server doesn't return any
10907         useful info, just use the previous info.
10908         (nnimap-update-info): Prefer old info over start-article.
10909         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10911 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10913         * nnir.el (autoload): Clean up autoloads.
10914         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10915         Use key rather than value.
10916         (nnir-imap-search-other): New variable.
10917         (nnir-read-parm): Use it.
10918         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10919         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10921 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10923         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10924         the process, too.
10926 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10928         * spam.el (gnus-summary-mode-map): Bind to "$".
10929         Suggested by Russ Allbery.
10931         * shr.el: Rework the way things are indented by <li> slightly.
10933         * gnus.el (gnus-group-set-parameter): Fix typo.
10935         * nnimap.el: Start implementing QRESYNC support.
10937 2010-10-09  Julien Danjou  <julien@danjou.info>
10939         * nnir.el (nnir-engines): Fix too many arguments.
10941 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10943         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10944         group is the "last", so that the backends like nnfolder actually save
10945         their folders.
10947         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10948         try to use that for the tls stream.
10949         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10950         UIDVALIDITY and find out which groups are read-only and not.
10951         (nnimap-get-flags): Use the same marks parsing code as the rest of
10952         nnimap.
10954 2010-10-09  Julien Danjou  <julien@danjou.info>
10956         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10958         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10959         retrieving gravatars.
10961         * shr.el (shr-table-corner): Add.
10962         (shr-table-line): Add.
10963         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10965 2010-10-08  Julien Danjou  <julien@danjou.info>
10967         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10969 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10971         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10973         * gnus-sum.el (gnus-mark-article-as-unread)
10974         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10975         (gnus-summary-set-bookmark): Use it.
10977         * gnus-msg.el (gnus-setup-message): Use it.
10979         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10981         * gnus.el (gnus-group-remove-parameter): Use it.
10983         * gnus-group.el (gnus-group-make-web-group): Use it.
10985         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10987         * nnregistry.el: Update docs to mention manual.
10989         * gnus-registry.el: Update docs to mention nnregistry.el.
10990         (gnus-registry-initialize): Don't install nnregistry refer method
10991         automatically.
10992         (gnus-registry-install-nnregistry): Remove it.
10994 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996         * shr.el (shr-insert): Don't insert double spaces.
10998 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11000         * gnus-gravatar.el (gnus-treat-from-gravatar)
11001         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
11002         called interactively.
11004         * gnus-art.el (gnus-mime-view-part-externally)
11005         (gnus-mime-view-part-internally): Make predicate function passed to
11006         gnus-mime-view-part-as-type assume argument is a mime type, not a list
11007         of a mime type.
11009         * shr.el (shr-table-widths): Don't use cl function `reduce'.
11011 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11013         * shr.el (require): Require cl when compiling.
11014         (shr-tag-hr): New function.
11016         * nnimap.el (nnimap-update-info): Remove double setting of high.
11017         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
11018         This makes nnimap work properly on Courier again.
11020         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
11021         the variable for backwards compatibility.
11023         * mm-decode.el (mm-save-part): If given a non-directory result, expand
11024         the file name before using to avoid setting mm-default-directory to
11025         nil.
11027         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
11028         bidning gnus-agent variables.
11030         * shr.el (shr-render-td): Use a cache for the table rendering function
11031         to avoid getting an exponential rendering behavior in nested tables.
11032         (shr-insert): Rework the line-breaking algorithm.
11033         (shr-insert): Don't leave trailing spaces.
11034         (shr-insert-table): Also insert empty TDs.
11035         (shr-tag-blockquote): Ensure paragraphs after </ul>.
11037 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11039         * gnus-sum.el (gnus-number): Rename from `number'.
11040         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
11041         (gnus-summary-limit-children): Update uses correspondingly.
11043 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11045         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
11046         (gnus-gravatar-transform-address): Don't show avatars of people of
11047         which mail addresses match gnus-gravatar-too-ugly.
11049 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11051         * shr.el (shr-table-widths): Expand TD elements to fill available
11052         space.
11054 2010-10-07  Julien Danjou  <julien@danjou.info>
11056         * nnimap.el (nnimap-request-rename-group): Add this method.
11058 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11060         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
11061         name from XEmacs' function-arglist.
11063         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
11064         gravatar under XEmacs.
11066 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
11068         * auth-source.el: Update docs with TODO items.
11070         * gnus-sync.el: Update docs to explain state and plans.
11072         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
11073         Hooks for mark updates.
11074         (gnus-request-set-mark, gnus-request-update-mark): Use them.
11076         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
11077         hooks with arguments, which is needed for mark update hooks.
11079 2010-10-06  Julien Danjou  <julien@danjou.info>
11081         * gnus.el (gnus-expand-group-parameter): Only return and act on what
11082         was matched.
11084         * sieve-manage.el: Update example in `Commentary'.
11086         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
11088         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
11089         not 2000.
11090         (sieve-manage-authenticate): Re-add function.
11092 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094         * shr.el (shr-insert): Get 'space transition right.
11095         (shr-render-td): Only delete space at the end of the TD.
11097         * nnimap.el (nnimap-open-connection): Prepare to support
11098         open-gnutls-stream.
11100         * shr.el: Rearrange function order to be more logical.
11102 2010-10-06  Julien Danjou  <julien@danjou.info>
11104         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
11105         (nnrss-discover-feed): Remove 404 URL in docstring.
11107         * nnir.el: Fix Swish-E URL.
11108         Fix Namazu URL.
11110         * message.el (message-change-subject): Remove 404 URL in a comment.
11112 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11114         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11115         called interactively.
11117         * gnus-util.el (gnus-remove-if): Allow hash table.
11118         (gnus-remove-if-not): New function.
11120         * gnus-art.el (gnus-mime-view-part-as-type):
11121         * gnus-score.el (gnus-summary-score-effect):
11122         * gnus-sum.el (gnus-read-move-group-name):
11123         Replace remove-if-not with gnus-remove-if-not.
11125         * gnus-group.el (gnus-group-completing-read):
11126         Regard collection as a hash table if it is not a list.
11128 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11130         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11132         * shr.el: Document the table-rendering algorithm.
11134 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11136         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11137         for Emacsen having no `libxml-parse-html-region' support.
11139 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11141         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11142         invalid URLs.
11144         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11145         line-broken.
11146         (shr-tag-img): Ignore image fetching errors.
11147         (shr-overlays-in-region): Compute overlay positions correctly.
11149         * mm-decode.el (mm-shr): Require shr.
11151         * gnus-art.el (gnus-blocked-images): Move variable here.
11153         * shr.el (shr-insert-table): Bind free variable.
11155         * mm-decode.el (mm-shr): Bind shr-content-function.
11157         * shr.el (shr-content-function): New variable.
11159         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11160         added for symmetry.
11162         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11164         * gnus-group.el (gnus-group-make-group): Doc fix.
11166         * nnimap.el (nnimap-request-newgroups): Return success.
11168         * shr.el (shr-find-elements): New function.
11169         (shr-tag-table): Put all the images after the table.
11170         (shr-tag-table): Really inhibit images inside the table.
11171         (shr-collect-overlays): Copy over overlays from the TD elements to the
11172         main document.
11174         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11175         gnus-blocked-images.
11177 2010-10-05  Julien Danjou  <julien@danjou.info>
11179         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11181         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11182         (gnus-html-maximum-image-size): Add this function.
11183         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11185         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11186         server-value of the capability is nil.
11188 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11190         * shr.el (shr-tag-em): Add <EM> tag.
11192 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11194         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11195         customizable.
11197         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11198         handing broken links to browse-url.
11200 2010-10-05  Julien Danjou  <julien@danjou.info>
11202         * gnus-util.el (gnus-emacs-completing-read)
11203         (gnus-iswitchb-completing-read): Use autoload rather than require.
11205 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11207         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11208         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11209         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11210         iswitchb-temp-buflist for XEmacs.
11212         * gnus-util.el (gnus-completing-read-function): Exclude
11213         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11214         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11215         XEmacs.
11217         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11218         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11220         * gnus-html.el: Don't require help-fns under XEmacs.
11221         (gnus-html-schedule-image-fetching): Work for XEmacs.
11223         * mm-decode.el (mm-shr): Decode contents by charset.
11225 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11227         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11228         unknown.
11230         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11231         (shr-get-image-data): Ensure against the cache file missing.
11233         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11234         for data.
11236         * spam-report.el (spam-report-url-ping-plain): Don't query about
11237         killing the process.
11239         * shr.el (shr-render-td): Protect against too-wide text.
11241 2010-10-04  Julien Danjou  <julien@danjou.info>
11243         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11244         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11246         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11247         retrieved.
11249 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11251         * shr.el (browse-url): Require.
11252         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11253         lines.
11254         (shr-show-alt-text, shr-browse-image): New commands.
11255         (shr-browse-url, shr-copy-url): New commands.
11257         * gnus-sum.el (gnus-widen-article-window): New variable.
11258         (gnus-summary-select-article-buffer): Use it.
11260         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11261         without @ signs.
11263 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11265         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11267 2010-10-04  Julien Danjou  <julien@danjou.info>
11269         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11270         for XEmacs.
11272 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11274         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11276         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11277         (nnimap-close-server): Implement.
11279         * dgnushack.el (iswitchb): Require to shut up the compiler.
11281         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11282         (shr-insert): Tweak line breaking.
11283         (shr-insert): Handle <pre> better.
11284         (shr-tag-li): Get <li> indentation right.
11285         (shr-tag-li): Get <li> indentation even righter.
11286         (shr-tag-blockquote): Ensure paragraph start.
11287         (shr-make-table): Tweak table generation.
11288         (shr-make-table): Fix typo.
11290         * shr.el: Implement table rendering.
11292 2010-10-04  Julien Danjou  <julien@danjou.info>
11294         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11296 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298         * shr.el (shr-insert): Use string anchors instead of line anchors.
11300 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302         * shr.el: Add headings.
11303         (shr-ensure-paragraph): Actually work.
11304         (shr-tag-li): Make <ul> prettier.
11305         (shr-insert): Get white space at the beginning/end of elements right.
11306         (shr-tag-p): Collapse subsequent <p>s.
11307         (shr-ensure-paragraph): Don't insert double line feeds after blank
11308         lines.
11309         (shr-insert): \t is also space.
11310         (shr-tag-s): Fix "s" tag name function.
11311         (shr-tag-s): Fix face prop name.
11313 2010-10-03  Julien Danjou  <julien@danjou.info>
11315         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11317         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11318         gnus-window-inside-pixel-edges.
11320         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11321         gnus-ems.
11323         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11325         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11326         function.
11328         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11329         resize choice.
11331 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11333         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11334         beginning of the buffer.
11336         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11337         article buffer again.
11339         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11341         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11342         when it's at the start of the buffer.
11344         * shr.el (shr-tag-blockquote): Convert name.
11345         (shr-rescale-image): Use the right image-size variant.
11347         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11348         buffer isn't shown, then select the current article first instead of
11349         bugging out.
11350         (gnus-summary-select-article-buffer): Show both the article and summary
11351         buffers again.
11353         * shr.el (shr-fontize-cont): Protect against regions with no text.
11354         Rename tag functions to shr-tag-* for enhanced security.
11355         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11357 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11359         * shr.el (shr-insert):
11360         * pop3.el (pop3-movemail):
11361         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11362         loaded.
11364 2010-10-03  Glenn Morris  <rgm@gnu.org>
11366         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11368         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11370         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11372         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11374         * gnus-util.el (gnus-make-local-hook): Simplify.
11376 2010-10-02  Julien Danjou  <julien@danjou.info>
11378         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11379         (gnus-ido-completing-read): New function.
11380         (gnus-emacs-completing-read): New function.
11381         (gnus-completing-read): Use gnus-completing-read-function.
11382         Add gnus-completing-read-function.
11384 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386         * shr.el (shr-insert-document): Autoload.
11387         (shr-img): Be silent.
11388         (shr-insert): Add a newline after every picture before text.
11389         (shr-add-font): Use overlays for combining faces.
11390         (shr-insert): Pass upwards the text start point.
11392         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11393         possible.
11394         (mm-shr): New function.
11396 2010-10-02  Julien Danjou  <julien@danjou.info>
11398         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11399         should go backward.
11401 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11403         * shr.el (shr): Fix typo in provide call.
11405 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11407         * shr.el: New file.
11409         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11411         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11412         completing read.
11414 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11416         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11417         we're being queried about.  Suggested by Dan Jacobson.
11419         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11420         Suggested by Jason Eisner.
11422         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11423         table, too.  Suggested by Stefan Wiens.
11424         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11425         the table unnecessary.  Suggested by Stefan Wiens.
11427         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11428         longer needed, and probably doesn't work either, as pointed out by
11429         Stefan Wiens.
11430         (gnus-summary-exit): Remove call to the clearing function.
11431         (gnus-summary-exit-no-update): Ditto.
11433         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11434         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11435         Reported by Stefan Monnier.
11436         (gnus-summary-save-in-rmail): Ditto.
11438         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11439         article buffer, instead of both the article buffer and the summary
11440         buffer.  Sort of suggested by Dan Jacobson.
11442         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11444         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11445         Suggested by Dan Jacobson.
11447         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11448         documentation clearer.
11450         * message.el (message-shorten-references): Comment on the number "21".
11451         Suggested by Stefan Monnier.
11453         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11454         Suggested by Dan Jacobson.
11456         * gnus.el (gnus-large-newsgroup):
11457         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11459         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11460         externalize attachments.  Bug reported by Steve Wen.
11462         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11463         really message anything to the user.
11465         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11466         directly.
11468         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11469         messages in empty groups.
11471 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11473         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11474         non-UIDNEXT group.
11476 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11478         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11479         not the value from the collection.
11481         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11482         values.  This sometimes happens on some groups that have no info.
11483         (nnimap-request-newgroups): New function.
11485 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11487         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11488         check into `gnus-registry-initialize'.
11489         (gnus-registry-initialize): Ditto.
11490         Fix and extend header docs.
11492 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11494         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11495         regexp backtrace overflows.
11497         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11498         for starttls that tls.el implements; i.e. openssl.
11500         * tls.el (tls-starttls-switches): Give up on using starttls with
11501         gnutls-cli.
11502         (tls-program): Add --insecure to be consistent with the defaults from
11503         openssl s_client.  Now all three commands are insecure.
11505 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11507         * lpath.el: Bind completion-styles-alist for XEmacs.
11509         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11510         (gravatar-create-image): New function that's an alias to
11511         gnus-xmas-create-image, gnus-create-image, or create-image.
11512         (gravatar-data->image): Use it.
11514 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11516         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11517         install the nnregistry refer method.
11518         (gnus-registry-install-hooks): Use it.
11519         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11520         unfollowed groups.
11522 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11524         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11525         expanding threads.
11527 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11529         * nnir.el: Use the server names without suffixes (bug#7009).
11531         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11532         unencrypted to STARTTLS, if possible.
11534 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11536         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11537         headers before superseding.
11539 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11541         * nnrss.el (nnrss-use-local): Add documentation.
11543         * nnimap.el (nnimap-extend-tls-programs): New function.
11544         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11545         (nnimap-wait-for-connection): Accept the greeting from the stupid
11546         output from openssl s_client -starttls, too.
11548         * tls.el (tls-starttls-switches): New variable.
11549         (tls-find-starttls-argument): Use it.
11550         (open-tls-stream): Ditto.
11552         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11553         (netrc-machine): Ditto.
11555         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11556         article number.
11557         (nnimap-split-fancy): New variable.
11558         (nnimap-split-incoming-mail): Use it.
11560         * nntp.el (nntp-server-list-active-group): Document.
11562         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11563         SELECT to get the message-id.
11565         * mail-source.el (mail-sources): Remove webmail support.
11566         (defvar): Ditto.
11567         (mail-source-fetcher-alist): Ditto.
11568         (mail-source-fetch-webmail): Remove.
11570         * webmail.el: Remove -- doesn't seem relevant any more.
11572         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11574         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11575         the \r.
11577 2010-09-30  Julien Danjou  <julien@danjou.info>
11579         * gnus-agent.el (gnus-agent-add-group): Fix call to
11580         gnus-completing-read.
11582 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11584         * nndoc.el (nndoc-retrieve-groups): New function.
11586         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11587         `default', use nnmail-split-methods.
11588         (nnimap-request-article): Downcase the NILs so that they are nil.
11590         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11591         symbol.
11593         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11594         code, since if the user has requested network, that's what they ought
11595         to get.
11596         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11597         (nnimap-split-rule): Mark as obsolete.
11599         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11600         New variable.
11602         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11603         correct slot, too.
11605 2010-09-29  Julien Danjou  <julien@danjou.info>
11607         * gnus.el (gnus-local-domain): Declare variable obsolete.
11609         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11610         Fix history computing.
11611         (gnus-ido-completing-read): Require ido.
11613 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11615         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11616         build Gnus.
11618         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11619         when interpreting the structures.
11620         (nnimap-request-accept-article): Add \r\n to the lines to make this
11621         work with Cyrus.
11623         * nndraft.el (nndraft-request-expire-articles): Use the group name
11624         instead if "nndraft".  Fix found by Nils Ackermann.
11626 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11628         * nnregistry.el: Add.
11630 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11632         * nnmail.el (group, group-art-list, group-art):
11633         Remove unneeded directives.
11635 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11637         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11638         (mm-mime-charset):
11639         * rfc2047.el (rfc2047-syntax-table):
11640         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11642         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11643         rather than `insert-file-contents' and `eval-region'.
11645         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11646         construction.
11648         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11650         * time-date.el: No need to require cl for Emacs 21.
11652 2010-09-29  Julien Danjou  <julien@danjou.info>
11654         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11655         replacement of `gnus-gravatar-relief' to mimic
11656         `gnus-faces-properties-alist'.
11657         Add :version property.
11659 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11661         * mail-source.el (mail-source-report-new-mail):
11662         * message.el (message-default-mail-headers):
11663         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11665         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11667 2010-09-28  Julien Danjou  <julien@danjou.info>
11669         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11670         mail-address contains the same string as real-name.
11672         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11673         non-blank in header, otherwise it'll get stripped.
11675         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11676         real-name, and then for mail address rather than doing : or , search.
11678 2010-09-27  Julien Danjou  <julien@danjou.info>
11680         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11681         right completing-read function.
11682         (gnus-use-ido): New variable
11683         (gnus-completing-read-with-default): Remove.
11684         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11685         (gnus-agent-add-group):
11686         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11687         * mm-view.el (mm-view-pkcs7-decrypt):
11688         * mm-util.el (mm-codepage-setup):
11689         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11690         * mml-smime.el (mml-smime-openssl-sign-query):
11691         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11692         (mml-insert-multipart):
11693         * gnus-msg.el (gnus-summary-yank-message):
11694         * gnus-int.el (gnus-start-news-server):
11695         * mm-decode.el (mm-interactively-view-part):
11696         * gnus-dired.el (gnus-dired-attach):
11697         * gnus.el (gnus-read-method):
11698         * gnus-bookmark.el (gnus-bookmark-jump):
11699         * gnus-art.el (gnus-mime-view-part-as-type)
11700         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11701         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11702         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11703         * nnmairix.el (nnmairix-create-server-and-default-group)
11704         (nnmairix-update-groups, nnmairix-get-server)
11705         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11706         (nnmairix-get-group-from-file-path):
11707         * nnrss.el (nnrss-find-rss-via-syndic8):
11708         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11709         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11710         (gnus-group-browse-foreign-server):
11711         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11712         (gnus-summary-execute-command, gnus-summary-respool-article)
11713         (gnus-read-move-group-name):
11714         * gnus-score.el (gnus-summary-increase-score)
11715         (gnus-summary-score-effect):
11716         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11718 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11720         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11721         x-focus-frame.
11723         * nnimap.el (auth-source-forget-user-or-password)
11724         (auth-source-user-or-password): Autoload.
11726         * message.el (message-from-style, message-interactive)
11727         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11728         (message-yank-prefix, message-indentation-spaces, message-signature)
11729         (message-signature-file): Add comment.
11731 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11733         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11734         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11735         new articles.
11737         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11738         parts.
11739         (nnimap-request-article): Work with the t setting, too.
11741         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11742         that you don't get flashes of other buffers.
11743         (gnus-summary-show-complete-article): Intern before setting.
11745 2010-09-27  David Engster  <dengste@eml.cc>
11747         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11748         well as HEADERS.
11749         (nnmairix-retrieve-headers): Provide new argument for the above.
11751 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11753         * gnus-sum.el (gnus-summary-move-article): Don't alter
11754         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11755         group.
11757         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11759         * message.el (message-cite-prefix-regexp): Revert my last edit.
11761         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11762         variable instead of the Gnus variable.
11764         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11766         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11768         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11769         since some servers don't like it.
11770         (nnimap-open-connection): Forget credentials if the server says the
11771         password was wrong.
11772         (nnimap-parse-line): Protect against invalid data.
11774         * gnus-sum.el (gnus-summary-move-article): Add comment.
11775         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11776         nothing alters it while scanning for new messages.
11778         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11779         which may or may not help.
11780         (nnimap-open-connection): If we're doing a stream connection, and then
11781         discover we're on a STARTTLS-capable server, then open a STARTTLS
11782         connection instead.
11784 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786         * nnimap.el (utf7): Require.
11788         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11789         prefix.
11791 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11793         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11795 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11797         * nnimap.el (nnimap-request-accept-article): Message the error on
11798         error.
11800 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11802         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11804 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11806         * nndoc.el (nndoc-request-list): Return success always.
11808         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11809         `fetch-old' -- we only want to fetch the articles we've requested.
11810         The rest are in the agent, probably.
11811         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11812         disappeared server" to something low.  It's not important.
11814         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11815         arrived before the FETCH data.
11817         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11818         target here, because we don't know the Gnus name of the group.
11820         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11821         for the correct group.
11823         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11825         * gnus.el (gnus): Give a final warning after startup.
11827         * gnus-util.el (gnus-action-message-log): New variable.
11828         (gnus-message): Use it.
11829         (gnus-final-warning): New function.
11831         * nnimap.el (nnimap-open-connection): Record the greeting.
11832         (nnimap): Add greeting.
11834 2010-09-26  Julien Danjou  <julien@danjou.info>
11836         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11837         arguments.
11838         (gnus-html-wash-images): Fix spec computing to include start/end.
11840         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11842 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11844         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11845         deletion.
11846         (nnimap-retrieve-headers): Don't select the group, because that's
11847         already done by nnimap-possibly-change-group.
11849         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11850         (gnus-picon-transform-address): Use it.
11852         * mail-source.el (mail-source-value): Revert previous patch.
11854         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11855         on failure.
11856         (nnimap-open-connection): Look up both virtual and physical server name
11857         credentials.
11859         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11861 2009-02-07  Dave Love  <fx@gnu.org>
11863         * tls.el (open-tls-stream): Don't query killing process.
11865 2009-02-08  Dave Love  <fx@gnu.org>
11867         * gnus-win.el (gnus-window-to-buffer-helper)
11868         (gnus-all-windows-visible-p): Function needn't be a symbol.
11870         * mail-source.el (mail-source-value): Function needn't be a symbol.
11872 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11874         * message.el (message-cite-prefix-regexp): Remove } from the cite
11875         prefix.
11877         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11878         highlight again, so that the highlight is correct.
11880         * gnus-picon.el (gnus-picon): Remove again.
11881         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11883         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11884         doing the header highlightling, so that the background color of the
11885         picon is correct.
11887         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11888         (gnus-picon): Ditto.
11889         (gnus-picon): Reinstate.  The background color for picons is white.
11890         (gnus-picon-insert-glyph): Make the background white.
11892         * nnml.el (nnml-open-nov): Don't return dead buffers.
11894         * auth-source.el (auth-source-create): Query the user for whether to
11895         store the credentials.
11897         * netrc.el (netrc-store-data): New function.
11899         * auth-source.el (auth-source-user-or-password): Use the existing auth
11900         sources, if any, for creation.
11902         * gnus.el (gnus-group-fast-parameter): Return the last matching
11903         parameter instead of the first matching parameter.
11905 2010-09-26  Julien Danjou  <julien@danjou.info>
11907         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11909 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11911         * mml2015.el (mml2015-use): Remove gpg support.
11913         * mml1991.el (mml1991-function-alist): Remove gpg function.
11914         (mml1991-gpg-sign): Remove.
11916 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11918         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11919         (gnus-browse-unsubscribe-current-group): Document it.
11920         (gnus-browse-unsubscribe-group): Use it.
11922 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11924         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11925         address to the To list for easier response.
11927         * gnus.el (gnus-play-startup-jingle): Remove.
11928         (gnus-splash): Don't play jingle.
11929         (gnus): Silence gnus-load message.
11931         * gnus-art.el (gnus-treat-play-sounds): Remove.
11933         * gnus.el (gnus-play-jingle): Remove audio support.
11935         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11937         * earcon.el: Remove -- no users.
11939         * gnus-audio.el: Remove -- no users of this package.
11941         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11943         * gnus-start.el (gnus-setup-news): Remove nocem support.
11945         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11947         * gnus.el (gnus-use-nocem): Remove.
11949         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11950         Remove.
11952         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11953         uses NoCeM any more.
11955         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11956         (gnus-button-ctan-handler): Ditto.
11957         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11958         (gnus-button-ctan-directory-regexp): Ditto.
11959         (gnus-button-handle-ctan): Ditto.
11960         (gnus-button-tex-level): Ditto.
11961         (gnus-button-alist): Remove CTAN stuff.
11963 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11965         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11966         nnimap-streaming test.
11968         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11969         servers twice.
11971         * nnimap.el (nnimap-open-connection): Add more error reporting when
11972         nnimap fails early.
11974         * nnheader.el (nnheader-get-report-string): New function.
11975         (nnheader-get-report): Use it.
11977         * gnus-int.el (gnus-check-server): Say what the error was when opening
11978         failed.
11980         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11981         using streaming.
11983 2010-09-25  Julien Danjou  <julien@danjou.info>
11985         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11986         gnus-window-inside-pixel-edges.
11988 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11990         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11992         * mm-decode.el (mm-save-part): Allow saving to other directories the
11993         normal Emacs way.
11995         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11996         Suggested by Jay Berkenbilt.
11998         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11999         there isn't a single byte.
12001         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
12002         just do it.  It doesn't really seem to matter what the user responds
12003         here, I think, so it's just a confusing question.
12005         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
12006         non-streaming case.
12008         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
12009         (gnus-article-encrypt-body): Use it.
12011         * gnus-sum.el (gnus-summary-show-complete-article): New command and
12012         keystroke.
12014         * nnimap.el (nnimap-find-wanted-parts-1):
12015         Use gnus-fetch-partial-articles.
12017         * gnus-art.el (gnus-fetch-partial-articles): New variable.
12019         * nnimap.el (nnimap-insert-partial-structure): New function.
12020         (nnimap-get-partial-article): New function.
12021         (nnimap-request-article): Use it.
12022         (nnimap-wait-for-response): Return whether the wait was successful.
12023         (nnimap-finish-retrieve-group-infos): Don't do anything if the
12024         retrieval wasn't successful.
12025         (nnimap-retrieve-group-data-early): Allow throttling servers.
12026         (nnimap-streaming): New variable.
12027         (nnimap-fetch-partial-articles): Remove.
12029         * mm-decode.el (mm-with-part): Protect against killed buffers.
12031         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
12032         for prettier summary display.
12034 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
12036         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
12038 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12040         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
12041         apparently third-party libraries depend on it.
12043         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
12044         before starting negotiation.
12046         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
12047         privacy reasons.
12048         (gnus-treat-mail-gravatar): Ditto.
12050         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
12051         buffer when inserting images.  Inserting text into the headers, for
12052         instance, can make them invalid.
12054 2010-09-25  Julien Danjou  <julien@danjou.info>
12056         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
12057         variables.
12059         * nnheader.el: Remove useless variables news-reply-yank-from and
12060         news-reply-yank-message-id.
12062         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
12063         variables.
12065         * mml1991.el: Remove useless mml1991-verbose.
12067         * gnus.el: Remove useless variable gnus-use-generic-from.
12068         Remove obsolete variable gnus-topic-indentation.
12070         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
12072         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
12074         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
12076         * gnus-group.el: Remove useless gnus-group-icon-cache.
12077         Remove useless gnus-ephemeral-group-server.
12079         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
12081         * mml2015.el: Remove useless mml2015-verbose.
12083         * mml-smime.el: Remove useless mml-smime-verbose.
12085         * gnus.el: Remove useless gnus-local-domain.
12087         * gnus-gravatar.el (gnus-gravatar-transform-address):
12088         Use gnus-gravatar-size.
12090         * gnus-art.el: Remove useless gnus-treat-translate.
12092 2010-09-24  Julien Danjou  <julien@danjou.info>
12094         * gnus-sum.el: Add support for Gravatars.
12096         * gnus-art.el: Add support for Gravatars.
12098         * gnus-gravatar.el: Add this file.
12100         * gravatar.el: Add this file.
12102 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12104         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
12106         * gnus-group.el (gnus-group-fetch-faq): Remove.
12108         * gnus.el (gnus-group-faq-directory): Remove.
12110         * gnus-group.el (gnus-group-fetch-charter): Remove.
12112         * gnus.el (gnus-group-charter-alist): Remove.
12114         * gnus-group.el (gnus-group-archive-directory): Remove.
12115         (gnus-group-recent-archive-directory): Ditto.
12116         (gnus-group-make-archive-group): Remove.
12118         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12120         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12121         use the same article number for all the cached articles.
12123         * nnimap.el (nnimap-command): Register the last command time so
12124         that we can use it for idling NOOPs.
12125         (nnimap-open-connection): Start the keeplive timer.
12126         (nnimap-make-process-buffer): Store all the process buffers.
12127         (nnimap-keepalive): New function.
12129         * starttls.el (starttls-open-stream): Add autoload cookie.
12131 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12133         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12134         handling.
12136 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12138         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12139         its data structures.
12141         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12142         instead of the cl.el copy-list.
12143         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12144         equalp.
12146 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12148         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12149         and tool-bar-local-item-from-menu.
12151         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12152         mode-line-highlight face for Emacs.
12154         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12155         loading gnus-sum.elc; fix comment for canlock-verify.
12156         (gnus-article-jump-to-part): Use read-number.
12157         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12158         Remove Emacs pre-21 compatible code for help-echo.
12159         (gnus-article-next-page-1): No need to adjust the number of lines.
12160         (gnus-article-describe-bindings): Always use help-buffer.
12162         * gnus-audio.el (gnus-audio-inline-sound):
12163         * gnus-cus.el (gnus-custom-mode):
12164         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12166         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12168         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12169         compatible code.
12171 2010-09-24  Glenn Morris  <rgm@gnu.org>
12173         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12174         visiting the fcc file in rmail-mode.
12176         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12178 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12180         * nnir.el: Silence the byte compiler.
12182         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12183         alias to browse-url-url-encode-chars if any.
12184         (gnus-html-encode-url): Use it.
12186 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12188         * gnus-start.el (gnus-use-backend-marks): New variable.
12189         (gnus-get-unread-articles-in-group): Use it.
12191         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12192         makeover.
12194 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12196         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12198 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12200         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12201         Remove.
12202         (gnus-setup-news-hook):
12203         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12205         * gnus-int.el (gnus-request-update-info): Protect against backends not
12206         having the function.
12208         * nnimap.el (nnimap-stream): Mention starttls.
12209         (nnimap-open-connection): Add starttls support.
12211 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12213         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12215 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12218         BODYSTRUCTUREs.
12219         (nnimap-transform-headers): Unfold quoted {42} headers.
12221         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12222         the info.
12223         (gnus-get-unread-articles): Only call updatep on backends that support
12224         it.
12226         * nnweb.el (nnweb-request-update-info): NOOP.
12228         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12230         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12231         since it only deals with marks.
12233         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12234         gnus-request-marks, and make a new gnus-request-update-info.
12236         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12237         the active instead of the high number, which is usually too low.
12239 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12241         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12242         * encrypt.el: Remove.
12244 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12246         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12247         server in symbolic form.
12249         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12251 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12253         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12254         (nnimap-update-info): Fix up code slightly.
12256         * gnus-int.el (gnus-open-server): Add tracing for performance
12257         debugging.
12259         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12260         (gnus-group-insert-group-line): Pass the real group name so that it
12261         gets the right data.
12263         * gnus-start.el (gnus-get-unread-articles): Don't have
12264         `gnus-get-unread-articles-in-group' update info, since that can be
12265         really slow and doesn't seem to be needed?
12267 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12269         * time-date.el (date-to-time): Try using parse-time-string first before
12270         using the slower timezone-make-date-arpa-standard.
12272 2010-09-22  Julien Danjou  <julien@danjou.info>
12274         * gnus-group.el (gnus-group-insert-group-line):
12275         Call gnus-group-highlight-line.
12276         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12277         default hook list.
12278         (gnus-group-update-eval-form): Add new function.
12279         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12280         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12282 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12284         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12285         immediate, then expire all articles.
12286         (nnimap-update-info): Fix off-by-one errors.
12287         (nnimap-flags-to-marks): Would return no marks lists for group with no
12288         flags.  Instead return the other data.
12290 2010-09-22  Julien Danjou  <julien@danjou.info>
12292         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12293         Only return an icon.
12294         (gnus-group-insert-group-line): Compute icon to return.
12296         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12297         (gnus-html-image-fetched): Only cache if
12298         gnus-html-image-automatic-caching is set.
12299         (gnus-html-image-fetched): Check for errors.
12301 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12303         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12304         once per method on `g'.  This ensures that backends like nnfolder don't
12305         open all their folders.
12307         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12308         (nnimap-request-list): Nix out group in the correct buffer.
12309         (nnimap-parse-flags): Implement by using `read' instead of
12310         hand-parsing.
12311         (nnimap-flags-to-marks): Pass on permanent-flags.
12312         (nnimap-make-process-buffer): Record the server name.
12313         (nnimap-parse-flags): Fix typo.
12314         (nnimap-request-scan): Run split on the server in general, not just a
12315         single group.
12317         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12318         parameter, and propagate this downwards.
12320         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12321         since EXAMINE changes it on the server.
12323         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12324         this command might take a while.
12326 2010-09-22  Julien Danjou  <julien@danjou.info>
12328         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12329         harmful if you have 2 images side-by-side, they can't be properly
12330         update on text deletion.  Using text-property is safer here.
12331         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12332         data.
12334 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12336         * nnimap.el (nnimap-expunge-inbox): Remove.
12337         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12338         (nnimap-expunge): Flip default to t.
12340         * gnus.el (gnus-method-to-server): Don't push things to the cache
12341         unless it's unique.
12342         (gnus-server-to-method): Ditto.
12344 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12346         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12348 2010-09-22  Julien Danjou  <julien@danjou.info>
12350         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12351         get the start of data.
12352         (gnus-html-encode-url): Add this function to encode special chars in
12353         URL.
12354         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12355         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12357         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12358         default.
12359         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12361         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12362         images alt-text.
12363         (gnus-html-put-image): Put alt-text as help-echo.
12365 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12367         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12368         * mm-util.el (mm-decompress-buffer):
12369         * nnir.el (nnir-run-find-grep):
12370         * pop3.el (pop3-list): Use 3rd arg of split-string.
12372         * time-date.el (format-seconds): Comment fix.
12374         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12375         and byte-optimize-form-code-walker.
12376         (dgnushack-make-auto-load): Don't advise make-autoload.
12378         * lpath.el: Remove Emacs 21 stuff.
12380 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12382         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12383         outside the active range.  Suggested by Dan Christensen.
12385         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12386         slightly later to avoid double-getting it.
12388         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12389         previous patch.
12391         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12393 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12395         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12397 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12399         * gnus-int.el (gnus-open-server): Give a better error message in the
12400         "go offline" case.
12402         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12403         marks for nnimap, which is seldom the right thing to do.
12405         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12406         (gnus-same-method-different-name): New function.
12408         * nnimap.el (parse-time): Require.
12410         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12411         method in the presence of many similar methods.
12413         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12415         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12416         nnml-inhibit-expiry.
12418         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12419         find out whether methods are equal.
12421         * nnimap.el (nnimap-find-expired-articles): New function.
12422         (nnimap-process-expiry-targets): New function.
12423         (nnimap-request-move-article): Request the article before looking at
12424         what the Message-ID is.  Fix found by Andrew Cohen.
12425         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12427         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12428         for oldness in addition to being a predicate.
12430         * nnimap.el (nnimap-request-group): When we have zero articles, return
12431         the right data to Gnus.
12432         (nnimap-request-expire-articles): Only delete articles immediately if
12433         the target is 'delete.
12435         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12436         method, this would bug out.
12438         * gnus-group.el (gnus-group-expunge-group): Rename from
12439         gnus-group-nnimap-expunge, and implemented as a normal interface
12440         function.
12442         * gnus-int.el (gnus-request-expunge-group): New function.
12444         * nnimap.el (nnimap-request-create-group): Implement.
12445         (nnimap-request-expunge-group): New function.
12447 2010-09-21  Julien Danjou  <julien@danjou.info>
12449         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12450         (gnus-html-cache-expired): Add new function.
12451         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12452         wethever we should display image for fetch it.
12453         Compute alt-text earlier to pass it to the fetching function too.
12454         (gnus-html-schedule-image-fetching): Change function argument to only
12455         get one image at a time, not a list.
12456         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12457         cache.
12458         (gnus-html-get-image-data): New function to retrieve image data from
12459         cache.
12460         (gnus-html-put-image): Change buffer argument to use image data rather
12461         than file, and place image above region rather than inserting a new
12462         one.  Do not take alt-text as argument, since it's useless now: we place
12463         the image above alt-text.
12464         (gnus-html-prune-cache): Remove.
12465         (gnus-html-show-images): Start to fetch image when we find one, do not
12466         push into a temporary list.
12467         (gnus-html-prefetch-images): Only fetch image if they have expired.
12468         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12469         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12471 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12473         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12475 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12477         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12478         spec inser "*" if the group isn't active instead of 0.
12480         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12481         opening the server.
12482         (nnimap-request-delete-group): Implement group deletion.
12483         (nnimap-transform-headers): Return the size of the entire message in
12484         the Bytes header, not just the size of the first part.
12485         (nnimap-request-move-article): When moving an article from nnimap,
12486         request the article first so the accepting form has an article to
12487         accept.  Reported by Dan Christensen.
12488         (nnimap-command): Make sure that the error message doesn't error out.
12490 2010-09-20  David Edmondson  <dme@dme.org>
12492         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12493         we haven't requested anything.
12495 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12497         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12498         "".  Fix found by Andrew Cohen.
12500         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12501         instead of -encode-string.
12503 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12505         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12507         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12508         by mm-subst-char-in-string.
12510 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12512         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12513         waiting for the connection string.
12515         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12516         arriving.
12518         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12519         bogus characters.  This allows selecting certain Gmail groups.
12521         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12522         (nnimap-fetch-partial-articles): New variable.
12523         (nnimap-open-connection): When looking for credentials, also use the
12524         nnimap-server-port.
12525         (nnimap-request-article): Return the group/article number, so that Gnus
12526         `^' works as expected.
12527         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12529         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12530         comments.
12531         (gnus-methods-sloppily-equal): New function.
12532         (gnus): When using the development version of Gnus, load the gnus-load
12533         file.
12535         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12536         `gnus-open-server' on each method before trying to scan them etc.
12537         This ensures that all the backend parameters are set correctly.
12539         * nnimap.el (nnimap-authenticator): New variable.
12540         (nnimap-open-connection): Allow anonymous login.
12541         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12542         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12544         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12545         patch, found by Knut Anders Hatlen.
12547 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12549         * gnus-agent.el (gnus-agent-batch-confirmation)
12550         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12551         to gnus-message.
12552         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12553         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12554         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12555         * gnus-int.el (gnus-open-server): Likewise.
12556         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12557         (gnus-score-check-syntax): Likewise.
12558         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12559         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12560         Likewise.
12561         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12563 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12565         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12566         calling conventions so that prefetch doesn't bug out.
12568 2010-09-19  Julien Danjou  <julien@danjou.info>
12570         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12571         rather than `subst-char-in-region' in order to be able to replace ASCII
12572         char by UTF-8 ones.
12574         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12575         than curl.
12576         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12577         the right URL and ALT text on images.
12578         (gnus-html-wash-tags): Fix tag case.
12579         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12580         (gnus-article-html): Add -o display_ins_del=2 option.
12581         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12583 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12585         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12586         the extra mail headers, which sometimes seem to happen for unknown
12587         reasons.
12589         * mail-parse.el (mail-header-encode-parameter): Define as
12590         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12591         (or most, perhaps?) mail readers don't understand the latter, but do
12592         understand the former.
12594         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12595         to nil, so that no methods are automatically agentized.  I think this
12596         is probably what most users want.
12598         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12599         from url-retrieve, for instance about invalid URLs.
12601         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12602         groups that have no articles.
12603         (nnimap-request-article): Check that we really got an article when we
12604         requested one.
12606         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12607         doesn't exist.
12609         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12610         nntp buffer so the agent can save it.
12611         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12612         that CRLF doesn't get translated to \n.
12613         (nnimap-open-connection): Don't make 'shell commands only send \n.
12615 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12617         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12618         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12619         Update var name.
12620         (nnml-generate-nov-file): Use dolist.
12621         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12622         Use with-current-buffer.
12624 2010-09-18  Julien Danjou  <julien@danjou.info>
12626         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12627         parallel.
12629 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12631         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12632         the range update right.
12633         (nnimap-request-group): Don't make `M-g' bug out on group with no
12634         marks.
12635         (nnoo): Require, so that other packages can require nnimap.
12636         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12637         command we're looking for.  This helps when the server sends more
12638         responses after we've gotten everything we expected.
12639         (nnimap): Add a `newlinep' field to keep track of end-of-line
12640         conventions.
12641         Don't send CRLF to things that don't want it.
12642         (nnimap-request-accept-article): Ditto.
12644 2010-09-18  Julien Danjou  <julien@danjou.info>
12646         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12647         than curl to retrieve images.
12649 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12651         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12652         the marks.
12653         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12654         (nnimap-wait-for-connection): New function.
12655         (nnimap-open-connection): If we have PREAUTH, don't query for login
12656         credentials.
12657         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12658         when doing a partial update.
12660 2010-09-18  Julien Danjou  <julien@danjou.info>
12662         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12663         tags.
12665 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12667         * nnimap.el (nnimap-credentials): New function.
12668         (nnimap-open-connection): Use the new function to look for credentials
12669         also on the numeric equivalents of "imap" and "imaps".
12671         * gnus-start.el (gnus-activate-group): Send the info to
12672         gnus-request-group.
12674         * nnimap.el (nnimap-request-group): Have the "check" version of the
12675         function parse flags and update the info, so that a `M-g' get a total
12676         resync of all flags from the group.
12678         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12679         to allow backends to alter the info on group selection.  Also alter all
12680         the backend -request-group functions to take the parameter.
12682         * nnimap.el (nnimap-store-info): New function.
12683         (nnimap-update-info): Store the info for later usage.
12684         (nnimap-request-group): Use the stored info for the dont-check case, so
12685         that we don't retrieve all marks when we enter a group.
12687         * nnimap.el: Use deffoo instead of defun for interface functions.
12689         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12690         update the group info.  This makes the nndraft groups, for instance, go
12691         back to their old behavior.
12693         * gnus-sum.el (gnus-select-newsgroup): Indent.
12695         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12696         in.
12697         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12698         nothing.
12700         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12701         from methods that are denied.
12703         * gnus-int.el (gnus-method-denied-p): New function.
12705         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12706         store the password instead of netrc.
12707         (nnimap-open-connection): Don't error out when we can't make a
12708         connections.
12710         * auth-source.el (auth-source-create): In the password prompt, say what
12711         we're querying for.  Also prompt for user name if that hasn't been
12712         given.
12714         * nnimap.el (nnimap-with-process-buffer): Remove.
12716 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12718         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12719         method when we're reading from the agent.
12721         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12723         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12724         that's probably most useful for users.
12726         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12727         "failed" all the time.
12729         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12730         ...)) with (with-current-buffer ... ).
12732         * nntp.el (nntp-open-server): Return whether the open was successful or
12733         not.
12735         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12736         select an unread unseen article first.
12738         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12739         /etc/services, supply some sensible port defaults.
12741         * dgnushack.el: Define netrc-credentials.
12743 2010-09-17  Julien Danjou  <julien@danjou.info>
12745         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12747 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12749         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12750         doesn't have any parameters.
12752 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12754         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12755         only upcased checks.
12757         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12759         * nnimap.el (nnimap-open-shell-stream): New function.
12760         (nnimap-open-connection): Use it.
12761         (nnimap-transform-headers): Get the number of lines in each message.
12762         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12763         number of lines.
12764         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12765         problem.
12767         * utf7.el (utf7-encode): Autoload.
12769         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12770         to allow the mail splitting to not return a default group.  This is
12771         useful for nnimap, which will leave unmatched mail in the inbox.
12773         * nnimap.el: Rewritten.
12775         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12776         nnimap usage.
12778         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12779         if the move is internal, so that nnimap can do fast internal moves.
12781         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12782         data.
12783         (gnus-read-active-for-groups): Support finishing the early retrieval of
12784         data.
12786         * gnus-range.el (gnus-range-nconcat): New function.
12788         * gnus-int.el (gnus-finish-retrieve-group-infos)
12789         (gnus-retrieve-group-data-early): New functions.
12791 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12793         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12794         (nnrss-retrieve-groups):
12795         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12796         (pop3-quit): Use with-current-buffer.
12798 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12800         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12801         instead of nnheader-accept-process-output.
12803         * dgnushack.el (dgnushack-compile): Add comment.
12805         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12807         * gnus-html.el (gnus-html-schedule-image-fetching)
12808         (gnus-html-prefetch-images): Replace process-kill-without-query by
12809         gnus-set-process-query-on-exit-flag.
12811 2010-09-16  Romain Francoise  <romain@orebokech.com>
12813         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12815 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12817         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12818         parameter to unintern is mandatory-ish in Emacs 24.
12820         * gnus-html.el (gnus-html-schedule-image-fetching)
12821         (gnus-html-prefetch-images): Check for curl before using it.
12823         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12824         depend on curl, which isn't essential.
12826         * imap.el: Revert back to version
12827         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12828         seem problematic.
12830 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12832         * gnus-registry.el (gnus-registry-install-shortcuts):
12833         Explicitly pass `obarray' to `unintern' to avoid a warning.
12835 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12837         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12838         change.
12840         * nnrss.el (nnrss-request-list): Remove this function and related
12841         functions, including the moreover stuff.
12843 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12845         * nnrss.el (nnrss-retrieve-groups): New function.
12847 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12849         * .dir-locals.el: Add no-byte-compile cookie.
12851 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12853         * time-date.el (format-seconds): Comment fix.
12855         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12856         for back end that doesn't support request-scan.
12858 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12860         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12861         then do request scans from the backends.
12863         * netrc.el (netrc-credentials): New conveniency function.
12865         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12866         avoid running a hook per line, since this takes a lot of time,
12867         profiling shows.
12868         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12869         directly if gnus-visual-p is true.
12871 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12873         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12874         groups; replace mapcar with dolist which is a bit faster; pass groups
12875         info to gnus-read-active-file-1.
12876         (gnus-read-active-file-1): Scan only specified groups if the new
12877         optional arg `infos' is given.
12879 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12881         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12883         * pop3.el (pop3-movemail): Remove.
12884         (pop3-streaming-movemail): Rename to pop3-movemail.
12886         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12887         don't restrict end-tag searches to the end of the line.
12889 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12891         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12892         articles of every unchecked group to t, which means unknown since the
12893         server has never been opened.
12895 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12897         * gnus-html.el (gnus-html-show-alt-text): New command.
12898         (gnus-html-browse-image): Ditto.
12899         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12900         to browse the image directly.
12901         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12902         better.
12904         * gnus-async.el (gnus-async-article-callback):
12905         Call `gnus-html-prefetch-images' unconditionally.
12907         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12908         before feeding URLs to curl.
12910 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12912         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12913         internal images as deletable by `W D D'.
12915         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12916         (gnus-async-article-callback): Fix typo.
12918 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12920         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12921         current line to work around bugs in the output from w3m.
12923         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12924         for groups that want that.
12926         * nntp.el (nntp-wait-for-string): Supply a timeout for
12927         accept-process-output to ensure progress.
12929         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12930         level to get unread articles from, then use that for foreign groups,
12931         too.
12933         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12934         confuses the rest of the function.
12936         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12937         for the methods that support -retrieve-groups, too.
12939         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12941 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12943         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12944         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12946         * pop3.el: Require cl when compiling.
12947         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12949 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12951         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12952         that aren't going to be activated.
12953         (gnus-get-unread-articles): Fix up the last commit.
12955         * gnus-html.el (gnus-article-html): Allow calling without specifying
12956         the handle.  In that case, dissect the buffer first.
12958         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12960         * nnimap.el (nnimap-open-connection): Revert the change that would look
12961         into authinfo for imaps instead of imap.
12963         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12964         say that you don't want to call gnus-request-group with don-check, but
12965         do check the reponse.  This is for virtual groups only.
12966         (gnus-get-unread-articles): Count the archive groups as secondary, so
12967         that they're activated the same way as before.
12969         * imap.el (imap-message-map): Removed optional buffer parameter, since
12970         no callers use it.
12971         (imap-message-get): Ditto.
12972         (imap-message-put): Ditto.
12973         (imap-mailbox-map): Ditto.
12974         (imap-mailbox-put): Ditto.
12975         (imap-mailbox-get): Ditto.
12976         (imap-mailbox-get): Revert last change for this function.
12978         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12979         case-insensitively.
12980         (nnimap-debug): Remove.
12982         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12983         callers to use `imap-fetch' instead.  According to the comments, this
12984         should be safe, since all other IMAP clients use the 1:* syntax.
12985         (imap-enable-exchange-bug-workaround): Remove.
12986         (imap-debug): Remove -- doesn't seem very useful.
12988         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12989         mail from a file, and the file doesn't exist.
12991         * imap.el (imap-log): New convenience function used throughout instead
12992         of repeating the same code all over the place.
12994         * pop3.el (pop3-streaming-movemail): Return t for success.
12996         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12997         .authinfo if we're using ssl connection.
12999         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
13000         already have if we're in a main Gnus `g' run.
13002         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
13004 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13006         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
13008         * nnmh.el (nnmh-request-list-1): Bind `file'.
13010         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
13011         alias to set-process-query-on-exit-flag or process-kill-without-query.
13012         (pop3-open-server): Use it.
13014 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13016         * mail-source.el (mail-source-delete-crash-box): Always move the crash
13017         box to the Incoming file.  Fixes mistake in previous checkin.
13019         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
13020         request loop (for debugging purposes) removed.
13022         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
13023         culprit is more visible.
13024         (nnml-save-incremental-nov, nnml-open-incremental-nov)
13025         (nnml-add-incremental-nov): New functions to do "incremental" nov
13026         updates, where we just append to the end of the existing nov files
13027         without reading/writing them in full.
13029         * mail-source.el (mail-source-delete-crash-box): Really only check the
13030         incoming files once in a while.
13032         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
13034         * mail-source.el (mail-source-delete-crash-box): Only check the
13035         incoming files for deletion once per day to save a lot of file
13036         accesses.
13038         * pop3.el (pop3-logon): Fix up unbound variable typo.
13040         * mail-source.el (pop3-streaming-movemail): Autoload.
13042         * pop3.el (pop3-streaming-movemail):
13043         Respect pop3-leave-mail-on-server.
13045         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
13046         retrieval.
13048         * pop3.el (pop3-process-filter): Remove unused function.
13049         (pop3-streaming-movemail, pop3-send-streaming-command)
13050         (pop3-wait-for-messages, pop3-write-to-file)
13051         (pop3-number-of-responses): New functions for streaming pop3
13052         retrieval.
13054         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
13055         come from no known methods.
13056         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
13057         list.
13059         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
13060         message sizes.
13061         (pop3-movemail): Use erase-buffer instead of looping and deleting
13062         regions, which seems rather odd.
13064         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
13065         file once per `g' run.
13067         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
13068         directories.  This makes the draft queue directory work.
13070         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
13071         data from the backends, so that we only request the list of groups from
13072         each method once.  This should speed things up considerably.
13074         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
13075         detect that it's not implemented.
13077         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
13078         we actually do recurse down into the tree, but don't stat all leaf
13079         nodes.
13081         * gnus-html.el (gnus-html-show-images): If there are no images to show,
13082         then say so instead of bugging out.
13084         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
13085         files exist before trying to read them.
13087         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
13088         around <pre_int>.
13090         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
13092         * nnmh.el (nnmh-request-list-1): Optimize for speed.
13094 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13096         * mm-util.el (mm-image-load-path): Just return the image directories,
13097         not all directories in the path in addition to the image directories.
13098         (mm-image-load-path): Maintain a cache of the image directories so that
13099         the `g' command in Gnus doesn't have to stat dozens of directories each
13100         time.
13102         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
13103         (gnus-html-wash-tags): Add a new `i' command to insert images.
13104         (gnus-html-insert-image): New command and keystroke.
13105         (gnus-html-redisplay-with-images): New command and keystroke.
13106         (gnus-html-show-images): Rename command.
13107         (gnus-html-wash-tags): Remove more white space before <pre_int> image
13108         spacers.
13109         (gnus-html-wash-tags): Decode entities at the end, so that entities
13110         inside the tags don't mess up the rest of the "parsing".
13112         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13113         so that nnimap methods aren't agentized by default.  There's apparently
13114         many problems related to agent/imap behavior.
13116         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13118         * gnus-html.el: Doc fix.
13120 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13122         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13123         specifier-spec-list for Emacs 21.
13125         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13126         glyph-width and glyph-height instead of display-graphic-p and
13127         image-size; make avoidance of displaying small images work for XEmacs.
13129         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13130         for XEmacs.
13132         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13133         of symbol that holds plist data.
13134         (gnus-process-plist): Remove plist of process after getting it.
13136 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13138         * message.el (message-generate-hashcash): Change default to
13139         'opportunistic if hashcash is installed.
13141         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13142         (gnus-html-put-image): Only call image-size once, since it's somewhat
13143         time-consuming on remote X servers.
13145 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13147         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13148         type on data, not a file name.
13150         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13151         window-pixel-edges for Emacs 21.
13153         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13154         decoded contents.
13155         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13157 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13159         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13160         group line format, since it isn't very interesting.
13162         * gnus-agent.el (gnus-agent-short-article),
13163         (gnus-agent-long-article): Increase values for these two variables,
13164         since most people are likely to have more network connection and
13165         storage than before.
13167         * gnus.el (gnus-refer-article-method): Change default to 'current.
13168         When referring an article, the common behavior is to refer it from the
13169         current select method, not the native select method.  The chances of
13170         the native select method having the message in question is rather slim
13171         these days.
13173         * gnus-sum.el (gnus-auto-select-subject): Change default to
13174         `unseen-or-unread'.  I think it's likely that most people want to
13175         select an unseen article over a previously seen, but unread one.
13177         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13178         means that in the article buffer none of the minor mode elements will
13179         be shown, usually, and this is not desirable in most cases.
13181         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13182         that commands like `d' (and the like) go to the next line in the
13183         buffer, instead of the next unread article.  I think this is the
13184         behavior that is most natural for most users.
13185         (gnus-single-article-buffer): Change default to nil, so that people can
13186         have as many article buffers open as they have summary buffer.  I think
13187         this is the most natural way for the groups to behave.
13189         * message.el (message-generate-new-buffers): Change default to
13190         `unsent', so that all new message buffers start their names with the
13191         string "*unsent", and it's easier to find the buffers if you move from
13192         them.
13194 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13196         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13197         small.  They're probably tracking images.
13198         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13199         (gnus-html-rescale-image): Yet another try at getting the image sizing
13200         right.
13202         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13203         nntp-marks-file-name is nil.
13205 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13207         * gnus-html.el (gnus-html-wash-tags)
13208         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13209         Better logging.
13211 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13213         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13215         * gnus-html.el (gnus-html-wash-tags): Check the value of
13216         gnus-blocked-images in the summary buffer.
13218 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13220         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13222 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13224         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13225         like "a", it seems like.
13226         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13227         since it needs to be picked from the correct buffer.
13229         * nnwfm.el: Remove.
13231         * nnlistserv.el: Remove.
13233 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13235         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13236         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13238 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13240         * nnkiboze.el: Remove.
13242         * nndb.el: Remove.
13244         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13245         alt text.
13246         (gnus-html-rescale-image): Try to get the rescaling logic right for
13247         images that are just wide and not tall.
13249         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13250         overshadow variable bindings.
13252 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13254         * gnus-html.el (gnus-html-wash-tags)
13255         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13256         Add extra logging.
13258 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13260         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13261         (gnus-max-image-proportion): New variable.
13262         (gnus-html-rescale-image): New function.
13263         (gnus-html-put-image): Rescale images.
13265 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13267         Fix up some byte-compiler warnings.
13268         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13269         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13270         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13271         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13272         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13273         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13274         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13276 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13278         * gnus-html.el (gnus-article-html): Decode contents by charset.
13280 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13282         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13283         (gnus-html-frame-width, gnus-blocked-images):
13284         * message.el (message-prune-recipient-rules): Add custom version.
13285         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13287         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13288         functions.
13290         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13291         gnus-process-get.
13293 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13295         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13296         instead of lsub directly.
13298 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13300         * nnwarchive.el: Remove.
13302         * gnus-soup.el: Remove.
13304         * nnsoup.el: Remove.
13306         * nnultimate.el: Remove.
13308         * gnus-html.el (gnus-blocked-images): New variable.
13310         * message.el (message-prune-recipients): New function.
13311         (message-prune-recipient-rules): New variable.
13313         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13314         guess whether a long line is natural text or not.
13316         * gnus-html.el (gnus-html-schedule-image-fetching):
13317         Use gnus-process-plist and friends for compatibility.
13319 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13321         * gnus-html.el: Require packages that define macros used in this file.
13322         (gnus-article-mouse-face): Declare to silence byte-compiler.
13323         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13324         process-get.
13325         (gnus-html-put-image): Use plist-get to avoid getf.
13326         (gnus-html-prefetch-images): Use with-current-buffer.
13328 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13330         * gnus-ems.el: Provide compatibility functions for
13331         gnus-set-process-plist.
13333         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13334         header-line-format for XEmacs 21.4.
13336         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13337         * gnus.el (gnus-valid-select-methods):
13338         * message.el (message-send-mail-partially-limit):
13339         * mm-decode.el (mm-text-html-renderer):
13340         * mml.el (mml-insert-mime-headers-always):
13341         * smiley.el (smiley-regexp-alist): Bump custom version.
13343 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13345         * gnus-html.el: Require mm-url.
13346         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13347         with the url to `url'.
13348         (gnus-html-wash-tags): Support cid: URLs/images.
13350 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13352         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13353         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13354         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13356         * gnus-move.el: Remove file, since it doesn't really work.
13358         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13359         UTF-8.  This seems to fix problems with some German web feeds.
13361         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13362         at the top so that the proper colors are applied.
13364         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13365         don't have dots in their names.
13367         * gnus-art.el (gnus-article-view-part): Doc fix.
13369         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13370         XEmacs-compatible.
13371         (gnus-html-put-image): Don't do images on non-graphic displays.
13373         * nnslashdot.el: Remove this unused backend.
13375         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13376         actions.
13377         (gnus-undo-register-1): Revert last change.
13379         * gnus-group.el (gnus-group-completing-read): Protect against not
13380         having completion-styles bound.
13382         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13383         make broken recipients happier.
13385         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13387         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13388         point parameter.
13390         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13392         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13393         completion-styles for group selection.
13395 2009-02-04  Andreas Schwab  <schwab@suse.de>
13397         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13398         headers and regexp-quote the match if necessary.
13400 2009-03-24  Miles Bader  <miles@gnu.org>
13402         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13403         the blinking smiley.
13405 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13407         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13408         blink smiley.
13410 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13412         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13413         where the dribbel file lives exists.
13415         * message.el (message-send-mail-partially-limit): Change the default to
13416         nil, since most people don't want this.
13418         * mm-url.el (mm-url-decode-entities): Also decode entities like
13419         &#x3212.
13421 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13423         * gnus-sum.el (gnus-summary-idna-message):
13424         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13425         Hyperlink urls in docstrings with URL `...'.
13427 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13429         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13430         functions.
13432 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13434         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13435         say what the mouseover text should be.
13437         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13438         version of the mm-w3m-safe-url-regexp variable to only download images
13439         in the groups where we want that to happen.
13441         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13443         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13444         easier debugging.
13445         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13446         big pictures in the article buffer.
13448         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13449         gnus-article-html.
13450         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13451         w3m.
13453         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13455 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13457         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13458         which doesn't exist.
13460         * message.el (message-inhibit-ecomplete): New variable to allow some
13461         function to inhibit ecomplete address storage.
13462         (message-resend): Disable ecomplete message storage when resending
13463         messages.
13465         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13467 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13469         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13470         Save excursion while copying, moving, and deleting articles in order to
13471         prevent the cursor from jumping to unforeseen place.
13473 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13475         * lpath.el: No need to bind bookmark-current-buffer,
13476         bookmark-yank-point and bookmark-make-record-function.
13478 2010-08-17  Glenn Morris  <rgm@gnu.org>
13480         * gnus-sync.el: Require gnus components whose functions are used.
13482         * gnus-art.el (bookmark-make-record-function):
13483         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13484         Declare for compiler.
13486         * mm-url.el (mml-compute-boundary): Autoload.
13488 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13490         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13492 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13494         Typo fix "hoo4a" -> "hook".
13496         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13498 2010-08-14  Glenn Morris  <rgm@gnu.org>
13500         * gnus-sync.el (gnus-sync): Fix defgroup version.
13502 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13504         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13506         * gnus-sync.el: Fix docs.
13507         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13508         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13510 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13512         Optimizations for gnus-sync.el.
13514         * gnus-sync.el: Add docs about gnus-sync-backend
13515         possibilities.
13516         (gnus-sync-save): Remove unnecessary message.
13517         (gnus-sync-read): Optimize and show what groups were skipped.
13519 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13521         Minor bug fixes for gnus-sync.el.
13523         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13524         Don't read the sync on get-new-news.
13526         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13527         quiet.
13529         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13530         (fix typo).
13532 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13534         Make saving and restoring of hidden threads work with overlays.
13535         Patch applied by Ted Zlatanov.
13537         * gnus-sum.el (gnus-hidden-threads-configuration)
13538         (gnus-restore-hidden-threads-configuration): Update to deal with text
13539         properties, rather than searching for a magic character.
13541 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13543         New gnus-sync.el library for synchronization of marks.
13545         * gnus-sync.el: New library for synchronization of marks.
13547         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13548         renamed from `gnus-registry-grep-in-list'.
13550         * gnus-registry.el (gnus-registry-follow-group-p):
13551         Use `gnus-grep-in-list'.
13553         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13555 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13557         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13558         determining charset of text fails.
13560 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13562         * nnmail.el (nnmail-get-new-mail-1): Revert.
13564         * nnml.el (nnml-active-number): Make sure names of newly created groups
13565         in nnml-group-alist are encoded.
13567 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13569         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13570         containing non-ASCII characters in active file for nnml back end.
13572 2010-07-24  David Engster  <dengste@eml.cc>
13574         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13575         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13577 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13579         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13580         tag (Bug#6654).
13582 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13584         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13585         the article buffer, not the summary buffer.
13587 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13589         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13590         Emacs 23 as well.
13592 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13594         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13595         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13597 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13599         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13600         Patch applied by Karl Fogel.
13602         * gnus-sum.el (gnus-summary-bookmark-make-record):
13603         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13605 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13607         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13608         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13609         C-w still not working correctly from Article buffers; Thierry's
13610         patch to fix that will be applied after this.
13612         * gnus-art.el (bookmark-make-record-function): New local variable.
13614         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13615         article buffer.
13616         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13618 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13620         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13621         on changes in bookmark.el.
13623 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13625         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13626         `no-log' instead of message not to log prompt string.
13628 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13630         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13631         the *other* type of HTML form submission.
13633 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13635         * auth-source.el (auth-source-pick): If choice does not contain a
13636         questioned keyword, set the check to t.
13638 2010-06-12  Romain Francoise  <romain@orebokech.com>
13640         * gnus-util.el (gnus-date-get-time): Move up before first use.
13642 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13644         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13645         (gnus-article-edit-part): Bind it to make last part that is substituted
13646         or deleted visible.
13647         (gnus-mime-display-single): Buttonize part of which id equals to
13648         gnus-mime-buttonized-part-id.
13650 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13652         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13653         (gnus-dd-mmm): Use gnus-date-get-time.
13654         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13655         simplify logic.
13656         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13657         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13659 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13661         * auth-source.el (top): Autoload `secrets-list-collections',
13662         `secrets-create-item', `secrets-delete-item'.
13663         (auth-sources): Fix tag string.
13664         (auth-get-source, auth-source-retrieve, auth-source-create)
13665         (auth-source-delete): New defuns.
13666         (auth-source-pick): Rewrite in order to avoid 2 passes.
13667         (auth-source-forget-user-or-password): New parameter USERNAME.
13668         (auth-source-user-or-password): New parameters CREATE-MISSING and
13669         DELETE-EXISTING.  Retrieve password interactively, if needed.
13671 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13673         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13674         deleting unused directories when gnus-expert-user is t.
13676 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13678         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13679         for each temp file when gnus-article-browse-delete-temp is ask.
13681 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13683         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13684         Replace Lisp calls to delete-backward-char by calls to delete-char.
13686 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13688         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13690 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13692         * password-cache.el (password-cache-remove): Fix docstring.
13694 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13696         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13697         article unless decoding article to be saved.
13699 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13701         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13702         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13703         generated within the mm-with-unibyte-current-buffer macro.
13705 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13707         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13708         to nil when we're in a mml-preview buffer and no group is selected.
13710 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13712         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13713         when catching the `C-g'.  Reported by "Leo".
13715 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13717         * message.el (message-forward-make-body-plain)
13718         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13719         multibyte-string-p.
13721         * lpath.el: Revert.
13723 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13725         * message.el (message-forward-make-body-mml): Assume original message
13726         is multibyte string; error on unibyte.
13727         (message-forward-make-body-plain): Ditto; don't add excessive newline
13728         in body end.
13730         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13732 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13734         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13735         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13737 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13739         * mm-extern.el (mm-extern-url): Don't use
13740         mm-with-unibyte-current-buffer.
13741         (mm-extern-cache-contents): Use with-current-buffer instead of
13742         save-excursion + set-buffer.
13744 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13746         * mm-util.el (mm-emacs-mule): Remove.
13748 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13750         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13751         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13752         change.
13754 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13756         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13757         bind the default value of enable-multibyte-characters to nil.
13759 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13761         * message.el (message-forward-make-body-plain)
13762         (message-forward-make-body-mml):
13763         Don't use mm-with-unibyte-current-buffer.
13765 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13767         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13769 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13771         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13772         (Bug#5592).
13774 2010-05-07  Julien Danjou  <julien@danjou.info>
13776         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13777         it to mm-pipe-part.
13779         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13780         it is given.
13782 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13784         * binhex.el (binhex-decode-region-internal):
13785         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13786         (dns-query):
13787         * nnweb.el (nnweb-gmane-search):
13788         * pgg-parse.el (pgg-parse-armor):
13789         * pgg.el (pgg-verify-region):
13790         * sha1.el (sha1-string-external):
13791         * uudecode.el (uudecode-decode-region-internal):
13792         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13793         XEmacs.
13795         * gnus-art.el (gnus-article-browse-html-parts):
13796         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13797         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13798         make-temp-file.
13800         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13801         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13802         compiling.
13804         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13805         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13806         XEmacs when compiling.
13808         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13809         gnus-pick-mode-off-hook for XEmacs when compiling.
13810         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13811         gnus-binary-mode-off-hook for XEmacs when compiling.
13813         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13814         Return nil if char-charset is not available.
13816         * imap.el (imap-disable-multibyte)
13817         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13818         macros.
13820         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13821         instead of encode-coding-string.
13823         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13824         'xemacs) instead of mm-emacs-mule to switch function definitions.
13825         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13827         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13828         bind temporary-file-directory for XEmacs;
13829         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13830         timer-set-function for XEmacs 21.4 and SXEmacs;
13831         bind timer-list for XEmacs 21.4 and SXEmacs;
13832         fbind char-charset and find-charset-region for non-Mule XEmacs;
13833         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13834         encode-coding-region and encode-coding-string for XEmacs having no
13835         file-coding feature.
13837 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13839         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13841 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13843         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13844         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13846 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13848         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13849         alias `jka-compr-delete-temp-file' no longer exists.
13851 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13853         Use define-minor-mode in Gnus where applicable.
13854         * mml.el (mml-mode): Use define-minor-mode.
13855         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13856         (gnus-undo-mode): Use define-minor-mode.
13857         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13858         (gnus-dead-summary-mode): Use define-minor-mode.
13859         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13860         Initialize in declaration.
13861         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13862         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13863         (gnus-mailing-list-mode): Use define-minor-mode.
13864         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13865         (gnus-draft-mode): Use define-minor-mode.
13866         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13867         (gnus-dired-mode): Use define-minor-mode.
13869 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13871         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13872         handles on recursive mml-to-mime translation and check them for
13873         boundary delimiter collisions.  Reported by Greg Troxel.
13875 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13877         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13879 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13881         * mm-util.el (mm-find-buffer-file-coding-system):
13882         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13884 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13886         * message.el (message-generate-headers): Record insertion of optional
13887         headers as well.  Otherwise the check to prevent repeated insertion of
13888         optional headers is a no-op.
13890 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13892         * smime.el: Don't mention CVS.
13894         * nnrss.el (nnrss-fetch): Don't mention CVS.
13896         * nnir.el: Don't mention CVS.
13898 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13900         * gnus-sum.el (gnus-summary-bookmark-make-record):
13901         Add `location' field.
13903 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13905         * lpath.el: Fbind bookmark-default-handler,
13906         bookmark-get-bookmark-record, bookmark-make-record-default,
13907         bookmark-prop-get for Emacs <23 and XEmacs.
13909 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13911         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13912         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13913         Use with-current-buffer to silence the byte-compiler.
13914         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13915         bother to require `gnus'.
13916         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13918 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13920         * gnus-sum.el (gnus-summary-bookmark-make-record)
13921         (gnus-summary-bookmark-jump): New functions.
13922         (gnus-summary-mode): Setup bookmark support.
13924 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13926         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13927         if set.
13929 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13931         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13932         gnus-article-browse-html-save-cid-image; make it work recursively for
13933         forwarded messages as well.
13934         (gnus-article-browse-html-parts): Work when prefix arg is given.
13935         (gnus-article-browse-html-article): Doc fix.
13937 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13939         * message.el (message-default-mail-headers)
13940         (message-default-headers): Carry the value mail-default-headers over
13941         into message-default-mail-headers, rather than message-default-headers.
13943 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13945         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13946         charset.
13948         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13949         charset into the <meta> tag when the article is encoded to utf-8.
13951 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13953         * gnus-art.el (gnus-article-browse-delete-temp-files):
13954         Delete directories as well.
13955         (gnus-article-browse-html-parts): Work for images that do not specify
13956         file names; delete temp directory when quitting; insert header at the
13957         right place; use file: scheme for image files.
13959 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13961         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13962         (gnus-article-browse-html-parts): Use it to make temporary cid image
13963         files in addition to html file so that browser may display them.
13965 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13967         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13969 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13971         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13973 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13975         * auth-source.el (auth-sources): Change default to be simpler.
13976         Explain about Secret Service API sources.  Improve Customize options.
13977         (auth-source-pick): Change to accept any number of search parameters.
13978         Implement fallbacks iteratively, not recursively.  Add scoring on the
13979         second pass and sort by score.  Call Secret Service API when needed.
13980         (auth-source-user-or-password): Use it.  Call Secret Service API
13981         directly when needed to get the user name and the password.
13983 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13985         * message.el (message-interactive): Doc fix.
13986         (message-qmail-inject-args): Reflow.
13987         (message-kill-to-signature): Fix typo in docstring.
13989         * smiley.el (smiley-buffer): Fix typo in docstring.
13991 2010-03-24  Glenn Morris  <rgm@gnu.org>
13993         * mail-source.el (gnus-message): Declare.
13994         (mail-source-delete-old-incoming): Require gnus-util.
13996 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13998         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
14000         * message.el (ecomplete-setup): Autoload it for Emacs <23.
14002         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
14003         password-cache's default if it is not bound.
14004         (mml-secure-passphrase-cache-expiry): Default to 16 that is
14005         password-cache-expiry's default if it is not bound.
14007         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
14008         available in Emacs 21.
14010         * lpath.el: Suppress compiler warnings for:
14011         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
14012         XEmacs;
14013         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
14014         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
14015         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
14017 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
14019         * auth-source.el (auth-sources): Fix up definition so extra parameters
14020         are always inline.
14022 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
14024         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
14025         wasn't updated after mismatch.  Clear cached mailbox info correctly
14026         when uidvalidity changes.
14027         (nnimap-group-prefixed-name): New function to avoid some code
14028         duplication.
14029         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
14030         (nnimap-request-group): Use it.
14031         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
14032         (nnimap-update-unseen): Significantly improved speed of Gnus startup
14033         with many imap folders.  This is done by caching the group status from
14034         the imap server persistently in a group parameter `imap-status'.  (This
14035         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
14036         but not persistently, so every Gnus startup was still very slow.)
14038 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14040         * assistant.el (assistant-render-text): Run `widget-setup' and don't
14041         delete the extra newline.  Otherwise editing of :string and :number
14042         types don't work.
14044 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14046         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
14047         secrets.el dependency.
14048         (auth-sources): Add optional user name.  Add secrets.el configuration
14049         choice (unused right now).
14051 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14053         * gnus-sum.el (gnus-summary-make-menu-bar):
14054         Let `gnus-registry-install-shortcuts' fill in the functions.
14056         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
14057         warnings.
14058         (gnus-registry-misc-menus): Variable to hold registry mark menus.
14059         (gnus-registry-install-shortcuts): Populate and use it in a
14060         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
14062 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
14064         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
14065         In-place substitutions for the group name encoding/decoding.
14066         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
14067         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
14068         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
14069         (nnimap-update-unseen, nnimap-request-list)
14070         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
14071         (nnimap-request-set-mark, nnimap-split-to-groups)
14072         (nnimap-split-articles, nnimap-request-newgroups)
14073         (nnimap-request-create-group, nnimap-request-accept-article)
14074         (nnimap-request-delete-group, nnimap-request-rename-group)
14075         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
14076         `encoded-mbx' for consistency.
14077         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
14078         variable `imap-current-mailbox'.
14080         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
14081         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
14083 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
14085         * pop3.el (pop3-display-message-size-flag): Display message size byte
14086         counts during POP3 download.
14087         (pop3-movemail): Use it.
14088         (pop3-list): Implement listing of available messages.
14090 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
14092         * nnir.el (nnir-get-article-nov-override-function): New function to
14093         override the normal NOV retrieval.
14094         (nnir-retrieve-headers): Use it.
14096 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
14098         * auth-source.el (netrc-machine-user-or-password): Autoload.
14100 2010-03-19  Glenn Morris  <rgm@gnu.org>
14102         Stop message.el from loading about 40 libraries it doesn't always need.
14103         The general approach is to autoload rather than require, and to
14104         require in the specific functions rather than the file.  (Bug#5642)
14106         * gmm-utils.el: Don't require wid-edit.
14107         (widget-create-child-value, widget-convert, widget-default-get):
14108         Autoload.
14110         * gnus-util.el: Don't require time-date, netrc.
14111         (message-fetch-field, gnus-group-name-decode): Declare rather than
14112         autoloading.
14113         (gnus-fetch-field): Require message.
14114         (gnus-decode-newsgroups): Require gnus-group.
14116         * ietf-drums.el: Don't require time-date.
14118         * message.el: Don't require hashcash, canlock, ecomplete.
14119         Do require mail-utils.  Require nnheader only when compiling.
14120         (smtpmail-default-smtp-server): Remove declaration.
14121         (message-send-mail-function): Check smtpmail-default-smtp-server
14122         is bound rather than requiring smtpmail.
14123         (message-auto-save-directory, message-insert-signature):
14124         Use expand-file-name rather than nnheader-concat.
14125         (nnheader-insert-file-contents): Autoload.
14126         (hashcash-wait-async): Declare.
14127         (message-send-mail): Only call gnus-setup-posting-charset if
14128         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14129         (message-send-mail-with-sendmail): Require sendmail.
14130         (canlock-password, canlock-password-for-verify): Declare.
14131         (message-canlock-password): Require canlock.
14132         (nnheader-get-report): Autoload.
14133         (gnus-setup-posting-charset): Declare.
14134         (message-send-news): Require gnus-msg.
14135         (message-make-references, message-make-in-reply-to): Use mail-header-id
14136         rather than the alias mail-header-message-id.
14137         (ecomplete-add-item, ecomplete-save): Declare.
14138         (message-put-addresses-in-ecomplete): Require ecomplete.
14139         (ecomplete-display-matches): Autoload.
14141         * mm-decode.el: Don't require mailcap, gnus-util.
14142         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14143         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14144         Autoload.
14145         (mailcap-mime-extensions): Declare.
14147         * mm-encode.el: Don't require mailcap.
14148         (mailcap-extension-to-mime): Autoload.
14150         * mml-sec.el: Don't require password-cache.
14152         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14153         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14154         (mml-minibuffer-read-type): Require mailcap.
14155         (mml-preview): Require gnus-msg.
14157         * mml1991.el: Require password-cache.
14158         (password-cache-expiry): Remove declaration.
14160         * mml2015.el: Require password-cache.
14161         (password-cache-expiry): Remove declaration.
14163         * nneething.el (mailcap): Require mailcap.
14165         * nnheader.el (declare-function): Add compatibility stub.
14166         (message-remove-header): Declare rather than autoload.
14167         (nnheader-replace-header): Require message.
14169         * nnimap.el (declare-function): Add compatibility stub.
14170         (netrc-parse, netrc-machine-user-or-password): Declare.
14171         (nnimap-open-connection): Require netrc.
14173         * nntp.el (declare-function): Add compatibility stub.
14174         (netrc-parse, netrc-machine, netrc-get): Declare.
14175         (nntp-send-authinfo): Require netrc.
14177         * rfc2047.el: Don't require qp.
14178         (quoted-printable-encode-region, quoted-printable-decode-string):
14179         Autoload.
14181         * sieve-mode.el: Don't require easymenu.
14182         (easy-menu-add-item): Autoload it.
14184         * spam-stat.el (time-to-number-of-days): Autoload it.
14186 2010-03-19  Glenn Morris  <rgm@gnu.org>
14188         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14190 2010-03-18  Glenn Morris  <rgm@gnu.org>
14192         * hashcash.el (declare-function): Remove duplicate definition.
14194 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14196         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14197         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14198         value if any backslash escapes).
14200 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14202         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14203         if it is available.  (bug#5647)
14205         * lpath.el: Suppress compiler warning for coding-system-from-name for
14206         Emacs 21 and XEmacs.
14208 2010-03-14  Juri Linkov  <juri@jurta.org>
14210         * hmac-def.el:
14211         * hmac-md5.el:
14212         * netrc.el: Fix keywords.
14214 2010-02-26  Glenn Morris  <rgm@gnu.org>
14216         * message.el (message-send-mail-function): Change the default, so that
14217         it inherits from a customized send-mail-function.  (Bug#5643)
14219 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14221         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14222         shell-command-to-string signals an error (bug#5299).
14224 2010-02-24  Glenn Morris  <rgm@gnu.org>
14226         * message.el (message-smtpmail-send-it)
14227         (message-send-mail-with-mailclient): Doc fixes.
14229 2010-02-16  Glenn Morris  <rgm@gnu.org>
14231         * message.el (message-default-mail-headers): Change the default value
14232         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14234 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14236         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14237         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14239 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14241         * time-date.el (date-to-time): Doc fix (Bug#5408).
14243 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14245         * message.el (message-mail): Just pass yank-action on to message-setup.
14246         (message-setup): Handle (FUN . ARGS) form of yank-action.
14247         (message-with-reply-buffer, message-widen-reply)
14248         (message-yank-original): Handle non-buffer values of
14249         message-reply-buffer (Bug#4080).
14250         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14252 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14254         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14255         Fix typo in docstring.
14257 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14259         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14260         response.
14262 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14264         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14266         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14268         * message.el (message-check-news-header-syntax): Protect against a
14269         string that `rfc822-addresses' returns when parsing fails.
14271 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14273         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14274         (gnus-previous-char-property-change): New functions.
14276         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14278 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14280         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14281         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14283 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14285         * message.el (message-exchange-point-and-mark): Rework last change to
14286         avoid using optional arg of exchange-point-and-mark, for backward
14287         compatibility.
14289 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14291         * message.el (message-exchange-point-and-mark):
14292         Call exchange-point-and-mark with an argument rather than setting
14293         mark-active by hand (Bug#5175).
14295 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14297         * nntp.el (nntp-service-to-port): Work for service expressed with
14298         numeric string; replace [:digit:] with [0-9] for XEmacs.
14300 2009-12-17  Glenn Morris  <rgm@gnu.org>
14302         * gnus-group.el (gnus-bug-group-download-format-alist):
14303         Change emacs entry to debbugs.gnu.org.  Bump :version.
14305 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14307         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14309 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14311         * message.el (message-info): Explain why we use `Info-goto-node'.
14313 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14315         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14317 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14319         * message.el (message-completion-in-region): New compatibility function.
14320         (message-expand-group): Use it.
14322 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14324         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14325         with no unread article should be listed if the 2nd arg `predicate' is
14326         given.
14328 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14330         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14332 2009-11-29  Juri Linkov  <juri@jurta.org>
14334         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14335         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14336         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14338 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14340         * sha1.el (sha1-string-external): default-directory "/" in case
14341         otherwise non-existent.  process-connection-type pipe for touch of
14342         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14344 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14346         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14347         it's comms related and sgml-mode.el has "comm" on that basis too.
14349 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14351         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14352         containing tspecial characters if they have been already quoted.
14354 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14356         * dns-mode.el (auto-mode-alist): Purecopy string.
14358 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14360         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14362 2009-10-24  Glenn Morris  <rgm@gnu.org>
14364         * gnus-art.el (help-xref-stack-item): Define for compiler.
14366 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14368         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14370 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14372         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14374 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14376         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14377         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14379 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14381         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14382         (gnus-overlays-in): New alias to overlays-in.
14384         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14385         gnus-overlay-get, and gnus-delete-overlay.
14386         (gnus-summary-show-thread): Make it work as well for systems in which
14387         next-single-char-property-change is not available.
14388         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14390         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14391         (gnus-overlay-get): New alias to extent-property.
14392         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14394         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14395         SXEmacs.
14397         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14398         SXEmacs.
14400 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14402         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14404 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14406         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14407         and XEmacs that don't have `remove-overlays'.
14409 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14411         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14412         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14413         selective display.  Use overlays instead.
14415 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14417         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14419 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14421         * spam-stat.el (spam-stat-load): Fix typo in message.
14423 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14425         * dig.el (dig-invoke): Fix typo in docstring.
14426         (query-dig): Reflow docstring.
14428 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14430         * gnus-art.el (gnus-article-encrypt-body):
14431         * message.el (message-check-recipients):
14432         * mm-util.el (mm-codepage-setup):
14433         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14434         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14436 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14438         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14439         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14440         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14441         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14442         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14444 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14446         * dig.el: Add "Keywords: comm", as per net-utils.el.
14448 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14450         * dig.el (dig-mode): Use define-derived-mode.
14452 2009-09-19  Glenn Morris  <rgm@gnu.org>
14454         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14456 2009-09-18  Glenn Morris  <rgm@gnu.org>
14458         * gnus-diary.el (gnus-diary-check-message):
14459         * message.el (message-insert-formatted-citation-line):
14460         * nnbabyl.el (top-level):
14461         * nndiary.el (nndiary-schedule):
14462         Fix typos in condition-case handlers.
14464 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14466         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14467         configuration that provides the sole article window in a frame;
14468         position point correctly after deleting a part.
14470 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14472         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14473         (spam-resolve-registrations-routine): Use it to unregister articles
14474         that change status.
14476 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14478         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14479         with XEmacs.
14480         (parse-time-string-chars): Use it.
14482 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14484         * imap.el (imap-interactive-login): Better messages.
14485         (imap-open): Fix bug with renamed buffer on reconnect.
14486         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14487         for easier debugging and cleaner code.  On successful (guessed based on
14488         server capabilities) secondary authentication, set imap-state
14489         correctly.
14490         (imap-last-authenticator): Define imap-last-authenticator as a variable
14491         to avoid warnings.
14493 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14495         * nnrss.el (nnrss-request-article): Remove binding of
14496         default-enable-multibyte-characters that has gotten needless by
14497         the 2007-07-13 change in rfc2047-encode-message-header.
14499         * mml.el (mml-insert-multipart): Error on the message header.
14500         (mml-insert-part): Error on the message header; position point at
14501         the end of a MIME tag.
14503 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14505         * time-date.el (autoload): Expand define-obsolete-function-alias into
14506         defalias and make-obsolete for old Emacsen that Gnus supports.
14507         (with-no-warnings): Define it for old Emacsen.
14508         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14509         is available.
14510         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14511         float-time is available; suppress compile warning for time-to-seconds.
14513         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14514         (gnus-float-time): Alias to float-time if it exists.
14516         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14517         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14518         float-time is available; suppress compile warning for time-to-seconds.
14520         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14521         XEmacs.
14523 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14525         * imap.el (imap-message-map): Docstring fix.
14527 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14529         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14530         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14531         Add the optional argument `encoding' that overrides the default.
14533         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14534         mm-encode-buffer.
14536 2009-09-04  Glenn Morris  <rgm@gnu.org>
14538         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14539         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14540         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14541         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14542         * mm-util.el (mm-with-unibyte-current-buffer)
14543         (mm-find-buffer-file-coding-system):
14544         * yenc.el (yenc-decode-region): Use default-value rather than
14545         default-enable-multibyte-characters.
14547 2009-09-03  Glenn Morris  <rgm@gnu.org>
14549         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14550         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14551         than default-enable-multibyte-characters.
14553 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14555         * gnus-art.el (gnus-article-read-summary-keys):
14556         Fix gnus-buffer-configuration's value temporarily used.
14558 2009-09-02  Glenn Morris  <rgm@gnu.org>
14560         * gnus-util.el (gnus-float-time): New function.
14561         * gnus-delay.el (gnus-delay-article):
14562         * gnus-sum.el (gnus-thread-latest-date):
14563         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14564         * nnspool.el (nnspool-request-newgroups):
14565         Use gnus-float-time rather than time-to-seconds.
14566         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14568         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14569         (gnus-header-subject-face, gnus-header-newsgroups-face)
14570         (gnus-header-name-face, gnus-header-content-face):
14571         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14572         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14573         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14574         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14575         (gnus-cite-face-11):
14576         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14577         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14578         (gnus-server-closed-face, gnus-server-denied-face)
14579         (gnus-server-offline-face):
14580         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14581         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14582         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14583         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14584         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14585         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14586         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14587         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14588         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14589         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14590         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14591         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14592         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14593         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14594         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14595         (gnus-summary-high-undownloaded-face)
14596         (gnus-summary-low-undownloaded-face)
14597         (gnus-summary-normal-undownloaded-face)
14598         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14599         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14600         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14601         (gnus-splash-face):
14602         * message.el (message-header-to-face, message-header-cc-face)
14603         (message-header-subject-face, message-header-newsgroups-face)
14604         (message-header-other-face, message-header-name-face)
14605         (message-header-xheader-face, message-separator-face)
14606         (message-cited-text-face, message-mml-face):
14607         * sieve-mode.el (sieve-control-commands-face)
14608         (sieve-action-commands-face, sieve-test-commands-face)
14609         (sieve-tagged-arguments-face):
14610         * spam.el (spam-face):
14611         Mark face aliases with "-face" in the name as obsolete.
14613 2009-09-01  Glenn Morris  <rgm@gnu.org>
14615         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14616         than goto-line.
14618 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14620         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14621         Don't move point if the command is invoked inside the message header.
14623 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14625         * imap.el (imap-send-command): Simplify.
14626         (imap-wait-for-tag): point-max -> buffer-size.
14628 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14630         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14631         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14632         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14633         * nnir.el (nnir-swish-e-index-file):
14634         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14635         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14636         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14637         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14638         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14639         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14641 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14643         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14644         Don't save excursion.
14646 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14648         * nnheader.el (nnheader-find-file-noselect):
14649         * mm-util.el (mm-insert-file-contents):
14650         Use (default-value 'major-mode) instead of default-major-mode.
14652 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14654         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14656 2009-08-26  Glenn Morris  <rgm@gnu.org>
14658         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14659         than placing in files.el.
14661 2009-08-25  Glenn Morris  <rgm@gnu.org>
14663         * nnir.el (top-level): Don't require cl at run-time.
14664         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14665         Replace cl-function substitute with gnus-replace-in-string.
14666         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14667         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14668         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14669         simplified expansions.
14671 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14673         * dig.el (dig): Add autoload cookie.
14675 2009-08-22  Glenn Morris  <rgm@gnu.org>
14677         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14678         goto-line.
14680 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14682         * parse-time.el (parse-time-string-chars): Save match data.
14684 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14686         * parse-time.el (parse-time-string-chars): Compute using character
14687         classes, to handle non-ascii characters (Bug#3190).
14689 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14691         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14693         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14694         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14695         (gnus-mm-display-part, gnus-mime-display-single)
14696         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14697         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14699         * gnus-sum.el
14700         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14701         (gnus-summary-move-article): Add expirable mark to articles copied or
14702         moved to group that has auto-expire turned on if the option is non-nil.
14704 2009-07-24  Glenn Morris  <rgm@gnu.org>
14706         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14707         Fix typo.  (Bug#3903)
14709 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14711         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14712         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14713         that should not be used for draft articles.
14714         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14715         that has no concern in minor mode keys.
14716         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14717         Abolish.
14719 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14721         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14722         article without making inquiry to a user for unknown encoding.
14724         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14725         (nnmaildir--scan): Assume i-node and device number that file-attributes
14726         returns might be cons-cell.
14728         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14730         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14732 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14734         * auth-source.el: Remove docs now in auth.texi.  Don't use
14735         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14736         `auth-source-hide-passwords' and use them.
14738 2009-07-15  Glenn Morris  <rgm@gnu.org>
14740         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14742 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14744         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14745         excessive whitespace from the default values of title and description.
14747 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14749         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14750         mail-fetch-field to fetch Content-Description header in order to
14751         exclude newlines.
14753 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14755         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14756         format used by GnuPG 2.0.11.
14758 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14760         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14761         to deleted part.
14763 2009-05-30  David Engster  <dengste@eml.cc>
14765         * nnmairix.el: Remove old documentation in the commentary block.
14766         (nnmairix-request-group): Do not update active file for nnml back ends.
14767         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14768         end so that overview files are ignored.
14769         (nnmairix-update-groups): Make updating the groups more robust by using
14770         marks.
14771         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14772         with dollar characters in message-id.
14774 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14776         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14777         2008-12-25 in dns.el.
14779 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14781         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14782         could happen if the text is only composed of spaces and/or tabs.
14784 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14786         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14787         when sending a queued message to avoid extra mml tags.
14789 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14791         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14793 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14795         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14796         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14797         rmail-toggle-header for XEmacs;
14798         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14800 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14802         * gnus-dired.el: Remove autoload for gnus-setup-message.
14803         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14804         displaying Gnus logo; always use compose-mail.
14806 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14808         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14810 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14812         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14813         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14814         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14815         available.
14816         (gnus-nocem-epg-verify): New function.
14818 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14820         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14822 2009-02-15  Glenn Morris  <rgm@gnu.org>
14824         * gnus-util.el (rmail-insert-rmail-file-header)
14825         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14826         autoloads.
14827         (rmail-default-rmail-file): Remove unnecessary declaration.
14828         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14830 2009-02-14  Glenn Morris  <rgm@gnu.org>
14832         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14833         variable (only used in gnus-util, which declares it anyway).
14834         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14835         which was only needed by gnus-art (changed to not use it any more).
14836         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14837         only used in gnus-util, which autoloads it itself.
14838         (rmail-update-summary): Fix autoload.
14840         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14841         rather than rmail-output-to-rmail-file.
14843 2009-02-07  Glenn Morris  <rgm@gnu.org>
14845         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14846         autoload of function that no longer exists.
14847         (rmail-toggle-header): Declare.
14848         (message-forward-rmail-make-body): Handle mbox Rmail.
14850 2009-01-31  Glenn Morris  <rgm@gnu.org>
14852         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14853         2009-01-09 change.
14855 2009-01-31  Dave Love  <fx@gnu.org>
14857         * imap.el (imap-fetch-safe): Bind debug-on-error.
14858         (imap-debug): Add imap-fetch-safe.
14860 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14862         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14863         (auth-source-forget-all-cached): New convenience function.
14864         (auth-source-user-or-password): Accept list of modes or a single mode.
14866         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14867         auth-source modes.
14869         * netrc.el (netrc-machine-user-or-password): Use list of
14870         auth-source modes.
14872         * nnimap.el (nnimap-open-connection): Use list of
14873         auth-source modes.
14875         * nntp.el (nntp-send-authinfo): Use list of
14876         auth-source modes.
14878 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14880         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14881         now.
14883 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14885         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14886         coding system in XEmacs; add a workaround for XEmacs.
14888         * lpath.el: Fbind coding-system-aliasee.
14890 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14892         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14893         of current-language-environment.
14895 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14897         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14898         available at runtime.
14900 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14902         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14904 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14906         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14907         the greatest positive fixnum value doesn't work under an XEmacs with
14908         bignum support; use the most-positive-fixnum constant instead,
14909         available since Emacs 21.1 with cl and XEmacs 21.1.
14911 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14913         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14914         XEmacs gets not to work.
14916 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14918         * mm-util.el (mm-coding-system-priorities): Allow the value like
14919         "Japanese (UTF-8)" of current-language-environment.
14921 2009-01-09  Glenn Morris  <rgm@gnu.org>
14923         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14924         with last-command-event.
14926 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14928         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14929         in the doc string.
14931         * message.el (message-fix-before-sending): Amend comment.
14933 2009-01-08  Dave Love  <fx@gnu.org>
14935         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14937 2009-01-07  David Engster  <dengste@eml.cc>
14939         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14940         simplified server definitions by converting it via
14941         gnus-server-to-method.
14943 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14945         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14946         parameter's operands.
14948 2009-01-06  David Engster  <dengste@eml.cc>
14950         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14951         primary select method (for gnus-group-mark-article-as-read).
14953 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14955         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14956         `(gnus)Face', not `(gnus)X-Face'.
14958 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14960         * mm-util.el (mm-ucs-to-char): New function.
14962         * mm-url.el (mm-url-decode-entities): Use it.
14964         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14965         unicode-to-char.
14967 2009-01-05  Dave Love  <fx@gnu.org>
14969         * time-date.el: Require cl for `declare'.
14971 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14973         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14974         Dave Love.
14976 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14978         * message.el (message-fix-before-sending): Add `eight-bit' to
14979         illegible-text check.
14981 2009-01-03  Michael Olson  <mwolson@gnu.org>
14983         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14984         `headers' is nil.  This can occur if the IMAP server does not have
14985         permissions to read messages from a folder, but can write new messages
14986         to the folder.
14987         (nnimap-request-article-part): Do not insert `data' if it is nil.
14989         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14990         characters which will confuse `read', so skip past them.
14992 2009-01-01  Dave Love  <fx@gnu.org>
14994         * imap.el (imap-string-to-integer): Fix typo.
14995         (imap-fetch-safe): New function.
14996         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14998         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
15000         * imap.el (imap-process-connection-type, imap-debug, imap-open):
15001         (imap-parse-greeting): Fix doc strings.
15002         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
15003         (imap-parse-flag-list): Make messages unique.
15004         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
15006         * nnimap.el: Fix author email.
15007         (nnimap-split-rule): Add FIXME comment.
15008         (nnimap-debug): Fix doc string.
15010 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15012         * dns.el (dns-set-servers): Check "Address".  Fix typo.
15014 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
15016         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
15017         nslookup if resolv.conf isn't available.
15018         (dns-query): Rename from query-dns.
15019         (dns-query-cached): Rename from query-dns-cached.
15021 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15023         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
15024         overlay-arrow-position and overlay-arrow-string buffer-local; no need
15025         to check if those variables exist (first appeared in Emacs 18.50).
15027 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15029         * mm-util.el (mm-line-number-at-pos): New function.
15031         * spam-report.el (spam-report-process-queue): Use it.
15033 2008-12-24  David Engster  <dengste@eml.cc>
15035         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
15036         parameters that haven't existed as variables as buffer-local variables.
15038 2008-12-23  Dave Love  <fx@gnu.org>
15040         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
15041         cadar.
15043         * sieve-manage.el (sieve-manage-starttls-p): Rename from
15044         imap-starttls-p.
15045         (sieve-manage-starttls-open): Rename from imap-starttls-open.
15047 2008-12-22  Dave Love  <fx@gnu.org>
15049         * imap.el: Fix author email.  Doc fixes.
15050         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
15051         reply.
15053 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
15055         * spam-report.el (spam-report-gmane-max-requests): New constant.
15056         (spam-report-gmane-wait): New variable.
15057         (spam-report-gmane-ham, spam-report-gmane-spam)
15058         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
15059         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
15060         the server.
15062         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
15063         Add explanations.
15065         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
15066         nnheader-accept-process-output and nnheader-read-timeout if available.
15067         (pop3-movemail): Use it.
15069         * message.el (message-check-news-body-syntax): Fix signature check if
15070         there's an attachment.
15072 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15074         * mm-util.el: Add comments to the mm- emulating functions.
15076 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
15078         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
15079         Reported by Stephen Berman <stephen.berman@gmx.net>.
15081 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15083         * mm-util.el (mm-substring-no-properties): New function.
15084         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
15085         (mm-special-display-p): Enable those lambda forms to be byte compiled.
15086         (mm-string-to-multibyte): Doc fix.
15088         * mml.el (mml-attach-file): Use mm-substring-no-properties.
15090 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15092         * mml.el (mml-attach-file): Strip text properties from file name.
15093         (Bug#1574)
15095 2008-12-16  Glenn Morris  <rgm@gnu.org>
15097         * mm-util.el (mm-charset-override-alist): Declare for compiler.
15099 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15101         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
15102         knows since the charset specified might be a bogus alias that
15103         mm-charset-synonym-alist provides.
15105 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15107         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
15108         "ISO_8859-1".
15110         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
15112 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15114         * mm-util.el (mm-charset-eval-alist):
15115         Define it before mm-charset-to-coding-system.
15116         (mm-charset-to-coding-system): Add optional argument `silent';
15117         define it before mm-charset-override-alist.
15118         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15119         default value if it can be used in Emacs currently running;
15120         silence mm-charset-to-coding-system.
15122 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15124         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15125         `allow-override' which says whether to use `mm-charset-override-alist'.
15126         (rfc2047-decode-encoded-words): Use it.
15128         * mm-util.el (mm-charset-override-alist): Fix custom type;
15129         add `(gb2312 . gbk)' to choices.
15131 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15133         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15134         fast.
15136         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15138         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15140 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15142         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15143         on links.
15145         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15147 2008-12-03  Lute Kamstra  <lute@gnu.org>
15149         * sha1.el: Remove leading * from docstrings of defcustoms,
15150         deffaces, defconsts and defuns.
15152 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15154         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15155         users' addresses that don't have domain parts.
15156         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15157         rather than message-narrow-to-head since there will be the message
15158         header separator.
15160 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15162         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15163         since the result is inserted in a unibyte buffer anyway.
15164         (nnimap-demule-use-string-to-multibyte): Remove.
15165         (nnimap-demule): Alias it to mm-string-to-multibyte.
15167 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15169         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15170         variable for debugging bug#464 and bug#1174.
15171         (nnimap-demule): Use it.
15173 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15175         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15176         score calculation correctly.
15178 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15180         * message.el (message-send-mail): Just set the buffer to unibyte
15181         rather than use mm-with-unibyte-current-buffer which does a lot more.
15182         (message-send-mail-partially): Don't bother with
15183         mm-with-unibyte-current-buffer since it's already been made unibyte by
15184         message-send-mail.
15186 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15188         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15190 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15192         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15194 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15196         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15197         require itself and to remove `with-no-warnings'.
15199 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15201         * starttls.el (starttls-any-program-available): Get the name of the
15202         available TLS layer program.
15203         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15204         well as the host name in the "opening" message.
15206         * auth-source.el (auth-source-cache, auth-source-do-cache)
15207         (auth-source-user-or-password): Cache passwords and logins by default,
15208         allow override with `auth-source-do-cache'.
15209         (auth-source-forget-user-or-password): Allow users to remove cache
15210         entries if needed.
15212 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15214         * md4.el (md4-buffer): Fix typo in docstring.
15215         (md4, md4-64): Doc fixes.
15216         (md4-pack-int32): Reflow docstring.
15218 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15220         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15221         condition-case to only the forward-sexp call.
15223 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15225         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15226         quotes contained.  Make it more robust regardless by an extra
15227         condition-case wrapper.
15229 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15231         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15233 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15235         * nnml.el (nnml-request-expire-articles): Check if the function set to
15236         `nnmail-expiry-target' returns the symbol `delete'.
15238         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15240         * nnmail.el (nnmail-expiry-target): Fix custom type.
15242 2008-10-02  Glenn Morris  <rgm@gnu.org>
15244         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15245         Silence compiler warning.
15247 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15249         * tls.el (open-tls-stream): Show the actual command being
15250         executed, instead of the format string.
15252 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15254         * lpath.el: Fbind codepage-setup for Emacs 23.
15256 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15258         * mml.el (mml-menu): Don't assume mml2015 is bound.
15260 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15262         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15263         exists.
15265 2008-09-27  Glenn Morris  <rgm@gnu.org>
15267         * gnus-util.el (mail-header-remove-comments): Autoload it.
15269 2008-09-27  Andreas Schwab  <schwab@suse.de>
15271         * gnus-util.el (gnus-split-references): Strip comments.
15272         (gnus-parent-id): Likewise.
15274 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15276         * message.el (message-confirm-send): Fix version.
15278 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15280         * message.el (message-idna-to-ascii-rhs-1): Use
15281         mail-extract-address-components rather than mail-header-parse-addresses
15282         that is an alias by default to ietf-drums-parse-addresses that does not
15283         support non-ASCII names in headers' contents.
15285 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15287         * message.el (message-confirm-send): Fix variable documentation to
15288         avoid the "y/n" wording.
15290 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15292         * message.el (message-set-auto-save-file-name): Save to a different
15293         filename so multiple messages (especially drafts) can be recovered.
15295 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15297         * message.el (message-confirm-send): Add appropriate version.
15299 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15301         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15302         defvar.
15304 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15306         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15307         (mm-pkcs7-enveloped-magic): Ditto.
15309 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15311         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15312         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15314 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15316         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15317         default, it's better.
15319 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15321         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15322         summary line gnus-number property and ignore them (with a warning
15323         message).
15325 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15327         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15328         macro caddr in the interactive form since it won't be expanded.
15330 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15332         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15333         `charset'; fix name of function called recursively.
15334         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15336 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15338         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15339         (gnus-mime-set-charset-parameters): New function.
15340         (gnus-mime-view-part-as-charset): Use it to correctly display part
15341         specifying wrong charset.
15343 2008-09-08  David Engster  <dengste@eml.cc>
15345         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15346         in completing-read for back end server.
15348 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15350         * message.el (message-confirm-send): New variable to confirm sending a
15351         message.
15352         (message-send): Use it.
15354 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15356         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15358 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15360         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15362 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15364         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15365         prevent tracking too many groups.
15366         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15367         Use it.
15369 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15371         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15372         moving point to the bottom of the window in order to avoid recentering.
15374 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15376         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15378         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15379         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15380         (gnus-article-beginning-of-window): Fix calculation.
15382 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15384         * gnus-msg.el (gnus-summary-supersede-article)
15385         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15386         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15387         message header.
15389 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15391         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15392         pending output coming after the status change.
15394 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15396         * message.el:
15397         * gnus-start.el:
15398         * gnus-registry.el: Remove VMS support.
15400 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15402         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15403         macro.
15404         (rfc2104-hash): Use it.
15406 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15408         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15409         (gnus-summary-sort-by-most-recent-date): New commands.
15410         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15411         and menu entries.
15413 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15415         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15416         don't redisplay article for raw contents; remove plural articles stuff.
15418         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15419         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15420         on gnus-summary-save-article; display results properly.
15422 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15424         * lpath.el: No need to fbind ns-focus-frame.
15426 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15428         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15430 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15432         * gnus-art.el (gnus-summary-save-in-pipe):
15433         Consider gnus-save-all-headers.
15435 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15437         * gnus-util.el (ns-focus-frame): Remove declaration.
15438         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15439         like x.
15441 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15443         * rfc2104.el (rfc2104-zero): Delete defconst.
15444         (rfc2104-hex-alist): Likewise.
15445         (rfc2104-hex-to-int): Delete func.
15446         (rfc2104-hexstring-to-bitstring): Likewise.
15447         (rfc2104-nybbles): New defconst.
15448         (rfc2104-hash): Rewrite for speed.
15450 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15452         * tls.el (open-tls-stream): Make it work with the 2nd argument
15453         BUFFER that is a string but does not exist as a buffer object, as
15454         mentioned in the doc-string.
15456 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15458         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15459         SXEmacs.
15461 2008-07-16  Glenn Morris  <rgm@gnu.org>
15463         * gnus-util.el (ns-focus-frame): Declare for compiler.
15465 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15467         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15468         set as a group parameter.
15469         (gnus-summary-save-in-pipe): Work when it is called independently.
15470         (gnus-summary-pipe-to-muttprint): Don't modify
15471         gnus-summary-pipe-output-default-command.
15473 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15475         * message.el (message-send-mail-with-sendmail):
15476         Display the error message.
15478 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15480         * gnus-art.el (gnus-default-article-saver):
15481         Add gnus-summary-save-in-pipe to choices.
15482         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15483         gnus-summary-pipe-output-default-command as the default command.
15484         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15485         instead of gnus-last-shell-command.
15487         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15488         New user option.
15489         (gnus-summary-muttprint-program): Mention the value will be changed.
15490         (gnus-summary-save-article): Force showing of all headers.
15491         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15493 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15495         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15497 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15499         * nnimap.el (nnimap-id):
15500         * sieve-manage.el (sieve-manage-open): Doc fixes.
15502 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15504         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15505         if available.
15507 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15509         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15511         * nnkiboze.el (nnkiboze-generate-group):
15512         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15514         * nnmairix.el: Require CL.
15516 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15518         * dgnushack.el: Autoload get-display-table and put-display-table for
15519         XEmacs 21.5.
15521         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15522         21.4 and SXEmacs.
15524 2008-06-15  David Engster  <dengste@eml.cc>
15526         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15528 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15530         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15531         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15532         runtime choice under XEmacs.
15534         * gnus-sum.el (gnus-summary-set-display-table):
15535         Use `gnus-put-display-table', `gnus-get-display-table',
15536         `gnus-set-display-table' for the display table, instead of `aset'.
15538         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15539         Use `gnus-put-display-table', `gnus-get-display-table',
15540         `gnus-set-display-table' for the display table.
15542 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15544         * nnmairix.el: Add autoloads.
15546 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15548         * nnmairix.el (nnmairix-delete-recreate-group)
15549         (nnmairix-update-and-clear-marks): Fix error messages.
15551 2008-06-14  David Engster  <dengste@eml.cc>
15553         * nnmairix.el: Upgrade to version 0.6.
15554         (nnmairix-group-toggle-propmarks-this-group)
15555         (nnmairix-group-toggle-readmarks-this-group)
15556         (nnmairix-group-delete-recreate-this-group)
15557         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15558         (nnmairix-remove-tick-mark-original-article): New commands.
15559         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15560         (nnmairix-propagate-marks-to-nnmairix-groups)
15561         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15562         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15563         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15564         functions needed for marks propagation and manipulation of read marks.
15565         (nnmairix-update-groups): New function.
15566         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15567         (nnmairix-determine-original-group-from-registry)
15568         (nnmairix-determine-original-group-from-path)
15569         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15570         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15571         New helper functions.
15572         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15573         keystrokes for new commands.
15574         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15575         (nnmairix-request-group): Check allow-fast group parameter.
15576         (nnmairix-request-create-group): Set allow-fast group parameter if
15577         nnmairix-allowfast-default is set.
15578         (nnmairix-close-group): Propagate marks upon closing if needed.
15579         (nnmairix-group-toggle-threads-this-group): Use new.
15580         nnmairix-group-toggle-parameter helper function.
15581         (nnmairix-search): Better check for empty search result.
15582         (nnmairix-goto-original-article): Use new helper functions for
15583         determining original article.
15584         (nnmairix-show-original-article): Make sure message-id is in brackets.
15585         (nnmairix-call-mairix-binary): Change variable name.
15586         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15587         helper function.
15588         (nnmairix-widget-toggle-activate): Fix doc string.
15590 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15592         * nnir.el: Require edmacro when compiling with XEmacs.
15593         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15594         available in Emacs 21.
15596 2008-06-11  Glenn Morris  <rgm@gnu.org>
15598         * gnus-util.el (x-focus-frame):
15599         * gnus.el (image-size):
15600         * mm-decode.el (image-size): Declare.
15602         * gnus-picon.el (declare-function): Add compat definition.
15603         (image-size): Declare.
15605         * gnus-group.el (tool-bar-map):
15606         * gnus-sum.el (tool-bar-map): Define for compiler.
15608         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15610         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15612         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15613         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15614         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15615         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15616         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15617         * sieve-manage.el, spam-report.el, spam.el:
15618         Remove unnecessary eval-and-compile of autoloads.
15620 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15622         * auth-source.el: Precise Tramp doc.
15624 2008-06-07  Glenn Morris  <rgm@gnu.org>
15626         * nnmairix.el: Remove unnecessary eval-when-compile.
15628 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15630         * lpath.el: Fbind propertize for XEmacs 21.4.
15632 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15634         * nnir.el: Move here from ../contrib.
15636 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15638         * gnus-util.el (gnus-read-shell-command): New function.
15639         * mm-decode.el (mm-pipe-part):
15640         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15642 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15644         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15646 2008-06-03  Glenn Morris  <rgm@gnu.org>
15648         * pop3.el (nnheader-accept-process-output): Autoload it.
15650 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15652         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15653         are not 2-digit hexadecimal characters that follow `%'s.
15655 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15657         * message.el (message-bogus-recipient-p): Fix type in doc string.
15658         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15659         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15660         Improve custom options.
15661         (message-bogus-recipient-p): Adjust accordingly.
15663 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15665         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15666         long-form month and day names.
15668 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15670         * dgnushack.el: Autoload debug, eudc-expand-inline and
15671         pgg-snarf-keys-region for XEmacs.
15673         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15675         * nnmairix.el: Require edmacro when compiling with XEmacs.
15677 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15679         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15680         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15682 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15684         * auth-source.el: Add more docs.
15686         * netrc.el (netrc-machine): Always match if the port is not given.
15688 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15690         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15691         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15692         retrieval faster in some cases, but might make CPU usage larger.
15693         If this has any bad side effects, we might revert this change.
15695         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15696         seems to make mail retrieval much, much faster.
15697         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15698         unconditionally.
15700         * gnus-draft.el (gnus-group-send-queue):
15701         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15703 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15705         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15707         * message.el (message-bogus-address-regexp): Fix and improve custom
15708         type.
15709         (message-setup-hook): Add message-check-recipients as custom option.
15711 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15713         * message.el (message-cite-function): Remove bogus autoload which crept
15714         in during merge from v5-10.
15716 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15718         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15720         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15722         * auth-source.el: Preliminary Tramp docs.
15723         (auth-sources): Change the default auth-sources to use
15724         EPA .gpg files.
15726 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15728         * nntp.el: Autoload `auth-source-user-or-password'.
15729         (nntp-send-authinfo): Use it.
15731         * nnimap.el: Autoload `auth-source-user-or-password'.
15732         (nnimap-open-connection): Use it.
15734         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15735         for the gnus-message function.
15736         (auth-source-user-or-password): Use it.
15738 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15740         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15741         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15742         (rfc2104-hash): Use it.
15744 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15746         * gnus-art.el (gnus-article-toggle-truncate-lines):
15747         Don't use `iff' in docstring.
15749 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15751         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15753         * gnus-util.el (gnus-extract-address-component-name)
15754         (gnus-extract-address-component-email): Convenience functions around
15755         `gnus-extract-address-components'.
15757         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15758         Use `gnus-extract-address-component-email' to fix bug of comparing full
15759         sender name to `user-mail-address'.
15761 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15763         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15764         catch/throw to optimize.
15765         (gnus-registry-find-keywords): Just use member to find a keyword.
15767 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15769         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15770         is current before calling gnus-server-prepare.
15771         (gnus-server-setup-buffer, gnus-server-update-server)
15772         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15774 2008-05-04  Juri Linkov  <juri@jurta.org>
15776         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15777         (mailcap-file-default-commands): Use mailcap-replace-in-string
15778         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15779         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15781 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15783         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15785 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15787         * gnus.el: Bump version to 0.11.
15789 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15791         * gnus.el: No Gnus v0.10 is released.
15793 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15796         hooks.
15797         (gnus-update-read-articles): Speed up non-marks-using users.
15798         (gnus-use-marks): Define gnus-use-marks.
15799         (gnus-propagate-marks): Rename variable to something more sensible.
15801 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15803         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15804         (gmm-image-load-path-for-library): Fix typos in docstrings.
15805         (gmm-message): Reflow docstring.
15807 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15809         * mail-source.el (mail-source-set-1, mail-source-bind):
15810         Move auth-source code out of the macro to clean it up and fix bugs.
15812 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15814         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15815         by sender if it's equal to user-mail-address, it's likely to be
15816         useless.
15818         * mail-source.el (mail-source-bind): Don't use user or password if they
15819         are not bound.  Unintern them if they are nil.  Don't use server unless
15820         it's bound, and default it to empty string otherwise.
15822 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15824         * mail-source.el: Load auth-source.el.
15825         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15826         get user name or password, if auth-sources is set up.
15828         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15829         strategy of splitting with parent.
15830         (gnus-registry-split-fancy-with-parent)
15831         (gnus-registry-post-process-groups): Use it and fix prior
15832         bug (returning a list as the split result).
15834         * auth-source.el (auth-sources): Remove server parameter.
15835         (auth-source-pick, auth-source-user-or-password)
15836         (auth-source-user-or-password-imap)
15837         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15838         (auth-source-user-or-password-sftp)
15839         (auth-source-user-or-password-smtp): Remove server parameter.
15841 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15843         * smime.el (smime-sign-region, smime-encrypt-region)
15844         (smime-decrypt-region):
15845         Remove redundant calls to `generate-new-buffer-name'.
15847 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15849         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15850         Don't use QP for message/rfc822.
15851         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15853 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15855         * sieve-manage.el (sieve-string-bytes): Remove.
15856         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15857         correct byte-length only if the process's coding-system is the same as
15858         the one used internally by Emacs to represent strings.
15860 2008-04-22  Juri Linkov  <juri@jurta.org>
15862         * mailcap.el (mailcap-file-default-commands): New function.
15864 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15866         * message.el (message-signature-separator, message-cite-function):
15867         Change custom version.
15869 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15871         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15872         commands.
15873         (tls-checktrust): Ditto.
15875 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15877         * mm-decode.el (mm-display-external): Make temp file read-only.
15879 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15881         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15882         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15883         `C-c C-f d'.
15885 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15887         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15889 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15891         * gnus.el: Bump version to 0.9.
15893 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15895         * gnus.el: No Gnus v0.8 is released.
15897 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15899         * mail-source.el (mail-source-value):
15900         Prefer fboundp to functionp so it works with macros as well.
15902 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15904         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15905         Fix last change in case the element is not even a symbol.
15907 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15909         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15910         Prefer fboundp to functionp so it works with macros as well.
15912 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15914         * auth-source.el: Add docs.
15915         (auth-sources): Modify format to support server.
15916         (auth-source-pick, auth-source-user-or-password)
15917         (auth-source-user-or-password-imap)
15918         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15919         (auth-source-user-or-password-sftp)
15920         (auth-source-user-or-password-smtp): Add server parameter.
15922 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15924         * gnus-registry.el: Initialize the registry when gnus-registry-install
15925         is t.
15927 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15929         * compface.el (uncompface): Make buffer unibyte.
15931 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15933         * mail-source.el (mail-source-value):
15934         Prefer fboundp to functionp so it works with macros as well.
15936 2008-04-05  Glenn Morris  <rgm@gnu.org>
15938         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15940 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15942         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15943         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15945         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15946         multibyteness after rather than before erasing it.
15948         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15949         mm-with-multibyte.
15950         (gnus-request-article-this-buffer): Make sure the proper decoding is
15951         used if gnus-original-article-buffer happens to be unibyte.
15953         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15954         default-enable-multibyte-characters.
15956         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15957         default-enable-multibyte-characters.
15959         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15961         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15963 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15965         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15966         Fix last change in case the element is not even a symbol.
15968 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15970         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15971         (imap-message-copyuid-1): Use it.
15972         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15973         J. Williams in
15974         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15976         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15977         imap-enable-exchange-bug-workaround.
15978         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15980 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15982         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15983         a 100 byte status-checks into a 2-3MB transfer for each group.
15984         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15985         to enable bug workaround or not.
15986         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15988 2008-03-31  Glenn Morris  <rgm@gnu.org>
15990         * message.el (mml2015-use): Declare for compiler.
15991         (message-info): Require mml2015 when appropriate.
15993 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15995         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15996         whitespace.
15998 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16000         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
16001         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
16002         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
16003         (nntp-service-to-port): New function.
16004         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
16005         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
16006         (nntp-open-netcat-stream): New function.
16007         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
16009 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
16011         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
16013 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16015         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
16017 2008-03-28  Magnus Henoch  <mange@freemail.hu>
16019         * dns.el (dns-write): Use set-buffer-multibyte.
16021 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
16023         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
16025 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16027         * message.el (message-signature-separator): Change default.
16028         Improve custom type.
16029         (message-cite-function): Change default to
16030         message-cite-original-without-signature.
16032         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
16033         toggle.
16035         * message.el (message-check-news-body-syntax): Fix signature check.
16036         (message-setup-1): Mark buffer as unmodified _after_ running
16037         message-setup-hook and handling message-alternative-emails.
16038         (message-shorten-references): Be more strict when building list of
16039         valid references to comply with GNKSA.
16041         * gnus-group.el (gnus-read-ephemeral-bug-group)
16042         (gnus-read-ephemeral-debian-bug-group)
16043         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
16045         * message.el (message-info): Don't use booleanp which isn't supported
16046         in Emacs 21 and XEmacs.
16048 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
16050         * gnus-group.el (gnus-gmane-group-download-format): Rename from
16051         gnus-group-gmane-group-download-format.
16052         (gnus-group-read-ephemeral-gmane-group): Rename from
16053         gnus-group-read-ephemeral-gmane-group.
16054         (gnus-read-ephemeral-gmane-group-url): Rename from
16055         gnus-group-read-ephemeral-gmane-group-url.
16056         (gnus-bug-group-download-format-alist): New variable.
16057         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
16058         (gnus-read-ephemeral-emacs-bug-group): New commands.
16060 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16062         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
16063         (gnus-visible-headers): Improve custom type.
16065 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16067         * mml.el (mml-menu): Add workarounds for XEmacs.
16069         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
16070         X-Boundary header.
16072         * message.el (message-simplify-recipients): Fix previous commit.
16074 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16076         * mm-util.el (mm-set-buffer-multibyte): New function.
16077         * mm-decode.el (mm-copy-to-buffer): Use it.
16079         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
16080         Prefer fboundp to functionp so it works with macros as well.
16082 2008-03-19  Glenn Morris  <rgm@gnu.org>
16084         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
16085         Accidentally removed in the sync process with Emacs.
16087 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16089         * message.el (message-alter-recipients-discard-bogus-full-name):
16090         New function.
16091         (message-alter-recipients-function): New variable.
16092         (message-get-reply-headers): Use it.
16093         (message-replace-header): New helper function.
16094         (message-recipients-without-full-name): New variable.
16095         (message-simplify-recipients): New command.
16097         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
16099         * message.el (message-info): Handle EasyPG manual.
16101         * mml.el (mml-menu): Add entry for EasyPG.
16103 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
16105         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
16106         parameter.
16108         * message.el (message-disassociate-draft): Specify drafts group name
16109         fully.
16111 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
16113         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16114         Eliminate unnecessary duplicates from the match list.
16116 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16118         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16120         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16122         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16123         args of `how-many' of which the XEmacs version doesn't take; declare
16124         Info-index-next as function.
16126 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16128         * gnus-score.el (gnus-score-headers): Fix handling of
16129         gnus-inhibit-slow-scoring.
16131         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16132         string.
16133         (gnus-button-url-regexp): Improve handling of parenthesis.
16134         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16135         (gnus-button-handle-info-keystrokes): Handle index entries.
16137 2008-03-15  Glenn Morris  <rgm@gnu.org>
16139         * parse-time.el (parse-time-string): Simplify.
16141 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16143         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16144         Incoming* files.
16146 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16148         * auth-source.el (auth-sources): Rename from auth-source-choices.
16149         (auth-source-pick): Use it.
16151 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16153         * binhex.el (binhex-decode-region-internal):
16154         * uudecode.el (uudecode-decode-region-internal):
16155         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16156         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16157         setting default-enable-multibyte-characters.
16159 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16161         * auth-source.el (auth-source-protocols)
16162         (auth-source-protocols-customize, auth-source-choices): Add and
16163         modified variable customizations and defaults.
16164         (auth-source-pick, auth-source-user-or-password)
16165         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16166         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16167         (auth-source-user-or-password-sftp)
16168         (auth-source-user-or-password-smtp): Use new variables and provide an
16169         interface to netrc.el.
16171 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16173         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16174         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16175         Make sure the nntp port to specify is a string.
16177 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16179         * nntp.el: Use with-current-buffer.
16180         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16181         dubious mm-with-unibyte-current-buffer.
16182         (nntp-with-open-group-function): New function extracted from
16183         nntp-with-open-group macro.
16184         (nntp-with-open-group): Use the function, so it's easier to debug.
16185         Add indentation and debugging info.
16186         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16187         Recommend the use of the netcat alternatives.
16189         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16190         Avoid mm-string-as-multibyte as well.
16192         * nnweb.el (nnweb-insert-html):
16193         Remove use of nnheader-string-as-multibyte.
16195         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16196         (nnheader-string-as-multibyte): Remove.
16198         * mm-view.el: Use inhibit-read-only.
16199         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16200         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16201         or unibyte-string.
16203         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16204         (mm-uu-yenc-extract): Use with-current-buffer.
16206         * gnus-soup.el (gnus-soup-send-packet): Don't use
16207         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16209         * nnmh.el: Use with-current-buffer.
16210         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16211         mm-string-as-multibyte on the output of mm-encode-coding-string.
16213         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16214         (nnimap-request-move-article): Use with-current-buffer.
16216         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16217         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16218         conversion uses string-make-unibyte rather than string-as-unibyte.
16220         * gnus-msg.el: Use with-current-buffer.
16222         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16224 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16226         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16227         string for caching if it is 'PIN.
16229 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16231         * lpath.el: Consider the case without Emacs/W3.
16233 2008-03-08  Glenn Morris  <rgm@gnu.org>
16235         * time-date.el (date-to-time, time-subtract, time-add)
16236         (safe-date-to-time): Doc fixes.
16238 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16240         * mail-source.el (mail-source-delete-old-incoming-confirm):
16241         Change default to nil.
16242         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16244 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16246         * lpath.el: Rearrange.
16248         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16249         (gnus-article-goto-prev-page): Work for articles having ^L's.
16251         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16253         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16255 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16257         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16258         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16259         (gnus-bookmark-jump): Adjust some variable names.
16261 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16263         * auth-source.el: New package.
16264         (auth-source-choices): Add customization entry point variable.
16266         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16267         bug.
16269 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16271         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16272         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16273         (gnus-registry-install-shortcuts): Rename from
16274         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16275         the `gnus-registry-mark-map' keymap dynamically from
16276         `gnus-registry-marks'.  The generated functions update the summary line
16277         when a registry mark is added or deleted, and will call
16278         `gnus-registry-install-p' (see the comments in the code).
16279         (gnus-registry-user-format-function-M): Use concat intelligently.
16281         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16282         the registry mark functions.
16284 2008-03-05  Glenn Morris  <rgm@gnu.org>
16286         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16287         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16288         gnus-art.
16289         (top-level): No need to load own source when compiling.
16291 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16293         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16294         Suggested by <chris.anderton@zetnet.co.uk>.
16296 2008-03-04  Glenn Morris  <rgm@gnu.org>
16298         * gnus-sum.el (top-level): No need to require gnus when compiling,
16299         since unconditionally required near start of file.
16300         (gnus-summary-display-while-building): Move definition before use.
16302 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16304         * gnus-registry.el (gnus-registry-user-format-function-M):
16305         Add formatting function.
16307 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16309         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16310         with plists.
16311         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16312         Use new format.
16314 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16316         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16317         `where-is-internal' that returns a range of key sequences.
16319 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16321         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16323         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16324         (gnus-summary-jump-to-group): Consider windows on other displayed
16325         frames as well.  Similar changes might be needed elsewhere, but that's
16326         the one I've bumped into during my use.
16328         * nndoc.el (nndoc-oe-dbx-type-p):
16329         * gnus-msg.el (gnus-debug):
16330         * gnus-group.el (gnus-update-group-mark-positions):
16331         Use mm-string-to-multibyte.
16333 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16335         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16336         doesn't handle NotDashEscaped.
16338         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16339         (mml-dnd-attach-options): Fix typo in custom choice.
16341         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16342         Change nndoc-article-type to mbox.
16343         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16345         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16346         to nil, instead of html2text.
16348         * imap.el (imap-debug): Add `imap-ping-server'.
16350         * gnus-bookmark.el: Add FIXMEs.
16352         * message.el (message-form-letter-separator)
16353         (message-send-form-letter-delay): New variables.
16354         (message-send-form-letter): Use them.  New command to send form
16355         letters.  Requested by Uwe Siart.
16356         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16358 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16360         * Update copyright years.
16362 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16364         Sync from EMACS_22_BASE.
16366         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16368 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16370         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16371         empty author.
16373 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16375         * gnus-registry.el (gnus-registry-marks): Add variable for
16376         customization of marks and their appearance.
16377         (gnus-registry-read-mark): Use it.
16378         (gnus-registry-do-marks): Add utility function to loop through
16379         `gnus-registry-marks'.
16380         (gnus-registry-install-shortcuts-and-menus): Add function to install
16381         shortcuts and menus.
16382         (gnus-registry-initialize): Use it.
16383         (gnus-registry-default-mark): Clarify documentation.
16385 2008-02-29  Glenn Morris  <rgm@gnu.org>
16387         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16388         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16389         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16390         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16391         Change defcustom :version from 23.0 to 23.1.
16393 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16395         * gnus-registry.el (gnus-registry-follow-group-p)
16396         (gnus-registry-post-process-groups): Add functions to aid registry
16397         splitting and improve logging.  Clarify behavior in function
16398         documentation.
16399         (gnus-registry-split-fancy-with-parent): Use them.
16401 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16403         * gnus-art.el: Use with-current-buffer.
16405 2008-02-27  David Engster  <dengste@eml.cc>
16407         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16408         Express real group name in the response.
16410 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16412         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16413         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16414         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16415         autoload gnus-registry-fetch-group when compiling.
16416         (nnmairix-request-group-with-article-number-correction):
16417         Remove unreferenced argument passed to nnmairix-call-backend.
16419 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16421         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16422         (mm-uu-extract): Improve face for low color ttys.
16423         Reported by Sascha Wilde.
16425 2008-02-27  Glenn Morris  <rgm@gnu.org>
16427         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16428         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16429         variables to defconsts.  Convert comments to doc-strings.
16430         (nnmairix-last-server, nnmairix-current-server): Convert from free
16431         variables to defvars.  Convert comments to doc-strings.
16432         (gnus-registry-fetch-group): Autoload.
16433         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16434         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16435         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16436         caddr.
16437         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16438         nnmairix-request-group-with-article-number-correction call.
16439         (nnmairix-fast, nnmairix-group): New, less general names, for free
16440         variables passed from nnmairix-request-group to
16441         nnmairix-request-group-with-article-number-correction.  Declare.
16442         (nnmairix-request-group-with-article-number-correction):
16443         Use nnmairix-fast, nnmairix-group rather than fast, group.
16445 2008-02-26  David Engster  <dengste@eml.cc>
16447         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16448         version 0.5.
16450 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16452         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16453         instead of making an extra function call.  Don't add the current group
16454         to articles only when they have the group.  Use
16455         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16456         Reported by David <de_bb@arcor.de>.
16458 2008-02-24  Miles Bader  <miles@gnu.org>
16460         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16461         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16462         (mm-find-mime-charset-region):
16463         * mm-bodies.el (mm-encode-body):
16464         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16466 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16468         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16469         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16471 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16473         * mail-source.el (mail-source-delete-incoming): Change default.
16474         Supplement doc string.
16476         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16478 2008-02-14  Glenn Morris  <rgm@gnu.org>
16480         * time-date.el (format-seconds): New function.
16482 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16484         * nnmail.el (nnmail-message-id-cache-file): Derive from
16485         `gnus-home-directory'.
16487 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16489         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16490         Document negative prefix.
16492         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16494 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16496         * message.el (message-unsent-separator): Add the Exim bounce
16497         separator.
16499 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16501         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16502         list.
16503         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16504         recipient/signer list.
16506 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16508         * Makefile.in (datarootdir): Define.
16509         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16510         name that might contain whitespace.
16512 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16514         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16515         fbound (Emacs 23 unicode), signal an error.
16517 2008-02-08  Glenn Morris  <rgm@gnu.org>
16519         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16521 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16523         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16524         ports to the calls to `netrc-machine-user-or-password' in addition to
16525         "imap" and "imaps".
16527 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16529         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16531         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16533 2008-02-01  Kenichi Handa  <handa@m17n.org>
16535         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16536         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16537         (rfc2104-hash): Convert the result of concat to unibyte string.
16539 2008-02-01  Dave Love  <fx@gnu.org>
16541         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16542         coding-system-for-read.
16543         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16545 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16547         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16548         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16549         <hanche@math.ntnu.no>.
16551 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16553         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16555         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16557 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16559         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16560         * message.el (message-beginning-of-line): Use featurep instead of bound
16561         tests in order to resolve conditionals at compile time.
16563 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16565         * mail-source.el (mail-sources): Add `group' choice.
16567         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16568         parameter `in-group' to control into which group the articles go.
16569         Add treatment of `group' mail-source.
16571 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16573         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16575         * mm-decode.el (mm-dissect-buffer): Decode description.
16577         * mml.el (mml-to-mime): Encode message header first.
16579 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16581         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16582         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16584         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16585         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16587 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16589         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16591 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16593         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16594         prefix keys.
16595         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16596         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16597         gnus-xmas.el.
16599         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16600         (gnus-xmas-article-describe-bindings): New function.
16601         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16602         gnus-xmas-article-describe-bindings.
16604         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16606 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16608         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16609         Add new variables for article mark management.
16610         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16611         list of extra data entries which, when present, will indicate that the
16612         article ID should not be trimmed from the registry.
16613         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16614         functions.
16615         (gnus-registry-read-mark): New function to read a mark name from the
16616         user.
16617         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16618         (gnus-registry-set-article-mark-internal): New functions to add and
16619         remove marks.
16620         (gnus-registry-get-article-marks): New function to show the marks for
16621         an article, or retrieve them for further use.
16623 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16625         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16626         keys when no argument is given.
16628 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16630         * imap.el (imap-ping-server): New variable.
16631         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16632         (imap-ping-server): Minor doc string fixes.
16634 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16636         * imap.el (imap-ping-server): New function.
16637         (imap-opened): Call imap-ping-server.
16639 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16641         * gnus-sum.el (gnus-article-sort-by-random)
16642         (gnus-thread-sort-by-random): Fix doc strings.
16643         Reported by jidanni@jidanni.org.
16645 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16647         * gnus-art.el (gnus-article-describe-bindings): New function.
16648         (gnus-article-read-summary-keys): Use it.
16649         (gnus-article-mode-map): Bind `C-h b' to it.
16651 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16653         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16654         XEmacs.
16655         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16656         Protect against non-character events.
16658         * lpath.el: Fbind map-keymap for Emacs 21.
16660 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16662         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16663         New command.
16664         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16665         instead of END.  Change name of the temp file.
16666         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16667         customizable.
16669 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16671         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16672         bind `S W' to gnus-article-wide-reply-with-original; set default
16673         binding to gnus-article-read-summary-send-keys.
16674         (gnus-article-read-summary-keys): Fix the order of keys; display
16675         continuation keys correctly in the echo area; describe bindings
16676         correctly when keys end with `C-h'.
16677         (gnus-article-read-summary-send-keys): New function.
16678         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16679         Work for gnus-article-read-summary-send-keys; display continuation keys
16680         correctly in the echo area.
16681         (gnus-article-reply-with-original): Ignore prefix argument.
16682         (gnus-article-wide-reply-with-original): New function.
16684         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16685         Emacs 21.
16687 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16689         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16690         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16692 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16694         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16695         (gnus-group-read-ephemeral-gmane-group): New command.
16697 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16699         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16701 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16703         * message.el (message-send-mail-function): Increase custom version.
16705         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16706         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16708 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16710         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16711         for the cases where imap-authenticate is called with a nil buffer
16712         parameter.
16714 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16716         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16717         html parts correctly; support forwarded messages.
16718         (gnus-article-browse-html-article): Remove work buffers.
16720         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16721         compiling.
16722         (netrc-bound-and-true-p): New macro.
16723         (netrc-parse): Use it instead of bound-and-true-p that is not available
16724         in XEmacs 21.4.
16726 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16728         * gnus-registry.el (gnus-registry-mark-article)
16729         (gnus-registry-article-marks): Add functionality to mark articles
16730         through the Gnus registry.
16732         * encrypt.el: Clarify documentation for the new pgg method.
16733         (encrypt-file-alist): Add PGG option.
16734         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16735         functionality.  Abstract password key and messaging to external
16736         functions.
16737         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16738         (encrypt-message-method-and-cipher): Add new convenience external
16739         functions.
16740         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16741         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16743         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16744         (netrc-parse): Use encrypt-file-alist to determine if
16745         encrypt-find-model or encrypt-insert-file-contents should be used.
16747         * encrypt.el: Clarify documentation.  Load password-cache or
16748         password, whichever one is found first, instead of autoloading.
16750 2007-12-19  Glenn Morris  <rgm@gnu.org>
16752         * mml.el (message-options-set, message-narrow-to-head)
16753         (message-in-body-p, message-mail-p, message-encode-message-body):
16754         Autoload.
16755         (message-remove-header, message-narrow-to-headers-or-head)
16756         (message-subscribed-p, message-make-mail-followup-to)
16757         (message-position-on-field, message-news-p)
16758         (message-options-set-recipient, message-generate-headers)
16759         (message-sort-headers): Declare as functions.
16761 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16763         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16764         convention in doc string.
16766 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16768         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16769         title to html parts.
16770         (gnus-article-browse-html-article): Pass message header to it.
16772         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16774 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16776         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16777         or password compatible with XEmacs.
16779 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16781         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16782         format document.
16783         (gnus-mime-delete-part): Don't write description line if empty.
16784         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16786 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16788         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16789         (gnus-summary-mark-read-and-unread-as-read)
16790         (gnus-summary-mark-current-read-and-unread-as-read)
16791         (gnus-summary-mark-unread-as-ticked): Doc fix.
16792         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16794 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16796         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16797         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16799 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16801         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16802         yes-or-no-p.
16804 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16806         * mm-decode.el (mm-add-meta-html-tag): New function.
16807         (mm-save-part-to-file, mm-pipe-part): Use it.
16809         * gnus-art.el (gnus-article-browse-delete-temp-files):
16810         Use gnus-y-or-n-p instead of y-or-n-p.
16811         (gnus-article-browse-html-parts): Work with message/external-body; use
16812         mm-add-meta-html-tag.
16814 2007-12-11  Glenn Morris  <rgm@gnu.org>
16816         * gnus-cache.el: Require gnus-sum not just when compiling.
16818         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16820         * gnus-int.el (gnus-server-opened, gnus-status-message):
16821         Move definitions before use.
16823         * mm-decode.el: Require gnus-util.
16824         (mm-remove-part): Only call delete-annotation on XEmacs.
16826         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16828         * nnmail.el: Require gnus-int.
16830         * spam.el: Move `require's before `eval-when-compile's.
16832         * gnus-ems.el (gnus-alive-p):
16833         * gnus-fun.el (message-goto-eoh):
16834         * gnus-util.el (gnus-group-name-decode):
16835         * mail-source.el (gnus-compress-sequence):
16836         * message.el (Info-goto-node, format-spec):
16837         * mm-bodies.el (message-options-get):
16838         * mm-decode.el (mm-view-pkcs7):
16839         * mm-util.el (gmm-write-region):
16840         * mml-smime.el (mml-compute-boundary)
16841         (gnus-completing-read-with-default):
16842         * mml.el (widget-button-press, gnus-make-hashtable):
16843         * mml1991.el (mm-decode-content-transfer-encoding)
16844         (mm-encode-content-transfer-encoding)
16845         (message-options-get, message-options-set):
16846         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16847         * nnfolder.el (gnus-request-group):
16848         * nnheader.el (ietf-drums-unfold-fws):
16849         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16850         * smime.el (gnus-run-mode-hooks):
16851         * spam-stat.el (gnus-message): Autoload.
16853         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16854         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16855         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16856         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16857         Add declare-function compatibility definition.
16859         * gnus-cache.el (nnvirtual-find-group-art):
16860         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16861         (gnus-add-image, gnus-add-wash-type):
16862         * gnus-group.el (nnkiboze-score-file):
16863         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16864         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16865         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16866         (message-tokenize-header, gnus-get-buffer-create)
16867         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16868         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16869         * gnus.el (gnus-group-decoded-name):
16870         * mail-source.el (imap-capability):
16871         * mm-bodies.el (message-options-set):
16872         * mm-decode.el (gnus-configure-windows):
16873         * mm-extern.el (message-goto-body):
16874         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16875         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16876         (epg-sub-key-validity, message-options-set):
16877         * mml.el (widget-event-point, gnus-configure-windows):
16878         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16879         * mml2015.el (epg-check-configuration, epg-configuration)
16880         (message-options-set):
16881         * nndb.el (nndb-request-article):
16882         * nnfolder.el (gnus-request-create-group):
16883         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16884         * nnmaildir.el (gnus-group-mark-article-read):
16885         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16886         * rfc1843.el (message-fetch-field):
16887         * spam.el (gnus-extract-address-components):
16888         Declare as functions.
16890 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16892         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16894         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16896         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16897         bind show-trailing-whitespace for XEmacs.
16899 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16901         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16902         new no-op macro for backward compatibility.
16904         * imap.el (imap-string-to-integer): New function.
16906 2007-12-09  Glenn Morris  <rgm@gnu.org>
16908         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16910         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16911         * message.el, mm-view.el, sieve-manage.el, smime.el:
16912         Add declare-function compatibility definition.
16914         * gnus-art.el (w3-region, w3m-region, Info-menu):
16915         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16916         * gnus-sum.el (gnus-get-predicate):
16917         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16918         * message.el (mail-abbrev-in-expansion-header-p):
16919         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16920         (w3m-detect-meta-charset, w3m-region):
16921         * sieve-manage.el (password-read, password-cache-add)
16922         (password-cache-remove):
16923         * smime.el (password-read-and-add): Declare as functions.
16925 2007-12-08  David Kastrup  <dak@gnu.org>
16927         * gnus-sum.el (gnus-summary-simplify-subject-query):
16928         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16929         `message'.
16931 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16933         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16934         it to bind idna-program, installation-directory, defined-colors, and
16935         face-attribute for XEmacs of the version that compiles defcustom forms.
16937 2007-12-07  Glenn Morris  <rgm@gnu.org>
16939         * gnus-art.el (article-make-date-line): Revert previous change.
16941 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16943         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16945 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16947         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16948         Call gnus-add-to-range ranges only once with a prepared article-list.
16950 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16952         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16953         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16954         group names with backslashes.
16955         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16957 2007-12-06  Deepak Goel  <deego3@gmail.com>
16959         * gnus-art.el (article-make-date-line):
16960         * gnus-start.el (gnus-load):
16961         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16963 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16965         * gnus-art.el (gnus-use-idna):
16966         * gnus-start.el (gnus-site-init-file):
16967         * message.el (message-use-idna):
16968         * mm-uu.el (mm-uu-hide-markers):
16969         * smiley.el (smiley-style): Revert changes that suppress warnings.
16971 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16973         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16974         specify charset to html source.
16975         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16977 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16979         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16980         idna-program in order to suppress byte compile warning issued by XEmacs
16981         that came to byte compile the default value section of defcustom forms
16982         recently.
16984         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16985         value of installation-directory.
16987         * message.el (message-use-idna): Don't directly refer to the value of
16988         idna-program.
16990         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16992         * smiley.el (smiley-style): Don't directly call face-attribute.
16994 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16996         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16998         * gnus-dired.el: Reduce Gnus dependencies.
16999         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
17000         Don't require.  Use autoloads instead.
17001         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
17002         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
17003         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
17004         (gnus-dired-mode): Adjust doc string.
17005         (gnus-dired-mail-mode): New variable.
17006         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
17007         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
17008         (gnus-dired-mail-buffers): New function.  Return mail or message
17009         composition buffers.
17010         (gnus-dired-attach): Use it.
17011         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
17012         NO-DECODE.
17013         (gnus-dired-print): Use `gnus-print-buffer' depending on
17014         `gnus-dired-mail-mode'.
17016 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17018         * rfc2047.el (rfc2047-encoded-word-regexp)
17019         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
17020         explaining what regexp patterns are for.
17022 2007-12-04  Glenn Morris  <rgm@gnu.org>
17024         * password.el: Move to password-cache.el.
17026         * mml1991.el (password-read, password-cache-add, password-cache-remove):
17027         * mml2015.el (password-read, password-cache-add, password-cache-remove):
17028         * mml-smime.el (password-read, password-cache-add)
17029         (password-cache-remove):
17030         No need to autoload, since mml-sec requires password.
17032         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
17033         * message.el (gnus-extract-address-components):
17034         * mml-smime.el (gnus-extract-address-components): Define for compiler.
17036         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
17037         password.
17039 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17041         * mailcap.el: Reduce dependencies.
17042         (mail-header-parse-content-type): Autoload.
17043         (mailcap-delete-duplicates): New alias.
17044         (mailcap-mime-info): Add optional argument NO-DECODE.
17045         (mailcap-mime-types): Use mailcap-delete-duplicates.
17047         * message.el (message-ignored-supersedes-headers): Add "X-ID".
17049 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
17051         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
17052         (imap-parse-status): Upcase status-att for servers that sends them
17053         lower-case (e.g., MS Exchange 2007).
17055 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17057         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
17058         function.
17060         * gnus-uu.el (gnus-uu-decode-yenc): New command.
17061         (gnus-uu-yenc-article): New function.
17063         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
17065         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
17067 2007-12-02  Glenn Morris  <rgm@gnu.org>
17069         * binhex.el (binhex): New custom group.
17070         (binhex-decoder-program, binhex-decoder-switches)
17071         (binhex-use-external): Move to the binhex custom group.
17073         * uudecode.el (uudecode): New custom group.
17074         (uudecode-decoder-program, uudecode-decoder-switches)
17075         (uudecode-use-external): Move to the uudecode custom group.
17077         * netrc.el (top-level): Don't load `encrypt' features.
17078         (netrc-parse): Don't use encrypt.
17079         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
17081         * encrypt.el: Remove file.
17083 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
17085         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
17086         matches on patches.
17088         * gnus-art.el (gnus-article-browse-html-article):
17089         Mention `mm-text-html-renderer' in the doc string.
17091         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
17092         string.  Add comments.
17094         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
17095         if rhs is ASCII.
17097 2007-12-01  Glenn Morris  <rgm@gnu.org>
17099         * mail-source.el (top-level): Require format-spec before
17100         eval-when-compile.
17102 2007-11-30  Glenn Morris  <rgm@gnu.org>
17104         * encrypt.el: Require password, rather than autoloading password-read.
17106 2007-11-29  Glenn Morris  <rgm@gnu.org>
17108         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
17109         (sasl-make-client, sasl-next-step, sasl-step-data)
17110         (sasl-step-set-data): Declare as functions.
17112 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17114         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17116 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17118         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17119         certs should be verified and what is to be done in the event of a
17120         verification failure.
17122         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17123         caller can indicate whether the cache should be disregarded for this
17124         call.  This way the result of the call is reproducible at all times and
17125         can be considered a canonical server name for the supplied method.
17126         (gnus-agent-method-p): Canonicalize server names by pushing their
17127         method through `gnus-method-to-server' using the no-cache argument.
17129         * gnus-srvr.el (gnus-server-insert-server-line):
17130         Call `gnus-method-to-server' with `no-cache' argument.
17132         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17133         gnus-agent-possibly-synchronize-flags as this should be called when the
17134         server is actually being opened.
17135         (gnus-agent-possibly-synchronize-flags)
17136         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17137         flags file of an agentized server to the latter function.
17139         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17140         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17141         after a connection has been established successfully.
17143 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17145         * gnus-art.el (article-display-face): Force to display face if called
17146         interactively; check if gnus-article-x-face-too-ugly matches author.
17147         (article-display-x-face): Display face even if From header is missing
17148         as article-display-face does.
17150 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17152         * hashcash.el (message-narrow-to-headers-or-head)
17153         (message-fetch-field, message-goto-eoh)
17154         (message-narrow-to-headers): Declare as functions.
17156 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17158         * mail-source.el (mail-sources): Default to fetch from file for
17159         compatibility with default of nnmail-spool-file.
17161 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17163         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17164         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17165         to look for encoded word that should be encoded again.
17166         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17167         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17168         encoding pattern.
17169         (rfc2047-decode-region): Switch strict regexp and loose one according
17170         to rfc2047-allow-irregular-q-encoded-words.
17172 2007-11-25  Romain Francoise  <romain@orebokech.com>
17174         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17176 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17178         * tls.el (tls-program): Provide more custom choices from
17179         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17180         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17182 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17184         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17185         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17187         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17188         `nnmail-spool-file'.
17190         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17191         `nnmail-spool-file'.
17193         * gnus-move.el (gnus-change-server): Ditto.
17195         * gnus-kill.el (gnus-batch-score): Ditto.
17197         * gnus-cache.el (gnus-jog-cache): Ditto.
17199         * gnus-msg.el (gnus-summary-reply):
17200         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17202 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17204         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17205         version.  Minor improvement to doc strings.
17206         (tls-program): Add comment.
17208 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17210         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17211         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17212         mismatch between the hostname provided in the certificate and the name
17213         of the host connnecting to.
17214         (open-tls-stream): Use them.  Check certificates against trusted root
17215         certificates.
17217 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17219         * gnus-cache.el (gnus-cache-generate-nov-databases):
17220         Use nnml-generate-nov-databases-directory instead of
17221         nnml-generate-nov-databases-1.
17223 2007-11-24  Glenn Morris  <rgm@gnu.org>
17225         * message.el (message-tool-bar-retro): Update for rename
17226         mail_send.xpm->mail-send.xpm.
17228 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17230         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17231         `smime-ldap-search' for Emacs 22 and up.
17233 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17235         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17237         * message.el (message-send-mail-function): Fix error convention.
17238         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17239         (message-widen-reply, message-send-mail, message-talkative-question)
17240         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17241         (message-clone-locals, message-send-news): Use with-current-buffer.
17242         (message-insert-or-toggle-importance): Remove unused var `valid'.
17243         (message-make-references): Remove unused var `new-references'.
17244         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17246 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17248         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17249         (spam-split-symbolic-return-positive): Reflow docstring.
17250         (spam-backends, spam-summary-exit-behavior)
17251         (spam-mark-ham-unread-before-move-from-spam-group)
17252         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17253         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17254         (spam-clear-cache, spam-backend-check, spam-install-backend)
17255         (spam-install-statistical-backend, spam-list-of-processors)
17256         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17257         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17258         (spam-check-crm114, spam-initialize, spam-unload-hook):
17259         Fix typos in docstrings.
17261 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17263         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17264         been checked if they have never been read and those group levels are
17265         higher than the one that a user specified.
17267 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17269         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17270         foreign groups unless a group level is specified by a user.
17271         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17273 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17275         * message.el (message-send-mail-function): Require sendmail.
17277 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17279         * message.el (message-send-mail-function): Check for smtpmail too.
17281         * utf7.el (utf7-encode, utf7-decode): Use coding system
17282         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17284         * message.el (message-send-mail-function): New function.
17285         (message-send-mail-function): Set default using
17286         message-send-mail-function.  Adjust doc string.
17287         (message-send-mail-with-mailclient): New function.
17289 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17291         * smime.el (from):
17292         * rfc2047.el (message-posting-charset):
17293         * qp.el (mm-use-ultra-safe-encoding):
17294         * pop3.el (parse-time-months):
17295         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17296         * nnml.el (files):
17297         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17298         (jka-compr-compression-info-list, ange-ftp-path-format)
17299         (efs-path-regexp):
17300         * nndiary.el (files):
17301         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17302         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17303         (epg-digest-algorithm-alist, inhibit-redisplay)
17304         (password-cache-expiry):
17305         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17306         (pgg-output-buffer, password-cache-expiry):
17307         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17308         (efs-path-regexp):
17309         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17310         (inhibit-redisplay):
17311         * mm-uu.el (file-name, start-point, end-point, entry)
17312         (gnus-newsgroup-name, gnus-newsgroup-charset):
17313         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17314         (latin-unity-ucs-list):
17315         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17316         (mm-uu-binhex-decode-function):
17317         * message.el (gnus-message-group-art, gnus-list-identifiers)
17318         (rmail-enable-mime-composing, gnus-local-organization)
17319         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17320         (gnus-read-active-file, facemenu-add-face-function)
17321         (facemenu-remove-face-function, gnus-article-decoded-p)
17322         (tool-bar-mode):
17323         * mail-source.el (display-time-mail-function):
17324         * gnus-util.el (nnmail-pathname-coding-system)
17325         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17326         (gnus-original-article-buffer, gnus-user-agent)
17327         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17328         (xemacs-codename, sxemacs-codename, emacs-program-version):
17329         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17330         * gnus-start.el (gnus-agent-covered-methods)
17331         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17332         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17333         (gnus-newsgroup-headers, gnus-group-list-mode)
17334         (gnus-group-mark-positions, gnus-newsgroup-data)
17335         (gnus-newsgroup-unreads, nnoo-state-alist)
17336         (gnus-current-select-method, mail-sources)
17337         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17338         (nnmail-spool-file, gnus-cache-active-hashtb):
17339         * gnus-mh.el (mh-lib-progs):
17340         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17341         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17342         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17343         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17344         (gnus-group-buffer):
17345         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17346         (font-lock-set-defaults):
17347         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17348         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17349         (gnus-summary-post-menu, total-parts, type, condition, length):
17350         * gnus-agent.el (gnus-agent-read-agentview):
17351         * flow-fill.el (show-trailing-whitespace):
17352         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17353         eval-and-compile wrappers for byte compiler pacifiers.
17355         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17356         (mm-display-inline-fontify): Check for featurep 'xemacs not
17357         extent-list.
17359         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17360         itimer-list.
17361         (mm-create-image-xemacs): Only do something for XEmacs.
17362         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17364         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17366         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17367         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17369 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17371         * nnimap.el (nnimap-split-download-body):
17372         * gnus-demon.el (gnus-demon):
17373         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17375 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17377         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17378         New macros.
17379         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17380         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17381         copy data from unibyte buffer to multibyte current buffer.
17382         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17383         to copy data from unibyte current buffer to multibyte buffer.
17384         (nntp-make-process-buffer): Make process buffer unibyte.
17386         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17388 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17390         * pop3.el (pop3-open-server): Accept and process data more robustly at
17391         connection start to avoid spurious "POP SSL connection failed" errors.
17393 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17395         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17396         read group names.
17398 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17400         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17402 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17404         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17405         (nnmail-save-active): Use a unibyte buffer when saving active file,
17406         which may contain non-ASCII group names.
17408         * nnml.el (nnml-request-group): Decode group names in messages.
17410 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17412         * message.el (message-citation-line-function)
17413         (message-insert-formatted-citation-line): Fix spelling of
17414         `message-insert-formated-citation-line'.
17416 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17418         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17420 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17422         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17423         nnmail-pathname-coding-system.
17425         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17426         that a user enters; decode group names in messages.
17428         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17430 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17432         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17434         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17436         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17437         risky local variable.
17439         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17441 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17443         * encrypt.el: Improve documentation to fix function name typo.
17444         Reported by Daiki Ueno <ueno@unixuser.org>.
17446 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17448         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17449         even if the point is not in the last page of an article.
17450         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17451         back to the previous page.
17453 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17455         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17457 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17459         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17461 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17463         * message.el (message-check-news-body-syntax):
17464         Avoid mm-string-as-multibyte.
17465         (message-hide-headers): Don't assume (point-min)==1.
17467 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17469         * message.el (message-remove-blank-cited-lines): Fix if remove is
17470         given.
17471         (message-bogus-address-regexp): New variable.
17472         (message-bogus-recipient-p): New function.
17473         (message-check-recipients): New command.
17474         (message-syntax-checks): Add `bogus-recipient'.
17475         (message-fix-before-sending): Add `bogus-recipient'.
17477         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17478         (gnus-treat-body-boundary): Don't test window-system.
17480 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17482         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17484 2007-10-28  Miles Bader  <miles@gnu.org>
17486         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17487         at compile-time too.
17489 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17491         * gnus-msg.el (gnus-message-setup-hook):
17492         Add `message-remove-blank-cited-lines' to options.
17494 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17496         * message.el (message-remove-blank-cited-lines): New function.
17497         Suggested by Karl Plästerer.
17499 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17501         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17502         mapc.
17504         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17505         (top-level): Use mapc to set functions to be traced for debugging.
17507         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17508         called for effect with while loop.
17510         * message.el (message-talkative-question): Replace mapcar called for
17511         effect with mapc.
17513         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17514         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17515         called for effect with dolist.
17517         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17519         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17520         gnus-extra-headers and nnmail-extra-headers.
17522         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17523         called for effect with dolist.
17524         (top-level): Use mapc to set functions to be traced for debugging.
17526         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17527         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17528         dolist.
17530         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17531         Replace mapcar called for effect with mapc.
17532         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17533         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17534         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17535         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17537         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17538         remove-if that's a cl function.
17540         * webmail.el (webmail-debug): Replace mapcar called for effect with
17541         dolist.
17543         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17544         with mapc.
17546 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17548         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17549         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17550         with while loop.
17552         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17553         functions from article-* functions.
17554         (gnus-multi-decode-header): Replace mapcar called for effect with
17555         dolist.
17557         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17558         (gnus-bookmark-show-details): Replace mapcar called for effect with
17559         while loop.
17561         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17562         called for effect with while loop.
17564         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17565         with dolist.
17567         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17568         Replace mapcar called for effect with dolist.
17570         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17572         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17573         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17574         Replace mapcar called for effect with dolist.
17575         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17576         mapc.
17578         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17579         Replace mapcar called for effect with dolist.
17580         (gnus-topic-list): Replace mapcar called for effect with mapc.
17582         * gnus.el: Use mapc instead of mapcar to add autoloads.
17584 2007-10-23  Richard Stallman  <rms@gnu.org>
17586         * gnus-group.el (gnus-group-highlight): Mark as risky.
17588 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17590         * gnus.el (gnus-server-to-method): Return method found first in
17591         gnus-newsrc-alist.
17593         * gnus-art.el (gnus-article-highlight-signature)
17594         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17595         button overlay without the front stickiness.
17597 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17599         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17600         overview buffer needed a catch to receive its throw.
17601         (gnus-agent-flush-cache): Declare as interactive to make this function
17602         easier to use.
17604 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17606         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17607         `next-line'.
17609 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17611         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17612         exclude address matching message-dont-reply-to-names.
17614 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17616         * gnus-util.el (gnus-string<): New function.
17618         * gnus-sum.el (gnus-article-sort-by-author)
17619         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17621 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17623         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17624         the frame-focus tag is set in gnus-buffer-configuration.
17626 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17628         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17629         the front stickiness.
17631 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17633         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17634         url pattern; remove duplicate one.
17635         (gnus-article-extend-url-button): New function.
17636         (gnus-article-add-buttons): Use it.
17637         (gnus-button-push): Use concatenated url that it makes.
17639 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17641         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17643 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17645         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17646         Don't hardcode point-min==1.
17648 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17650         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17651         Fix comment about "iso8859-1".
17653 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17655         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17656         ones returned from the verify-function.
17658         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17659         Call mml2015-extract-cleartext-signature if extraction failed.
17661 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17663         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17664         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17665         failed.
17667 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17669         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17671 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17673         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17674         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17675         recommends to use EasyPG instead of PGG.
17677         * pgg.el: Revert to revision 6.23.2.16.
17679         * pgg-def.el: Revert to revision 6.6.2.14.
17681         * pgg-gpg.el: Revert to revision 6.23.2.34.
17683 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17685         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17686         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17687         thread for both the null and zero (kill/expire thread) universal prefix
17688         cases.
17689         (gnus-summary-expire-thread): Add new function to expire a thread,
17690         using gnus-summary-kill-thread.
17691         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17692         shortcuts for gnus-summary-expire-thread.
17693         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17694         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17696 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17698         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17699         extras value, so an extras entry can be deleted.
17700         (gnus-registry-delete-extra-entry): Use it.
17701         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17702         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17703         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17704         storage through the gnus-registry, and provide an appropriate API for
17705         it.
17707 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17709         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17710         Suggested by Leo <sdl.web@gmail.com>.
17712         * gnus.el: Do.
17714 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17716         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17717         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17719         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17721         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17722         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17724 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17726         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17727         newline.
17728         (nnmbox-request-accept-article): Don't change article in source buffer;
17729         narrow to header to use message-fetch-field rather than
17730         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17731         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17732         as delimiters; make sure article ends with newline.
17733         (nnmbox-delete-mail): Correct last position of article to be deleted;
17734         ignore X-Gnus-Newsgroup header in article body.
17735         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17736         positions; make sure article ends with newline.
17738         * message.el (message-display-abbrev): Don't infloop when a user
17739         inserts SPC in the beginning of header.
17741         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17742         coding-system-for-read and coding-system-for-write for XEmacs having no
17743         file-coding feature.
17745         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17747 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17749         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17750         list of groups not followed by default.  Fix type to be regexp.
17751         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17753 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17755         * hmac-def.el (define-hmac-function): Switch from old-style to
17756         new-style backquotes.
17758         * md4.el (md4-make-step): Likewise.
17760 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17762         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17763         raw-text coding system when saving .newsrc file, which may contain
17764         non-ASCII group names.
17766 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17768         * gnus-cus.el (gnus-score-extra): New widget.
17769         (gnus-score-extra-convert): New function.
17770         (gnus-score-customize): Use it for Extra.
17772 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17774         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17775         (mml2015-mailcrypt-clear-verify): Use it.
17776         (mml2015-gpg-clear-verify): Use it.
17777         (mml2015-pgg-clear-verify): Use it.
17778         (mml2015-epg-clear-verify): Replace the current part with the output
17779         from GnuPG; don't extract the plaintext by itself.
17781         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17782         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17783         mml2015-clear-verify-function; don't touch the armor headers or
17784         dash-escaped text here.
17786 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17788         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17789         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17790         parts, or application/octet-stream as a last resort.
17791         (gnus-mime-view-part-as-type): Don't toggle display.
17792         (gnus-mime-view-part-as-charset): Don't turn off display before
17793         querying charset.
17795         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17796         stuff to undisplayer function in Emacs.
17797         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17799         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17800         text/calendar parts.
17802 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17804         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17805         decoding text/calendar parts.
17807         * message.el (message-forward-make-body-mime): Always mark body as
17808         having no illegible text; remove signed-or-encrypted argument.
17809         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17811         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17812         (mml-generate-mime-1): Don't encode body if it is specified to be in
17813         raw form; don't make buffer be unibyte when inserting multibyte string.
17815 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17817         * sha1.el: Fix up comment style.
17818         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17819         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17821         * hex-util.el: Fix up comment style.
17822         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17824         * gnus-salt.el: Use with-current-buffer.
17825         (gnus-pick-setup-message): Fix long-standing typo.
17827 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17829         * imap.el (imap-logout-timeout): New variable.
17830         (imap-logout, imap-logout-wait): New functions.
17831         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17833         * nnimap.el (nnimap-logout-timeout): New server variable.
17834         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17835         nnimap-logout-timeout.
17837         * gnus-art.el (gnus-article-summary-command-nosave)
17838         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17840 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17842         * gnus.el (gnus-maximum-newsgroup): New variable.
17844         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17845         according to gnus-maximum-newsgroup.
17847         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17848         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17849         Limit the range of articles according to gnus-maximum-newsgroup.
17851 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17853         * gnus-art.el (gnus-sticky-article): Fix problems described in
17854         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17855         Don't perform gnus-configure-windows here; reuse existing sticky
17856         article buffer.
17858         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17859         it doesn't exist in gnus-article-mode.
17861 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17863         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17864         (gnus-agent-decoded-group-name): New function.
17865         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17866         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17868 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17870         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17871         Add binding for gnus-sticky-article.
17872         (gnus-summary-exit): Don't kill sticky article buffers.
17874         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17875         article buffer.
17876         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17877         (gnus-kill-sticky-article-buffers): New commands.
17879 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17881         * nntp.el (nntp-xref-number-is-evil): New server variable.
17882         (nntp-find-group-and-number): If it is non-nil, don't trust article
17883         numbers in the Xref header.
17885 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17887         * gnus-agent.el (gnus-agent-read-group): New function.
17888         (gnus-agent-flush-group, gnus-agent-expire-group)
17889         (gnus-agent-regenerate-group): Use it.
17890         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17891         nnmail-pathname-coding-system.
17893 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17895         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17897         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17898         that are unread as unread, and also as selected so that information of
17899         marks having been changed by a user may be updated when exiting group.
17901 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17903         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17905 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17907         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17908         calculated ignoring signature parts to gnus-treat-article.
17910 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17912         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17913         a point here in order to keep the window start.
17914         (gnus-insert-mime-security-button): Make a button overlay without the
17915         front stickiness.
17916         (gnus-mime-display-security): Goto the end of a button.
17918         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17920 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17922         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17923         group-name-at-point.
17924         (gnus-group-completing-read): New function that offers decoded
17925         non-ASCII group names for completion.
17926         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17927         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17928         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17929         (gnus-group-fetch-control): Use it.
17930         (gnus-fetch-group): Use group-name-at-point for the initial value
17931         rather than the default value; use gnus-alive-p.
17933         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17934         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17935         (gnus-summary-post-news): Use gnus-group-completing-read.
17937         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17938         (gnus-read-move-group-name): Decode group name for completion.
17940 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17942         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17943         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17944         Yamaoka slightly modified the code).
17946 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17948         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17949         (nnmail-split-incoming): Bind it.
17951         * nnml.el (nnml-group-name-charset): New function.
17952         (nnml-decoded-group-name): Use it; don't decode group name if
17953         nnmail-group-names-not-encoded-p is non-nil.
17954         (nnml-encoded-group-name): New function.
17955         (nnml-group-pathname): Inline nnml-decoded-group-name.
17956         (nnml-request-expire-articles): Decode group name in message.
17957         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17958         nnmail-pathname-coding-system.
17959         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17960         not decoded ones according to nnmail-group-names-not-encoded-p.
17961         (nnml-generate-active-info): Use nnml-encoded-group-name.
17963 2007-08-08  Glenn Morris  <rgm@gnu.org>
17965         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17966         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17967         doc-strings and comments.
17969 2007-07-25  Glenn Morris  <rgm@gnu.org>
17971         * Relicense all FSF files to GPLv3 or later.
17973 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17975         * gnus-sum.el (gnus-summary-move-article):
17976         Make gnus-summary-respool-article work.
17978 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17980         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17981         string.
17983 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17985         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17986         that should be ignored when comparing distant RSS articles with local
17987         ones.
17988         (nnrss-make-hash-index): New function.  Create a hash index according
17989         to the ignored fields.
17990         (nnrss-check-group): Use it.
17992 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17994         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17996         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17998         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17999         the new optional argument ENCODED is non-nil.
18000         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
18001         coding system for encoding group name.
18002         (gnus-group-make-rss-group): Pass un-encoded group name to
18003         gnus-group-make-group.
18004         (gnus-group-set-info): Tell gnus-group-make-group that group name is
18005         encoded.
18007         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
18008         Encode group name to which articles are moved or copied.
18009         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
18010         coding system for encoding Newsgroup, Followup-To and Xref headers.
18012         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
18013         marks; use nnheader-file-coding-system to write a file.
18014         (nnagent-retrieve-headers): Bind file-name-coding-system to
18015         nnmail-pathname-coding-system.
18017         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
18019         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
18020         (nnml-request-article, nnml-request-create-group)
18021         (nnml-request-rename-group, nnml-find-id)
18022         (nnml-possibly-change-directory, nnml-possibly-create-directory)
18023         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
18024         (nnml-save-marks): Use nnml-group-pathname instead of
18025         nnmail-group-pathname.
18027         (nnml-request-create-group, nnml-request-expire-articles)
18028         (nnml-request-move-article, nnml-request-delete-group)
18029         (nnml-deletable-article-p, nnml-possibly-create-directory)
18030         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
18031         (nnml-open-marks): Bind file-name-coding-system to
18032         nnmail-pathname-coding-system.
18034         (nnml-request-article): Pass server argument to nnml-find-group-number.
18035         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
18036         Pass server argument to nnml-possibly-create-directory.
18037         (nnml-request-accept-article): Pass server argument to
18038         nnml-active-number and nnml-save-mail.
18039         (nnml-find-group-number): Pass server argument to nnml-find-id.
18040         (nnml-request-update-info): Pass server argument to
18041         nnml-marks-changed-p.
18043         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
18044         (nnml-save-mail, nnml-active-number): Add server argument.
18046         (nnml-request-delete-group): Warn if group is missing.
18047         (nnml-get-nov-buffer): Decode group name.
18048         (nnml-generate-active-info): Encode group name.
18049         (nnml-open-marks): Decode group name in messages.
18051 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18053         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
18054         if it is not specified.
18055         (gnus-article-pipe-part, gnus-article-save-part)
18056         (gnus-article-interactively-view-part, gnus-article-copy-part)
18057         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
18058         (gnus-article-inline-part, gnus-article-save-part-and-strip)
18059         (gnus-article-replace-part, gnus-article-delete-part)
18060         (gnus-article-view-part-as-type): Pass raw prefix argument to
18061         gnus-article-part-wrapper.
18063 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18065         * gnus-agent.el (gnus-agent-save-active):
18066         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
18068         * gnus-cache.el (gnus-cache-save-buffers)
18069         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
18070         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
18071         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
18072         (gnus-cache-braid-nov, gnus-cache-braid-heads)
18073         (gnus-cache-generate-active, gnus-cache-rename-group)
18074         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
18075         (gnus-cache-update-overview-total-fetched-for):
18076         Bind file-name-coding-system to nnmail-pathname-coding-system.
18077         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
18078         New variables.
18079         (gnus-cache-decoded-group-name): New function.
18080         (gnus-cache-file-name): Use it.
18081         (gnus-cache-generate-active): Use non-decoded group name for active.
18083         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
18084         right place.
18085         (gnus-write-active-file): Don't break non-ASCII group names.
18087         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
18088         nnmail-pathname-coding-system.
18090         * lpath.el: Bind default-file-name-coding-system,
18091         file-name-coding-system and language-info-alist for XEmacs.
18093         * gnus-uu.el (gnus-uu-decode-save): Typo.
18095 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18097         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
18099 2007-07-14  David Kastrup  <dak@gnu.org>
18101         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
18102         finishing actions if we did not edit the article.
18104 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18106         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
18107         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
18108         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
18109         (gnus-agent-flush-group, gnus-agent-flush-cache)
18110         (gnus-agent-fetch-headers, gnus-agent-load-alist)
18111         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
18112         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18113         (gnus-agent-regenerate-group)
18114         (gnus-agent-update-files-total-fetched-for)
18115         (gnus-agent-update-view-total-fetched-for):
18116         Bind file-name-coding-system to nnmail-pathname-coding-system.
18117         (gnus-agent-group-pathname): Don't encode file names by
18118         nnmail-pathname-coding-system.
18119         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18120         coding-system-for-write instead of buffer-file-coding-system to
18121         gnus-agent-file-coding-system.
18123         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18124         Decode group name.
18126         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18128         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18129         (gnus-read-newsrc-el-file): Make group names unibyte.
18131         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18132         nnmail-pathname-coding-system.
18134         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18135         (nnrss-request-delete-group): Bind file-name-coding-system to
18136         nnmail-pathname-coding-system.
18137         (nnrss-read-server-data, nnrss-read-group-data):
18138         Bind file-name-coding-system correctly.
18139         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18141         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18142         (nntp-server-to-method-cache): New variable.
18143         (nntp-group-pathname): New function that decodes non-ASCII group names.
18144         (nntp-possibly-create-directory, nntp-marks-changed-p)
18145         (nntp-save-marks, nntp-open-marks): Use it.
18146         (nntp-possibly-create-directory, nntp-open-marks):
18147         Bind file-name-coding-system to nnmail-pathname-coding-system.
18148         (nntp-open-marks): Decode group names when bootstrapping marks.
18150         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18151         Newsgroups and Followup-To headers.
18153 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18155         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18156         (gnus-server-closed-face, gnus-server-denied-face)
18157         (gnus-server-offline-face): Remove variable.
18158         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18160         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18161         of modifying message-stack directly for XEmacs.
18163         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18164         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18165         if the coding-system argument is nil for XEmacs.
18167         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18168         mm-charset-override-alist.
18170         * rfc2047.el: Don't require base64; require rfc2045 for the function
18171         rfc2045-encode-string.
18172         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18173         to quote the parameter value.
18175 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18177         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18178         form in gnus-group-name-charset-method-alist.
18180         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18181         overrides the default layout edit-form.
18183         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18185         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18187 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18189         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18190         as unfetched articles.
18192 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18194         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18196 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18198         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18199         original back end that keeps marks in the local system.
18201 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18203         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18204         arg of pop-to-buffer for XEmacs.
18205         (gnus-article-read-summary-keys): Ditto; don't restore window
18206         configuration if summary command ends up with neither article buffer
18207         nor summary buffer; describe bindings if summary keys end with C-h.
18209 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18211         * message.el (message-fix-before-sending): Skip raw message part to be
18212         forwarded while checking illegible text.
18213         (message-forward-make-body-mime, message-forward-make-body):
18214         Mark signed or encrypted raw message as having no illegible text.
18216 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18218         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18219         (gnus-message-with-timestamp-1): New macro.
18220         (gnus-message-with-timestamp): New function.
18221         (gnus-message): Use them.
18223         * nnheader.el (nnheader-message): Use them.
18225 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18227         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18228         .newsrc.eld file.
18230 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18232         * gnus-agent.el (gnus-agent-fetch-headers)
18233         (gnus-agent-retrieve-headers):
18234         Bind gnus-decode-encoded-address-function to identity.
18236         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18237         available also when the server returns simply a dot.
18239         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18241 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18243         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18245 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18247         * gnus-ems.el (gnus-x-splash): Make it work.
18249         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18250         from being used.
18252         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18254 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18256         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18257         4th and the 5th arguments.
18259         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18260         the front stickiness.
18261         (gnus-article-summary-command-nosave): Correct the order of the
18262         arguments passed to pop-to-buffer.
18263         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18264         summary command ends up with the article buffer.
18266         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18267         the same faces.
18269 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18271         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18273 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18275         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18276         * gnus-sum.el (gnus-summary-highlight):
18277         * pgg.el (pgg-sign-region, pgg-sign):
18278         * mail-source.el (mail-source-delete-old-incoming-confirm):
18279         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18281 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18283         * gnus-art.el (gnus-mime-view-part-externally)
18284         (gnus-mime-view-part-internally): Fix predicate function passed to
18285         completing-read.
18287         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18289         * gnus.el (gnus-update-message-archive-method): Add :version.
18291 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18293         * gnus.el (gnus-update-message-archive-method): New variable.
18295         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18296         according to gnus-message-archive-method if
18297         gnus-update-message-archive-method is non-nil.
18299 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18301         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18302         Suggested by Loic Dachary <loic@dachary.org>.
18303         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18305 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18307         * message.el (message-pop-to-buffer): Add switch-function argument.
18308         (message-mail): Pass switch-function argument to it.
18310 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18312         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18313         Improve doc string.
18315 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18317         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18318         (gnus-header-content):
18319         * gnus-cite.el (gnus-cite-10):
18320         * gnus-srvr.el (gnus-server-closed):
18321         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18322         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18323         (gnus-group-mail-3-empty, gnus-group-mail-low)
18324         (gnus-group-mail-low-empty, gnus-splash):
18325         * message.el (message-header-to, message-header-cc)
18326         (message-header-subject, message-header-other, message-header-name)
18327         (message-header-xheader, message-separator, message-cited-text)
18328         (message-mml): Lighten colors of faces used for dark background.
18330 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18332         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18333         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18335 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18337         * message.el (message-narrow-to-headers-or-head):
18338         Ignore mail-header-separator in the body.
18340 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18342         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18343         same as window size.
18345 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18347         * message.el (message-font-lock-keywords): Use message-header-xheader
18348         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18349         ahead of the anything pattern, to get it recognized.
18351 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18353         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18354         spam.el loads uses it in the compiled defadvice form.
18356 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18358         * gnus-sum.el (gnus-articles-to-read)
18359         (gnus-summary-insert-old-articles): Don't truncate group name for
18360         `read-string'.
18362         * gnus-util.el (gnus-limit-string): Delete this function.
18364         * gnus-sum.el (gnus-simplify-subject-fully):
18365         Use `truncate-string-to-width' instead.
18367 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18369         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18370         Tell if, on summary exit, the next group has to be selected.
18371         (gnus-summary-exit): Use it.
18373 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18375         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18376         non-break space.
18378 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18380         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18381         Check if group is not a directory.
18382         (nnfolder-request-expire-articles): Don't delete articles if the target
18383         group is not available.
18385         * nnml.el (nnml-request-create-group): Properly check if group is not a
18386         file.
18387         (nnml-request-expire-articles): Don't delete articles if the target
18388         group is not available.
18390         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18391         Don't quote characters that are within parentheses.
18393 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18395         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18396         (gnus-handle-ephemeral-exit): Select article according to it.
18398 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18400         * message.el (message-insert-formated-citation-line): Remove newline.
18401         (message-citation-line-format): Add final \n here so that the user can
18402         avoid a blank line.
18404 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18406         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18407         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18408         Update lanl/arXiv support.
18410 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18412         * gnus.el: Bump version number.
18414 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18416         * gnus.el (gnus-version-number): Bump version.
18418 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18420         * gnus.el: No Gnus v0.6 is released.
18422 2007-04-27  Didier Verna  <didier@xemacs.org>
18424         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18425         * gmm-utils.el (gmm-regexp-concat): ... here.
18426         * message.el: Don't require 'gnus-util.
18427         (message-dont-reply-to-names): Handle name change above.
18428         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18430 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18432         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18433         since the initial value varies according to the system.
18435 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18437         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18439 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18441         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18443 2007-04-24  Didier Verna  <didier@xemacs.org>
18445         Improve the type of gnus-ignored-from-addresses.
18446         * gnus-util.el (gnus-orify-regexp): New function.
18447         * message.el (gnus-util): Require it.
18448         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18449         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18450         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18452 2007-04-24  Didier Verna  <didier@xemacs.org>
18454         * gnus-sum.el:
18455         * gnus-utils.el: Fix some trailing whitespaces.
18457 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18459         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18460         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18461         article's Message-ID; refer parent article in summary buffer.
18463         * message.el (message-bounce): Call mime-to-mml.
18465         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18466         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18467         optimize and/or forms properly.
18469 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18471         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18472         URL.
18474 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18476         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18478 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18480         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18481         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18482         displayed of multipart/alternative part if it is invoked from summary
18483         buffer.
18485         * mm-view.el (mm-inline-text-html-render-with-w3m)
18486         (mm-inline-text-html-render-with-w3m-standalone)
18487         (mm-inline-render-with-function): Use mail-parse-charset by default.
18489 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18491         * parse-time.el (parse-time-string-chars): Check if CHAR
18492         is less than the length of parse-time-syntax.
18494 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18496         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18497         from gnus-newsgroup-processable.
18499 2007-04-16  Didier Verna  <didier@xemacs.org>
18501         * gnus-msg.el (gnus-configure-posting-styles):
18502         Handle message-signature-directory properly with :file syntax.
18503         Reported by "Leo".
18505 2007-04-11  Didier Verna  <didier@xemacs.org>
18507         New user option: message-signature-directory.
18508         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18509         * message.el (message-insert-signature): Ditto.
18510         * message.el (message-signature-file): Doc update.
18511         * message.el (message-signature-directory): New.
18513 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18515         * gnus-msg.el (gnus-inews-yank-articles):
18516         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18518 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18520         * message.el (message-yank-original): Make sure cited text ends with
18521         newline; don't exchange point and mark.
18523 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18525         * tls.el (open-tls-stream): Properly handle case where there
18526         is no associated buffer.
18528 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18530         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18531         message-yank-original, make sure (< mark TEXT point).
18533 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18535         * message.el (message-fill-column): New variable.
18536         (message-mode): Use it.  Add comment on a possible new hook.
18538         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18539         (nnmail-get-new-mail): Reformat.
18541         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18543         * gmm-utils.el: Fix Commentary.
18544         (gmm-tool-bar-from-list): Fix typo in doc string.
18546 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18548         * message.el (message-yank-original): Don't switch point and mark
18549         unnecessarily to put point and mark as documented.
18551 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18553         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18554         from the message heads.
18556 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18558         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18559         article buffer does not have a window.  This may not be the best
18560         solution but is certainly better than setting the start of the null,
18561         that is the current, window.
18563 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18565         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18566         (gnus-draft-setup): Run it.
18568         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18569         gnus-score-fast-scoring.  Allow regexp.
18570         (gnus-score-headers): Use it.
18572         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18573         XEmacs.
18575         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18576         string.
18577         (gnus-button-alist): Also catch `<f1> k ...'.
18578         (gnus-treat-display-x-face): Fix doc string.
18580 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18582         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18583         evaluation of gnus-extended-version to ensure correct generation of the
18584         User-Agent header when message-generate-headers-first is used.
18586 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18588         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18589         hashcash-path is nil.  Don't call callback with incorrect number of
18590         parameters if val is 0.
18592 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18594         * message.el (message-required-news-headers):
18595         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18597 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18599         * tls.el (open-tls-stream): In handshake-waiting loop,
18600         don't wait more if there is output available to process.
18602 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18604         * tls.el (tls-program): Doc fix.
18606 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18608         * message.el (message-generate-new-buffers): Change the meaning of the
18609         nil value; add `standard' to the choices; treat t as `unique'; improve
18610         doc string.
18611         (gnus-select-frame-set-input-focus): Autoload.
18612         (message-buffer-name): Search for the existing message buffer if
18613         message-generate-new-buffers is nil or `standard'; treat the value t of
18614         message-generate-new-buffers as `unique'.
18615         (message-pop-to-buffer): Raise the frame already displaying the message
18616         buffer; clear the echo area after querying.
18617         (message-setup): Pass the `continue' argument to compose-mail.
18618         (message-mail): Prefer `switch-function' if it is given; search for the
18619         existing message buffer if the `continue' argument is non-nil; pass
18620         continue and switch-function arguments to compose-mail by way of
18621         message-setup.
18622         (message-mail-other-window): Adjust argument of message-setup.
18623         (message-mail-other-frame): Ditto.
18625 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18627         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18628         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18629         to turn font-lock on when turning gnus-message-citation-mode on.
18631 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18633         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18634         (mml-smime-function-alist): New variable; add epg as the backend.
18635         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18636         mml-smime- functions instead.
18637         * mm-view.el: Require smime.
18639 2007-03-05  Didier Verna  <didier@xemacs.org>
18641         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18642         instead of just inheritance for posting styles.
18643         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18645 2007-02-24  Chris Moore  <dooglus@gmail.com>
18647         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18648         * pgg-pgp.el (pgg-pgp-encrypt-region):
18649         * pgg-gpg.el (pgg-gpg-encrypt-region):
18650         Check pgg-encrypt-for-me if no other recipients.
18652 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18654         * tls.el (tls-certtool-program): Fix custom type.
18656 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18658         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18659         and point-at-eol instead of line-(beginning|end)-position.
18661         * assistant.el (assistant-parse-buffer): Ditto.
18663         * netrc.el (netrc-parse-services): Ditto.
18665 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18667         * mml2015.el (mml2015-epg-find-usable-key): New function.
18668         (mml2015-epg-sign): Use it.
18669         (mml2015-epg-encrypt): Use it.
18671 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18673         * message.el (message-make-in-reply-to): Quote name containing
18674         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18675         if there are special characters.  Reported by NAKAJI Hiroyuki
18676         <nakaji@jp.freebsd.org>.
18678 2007-02-27  Didier Verna  <didier@xemacs.org>
18680         Include the group parameters as well as the topic ones in the
18681         inheritance filter process.
18682         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18683         argument GROUP-PARAMS-LIST.
18684         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18686 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18688         * nntp.el (nntp-never-echoes-commands)
18689         (nntp-open-connection-functions-never-echo-commands): New variables.
18690         (nntp-send-command): Use them.
18692 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18694         * mml2015.el (mml2015-epg-verify): Simplify.
18696 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18698         * mml.el (mml-content-disposition-alist): New user option.
18699         (mml-content-disposition): New function.
18700         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18701         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18703 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18705         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18706         verification.
18708 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18710         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18711         articles posted in the last 24 hours.
18713 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18715         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18717 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18719         * nntp.el (nntp-send-command): Don't wait for echoes when
18720         nntp-open-ssl-stream is used.
18722 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18724         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18725         (gnus-message-add-citation-keywords)
18726         (gnus-message-remove-citation-keywords): Remove.
18727         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18728         directly, make the variables in font-lock-defaults buffer-local, add
18729         gnus-message-citation-keywords to them and then update the value of
18730         font-lock-keywords.
18732 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18734         * message.el (message-cite-original-1): Don't call
18735         gnus-article-highlight-citation.
18737         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18738         citations; fix line count.
18740 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18742         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18743         (gnus-message-add-citation-keywords)
18744         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18745         versions of font-lock-add-keywords and font-lock-remove-keywords to
18746         work with XEmacs correctly.
18748 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18750         * gnus-cite.el (gnus-cite-face-list): Set the values of
18751         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18752         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18753         (gnus-message-cite-prefix-regexp): New variable.
18754         (gnus-message-search-citation-line): Use it; protect against long
18755         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18756         the 0th match data for Emacs.
18757         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18758         (gnus-message-add-citation-keywords): Append keywords rather than
18759         prepending; emulate font-lock-add-keywords if it is not available.
18760         (gnus-message-remove-citation-keywords):
18761         Emulate font-lock-remove-keywords if it is not available.
18763         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18765         * message.el (message-cite-prefix-regexp): Set the value of
18766         gnus-message-cite-prefix-regexp.
18768 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18770         * nnweb.el (nnweb-google-parse-1): Update parser.
18772 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18774         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18776 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18778         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18779         regexp.
18781 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18783         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18784         string-to-multibyte.
18785         (uudecode-decode-region-internal): Use it.
18787         * lpath.el: Fbind string-as-multibyte for XEmacs.
18789 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18791         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18792         Fix custom choice.
18794         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18796 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18798         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18800         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18801         `write-region' to respect `mm-inhibit-file-name-handlers'.
18803 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18805         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18806         Use gnus-home-directory instead of "~/" or "$HOME".
18808 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18810         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18811         to mention filename.
18812         Add comments at beginning regarding usage.
18813         (encrypt-write-file-contents): Change interactive so a string is
18814         acceptable.  If the file has no associated model, show an error instead
18815         of a nonsense prompt.
18817 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18819         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18820         Thanks to Yoshihiko Yamada for kind notification of this typo.
18822 2007-01-12  Kenichi Handa  <handa@m17n.org>
18824         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18825         multibyte buffer.
18827 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18829         * gnus-score.el (gnus-score-fast-scoring): New variable.
18830         (gnus-score-headers): Use it.
18832         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18834         * message.el (message-cite-original-1):
18835         Call gnus-article-highlight-citation if requested.
18836         (message-make-from): Allow name and address as optional arguments.
18838         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18840         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18841         bugs to doc string.
18842         (gnus-button-alist): Add mid\\|message-id.
18843         (gnus-button-fetch-group): Extend for use in
18844         `browse-url-browser-function'.
18845         (gnus-button-url-regexp): Try to catch paired parentheses like in
18846         Wikipedia URLs.
18848         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18849         Suggested by Simon Krahnke <overlord@gmx.li>.
18851 2007-01-13  Romain Francoise  <romain@orebokech.com>
18853         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18854         Update copyright.
18856 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18858         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18860 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18862         * gnus-registry.el (gnus-registry-unfollowed-groups)
18863         (gnus-registry-split-fancy-with-parent): Fix documentation.
18865 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18867         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18868         from nnweb groups.
18870 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18872         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18873         Xref urls.  Erase buffer before requesting head.
18875         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18877 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18879         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18880         customizable.
18882 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18884         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18885         no signing key is found.
18886         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18887         no encrypting and/or signing key is found.
18889 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18891         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18893 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18895         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18896         headers read from disk with the ones newly found in the current search.
18897         This should no longer cause problems, because the article numbers in
18898         Gmane's `nov.php' output are ignored since the previous change.
18900 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18902         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18904 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18906         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18907         replace-regexp-in-string; bind url-version; fbind display-images-p and
18908         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18909         find-face and set-itimer-function for Emacs; bind itimer-list for
18910         Emacs.
18912         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18914 2007-01-01  Romain Francoise  <romain@orebokech.com>
18916         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18918 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18920         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18921         `define-minor-mode' macro definition expanded properly.
18922         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18923         exclude it there.
18925         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18926         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18927         `fboundp' test.
18928         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18929         This is OK to autoload in (S)XEmacs now.
18931 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18933         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18934         keystroke.
18935         (gnus-summary-limit-to-singletons): Fix typo.
18937         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18938         else fails.
18940 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18942         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18943         docstring.
18945         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18946         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18947         (gnus-summary-insert-dormant-articles): Fix typo in message.
18949 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18951         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18952         nil for XEmacs.
18953         (gnus-message-citation-mode): Don't autoload in XEmacs.
18955         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18957 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18959         * nnimap.el (nnimap-expunge-search-string):
18960         Mention nnimap-search-uids-not-since-is-evil in docstring.
18962 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18964         * spam.el: Revert to make-obsolete-variable because
18965         define-obsolete-variable-alias is not supported in Emacs 21.
18967         * spam.el (spam-ifile-path, spam-ifile-database-path)
18968         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18969         make-obsolete-variable.
18970         (spam-bsfilter-path, spam-bsfilter-program)
18971         (spam-spamassassin-path, spam-spamassassin-program)
18972         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18973         Don't use "path" inappropriately.
18974         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18975         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18976         variable names.
18978 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18980         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18981         summary buffer.
18983         * password.el (password-cache-remove): Use clear-string to burn
18984         password, if available.
18986 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18988         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18990         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18992         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18993         (gnus-message-highlight-citation): Move defcustom here from
18994         gnus-cite.el.
18995         (gnus-message-citation-mode): Autoload.
18997         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18998         checks to make it compile with XEmacs.
18999         (gnus-message-citation-mode): New minor mode.
19000         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
19001         (gnus-message-highlight-citation): New variables.
19002         (gnus-message-search-citation-line)
19003         (gnus-message-add-citation-keywords)
19004         (gnus-message-remove-citation-keywords)
19005         (turn-on-gnus-message-citation-mode)
19006         (turn-off-gnus-message-citation-mode): New functions.
19008 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
19010         * gnus-cite.el: Enable highlighting of different citation levels in
19011         message-mode.
19013 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
19015         * message.el (message-make-fqdn): Fix comment.
19016         (message-bogus-system-names): Add ".local".
19018         * spam.el (spam-ifile-path, spam-ifile-program)
19019         (spam-ifile-database-path, spam-ifile-database)
19020         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
19021         Don't use "path" inappropriately.
19022         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
19023         strings.
19024         (spam-check-ifile, spam-ifile-register-with-ifile)
19025         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
19026         Use new variable names.
19028         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
19029         (gnus-treat-display-smileys): Simplify using
19030         gnus-image-type-available-p.
19032         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
19033         available.
19035         * gnus-xmas.el (gnus-xmas-image-type-available-p):
19036         Use `display-images-p' if available.
19038 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19040         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
19041         one after turning on the buffer's multibyteness instead of decoding
19042         them directly in the unibyte buffer that causes unexpected conversion
19043         in Emacs 23 (unicode).
19045 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19047         * message.el (message-generate-hashcash): Fix custom type.
19049 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19051         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
19053 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19055         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
19056         disconnect icons.  Add help text.
19058 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
19060         * spam.el (spam-extra-header-to-number): CRM114 spam score is
19061         negated to be consistent with the others we handle.
19063 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19065         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
19066         version of gnus-summary-buffer to something, so that we can use two
19067         article buffers at the same time.
19069 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
19071         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
19072         trigger all the extra headers.
19073         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
19074         sorting.
19076 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19078         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
19079         solid groups.
19081 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
19083         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
19085 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
19087         * legacy-gnus-agent.el: Add Copyright notice.
19089 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
19091         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
19093 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19095         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
19097         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
19098         to make it work reliably in CVS Emacs.
19099         (gnus-summary-limit-strange-charsets-predicate)
19100         (gnus-summary-limit-to-predicate): New functions.
19102 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
19104         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
19105         specifying array size.
19106         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
19107         array if it is too small.
19108         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
19109         (gnus-sort-threads-loop): New function.
19111 2006-12-06  Chris Moore  <dooglus@gmail.com>
19113         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19114         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19116 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19118         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19119         options.
19121 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19123         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19124         DOS-ing the recipient.
19126         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19127         the headers when creating the mapping to avoid mismappings.
19128         (nnweb-gmane-create-mapping): Always nix out old mapping.
19130 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19132         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19133         and mm-verify-option to never.
19135 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19137         * message.el (message-signed-or-encrypted-p): New function.
19138         (message-forward-make-body): Use it.
19140         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19141         Replace encode-coding-string with mm-encode-coding-string.
19143 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19145         * nneething.el (nneething-decode-file-name):
19146         Replace decode-coding-string with mm-decode-coding-string.
19148         * gnus-int.el (gnus-open-server): Say failed server's name.
19150 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19152         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19153         strings to a single string.  Quote `errors-file-name'.
19154         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19155         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19156         Adjust calls.  Use `shell-quote-argument'.
19158 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19160         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19161         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19163         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19164         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19165         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19166         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19167         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19168         (gnus-subscribe-newsgroup, gnus-1):
19169         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19170         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19171         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19172         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19174 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19176         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19177         keystroke.
19178         (gnus-summary-limit-to-bodies): Implement headersp.
19180 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19182         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19184 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19186         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19188 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19190         * message.el (message-generate-hashcash): Expand range of values to
19191         include `opportunistic'.
19192         (message-send-mail): Use it.
19194 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19196         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19197         and comment it.
19199         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19201 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19203         * gnus-util.el (gnus-extract-address-components): Improve comment.
19205 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19207         * gnus-util.el (gnus-extract-address-components): Work with address in
19208         which the name portion contains @.
19210         * lpath.el: Fbind custom-autoload.
19212 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19214         * gnus.el (gnus-start): Move custom group up.
19215         (gnus-select-method): Don't autoload, but make it available for
19216         `customize-variable'.
19217         (gnus-getenv-nntpserver): Don't autoload.
19219 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19221         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19223 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19225         * message.el (message-sendmail-extra-arguments): New variable.
19226         (message-send-mail-with-sendmail): Use it.
19228 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19230         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19231         mm-with-unibyte-current-buffer to make string unibyte.
19233         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19234         mm-string-as-multibyte.
19236 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19238         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19239         Reported by Werner Koch <wk@gnupg.org>.
19241 2006-11-14  Daiki Ueno  <ueno@p360>
19243         * mml2015.el: Autoload epa-select-keys when compiling.
19245 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19247         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19248         message-options.
19249         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19251 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19253         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19254         EasyPG (< 0.0.6).
19255         (mml2015-always-trust): New user option.
19256         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19257         prompt.
19259 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19261         * nntp.el (nntp-authinfo-force): New variable.
19262         (nntp-send-authinfo): Use it.
19264 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19266         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19267         decode encoded words.  Improve prompt.  Add comment about forwarding.
19268         (message-replacement-char): Move up.
19270 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19272         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19273         instead of gnus-intersection because arguments of gnus-sorted-nunion
19274         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19276 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19278         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19279         (message-simplify-subject-functions):
19280         Enable message-strip-subject-encoded-words by default.
19282 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19284         * message.el (message-strip-subject-encoded-words): New function.
19285         (message-simplify-subject-functions): New variable.
19286         (message-simplify-subject): Use it.  Fix typo in doc string.
19287         Support message-strip-subject-encoded-words.
19289 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19291         * gnus-diary.el (gnus-diary-delay-format-function):
19292         * nndiary.el (nndiary-reminders):
19293         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19295 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19297         * gnus-art.el (article-hide-boring-headers): Fetch date from
19298         gnus-original-article-buffer to avoid problems with localized date
19299         strings.
19301 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19303         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19305 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19307         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19308         New variables.
19309         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19310         (mm-charset-synonym-alist): Move some entries to
19311         mm-codepage-iso-8859-list.
19312         (mm-charset-synonym-alist, mm-charset-override-alist):
19313         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19315 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19317         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19319 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19321         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19322         with Emacs 21 and XEmacs.
19324 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19326         * spam.el (spam-parse-address): New function for better parsing,
19327         catching errors, etc.
19328         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19330 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19332         * mm-view.el: Add interactive arg to html2text autoload.
19334 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19336         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19338 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19340         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19341         New variables.
19342         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19343         (mm-charset-synonym-alist): Move some entries to
19344         mm-codepage-iso-8859-list.
19346         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19348 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19350         * message.el (message-citation-line-format)
19351         (message-insert-formated-citation-line): Fix implementation of %E, %N
19352         and %n according to the doc string.
19354 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19356         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19357         Use car-safe to avoid bad parses.
19359 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19361         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19362         names.
19364         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19366 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19368         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19369         header.
19371         * message.el (message-draft-headers): Add Date.
19372         (message-headers-to-generate): Fix typo in docstring.
19374         * nndraft.el (nndraft-required-headers): New variable.
19375         (nndraft-generate-headers): Use it.
19377         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19379 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19381         * gnus-registry.el (gnus-registry-wash-for-keywords)
19382         (gnus-registry-find-keywords): New functions to allow easy searching of
19383         articles that are in the registry.
19385 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19387         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19388         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19389         Reported by Damien Elmes <damien@repose.cx>.
19391 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19393         * gnus.el (gnus-mime): Remove unused custom group.
19395 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19397         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19398         "blank line" when searching for end of armor headers.
19400 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19402         * gmm-utils.el (gmm-write-region): Fix variable name.
19404 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19406         * gmm-utils.el (gmm-write-region): New function based on compatibility
19407         code from `mm-make-temp-file'.
19409         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19411         * nnmaildir.el (nnmaildir--update-nov)
19412         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19413         Use `gmm-write-region'.
19415 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19417         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19418         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19420         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19422         * message.el (message-replacement-char): New variable.
19423         (message-fix-before-sending): Use it.
19424         (message-simplify-subject): New function to remove duplicate code.
19425         (message-reply, message-followup): Use it.
19427         * gnus-sum.el (gnus-summary-make-menu-bar):
19428         Clarify gnus-summary-limit-to-articles.
19430 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19432         * gnus-util.el (gnus-with-local-quit): New macro.
19434         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19436 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19438         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19439         ignore non-string data.
19441 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19443         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19444         non-string data (needs to be done in the registry too).
19446 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19448         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19449         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19450         (gnus-registry-split-fancy-with-parent)
19451         (gnus-registry-fetch-simplified-message-subject-fast)
19452         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19453         Remove text properties on ingress into the registry and when it's saved.
19454         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19455         registry from entries with no groups.
19457 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19459         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19460         function to remove string properties.
19462 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19464         * gmm-utils.el (gmm): Adjust custom version.
19466         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19467         Adjust custom version.
19469         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19471 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19473         * gnus-art.el (gnus-insert-prev-page-button)
19474         (gnus-insert-next-page-button): Simplify.  Reformat.
19476 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19478         * gnus-art.el (gnus-insert-prev-page-button)
19479         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19481 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19483         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19485 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19487         * gnus-art.el (gnus-insert-mime-button)
19488         (gnus-insert-mime-security-button):
19489         Apply gnus-article-button-face to MIME and security buttons.
19491 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19493         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19494         readable.
19496 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19498         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19500 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19502         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19503         `browse-url-of-file' instead of `browse-url'.
19505 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19507         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19508         regexp.  Articles containing quotation were cut prematurely.
19510 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19512         * message.el (message-cite-original-1): Use nobody by default for the
19513         value of From header.
19514         (message-reply): Ditto.
19516 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19518         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19519         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19520         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19522 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19524         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19525         mails in the doc string.  Add some URLs in comment.
19526         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19528 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19530         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19531         backslashes handling and the way to find boundaries of quoted strings.
19533 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19535         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19536         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19537         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19538         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19540 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19542         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19543         doc string.
19544         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19546 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19548         * lpath.el: Fbind epg-check-configuration.
19550 2006-09-06  Simon Josefsson  <jas@extundo.com>
19552         * mml2015.el (mml2015-use): Doc fix, mention epg.
19554 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19556         * mml2015.el (mml2015-use): Default to epg, if available.
19558 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19560         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19561         message-sender.
19562         (mml1991-epg-encrypt): Ditto.
19563         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19564         message-sender.
19565         (mml2015-epg-encrypt): Ditto.
19567 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19569         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19570         several common directories.
19572 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19574         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19575         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19577 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19579         * gnus-art.el (article-decode-encoded-words): Make it fast.
19581 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19583         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19585         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19586         in quoted string into `\'.
19588 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19590         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19591         Use standard-syntax-table.
19593 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19595         * gnus-art.el (gnus-decode-address-function): New variable.
19596         (article-decode-encoded-words): Use it to decode headers which are
19597         assumed to contain addresses.
19598         (gnus-mime-delete-part): Remove useless `or'.
19600         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19601         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19602         (gnus-nov-parse-line): Use it to decode From header.
19603         (gnus-get-newsgroup-headers): Ditto.
19604         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19606         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19607         (mail-decode-encoded-address-string): New alias.
19609         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19610         New function.
19611         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19612         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19613         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19614         (rfc2047-decode-string): Ditto.
19615         (rfc2047-decode-address-region): New function.
19616         (rfc2047-decode-address-string): New function.
19618 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19620         * message.el (message-caesar-buffer-body): Allow rotating headers.
19622         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19624         * message.el (message-insert-formated-citation-line): Fix %f.
19625         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19627 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19629         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19630         (gnus-bookmark-mouse-available-p): New macro.
19631         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19632         (gnus-bookmark-bmenu-show-infos): Use it.
19633         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19634         (gnus-bookmark-bmenu-hide-infos): Ditto.
19635         (gnus-bookmark-remove-properties): New function.
19636         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19637         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19638         (gnus-bookmark-write-file): Bind coding-system-for-write.
19639         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19640         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19641         group before selecting it.
19642         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19643         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19644         quit-window if it is not available; use gnus-mouse-2 and bind it to
19645         gnus-bookmark-bmenu-select-by-mouse.
19646         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19647         (gnus-bookmark-bmenu-select-by-mouse): New function.
19649 2006-08-13  Romain Francoise  <romain@orebokech.com>
19651         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19652         space.
19654 2006-08-10  Romain Francoise  <romain@orebokech.com>
19656         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19657         (dns-mode-soa-auto-increment-serial): New user option.
19658         (dns-mode-soa-maybe-increment-serial): New function.
19659         (dns-mode): Add the latter to `write-contents-functions'.
19661 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19663         * compface.el (uncompface): Use binary rather than raw-text-unix.
19665 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19667         * compface.el (uncompface): Make sure the eol conversion doesn't take
19668         place when communicating with the external programs.
19669         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19671 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19673         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19675 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19677         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19678         Make it more robust by parsing author and date independently.
19680 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19682         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19684 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19686         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19687         first matching secret key.
19688         (mml2015-epg-encrypt): Ditto.
19690         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19691         first matching secret key.
19692         (mml1991-epg-encrypt): Ditto.
19694         * mml2015.el (mml2015-encrypt-to-self): New user option.
19695         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19696         mml2015-epg-encrypt-to-self is set.
19698         * mml1991.el (mml1991-encrypt-to-self): New variable.
19699         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19700         mml1991-epg-encrypt-to-self is set.
19702         * mml2015.el (mml2015-signers): New user option.
19703         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19704         (mml2015-epg-encrypt): Allow to select signing keys.
19706         * mml1991.el (mml1991-signers): New variable.
19707         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19708         (mml1991-epg-encrypt): Allow to select signing keys.
19710 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19712         * nnheader.el (nnheader-insert-head): Make it work even if the file
19713         uses CRLF for the line-break code.
19715 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19717         * mml2015.el: Require mml-sec instead of password.
19718         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19719         (mml2015-cache-passphrase): Inherit the default value from
19720         mml-secure-cache-passphrase.
19721         (mml2015-passphrase-cache-expiry): Inherit the default value from
19722         mml-secure-passphrase-cache-expiry.
19724         * mml1991.el: Require mml-sec instead of password.
19725         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19726         (mml1991-cache-passphrase): Inherit the default value from
19727         mml-secure-cache-passphrase.
19728         (mml1991-passphrase-cache-expiry): Inherit the default value from
19729         mml-secure-passphrase-cache-expiry.
19731         * mml-sec.el: Require password.
19732         (mml-secure-verbose): New user option.
19733         (mml-secure-cache-passphrase): New user option.
19734         (mml-secure-passphrase-cache-expiry): New user option.
19736 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19737             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19739         * pgg-def.el (pgg-truncate-key-identifier):
19740         Truncate the key ID to 8 letters from the end.
19742 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19744         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19745         workaround for the url package included with Emacs.
19747         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19749 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19751         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19752         correctly.  This fixes a bug caused by the 2006-05-12 change.
19754 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19756         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19757         some information about the error when saying that the `bogus' mail
19758         group will be used.
19760 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19762         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19763         string.
19765 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19767         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19769 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19771         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19773 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19775         * mml1991.el (mml1991-function-alist): Add epg.
19776         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19777         (mml1991-epg-encrypt): New functions.
19779 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19781         * mml2015.el (mml2015-verbose): New variable.
19782         (mml2015-cache-passphrase): Ditto.
19783         (mml2015-passphrase-cache-expiry): Ditto.
19784         (mml2015-function-alist): Add epg.
19785         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19786         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19787         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19788         New functions.
19790 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19792         * message.el (message-cite-original-1): Preserve region when removing
19793         quoted text due to X-No-Archive in order to avoid bogus attribution
19794         when citing multiple messages.
19796 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19798         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19799         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19801 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19803         * gnus-diary.el (gnus-user-format-function-d)
19804         (gnus-user-format-function-D): Autoload.
19806         * imap.el (Commentary): Fix typo.
19808         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19809         2006-04-22 contribution.
19811 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19813         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19814         It didn't really fix the bogosity I'm seeing with solid web groups.
19816 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19818         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19819         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19820         created using server names.  If we use the feature without declaring
19821         it, Gnus does not properly manage server and group state.
19823         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19824         bound.
19826 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19828         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19829         looking up the method using GROUP's prefix before inventing a new one.
19830         It is used on killed/unknown groups in various places where returning
19831         an all-new method isn't expected by the caller.
19833         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19834         and match semantics of gnus-group-real-prefix.
19836 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19838         * nnmail.el (nnmail-broken-references-mailers): New variable.
19839         (nnmail-ignore-broken-references): New function generalizing
19840         nnmail-fix-eudora-headers.
19841         (nnmail-fix-eudora-headers): Now obsolete.
19843         * gnus-art.el (gnus-button-handle-custom):
19844         Support `customize-apropos*'.
19846 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19848         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19850         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19851         articles.
19853 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19855         * message.el (message-cite-reply-above): New variable.
19856         (message-yank-original): Use it.
19858 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19860         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19862 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19864         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19865         as read.
19867         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19869 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19871         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19872         (gnus-bookmark-default-file): Use gnus-directory.
19873         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19874         Remove "*" in doc string.
19875         (gnus-bookmark-write-file): Simplify.
19876         (gnus-bookmark-maybe-sort-alist): Use `when'.
19877         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19878         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19879         Add FIXME about Emacs 21 and XEmacs compatibility.
19880         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19881         compatibility.
19882         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19883         compatibility.
19884         (gnus-bookmark-menu-heading): Fix version.
19886 2006-06-19  Bastien Guerry  <bzg@altern.org>
19888         * gnus-bookmark.el: New file.
19890 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19892         * message.el (message-syntax-checks): Doc fix.
19894 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19896         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19897         unsubscribed groups as if they were killed ones.  It causes duplicate
19898         entries in gnus-newsrc-alist.
19900 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19902         * message.el (message-syntax-checks): Doc fix.
19903         (message-send-mail): Add check for continuation headers.
19904         (message-check-news-header-syntax): Fix regexp used to check for
19905         continuation headers.
19907 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19909         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19911 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19913         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19915 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19917         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19918         default-truncate-lines.
19920 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19922         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19923         to fill the utf-8 entry.
19925         * lpath.el: Fbind unicode-precedence-list.
19927 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19929         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19931 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19933         * gnus-agent.el (directory-files-and-attributes): Move all the way
19934         forward (the third and final move).
19935         (gnus-agent-read-agentview): Trap reconstruction errors due to
19936         nonexistent directory.  Handle by returning nil.
19938 2006-05-30  Didier Verna  <didier@xemacs.org>
19940         * message.el (message-dont-reply-to-names): Update the custom type.
19941         * message.el (message-dont-reply-to-names): New defsubst: potentially
19942         convert a list of regexps into a single one.
19943         * message.el (message-get-reply-headers): Use it.
19944         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19946 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19948         * gnus-agent.el (directory-files-and-attributes): Move forward.
19950 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19952         * gnus-ml.el (gnus-mailing-list-subscribe)
19953         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19954         (gnus-mailing-list-message): Fix doc strings.
19956 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19958         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19959         of doing it manually.
19961 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19963         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19964         comment.
19966 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19968         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19969         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19970         (gnus-agent-read-local): All symbols allocated in my-obarray.
19971         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19972         (gnus-agent-regenerate-group): Check numeric names to see if they are
19973         messages or groups.
19974         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19975         better way of do this...)
19977         * gnus-cache.el (gnus-agent-total-fetched-for):
19978         Ignore 'dummy.group' (there should be a better way of do this...)
19980 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19982         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19983         (gnus-saved-headers): Ditto.
19984         (gnus-default-article-saver): Mention functions may have properties.
19985         (gnus-article-save): Override gnus-save-all-headers and
19986         gnus-saved-headers by :headers property which saver function may have.
19987         (gnus-summary-save-in-file): Add :headers property.
19988         (gnus-summary-write-to-file): Ditto.
19990         * gnus-sum.el (gnus-summary-save-article): Bind
19991         gnus-prompt-before-saving to t when saving many articles in a file;
19992         always show all headers.
19994         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19996 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19998         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19999         marks.
20001         * message.el (message-indent-citation): Add optional arguments to allow
20002         using it outside of message buffers.
20004         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
20005         (gnus-article-treat-unfold-headers): Use it.
20006         (gnus-article-truncate-lines): New variable.
20007         (gnus-article-mode): Use it.
20008         (gnus-article-toggle-truncate-lines): New function.
20010         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20011         Add gnus-article-toggle-truncate-lines.
20013         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
20014         coding system in XEmacs, use binary.
20016 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20018         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
20019         after-load-alist.
20021         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
20022         this function should save decoded articles.
20023         (gnus-summary-write-to-file): Use property to specify this function
20024         should save decoded articles and specify gnus-summary-save-in-file
20025         should be used to save articles other than the first one when saving
20026         many articles.
20027         (gnus-summary-save-body-in-file): Use property to specify this
20028         function should save decoded articles.
20029         (gnus-summary-write-body-to-file): Use property to specify this
20030         function should save decoded articles and specify
20031         gnus-summary-save-body-in-file should be used to save articles other
20032         than the first one when saving many articles.
20034         * gnus-sum.el (gnus-summary-save-article): Simplify.
20036 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20038         * gnus-art.el (gnus-default-article-saver):
20039         Add gnus-summary-write-body-to-file.
20040         (gnus-article-save-coding-system): Don't use coding system object
20041         in XEmacs.
20042         (gnus-read-save-file-name): Add optional `dir-var' argument which
20043         specifies directory in which files are saved; work even if optional
20044         `variable' argument is not specified.
20045         (gnus-summary-write-to-file): Read file name.
20046         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
20047         (gnus-summary-write-body-to-file): New function.
20049         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
20050         (gnus-summary-local-variables): Add it.
20051         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
20052         (gnus-summary-save-article): Remove optional `decode' argument;
20053         determine whether to decode articles by the value of
20054         gnus-default-article-saver; when saving many files using
20055         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
20056         it first and use gnus-summary-save-in-file or
20057         gnus-summary-save-body-in-file thereafter unless
20058         gnus-prompt-before-saving is always; move point to article which
20059         will be saved.
20060         (gnus-summary-save-article-file): Revert.
20061         (gnus-summary-write-article-file): Revert.
20062         (gnus-summary-save-article-body-file): Revert.
20063         (gnus-summary-write-article-body-file): New function.
20065 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20067         * gnus-art.el (gnus-default-article-saver): Doc fix.
20068         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
20069         from gnus-summary-save-article-coding-system, and default to a
20070         certain coding system.
20071         (gnus-output-to-file): Add coding cookie and encode text according
20072         to gnus-article-save-coding-system; don't use mm-append-to-file.
20074         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
20075         gnus-art.el and rename to gnus-article-save-coding-system.
20076         (gnus-summary-save-article): Require gnus-art; don't show all
20077         headers if it decodes articles; don't add coding cookie here;
20078         don't bind mm-text-coding-system-for-write.
20079         (gnus-summary-save-article-file): Save decoded articles.
20080         (gnus-summary-write-article-file): When saving many files, use
20081         gnus-summary-write-to-file first and gnus-summary-save-in-file
20082         thereafter unless gnus-prompt-before-saving is always.
20083         (gnus-summary-save-article-body-file): Save decoded articles.
20085         * lpath.el: Fbind select-safe-coding-system for XEmacs.
20087 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20089         * nnrss.el (nnrss-check-group): Bind hash-index.
20091 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
20093         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
20094         its hash index.  Store this hash in `nnrss-group-data'.
20095         (nnrss-read-group-data): Update accordingly.
20097 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20099         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
20100         entry.
20102         * gnus-sum.el (gnus-summary-make-menu-bar):
20103         Add gnus-article-browse-html-article.
20105 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
20107         * gnus-sum.el (gnus-summary-mime-map):
20108         Add gnus-article-browse-html-article.
20110         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
20112 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20114         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20115         suitable coding systems in customize.
20117 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20119         * mail-source.el (mail-sources): Fix custom type.
20121 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20123         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20124         (gnus-summary-expire-articles-now): Shorten prompt.
20126         * gmm-utils.el (wid-edit): Require.
20127         (defun-gmm): Rename from `gmm-defun-compat'.
20128         (gmm-image-search-load-path): Use it.
20129         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20131 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20133         * gnus-sum.el (gnus-summary-save-article-coding-system):
20134         New variable.
20135         (gnus-summary-save-article): Add optional `decode' argument.
20136         If it is set and gnus-summary-save-article-coding-system is non-nil,
20137         save decoded article.
20138         (gnus-summary-write-article-file): Save decoded article if
20139         gnus-summary-save-article-coding-system is non-nil.
20141         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20142         type.
20144 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20146         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20148 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20150         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20151         first to test gnus-single-article-buffer which may be buffer-local.
20153         * gnus-sum.el (gnus-summary-setup-buffer):
20154         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20155         group; make gnus-article-buffer, gnus-article-current, and
20156         gnus-original-article-buffer always buffer-local.
20157         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20158         group.
20159         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20161 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20163         * nnml.el (nnml-request-compact-group): Compressed files might not
20164         have .gz extension.
20166 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20168         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20169         (mm-copy-to-buffer): Use with-current-buffer.
20170         (mm-display-part): Simplify.
20171         (mm-inlinable-p): Add optional arg `type'.
20173 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20175         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20176         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20177         Try harder to show the attachment internally or externally using
20178         gnus-mime-view-part-as-type.
20180 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20182         * message.el (message-from-style, message-signature-separator)
20183         (message-user-organization-file, message-send-mail-function)
20184         (message-citation-line-function, message-yank-prefix)
20185         (message-indent-citation-function, message-signature)
20186         (message-signature-file, message-signature-insert-empty-line):
20187         Remove autoloads.
20189         * gnus-art.el (gnus-buttonized-mime-types):
20190         Remove "multipart/signed".  Revert 2006-04-26 change.
20192 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20194         * gnus.el (gnus-version-number): Bump version.
20196 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20198         * gnus.el: No Gnus v0.5 is released.
20200 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20202         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20203         fetching articles by message-id.
20205 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20207         * message.el (hashcash): Require hashcash as normal.
20209         * ecomplete.el (ecomplete-highlight-match-line):
20210         Use point-at-eol.
20211         (ecomplete-highlight-match-line): Use `highlight', because that
20212         face exists in both Emacs and XEmacs.
20214         * message.el (message-display-abbrev): Use point-at-bol.
20216         * mail-source.el: Don't require timer/timer-funcs.
20218         * gnus-async.el: Ditto.
20220         * password.el: Ditto.
20222         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20224         * mm-url.el: Ditto.
20226         * gnus-xmas.el: Don't require timer-funcs.
20228         * mm-util.el: Require timer/timer-funcs.
20230 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20232         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20233         Close.
20235 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20237         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20238         unibyte after clear-decrypt function runs.
20240         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20241         returns as a unibyte string.
20243 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20245         * lpath.el: Revert.
20247         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20248         (pgg-gpg-process-sentinel): Revert.
20250         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20251         (pgg-pgp-lookup-key): Revert.
20253         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20254         (pgg-pgp5-lookup-key): Revert.
20256         * pgg.el (pgg-fetch-key): Revert.
20258 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20260         * lpath.el: Fbind string-as-multibyte for XEmacs.
20262         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20263         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20264         (mml1991-pgg-encrypt): Ditto.
20266         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20267         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20268         a multibyte buffer.
20270         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20271         (pgg-pgp-lookup-key): Ditto.
20273         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20274         (pgg-pgp5-lookup-key): Ditto.
20276         * pgg.el (pgg-fetch-key): Ditto.
20278 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20280         * message.el (message-user-organization-file): Check several
20281         locations of the organization file.
20283         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20284         Add gnus-article-view-part-as-type.
20286         * gnus-art.el (gnus-article-view-part-as-type): New function.
20288         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20289         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20291         * mml.el: Simplify autoload.
20292         (mml-mode): defvar dnd-protocol-alist instead of using
20293         symbol-value.
20294         (mml-default-directory): New variable.
20295         (mml-minibuffer-read-file): Use it.
20296         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20298         * message.el (message-citation-line-format): New variable.
20299         (message-insert-formated-citation-line): New function.
20300         (message-citation-line-function):
20301         Add `message-insert-formated-citation-line' to custom type.
20303         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20304         to doc string.
20306         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20307         depending on mm-verify-option.
20309 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20311         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20312         binding pgg-* variables; reimplement the section which prevents
20313         MIME header from being signed.
20314         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20315         pgg-text-mode; remove a blank line at the top of body.
20317         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20318         lines at the top of body; use gnus-newsgroup-charset if there's no
20319         Charset header.
20321 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20323         * message.el (message-self-insert-commands): Doc fix.
20325         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20326         (mm-uu-pgp-encrypted-test): Ditto.
20327         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20328         between header and body; return application/pgp-encrypted handle
20329         if decryption failed; decode decrypted body by charset.
20331         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20332         element match to application/pgp-*.
20334 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20336         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20337         HTML.
20339 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20341         * mail-source.el (mail-source-call-script): Message the error
20342         string.
20344 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20346         * gnus-util.el (gnus-byte-compile): Use it.
20348 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20350         * gnus-util.el (kill-empty-logs): New function.
20352 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20354         * message.el (message-mail-alias-type): Doc fix.
20355         (message-mail-alias-type-p): New function.
20356         (message-send): Use it.
20357         (message-mode): Ditto.
20358         (message-strip-forbidden-properties): Ditto.
20360         * ecomplete.el (ecomplete-database-file-coding-system):
20361         New variable.
20362         (ecomplete-save): Use it.
20363         (ecomplete-setup): Use it.
20365 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20367         * message.el (message-self-insert-commands): New variable.
20368         (message-strip-forbidden-properties): Use it.
20370 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20372         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20373         that doesn't make XEmacs choke.
20375 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20377         * gnus-util.el (gnus-replace-in-string):
20378         Prefer replace-regexp-in-string over of replace-in-string.
20380 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20382         * gnus-util.el (gnus-select-frame-set-input-focus):
20383         Use select-frame-set-input-focus if it is available in XEmacs; use
20384         definition defined in Emacs 22 for old Emacsen.
20386         * dgnushack.el: Autoload unmorse-region for XEmacs.
20388         * lpath.el: Bind cursor-in-non-selected-windows and
20389         select-frame-set-input-focus for XEmacs.
20391 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20393         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20395 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20397         * gnus-registry.el (gnus-registry-cache-save): Remove text
20398         properties when saving via the temp buffer.
20400 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20402         * message.el (message-generate-hashcash): Honor custom type.
20404 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20406         * message.el (message-generate-hashcash): Default to non-nil when
20407         hashcash is found.
20409         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20410         (gnus-refer-thread-limit): Increase default to 500.
20412         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20414         * flow-fill.el (fill-flowed): Allow delete-space.
20416 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20418         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20419         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20420         Remove autoloads.
20422 2006-04-18  Simon Josefsson  <jas@extundo.com>
20424         * message.el (message-generate-hashcash): Default to.
20426 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20428         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20429         concatenating segments rather than before concatenating them.
20431 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20433         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20435 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20437         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20439         * message.el (message-forward-make-body-plain):
20440         Allow message-forward-ignored-headers to be a list.
20441         (message-remove-ignored-headers): Factor out into function.
20442         (message-forward-make-body-mml): Use it.
20444         * imap.el (imap-quote-specials): New function.
20445         (imap-login-auth): Quote specials.
20447         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20448         (rfc2231-parse-string): Allow concatanation of parameters that
20449         aren't contiguous.  The test case is
20450           (mail-header-parse-content-type "message/external-body;
20451             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20452             access-type=LOCAL-FILE;
20453             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20455 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20457         * nntp.el (nntp-accept-process-output): Return the value of
20458         `nnheader-accept-process-output'.
20460 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20462         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20463         (gnus-button-alist): Recognize more diff formats.
20464         (gnus-button-patch): Strip directory.
20466 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20468         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20469         Emacs 22 when setting focus.
20471 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20473         * gnus-art.el (gnus-article-treat-types): Do treatment of
20474         text/x-verbatim parts.
20475         (gnus-button-patch): New command.
20477         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20478         addresses that contain invalid characters.
20480 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20482         * message.el (message-put-addresses-in-ecomplete):
20483         Use gnus-replace-in-string.
20484         (message-is-yours-p): Use the more correct
20485         mail-header-parse-address instead of
20486         mail-extract-address-components.
20487         (message-put-addresses-in-ecomplete): Fix typo.
20489         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20490         keystroke.
20492         * gnus-art.el (gnus-treatment-function-alist): Change order of
20493         newsgroups/generic header folding to avoid double-folding.
20495         * message.el (message-hidden-headers): Add X-Draft-From.
20497         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20498         New command.
20499         (gnus-summary-repeat-search-article-backward): New command.
20501         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20502         groups in the parent topic.
20504 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20506         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20507         (spam-extra-header-to-number): Return the CRM114 number as a
20508         number instead of a string.
20510 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20512         * gnus-art.el (gnus-face-properties-alist): Move here from
20513         gnus-fun.
20515         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20517 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20519         * message.el (message-strip-forbidden-properties): Only display on
20520         self-insert-command.
20522         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20523         reindent.
20524         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20526 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20528         * smiley.el (smiley-style): Fix typo.
20530 2006-03-23  Kenichi Handa  <handa@m17n.org>
20532         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20533         instead of set-buffer-multibyte.
20535 2006-03-23  Kenichi Handa  <handa@m17n.org>
20537         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20538         buffer and then decode the buffer text if necessary.
20539         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20540         first, and after mm-encode-body, change the buffer to unibyte.
20542 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20544         * hashcash.el (hashcash-insert-payment-async-2):
20545         Use message-goto-eoh instead of doing it manually.
20546         (mail-add-payment): Use message-narrow-to-header instead of trying
20547         to do the same itself.
20549         * message.el (message-hidden-headers): Add Face.
20551         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20552         reparenting code.
20553         (gnus-summary-reparent-children): Refactored out code.
20554         (gnus-summary-thread-map): New keystroke.
20555         (gnus-summary-reparent-children): Make into command.
20557         * smiley.el (smiley-style): Default to `medium' if using a large
20558         font.
20560         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20561         does it itself.
20563         * message.el (message-point-in-header-p): Simplify definition.
20565 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20567         * nnagent.el (nnagent-request-set-mark): Silence log file
20568         writing.
20569         (nnagent-request-set-mark): Use write-region instead of
20570         append-to-file.
20572         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20573         strange select method.
20575         * ecomplete.el (ecomplete-display-matches): Get highlightling
20576         right.
20577         (ecomplete-display-matches): Use literals.
20578         (ecomplete-display-matches): Disable message logging.
20580         * message.el (message-display-abbrev): Small optimization.
20582         * ecomplete.el (ecomplete-display-matches): Allow automatic
20583         display.
20585         * message.el (message-strip-forbidden-properties):
20586         Display abbrevs.
20587         (message-display-abbrev): Get automatic display right.
20589         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20590         keystrokes.
20592 2006-04-13  Romain Francoise  <romain@orebokech.com>
20594         TODO: Backport to v5-10!
20596         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20597         Move here (and rename) from gnus-registry.el.
20599         * gnus-registry.el: Require gnus-util.
20600         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20602 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20604         * gnus-group.el (gnus-group-catchup-current):
20605         Change if-then-else-if-then-else into cond.
20606         (gnus-group-catchup): Indent.
20607         (group-name-at-point): New function.
20608         (gnus-fetch-group): Provide default from thing at point.
20610 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20612         * message.el (message-display-abbrev): Fix regexp.
20614         * ecomplete.el (ecomplete-highlight-match-line):
20615         Reimplement choosing.
20616         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20617         dead variables.
20619         * message.el (message-newline-and-indent): Remove debugging.
20620         (message-display-abbrev): Use new implementation.
20622 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20624         * gnus-art.el (gnus-article-mode):
20625         Set cursor-in-non-selected-windows to nil.
20627         * smiley.el: Revert previous change.
20628         (smiley-data-directory): defvar it before using it in the
20629         defcustom of `smiley-style'.
20631 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20633         * message.el (message-newline-and-indent): New function.
20635         * ecomplete.el: Implement more bits.
20637         * message.el (message-put-addresses-in-ecomplete): Clean up the
20638         string.
20640         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20642         * gnus-sum.el (gnus-summary-save-parts):
20643         Bind gnus-summary-save-parts-counter and use it to make unique file
20644         names.
20646         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20648         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20649         parameter to say whether to actually parse the individual
20650         addresses.
20652         * message.el (message-put-addresses-in-ecomplete): New function.
20653         (ecomplete): Require.
20654         (message-mail-alias-type): Add ecomplete as an option.
20656 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20658         * flow-fill.el (fill-flowed): Remove trailing space from blank
20659         quoted lines.
20661 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20663         * smiley.el (smiley-style): Move definition later to avoid a
20664         compilation warning.
20666 2006-04-12  Kenichi Handa  <handa@m17n.org>
20668         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20669         buffer and then decode the buffer text if necessary.
20670         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20671         first, and after mm-encode-body, change the buffer to unibyte.
20672         Use mm-disable-multibyte instead of set-buffer-multibyte.
20674 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20676         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20677         Content-Type header instead of Content-Disposition header.
20678         (gnus-mime-inline-part): Ditto.
20679         (gnus-mime-view-part-as-charset): Ignore charset that the part
20680         specifies.
20682         * mm-decode.el (mm-display-part): Work with external parts and
20683         usual parts similarly.
20685         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20686         instead of gnus-display-mime.
20688         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20689         instead of with-temp-buffer.
20691         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20692         tag to summarized topics part in order to encode non-ASCII text.
20694 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20696         * smiley.el (smiley-style): New variable.
20697         (smiley-directory): New function.
20698         (smiley-data-directory): Derive from `smiley-style' using
20699         `smiley-directory'.
20700         (smiley-regexp-alist): Add new entries.
20702         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20703         (gnus-article-browse-delete-temp): Add :version.
20705 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20707         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20708         the sieve region.
20710 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20712         * gnus.el (gnus-version-number): Bump version.
20714 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20716         * gnus.el: No Gnus v0.4 is released.
20718 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20720         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20721         layout.
20723         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20724         unknown charset.
20726         * message.el (message-header-synonyms): Add Original-To to the
20727         default.
20729         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20730         optional parameter.
20732 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20734         * gnus-fun.el (gnus): Require it for gnus-directory.
20736 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20738         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20740 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20742         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20744 2006-04-05  Simon Josefsson  <jas@extundo.com>
20746         * password.el (password-reset): New function.
20748 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20750         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20751         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20753 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20755         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20756         Some whitespace was matched into the url, which broke browsing hits
20757         > 100 when mm-url-use-external was nil.
20759 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20761         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20762         Check gnus-extra-headers for 'Newsgroups.
20764         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20765         bound.
20767 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20769         * pgg-gpg.el: Clean up process buffers every time gpg processes
20770         complete.
20772 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20774         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20775         doc string.
20777 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20779         * pgg-gpg.el (pgg-gpg-process-filter)
20780         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20782         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20783         lines, temporary fix.
20785 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20787         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20789 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20791         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20792         default-enable-multibyte-characters.  This reverts the change from
20793         revision 6.17 which is no longer necessary because the passphrase
20794         is sent separately now.  GnuPG messages are unreadable under
20795         multibyte locales with default-enable-multibyte-characters set to
20796         nil.
20798 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20800         * message.el (message-tool-bar-gnome): Move "spell".
20802 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20804         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20805         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20806         instead.
20808 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20810         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20811         Improve newsgroups handling for NNTP overviews which don't include
20812         Newsgroups.
20814 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20816         * message.el (message-resend): Bind message-generate-hashcash to nil.
20818 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20820         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20821         when searching for already-paid recipients.
20823 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20825         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20826         passphrases when it is not needed.
20827         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20828         passphrase stuff from gpg, should only be necessary when you use
20829         gpg with a smartcard.
20831 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20833         * mml.el (mml-insert-mime): Ignore cached contents of
20834         message/external-body part.
20836         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20837         (mm-insert-part): Ditto.
20839 2006-03-23  Simon Josefsson  <jas@extundo.com>
20841         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20842         Reiner.
20843         (pgg-gpg-use-agent-p): Use it again.
20845 2006-03-23  Simon Josefsson  <jas@extundo.com>
20847         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20848         older emacsen.
20849         (pgg-gpg-use-agent-p): Don't use it.
20851 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20853         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20854         if we can.
20856 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20858         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20859         (pgg-gpg-update-agent): New function.
20860         (pgg-gpg-use-agent-p): New function.
20861         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20862         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20863         (pgg-gpg-sign-region): Use it.
20865 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20867         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20868         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20870 2006-03-21  Simon Josefsson  <jas@extundo.com>
20872         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20873         <wilde@sha-bang.de>.
20874         (pgg-gpg-use-agent): New variable.
20875         (pgg-gpg-process-region): Use it.
20876         (pgg-gpg-encrypt-region): Likewise.
20877         (pgg-gpg-encrypt-symmetric-region): Likewise.
20878         (pgg-gpg-decrypt-region): Likewise.
20879         (pgg-gpg-sign-region): Likewise.
20880         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20882 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20884         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20886         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20887         Add comment on version.
20889 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20891         * smiley.el: Add missing test smiley.
20893 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20895         * mm-decode.el (mm-with-part): New macro.
20896         (mm-get-part): Use it; work with message/external-body as well.
20897         (mm-save-part): Treat name and filename equally.
20899         * mm-extern.el (mm-extern-cache-contents): New function.
20900         (mm-inline-external-body): Use it; force the part to be displayed;
20901         move undisplayer added to the cached handle to the parent.
20903         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20904         (gnus-mime-view-part-as-type): Work with message/external-body.
20906         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20908 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20910         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20911         images in image-load-path.  [Sync with image.el, revision 1.60, in
20912         Emacs.]
20914 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20916         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20917         path rather than symbol.  Always return list of directories.
20918         Guarantee that image directory comes first.  [Sync with image.el,
20919         revision 1.59, in Emacs.]
20921         * message.el (message-make-tool-bar): Adjust to new API of
20922         `gmm-image-load-path-for-library'.
20924         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20926         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20928 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20930         * gnus-art.el (gnus-article-only-boring-p):
20931         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20932         intangible text.
20933         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20935 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20937         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20938         Use `defun' instead of `gmm-defun-compat'.
20940 2006-03-14  Simon Josefsson  <jas@extundo.com>
20942         * message.el (message-unique-id): Don't use message-number-base36
20943         if (user-uid) is a float.
20944         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20946 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20948         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20950         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20951         empty line between a part and a message part.
20953 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20955         * smiley.el: Add more test smileys.
20956         (smiley-data-directory, smiley-regexp-alist)
20957         (gnus-smiley-file-types): Fix doc strings.
20958         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20959         adding new elements.
20960         (smiley-mouse-map): Unused code.  Make it a comment.
20962 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20964         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20965         scan latest NoCeM messages instead of old ones.
20966         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20967         delimiters that are recently used.
20968         (gnus-nocem-load-cache): Add autoload cookie.
20970         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20972         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20973         level which is larger than gnus-use-nocem is specified.
20975         * gnus-group.el (gnus-group-get-new-news): Ditto.
20977 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20979         * gnus-util.el (gnus-tool-bar-update): New function.
20981         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20982         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20984         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20986         * gnus-group.el (gnus-group-redraw-when-idle)
20987         (gnus-group-redraw-check): Remove.
20988         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20990 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20992         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20993         if optional last element is specified in splits (FIELD VALUE...).
20995 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20997         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20998         to gmm-image-load-path-for-library.  Call with no-error argument.
20999         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
21001         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21003         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
21005         * gmm-utils.el (gmm-image-load-path): Remove alias.
21007 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
21009         * gmm-utils.el (gmm-image-load-path): Add alias.
21011         * nnml.el (nnml-generate-nov-databases-directory): Rename from
21012         nnml-generate-nov-databases-1.
21013         (nnml-generate-nov-databases): Use it.
21014         (nnml-generate-nov-databases-directory): Document no-active
21015         argument.
21017         * gmm-utils.el (gmm-image-load-path-for-library): Return single
21018         directory if path is t.  Add no-error.
21020         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
21021         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21023         * gnus-art.el (gnus-article-browse-delete-temp-files):
21024         Simplify resetting gnus-article-browse-html-temp-list.
21026         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
21027         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
21028         Add example to docstring.  Rename local variables.  Move error
21029         checks to default case in cond and simplify.
21031 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21033         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
21034         handle is multipart when calling it recursively.
21035         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
21037 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
21039         * nnimap.el (nnimap-request-update-info-internal): Optimize.
21040         Don't `gnus-uncompress-range' to avoid excessive memory usage.
21042 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21044         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
21045         is loaded.
21047         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
21048         loaded.
21050 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21052         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
21053         to "Emacs 23 (unicode)" in doc string.
21055         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
21056         "Emacs 23 (unicode)" in comment.
21058 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21060         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
21062         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
21063         characters 160 through 255 in Emacs 23.
21065 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21067         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
21068         gnus-article-browse-html-temp.
21069         (gnus-article-browse-delete-temp): Make it customizable.
21070         Add `file'.  Adjust doc string.
21071         (gnus-article-browse-delete-temp-files): Add argument.
21072         Allow query for each file.  Adjust doc string.
21073         (gnus-article-browse-html-parts):
21074         Add `gnus-article-browse-delete-temp-files' to
21075         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
21077 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
21079         * gnus-art.el (gnus-article-browse-html-temp)
21080         (gnus-article-browse-delete-temp): New variables.
21081         (gnus-article-browse-delete-temp-files): New function.
21082         (gnus-article-browse-html-parts): Use it.
21084 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21086         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
21088         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
21089         string.
21091         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
21092         gnus-summary-insert-new-articles when unplugged.
21093         Remove gnus-summary-search-article-forward.
21095         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
21096         display-visual-class instead of display-color-cells.
21098 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21100         * dgnushack.el: Autoload customize-group for XEmacs.
21102         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
21103         message/* containing non-ASCII text properly.
21105 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
21107         * message.el: Require gmm-utils, remove autoloads.
21108         (message-tool-bar): Set default based on
21109         gmm-tool-bar-style.
21110         (message-tool-bar-gnome): Add gmm-customize-mode.
21112         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21113         gmm-tool-bar-style.
21114         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21116         * gnus-group.el (gnus-group-tool-bar): Set default based on
21117         gmm-tool-bar-style.
21118         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21120         * gmm-utils.el (gmm-image-directory): Rename variable from
21121         gmm-image-load-path.
21122         (gmm-image-load-path): Use gmm-image-directory.
21123         (gmm-customize-mode): New function.
21124         (gmm-tool-bar-style): New variable.
21126         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21127         gnus-group-redraw-line-number.
21128         (gnus-group-redraw-check): Simplify.
21129         (gnus-group-tool-bar-update): Remove redraw check.
21130         (gnus-group-make-tool-bar): Add redraw check.
21132 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21134         * gnus-art.el (gnus-button): Add missing parentheses.
21136 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21138         * lpath.el: Fbind line-number-at-pos.
21140 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21142         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21144 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21146         * gnus-art.el (gnus-button): New face.
21147         (gnus-article-button-face): Use it.
21149         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21150         Add gnus-summary-next-page.  Re-order.
21152         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21153         next-node are now included.
21154         (gnus-group-redraw-line-number): New internal variable.
21155         (gnus-group-redraw-check): Helper function for updating the tool
21156         bar.
21157         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21159         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21161         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21162         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21163         Use it to match format of Spamassassin 3.0 and later.
21164         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21165         (spam-check-bogofilter)
21166         (spam-bogofilter-register-with-bogofilter): Fix args of
21167         `gnus-error' calls.
21169 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21171         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21172         unnecessary interaction when sending queued mails.
21173         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21175 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21177         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21178         first or last are nil.
21180 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21182         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21184 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21186         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21188 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21190         * dns.el (query-dns): Protect more against buggy tcp output.
21192 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21194         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21195         nov.php.
21197 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21199         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21200         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21201         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21202         output on the server side.
21203         (nnweb-google-create-mapping): Update regexps and add some
21204         progress indication.
21206 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21208         * gnus-group.el (gnus-group-tool-bar-gnome):
21209         Fix gnus-agent-toggle-plugged.  Re-order icons.
21210         (gnus-group-tool-bar-gnome):
21211         Add gnus-group-{prev,next}-unread-group.
21212         (gnus-group-tool-bar-gnome): Re-order icons.
21214         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21215         Move gnus-summary-insert-new-articles.
21217         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21218         Fix comments.
21220         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21221         also available in Emacs 21.3.
21223         * message.el (message-fix-before-sending): Change "Emacs 22" to
21224         "Emacs 23 (unicode)" in comment.
21226         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21227         "Emacs 23 (unicode)" in comment.
21229         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21230         comment.
21231         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21233         * mm-view.el (mm-fill-flowed): Add :version.
21235 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21237         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21238         and load-path.
21240 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21242         * message.el: Autoload gmm-image-load-path.
21243         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21244         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21245         consitency.
21247         * gmm-utils.el (gmm-image-load-path): Also search in
21248         "../etc/images".  Don't set gmm-image-load-path if we don't find
21249         the image.
21251 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21253         * gmm-utils.el (gmm-image-load-path): Don't make
21254         `gmm-image-load-path' include subdirectories which the second arg
21255         `image' might specify.
21257         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21258         subdirectory to icon file names.
21260         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21262 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21264         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21265         gmm-image-load-path calls.
21267         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21269         * message.el (message-make-tool-bar): Ditto.
21271         * mml.el (mml-preview): Add comment concerning tool bar icons.
21273         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21274         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21276         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21277         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21279         * message.el (message-tool-bar-gnome): Use new icon names.
21280         (message-make-tool-bar): Use `gmm-image-load-path'.
21282         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21283         New functions from MH-E.
21284         (gmm-image-load-path): New variable from MH-E.
21285         (gmm-image-load-path): New function from MH-E.  Add arguments
21286         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21287         *-image-load-path-called-flag.
21289 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21291         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21293 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21295         * nnimap.el (nnimap-request-move-article): Change folder back to
21296         source group before deleting.
21298 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21300         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21302         * gnus-art.el (mm-url-insert-file-contents-external):
21303         Autoload mm-url.
21305         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21307 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21309         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21310         coding system which mm-charset-to-coding-system returns for a
21311         given charset is valid.
21313 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21315         * html2text.el (html2text-remove-tag-list):
21316         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21318 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21320         * gnus-cus.el: Revert 2005-10-17 change.
21322 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21324         * gnus-art.el (article-strip-banner):
21325         Call article-really-strip-banner only when the regexp match is made.
21327 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21329         * gnus-art.el (article-strip-banner):
21330         Use gnus-extract-address-components instead of
21331         mail-header-parse-addresses to make it work with non-ASCII text;
21332         remove mail-encode-encoded-word-string.
21334         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21335         values which are surrounded with \"...\"; make it never cause a
21336         Lisp error; give up parsing of parameters if it failed in
21337         extracting type.
21339 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21341         * smime.el (smime-cert-by-ldap-1): Fix bug where
21342         `smime-ldap-search' returns results without userCertificates.
21344 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21346         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21348 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21350         * spam.el (spam-check-spamassassin-headers): Adapt format for
21351         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21352         <ari@mbf.ocn.ne.jp>.
21353         (spam-list-of-processors): Add spam-use-gmane.
21355 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21357         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21358         make-temp-file; make it work with XEmacs as well.
21360         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21361         mm-make-temp-file.
21363         * mm-decode.el (mm-display-external): Use the 3rd arg of
21364         mm-make-temp-file.
21365         (mm-create-image-xemacs): Ditto.
21367 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21369         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21370         with message-narrow-to-headers.
21371         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21372         (gnus-draft-check-draft-articles): New function.
21373         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21375 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21377         * gnus-art.el (gnus-article-browse-html-parts):
21378         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21379         Don't use suffix argument for mm-make-temp-file for Emacs 21
21380         compatibility.  Remove useless `format'.
21382 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21384         * nnweb.el (nnweb-google-wash-article): Update regexps.
21385         (nnweb-group-alist): Use defvoo instead of defvar.
21387 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21389         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21390         re-loading nn* modules.
21392 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21394         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21395         for `tool-bar-mode' and don't check it's default-value.
21397         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21399         * message.el (message-make-tool-bar): Ditto.
21401         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21402         `substring'.  Shorten tmp-file name.
21404         * gnus.el: Remove bogus comment.
21406 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21408         * gnus-art.el (gnus-article-browse-html-parts): New function.
21409         (gnus-article-browse-html-article): New function for viewing html
21410         articles with a browser.
21412 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21414         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21415         in elisp.
21416         (pgg-gpg-encrypt-symmetric-region): Ditto.
21417         (pgg-gpg-sign-region): Ditto.
21419         * pgg-def.el (pgg-text-mode): New variable.
21421         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21422         (mml2015-pgg-encrypt): Ditto.
21424         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21425         (mml1991-pgg-encrypt): Ditto.
21427 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21429         * nnfolder.el (nnfolder-insert-newsgroup-line):
21430         Use message-make-date instead of current-time-string.
21432         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21433         to gnus-decoded which mm-uu might set.
21435 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21437         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21438         don't decode quoted parameters; remove misimported Emacs code.
21439         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21440         (rfc2231-decode-encoded-string): Don't use split-string which
21441         behaves differently according to Emacs version; use
21442         mm-decode-coding-region to convert charset to coding-system.
21443         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21444         (rfc2231-encode-string): Remove misimported Emacs code.
21446 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21448         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21449         when calling mail-header-parse-content-type.
21450         (article-de-quoted-unreadable): Ditto.
21451         (article-de-base64-unreadable): Ditto.
21452         (article-wash-html): Ditto.
21454         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21455         calling mail-header-parse-content-type and
21456         mail-header-parse-content-disposition.
21457         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21458         mail-header-parse-content-type.
21460         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21461         insert charset and format parameters; encode description after
21462         inserting it to buffer.
21463         (mml-insert-parameter): Fold lines properly even if a parameter is
21464         segmented into two or more lines; change the max column to 76.
21466         * rfc1843.el (rfc1843-decode-article-body): Don't use
21467         ignore-errors when calling mail-header-parse-content-type.
21469         * rfc2231.el (rfc2231-parse-string): Return at least type if
21470         possible; don't cause an error even if it fails in parsing of
21471         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21472         (rfc2231-encode-string): Don't break lines at the beginning, leave
21473         it to mml-insert-parameter.
21475         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21476         calling mail-header-parse-content-type.
21478 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21480         * spam-report.el (spam-report-gmane-use-article-number):
21481         Improve doc string.
21482         (spam-report-gmane-internal): Check if a suitable header was found
21483         in the article.
21485 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21487         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21488         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21490 2006-02-05  Romain Francoise  <romain@orebokech.com>
21492         Update copyright notices of all files in the gnus directory.
21494 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21496         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21498 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21500         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21501         segmented lines of parameter value to cope with Thunderbird 1.5
21502         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21503         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21504         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21506 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21508         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21509         parts.
21511 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21513         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21514         there's only one active file for all servers.
21515         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21516         solid groups.  Gnus might have used a FAST request to select the group.
21517         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21518         and nnweb-search redundantly in the active file.
21519         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21520         (nnweb-request-create-group): Don't use ARGS.
21521         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21522         initializations.  Let nnoo do the work.
21524 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21526         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21527         Say the part has been decoded.
21529         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21531 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21533         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21534         mailcap-viewer-test-cache when there's no 'test clause, since that
21535         will invert the meaning of a "nil" test previously determined by
21536         mailcap-mailcap-entry-passes-test.
21538 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21540         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21541         compiling.
21543         * gnus-sum.el: Ditto.
21545         * message.el: Don't bind tool-bar-map when compiling.
21547 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21549         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21551 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21553         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21554         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21555         current Google Groups.
21557 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21559         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21560         and tool-bar-mode.
21562         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21563         and tool-bar-mode.
21565         * message.el (message-tool-bar-update): Simplify.
21566         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21568         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21569         gnus-summary-buffer.
21570         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21571         gnus-summary-reply.
21573         * gmm-utils.el (gmm): Add :version.
21575 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21577         * Makefile.in (clean): New rule.
21578         (distclean): Use it.
21580 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21582         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21583         Don't autoload.
21585 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21587         * gmm-utils.el (gmm-verbose): Add :group.
21589 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21591         * message.el: Change some comments WRT tool-bars.
21593         * gnus-sum.el (gnus-summary-tool-bar)
21594         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21595         (gnus-summary-tool-bar-zap-list): New variables.
21596         (gnus-summary-make-tool-bar): Complete rewrite using
21597         `gmm-tool-bar-from-list'.
21599         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21600         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21601         New variables.
21602         (gnus-group-make-tool-bar): Complete rewrite using
21603         `gmm-tool-bar-from-list'.
21604         (gnus-group-tool-bar-update): New function.
21606         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21608 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21610         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21611         is dissected into a single part of which the type is the same as
21612         the given one; decode charset.
21614 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21616         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21617         into alists as symbol not string, since that's what
21618         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21619         look for.
21621 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21623         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21624         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21626         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21628 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21630         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21631         (gnus-xmas-mime-security-button-menu): New function.
21633         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21634         (gnus-mime-security-button-menu): New definition.
21635         (gnus-mime-security-button-map): Use them.
21636         (gnus-mime-security-button-menu): New function.
21637         (gnus-insert-mime-security-button): Addition to help echo.
21638         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21639         (gnus-mime-security-pipe-part): New functions.
21641         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21642         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21644         * mm-decode.el (mm-handle-set-disposition): Remove.
21645         (mm-handle-set-description): Remove.
21647 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21649         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21650         (mm-w3m-standalone-supports-m17n-p): New function.
21651         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21652         w3m usage.
21654         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21655         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21657 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21659         * message.el (message-tool-bar-zap-list):
21660         Use gmm-tool-bar-zap-list as custom type.
21661         (message-tool-bar-update): New function.
21662         (message-tool-bar, message-tool-bar-gnome)
21663         (message-tool-bar-retro): Add message-tool-bar-update.
21664         (message-tool-bar-gnome): Add flyspell-buffer.
21666         * gnus-util.el (gnus-error): Describe `args'.
21668         * gmm-utils.el (gmm-error): Describe `args'.
21669         (gmm-tool-bar-zap-list): New widget.
21670         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21672 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21674         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21675         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21676         the number of recursive calls.
21678         * mm-decode.el (mm-handle-set-disposition): New macro.
21679         (mm-handle-set-description): New macro.
21681 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21683         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21684         encoding.
21686 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21688         * message.el (message-tool-bar-zap-list, message-tool-bar)
21689         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21690         (message-tool-bar-local-item-from-menu): Remove.
21691         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21692         (message-make-tool-bar): New function.
21693         (message-mode): Use `message-make-tool-bar'.
21695         * gmm-utils.el: New file.
21696         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21697         (gmm-lazy): New widget copied from `nnmail.el'.
21698         (gmm-tool-bar-from-list): New function for creating customizable
21699         tool bars.
21700         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21701         output.
21702         (gmm): Add :prefix to defgroup.
21704 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21706         * gmm-utils.el (gmm-widget-p): New function.
21708 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21710         * mml.el (mml-attach-file): Describe `description' in doc string.
21711         (mml-menu): Add Emacs MIME manual and PGG manual.
21713 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21715         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21717 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21719         * nntp.el (nntp-end-of-line): Doc fix.
21721 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21723         * imap.el (imap-open): Handle case where buffer is a buffer
21724         object.
21726 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21728         * gnus-delay.el (gnus-delay): Don't autoload.
21729         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21730         to be re-loaded when customizing the `gnus-delay' group.
21732 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21734         * message.el (message-insert-citation-line): Use newlines.
21736 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21738         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21739         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21740         these routines, so the passphrase can be managed externally and
21741         passed in to the system.
21742         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21743         pgg-add-passphrase-to-cache function.
21745         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21746         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21747         these routines, so the passphrase can be managed externally and
21748         passed in to the system.
21749         (pgg-pgp5-sign-region): Use new name of
21750         pgg-add-passphrase-to-cache function.
21752 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21754         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21755         part of the decoded armor to find the key-identifier.
21756         (pgg-gpg-lookup-key-owner): New function to return the
21757         human-readable identifier of a key owner.
21758         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21759         itself.
21760         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21761         the key value) if we have a key and can match it against a secret
21762         key.  Also, added a note pointing out fact that the prompt only
21763         indicates the first matching key.
21765         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21766         pgg-decrypt-region.
21767         (pgg-add-passphrase-to-cache): Rename from
21768         `pgg-add-passphrase-cache' to reduce confusion (all callers
21769         changed).
21770         (pgg-remove-passphrase-from-cache): Rename from
21771         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21772         changed).
21773         (pgg-read-passphrase, pgg-add-passphrase-cache)
21774         (pgg-remove-passphrase-cache): Add informative docstrings.
21775         (pgg-decrypt): Convey provided passphrase in subordinate call to
21776         pgg-decrypt-region.
21778 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21780         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21781         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21782         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21783         'passphrase' argument, so the passphrase can be managed externally
21784         and then passed in to the system.
21786         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21787         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21788         so the passphrase cache can be used reliably with identifiers
21789         besides a pgp packet's key id.
21791         * pgg-gpg.el (pgg-gpg-encrypt-region)
21792         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21793         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21794         these routines, so the passphrase can be managed externally and
21795         passed in to the system.
21797         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21798         'notruncate' argument, so the passphrase cache can be used
21799         reliably with identifiers besides a pgp packet's key id.
21801 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21803         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21804         symmetric encryption.
21805         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21806         encrypted session key.
21807         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21808         message ask for the passphrase in a proper way.
21810         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21811         New user commands for symmetric encryption.
21813 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21815         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21817         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21819 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21821         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21823 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21825         * mm-decode.el (mm-inlined-types): Add application/pgp.
21826         (mm-automatic-display): Ditto.
21828         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21829         part as text.
21831 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21833         * nnrss.el: Update copyright.
21834         (nnrss-opml-import): Query whether to subscribe to each entry.
21836         * gnus-art.el:
21837         * gnus-sum.el:
21838         * gnus-xmas.el:
21839         * messagexmas.el:
21840         * mm-uu.el:
21841         * mm-view.el: Update copyright.
21843 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21845         * message.el (message-info): New function.
21846         (message-mode-menu): Add it.
21847         Update copyright.
21849         * ChangeLog: Fix and update copyright.
21851 2006-01-13  Romain Francoise  <romain@orebokech.com>
21853         * message.el (message-forward-subject-name-subject): Prefer the
21854         address to 'nowhere' if the sender has no name.
21855         Fix typo.  Update copyright year.
21857 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21859         * gnus-art.el (article-wash-html):
21860         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21861         (gnus-article-wash-html-with-w3m-standalone): New function.
21863         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21864         mm-inline-text-html-render-with-w3m-standalone.
21865         (mm-text-html-washer-alist): Map w3m-standalone to
21866         gnus-article-wash-html-with-w3m-standalone.
21867         (mm-inline-text-html-render-with-w3m-standalone): New function.
21869 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21871         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21872         Improve LaTeX.
21874 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21876         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21877         (nnrss-request-article): Render text/plain parts as HTML.
21879         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21880         the buffer.
21882 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21884         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21885         custom definition of `gnus-posting-styles'.
21887         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21888         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21890 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21892         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21893         Use nntp for bug archive.
21895 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21897         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21898         parts.
21899         (nnrss-normalize-date): New function converts ISO 8601 date into
21900         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21901         (nnrss-check-group): Use it.
21903 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21905         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21907         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21908         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21909         (nnrss-insert-w3): Ditto.
21911 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21913         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21914         the articles to be forwarded including the case where neither a
21915         number of articles nor a region is specified.
21917 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21919         * nnrss.el (nnrss-request-article): Fix last change; fill
21920         text/plain parts.
21922 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21924         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21925         in text/plain part.
21926         (nnrss-check-group): Don't add excessive newline to dc:subject.
21928 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21930         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21931         article.
21933 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21935         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21936         (nnml-use-compressed-files, nnml-save-mail): Support other
21937         comression programs such as bzip2.
21939 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21941         * dns.el (query-dns): Make sure we check the buffer size before
21942         removing tcp headers.
21944 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21946         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21947         remove MIME buttons associated with multipart/alternative parts.
21948         (gnus-mime-display-alternative): Tag buttons using `article-type'
21949         text property.
21951         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21952         associated with multipart/alternative parts.
21954         * gnus-art.el (gnus-signature-separator): Fix custom type.
21956         * mm-decode.el (mm-inlined-types): Fix custom type.
21957         (mm-keep-viewer-alive-types): Ditto.
21958         (mm-automatic-display): Ditto.
21959         (mm-attachment-override-types): Ditto.
21960         (mm-inline-override-types): Ditto.
21961         (mm-automatic-external-display): Ditto.
21963 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21965         * spam-report.el (spam-report-user-mail-address)
21966         (spam-report-user-agent): New variables.
21967         (spam-report-url-ping-plain): Use spam-report-user-agent.
21969 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21971         * gnus-art.el (gnus-button-handle-custom): Do not just use
21972         `customize-apropos' for any "M-x customize-*" button but the
21973         function called for.  Accept both the function name and its
21974         argument in order to achieve this.
21975         (gnus-button-alist): Remove support for "custom:" URL's.
21976         Pass function name to `gnus-button-handle-custom' in case of "M-x
21977         customize-*" buttons.
21979 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21981         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21982         multipart/alternative and add xref to mm-discouraged-alternatives
21983         in doc string.
21985         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21986         gnus-buttonized-mime-types in doc string.
21988 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21990         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21991         Suggest image/.* in the doc string.
21993 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21995         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21996         message-marks (Debian bug#342521).
21998 2005-12-12  Simon Josefsson  <jas@extundo.com>
22000         * password.el (password-read-from-cache): Add.
22001         (password-read): Use it.
22003 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22005         * rfc2047.el (rfc2047-charset-to-coding-system):
22006         Recognize us-ascii as a MIME charset.
22008         * mm-bodies.el (mm-decode-content-transfer-encoding):
22009         Protect against the case where the 2nd arg TYPE is nil.
22011 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22013         * pop3.el (pop3-stream-type): Fix custom version.
22015         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
22017 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22019         * mm-decode.el (mm-display-external): Add missing cdr.
22021 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22023         * mm-decode.el (mm-display-external): Use nametemplate (defined in
22024         RFC1524) if it is in mailcap or add a suffix according to
22025         mailcap-mime-extensions when generating a temp filename; postpone
22026         deleting a temp file for 2 seconds for some wrappers, shell
22027         scripts, and so on, which might exit right after having started a
22028         viewer command as a background job.
22030 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22032         * nntp.el (nntp-marks-directory): Fix custom group.
22034         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
22035         steps when < 10.
22037         * gnus-start.el (gnus-no-server-1):
22038         Mention `gnus-level-default-subscribed' in doc string.
22040 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22042         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
22043         parens.
22045 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22047         * gnus-xmas.el (gnus-use-toolbar): Revert.
22048         (gnus-xmas-setup-toolbar): Use global default-toolbar if
22049         gnus-use-toolbar is default.
22051         * messagexmas.el (message-use-toolbar): Revert.
22052         (message-setup-toolbar): Use global default-toolbar if
22053         message-use-toolbar is default.
22055 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22057         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
22058         according to default-toolbar-visible-p.
22060         * messagexmas.el (message-use-toolbar): Ditto.
22062 2005-11-26  Dave Love  <fx@gnu.org>
22064         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
22065         (tls-program, tls-success): Provide openssl alternative.
22067         * starttls.el: Doc fixes.
22068         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
22069         SERVICE to PORT.
22071         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
22072         port null or service name.
22073         (starttls-negotiate): Autoload.
22075 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22077         * message.el (message-kill-to-signature): Fix interactive spec.
22079 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22081         * pop3.el (pop3-open-server): Recognize a string as a service name.
22083 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
22085         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
22087 2005-11-23  Dave Love  <fx@gnu.org>
22089         Add pop3s, pop3/starttls.
22091         * pop3.el (pop3-authentication-scheme): Clarify doc.
22092         (open-tls-stream, starttls-open-stream): Autoload.
22093         (pop3-stream-type): New.
22094         (pop3-open-server): Use it.
22096         * mail-source.el (mail-sources): Fix some :types.  Add stream type
22097         for POP.
22098         (mail-source-keyword-map): Add :stream for POP.
22099         (mail-source-fetch-pop): Use pop3-stream-type.
22101 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22103         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
22104         of current-time-string.
22106 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
22108         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
22109         date header.
22111 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22113         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22114         it can seriously impact performance as it bypasses the agent's
22115         local caches.
22117 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22119         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22120         must be explicitly online rather than "not explicitly offline" for
22121         its flags to be synchronized.
22123         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22124         that gnus-uu-unmark-thread will function correctly.
22126         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22127         1024K is instead displayed as 1M.
22129 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22131         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22133 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22135         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22137 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22139         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22140         error message to display actual error condition.
22141         (gnus-agent-save-local): Avoid saving symbols that are bound to
22142         nil as they simply result in a warning message in
22143         gnus-agent-read-local.
22145 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22147         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22148         rather than make-variable-buffer-local for file-precious-flag.
22150 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22152         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22153         for duplicates which are removed.  The invalid sort check then
22154         triggers a rescan after the sort as sorting may have moved
22155         duplicate entries such that they can be cheaply detected.
22157 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22159         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22161 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22163         * gnus-agent.el (gnus-agent-article-alist-save-format):
22164         Change internal variable to a custom variable.  Change default value
22165         from compressed(2) to uncompressed(1).
22166         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22167         support for uncompressed agentview files.  Taken together, reading
22168         the agentview file should now be 6-7 times faster.
22170 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22172         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22173         as a buffer-local variable.  This avoids creating truncated
22174         dribble files as a result of a hang up, eg.
22176 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22178         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22179         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22180         XEmacs.
22182 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22184         * gnus-start.el (gnus-start-draft-setup):
22185         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22187         * gnus.el (gnus-splash): Change custom group.
22188         (gnus-group-get-parameter, gnus-group-parameter-value):
22189         Describe allow-list argument.
22191         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22192         string.
22194 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22196         * gnus-art.el (gnus-default-article-saver): Add user-defined
22197         `function' to custom type.
22199 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22201         * imap.el (imap-open): Handle case where buffer is a buffer
22202         object.
22204 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22206         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22207         long lines.
22208         (gnus-cache-delete-group): Wrap doc strings.
22210         * gnus-agent.el (gnus-agent-rename-group)
22211         (gnus-agent-delete-group): Wrap doc strings.
22213 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22215         * messagexmas.el (message-use-toolbar): Change the valid values
22216         into default, top, bottom, left, and right.
22217         (message-toolbar-thickness): New variable.
22218         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22219         well.
22220         (message-setup-toolbar): Make it work.
22222         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22223         (gnus-use-toolbar): Change the valid values into default, top,
22224         bottom, left, and right.
22225         (gnus-toolbar-thickness): New variable.
22226         (gnus-xmas-setup-toolbar): New function.
22227         (gnus-xmas-setup-group-toolbar): Use it.
22228         (gnus-xmas-setup-summary-toolbar): Use it.
22230 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22232         * gnus-start.el (gnus-1): Add "native" to
22233         gnus-predefined-server-alist.
22235         * gnus.el (gnus-method-to-server): Don't add "native" to the
22236         lists here, because that leads to problems when
22237         gnus-select-method is bound.
22239 2005-11-09  Simon Josefsson  <jas@extundo.com>
22241         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22242         use (not sort-by-date) instead.
22244 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22246         * gnus-delay.el (gnus-delay-group): Don't autoload.
22247         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22248         to be re-loaded when customizing the `gnus-delay' group.
22250 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22252         * message.el: Revert last changes.
22253         (message-insert-citation-line): Use newlines.
22255 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22257         * message.el (message-courtesy-message)
22258         (message-mark-insert-begin, message-mark-insert-end)
22259         (message-elide-ellipsis, message-cancel-message)
22260         (message-add-header, message-change-subject)
22261         (message-cross-post-followup-to-header)
22262         (message-cross-post-insert-note, message-reduce-to-to-cc)
22263         (message-widen-reply, message-delete-not-region)
22264         (message-kill-to-signature, message-insert-signature)
22265         (message-insert-importance-high, message-insert-importance-low)
22266         (message-insert-or-toggle-importance)
22267         (message-insert-disposition-notification-to)
22268         (message-indent-citation, message-yank-original)
22269         (message-cite-original-without-signature, message-cite-original)
22270         (message-insert-citation-line, message-position-on-field)
22271         (message-fix-before-sending, message-send-mail-partially)
22272         (message-send-mail, message-send-mail-with-sendmail)
22273         (message-send-mail-with-qmail, message-send-news)
22274         (message-check-news-header-syntax, message-generate-headers)
22275         (message-insert-courtesy-copy, message-fill-address)
22276         (message-fill-header, message-shorten-references)
22277         (message-setup-1, message-cancel-news)
22278         (message-forward-make-body-plain, message-forward-make-body-mime)
22279         (message-forward-make-body-mml, message-encode-message-body)
22280         (message-forward-make-body-digest-plain)
22281         (message-forward-make-body-digest-mime)
22282         (message-use-alternative-email-as-from): Insert `hard-newline'
22283         instead of ordinary newlines.
22285 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22287         * message.el (message-generate-headers): Downcase the argument
22288         given to message-check-element.
22290 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22292         * nntp.el (nntp-authinfo-rejected): New error condition.
22293         (nntp-wait-for): Use new error condition to signal authentication
22294         error.
22295         (nntp-retrieve-data): Rethrow new error condition to break out of
22296         recursive call to nntp-send-authinfo.
22298 2005-11-08  Romain Francoise  <romain@orebokech.com>
22300         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22301         (gnus-summary-exit-map): Bind to `Z p'.
22302         (gnus-summary-make-menu-bar): Add menu item.
22304 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22306         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22307         (gnus-treat-*): Add `first' in all doc strings.
22309         * gnus-group.el (gnus-group-compact-group): Fix typo.
22311 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22313         * gnus.el (gnus-parameters-case-fold-search): New variable.
22314         (gnus-parameters-get-parameter): Use it.
22316         * gnus-score.el (gnus-home-score-file): Doc fix.
22318 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22320         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22322 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22324         * mm-util.el (mm-special-display-p): New function.
22326         * mml.el (mml-preview): Use it; doc fix.
22328 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22330         * imap.el (imap-open): Handle case where buffer is a buffer object.
22332 2005-10-29  Romain Francoise  <romain@orebokech.com>
22334         * message.el (message-fix-before-sending): Fix comment.
22336 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22338         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22340 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22342         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22343         Used in gnus-score.el.
22345 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22347         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22349 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22351         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22352         whitespace removed in revision 7.8.  Use concatenated string to
22353         protect trailing whitespace.
22355 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22357         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22358         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22359         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22360         Courier IMAP ("some version from 2004").  Mostly based on similar
22361         code in the same function.
22363 2005-10-26  Didier Verna  <didier@xemacs.org>
22365         * gnus-group.el (gnus-group-compact-group): Invalidate original
22366         article buffer.
22367         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22368         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22369         NOV database and in article itself.
22370         Invalidate article backlog.
22372 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22374         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22376 2005-10-26  Simon Josefsson  <jas@extundo.com>
22378         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22379         part of 2004-07-25 change.
22381 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22383         * message.el (message-display-completion-list): New function.
22384         (message-expand-group): Use it; make sure the Completions buffer
22385         is modifiable.
22386 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22388         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22389         user-mail-name is an empty string.
22391 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22393         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22394         depending on gnus-score-decay-constant.
22396         * encrypt.el (encrypt-insert-file-contents)
22397         (encrypt-write-file-contents): Don't use `gnus-message'.
22399         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22400         arguments.
22401         (mm-uu-type-alist): Add message-marks and insert-marks.
22402         Pass arguments to mm-uu-verbatim-marks-extract.
22403         (mm-uu-hide-markers): New variable.
22404         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22406         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22407         (gnus-convert-image-to-face-command): Use "convert" by default to
22408         allow other input image formats.
22409         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22410         accordingly.
22412 2005-10-23  Simon Josefsson  <jas@extundo.com>
22414         * imap.el (imap-gssapi-program): Align command line parameters
22415         with latest GNU SASL.
22416         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22418 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22420         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22421         HTML.
22422         (nnslashdot-request-article): Ditto.
22424         * lpath.el (featurep): Add nobreak-char-display.
22426 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22428         * mail-source.el (mail-source-fetch-pop): Require pop3.
22429         (mail-source-check-pop): Ditto.
22431 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22433         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22434         errors.
22436 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22438         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22439         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22441         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22443         * mm-bodies.el (mm-decode-string):
22444         Call `mm-charset-to-coding-system' with allow-override argument.
22446 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22448         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22449         (rfc2047-charset-to-coding-system): New function.
22450         (rfc2047-decode-encoded-words): New function.
22451         (rfc2047-decode-region): Use them.
22452         (rfc2047-decode-cte): Remove.
22453         (rfc2047-parse-and-decode): Remove.
22454         (rfc2047-decode): Remove.
22456 2005-10-15  Kenichi Handa  <handa@m17n.org>
22458         * rfc2047.el (rfc2047-decode-cte): New function.
22459         (rfc2047-decode-region): Change the way to decode successive
22460         encoded-words: decode B- or Q-encoding in each encoded-word,
22461         concatenate them, and decode it as charset.
22463 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22465         * lpath.el: Fbind codepage-setup for XEmacs.
22467 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22469         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22470         widget-move-and-invoke.
22471         (gnus-custom-mode): Use gnus-custom-map.
22473 2005-10-15  Bill Wohler  <wohler@newt.com>
22475         * message.el (message-tool-bar-map): Rename image file from
22476         mail_send to mail/send.
22478 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22480         * message.el (message-expand-group): Pass the common
22481         prefix substring of completion to `display-completion-list'.
22483 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22485         * mml-sec.el (mml-secure-method): New internal variable.
22486         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22487         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22488         New functions using mml-secure-method.
22490         * mml.el (mml-mode-map): Add key bindings for those functions.
22491         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22492         Harder <harder@myrealbox.com>.
22493         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22494         Goto end of message if point is the headers of the message.
22496         * message.el (message-in-body-p): New function.
22498         * assistant.el: Autoload gnus-util and netrc.
22500         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22501         Use `mm-charset-override-alist' only when decoding.
22503         * mm-bodies.el (mm-decode-body):
22504         Call `mm-charset-to-coding-system' with allow-override argument.
22506         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22507         `filename' from Content-Disposition if Content-Type doesn't
22508         provide `name'.
22509         (gnus-mime-view-part-as-type): Set default instead of
22510         initial-input.
22512 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22514         * format-spec.el (format-spec): Propagate text properties of % spec.
22516 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22518         * gnus-art.el (gnus-treat-predicate): Add `first'.
22520 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22522         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22523         (mm-charset-override-alist): New variable.
22524         (mm-charset-to-coding-system): Use it.
22525         (mm-codepage-setup): New helper function.
22526         (mm-charset-eval-alist): New variable.
22527         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22528         Warn about unknown charsets.
22530         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22532 2005-10-04  David Hansen  <david.hansen@gmx.net>
22534         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22535         (nnrss-check-group): Ditto.
22537 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22539         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22540         Rename x-gnus-verbatim to x-verbatim.
22541         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22543         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22544         x-verbatim.
22546         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22548         * gnus-util.el (gnus-remove-duplicates): Remove.
22550         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22551         instead of gnus-remove-duplicates.
22553         * message.el (message-remove-duplicates): Remove.
22554         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22555         message-remove-duplicates.
22557         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22558         available, else use implementation from `delete-dups'.
22560         * message.el (message-insert-expires): New function.
22561         (message-mode-map): Add key binding.
22562         (message-mode-field-menu): Add menu entry.
22563         (message-mode): Document it.
22564         (message-make-expires-date): Use `message-make-date'.
22566 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22568         * message.el (message-make-expires-date): New function.
22570 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22572         * Makefile.in (list-installed-shadows): New entry.
22573         (install): Use it.
22574         (remove-installed-shadows): New entry.
22576         * dgnushack.el (dgnushack-default-load-path): New variable.
22577         (dgnushack-find-lisp-shadows): New function.
22578         (dgnushack-remove-lisp-shadows): New function.
22580 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22582         * Makefile.in (install-el-elc): New entry.
22583         (install): Use it so that .el files are necessarily installed.
22585 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22587         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22589 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22591         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22592         function rather than the diff-mode.el package.
22593         (mm-display-external): Use with-current-buffer.
22594         (mm-viewer-completion-map, mm-viewer-completion-map):
22595         Move initialization inside declaration.
22597 2005-09-29  Simon Josefsson  <jas@extundo.com>
22599         * spam.el: Load hashcash when compiling, to avoid warnings.
22600         Don't autoload mail-check-payment.
22601         (spam-check-hashcash): Define unconditionally, since hashcash.el
22602         is part of Gnus now.  Ignore errors from payment checking.
22604 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22606         * message.el (message-bold-region, message-unbold-region):
22607         Rename from `bold-region' and `unbold-region'.
22609         * message.el: Remove useless autoloads.
22611 2005-09-28  Simon Josefsson  <jas@extundo.com>
22613         * message.el (message-use-idna): Default to t.
22614         (message-use-idna): Test whether encoding works too.  Doc fix.
22616 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22618         * nntp.el (nntp-warn-about-losing-connection): Remove.
22620 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22622         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22623         customizable.  Change default value.
22624         (mm-uu-diff-groups-regexp): Change default value.
22625         (mm-uu-type-alist): Add doc string.
22626         (mm-uu-configure): Add doc string.  Make it interactive.
22627         (mm-uu-tex-groups-regexp): New variable.
22628         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22629         (mm-uu-type-alist): Add LaTeX documents.
22630         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22631         of "text/verbatim".
22632         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22634         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22635         instead of "text/verbatim".
22637         * message.el (message-mark-inserted-region)
22638         (message-mark-insert-file): Use slrn style marks when called with
22639         prefix argument.
22641 2005-09-27  Simon Josefsson  <jas@extundo.com>
22643         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22645 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22647         * message.el (message-remove-duplicates): New function.
22648         Implementation borrowed from `gnus-remove-duplicates'.
22649         (message-idna-to-ascii-rhs): Also encode idna addresses in
22650         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22651         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22652         only ask about the same idna domain once per header and also tell
22653         in what header to replace the idna domain.
22655         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22656         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22657         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22658         a header is decoded and not just the last one.
22660 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22662         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22663         has been decoded.
22665         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22666         (mm-insert-part): Don't modify text if it has been decoded.
22668         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22669         decoded.
22671         * mm-view.el (mm-inline-text): Don't strip text props unless
22672         decoding enriched or richtext parts.
22674 2005-09-25  Romain Francoise  <romain@orebokech.com>
22676         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22677         * gnus-start.el (gnus-subscribe-interactively):
22678         * gnus-uu.el (gnus-uu-grab-articles):
22679         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22680         space.
22682 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22684         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22685         * mm-view.el (mm-view-pkcs7-decrypt):
22686         * gnus-sum.el (gnus-summary-limit-to-extra)
22687         (gnus-summary-respool-article, gnus-read-move-group-name):
22688         * gnus-score.el (gnus-summary-increase-score):
22689         * gnus-util.el (gnus-completing-read-with-default):
22690         * gnus-art.el (gnus-read-save-file-name)
22691         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22692         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22693         * message.el (message-check-news-header-syntax):
22694         Follow convention for reading with the minibuffer.
22696 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22698         * spam-report.el (spam-report-url-ping-plain):
22699         Use gnus-extended-version as User-Agent.
22701         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22702         default value is nil.
22704         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22705         (mm-uu-verbatim-marks-extract): New function.
22706         (mm-uu-extract): New face.
22707         (mm-uu-copy-to-buffer): Use it.
22709         * spam-report.el (spam-report-gmane-ham): Rename from
22710         `spam-report-gmane-unspam'.
22711         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22712         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22714         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22715         Autoload.
22716         (spam-report-gmane-unregister-routine):
22717         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22719 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22721         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22722         (spam-report-gmane-unregister-routine): Add support for gmane
22723         unregistration.
22725         * spam-report.el (spam-report-gmane-unspam)
22726         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22727         (spam-report-gmane): Change to take a single article and do unspam
22728         registration.
22730 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22732         * mm-url.el (mm-url-decode-entities): Fix regexp.
22734 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22736         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22737         default to nil, to be able to use Gnus at all.  If the default
22738         switches to something else, then the function should be fixed not
22739         be exceedingly slow.
22741 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22743         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22744         fail hard.
22746         * spam-report.el: Add better Keywords line.
22748         * spam.el: Add Maintainer and better Keywords line.
22750 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22752         * gnus-art.el (gnus-article-replace-part)
22753         (gnus-mime-replace-part): New functions.
22754         (gnus-mime-action-alist, gnus-mime-button-commands)
22755         (gnus-mime-save-part-and-strip): Add file argument.
22756         (gnus-article-part-wrapper): Add interactive argument.
22758         * gnus-sum.el (gnus-summary-mime-map):
22759         Add `gnus-article-replace-part'.
22761 2005-09-19  Didier Verna  <didier@xemacs.org>
22763         The nnml compaction feature:
22764         * nnml.el (nnml-request-compact-group): New function.
22765         * nnml.el (nnml-request-compact): New function.
22766         * gnus-int.el (gnus-request-compact-group): New function.
22767         * gnus-int.el (gnus-request-compact): New function.
22768         * gnus-group.el (gnus-group-compact-group): New function.
22769         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22770         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22771         * gnus-srvr.el (gnus-server-compact-server): New function.
22772         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22773         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22775 2005-09-18  Deepak Goel  <deego@gnufans.org>
22777         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22778         format spec.
22780 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22782         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22784 2005-09-15  Romain Francoise  <romain@orebokech.com>
22786         * message.el (message-fill-paragraph): Clarify docstring.
22788 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22790         * gnus-art.el (gnus-mime-display-part): Protect against broken
22791         MIME messages.
22793 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22795         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22796         before parsing header.
22798 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22800         * html2text.el (html2text-replace-list): Add new entities.
22802 2005-09-11  Romain Francoise  <romain@orebokech.com>
22804         * message.el (message-alternative-emails): Improve docstring.
22805         (message-setup-1): Call `message-use-alternative-email-as-from'
22806         after `message-setup-hook' to give it precedence over posting
22807         styles, etc.
22808         (message-use-alternative-email-as-from): Add docstring.
22809         Remove the original From header if present.
22811         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22812         (nnml-save-mail): Use it.
22814         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22815         articles.  Add new argument `silent'.
22816         (gnus-uu-mark-all): Report the total number of marked articles.
22818 2005-09-10  Romain Francoise  <romain@orebokech.com>
22820         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22821         (gnus-uu-mark-series): Likewise.
22823 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22825         * spam-report.el (spam-report-gmane): Fix generation of spam
22826         report URL.
22828 2005-09-10  Simon Josefsson  <jas@extundo.com>
22830         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22831         t, based on discussion on the ding list with Robert Epprecht
22832         <epprecht@solnet.ch>.
22834 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22836         * spam-report.el (spam-report-gmane): Make it work without
22837         X-Report-Spam header.  Gmane now only provides Archived-At.
22838         This is only used if `spam-report-gmane-use-article-number' is nil.
22839         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22841         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22842         make `gnus-summary-sort-by-recipient' work with threading.
22844         * nnweb.el (nnweb-google-wash-article): Print a message if article
22845         is not available.
22847 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22849         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22850         change.  Decode text/* parts content before displaying.
22852 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22854         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22856 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22858         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22860         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22861         url-package-name, url-package-version,
22862         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22863         w3m-display-inline-images, and w3m-minor-mode-map.
22865 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22867         * message.el (message-tab-body-function): Fix mismatched custom type.
22869         * gnus.el (gnus-group-change-level-function): Ditto.
22871         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22873         * gnus-art.el (gnus-signature-limit)
22874         (gnus-article-mime-part-function): Ditto.
22876 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22878         * mml.el (mml-mode): Silence the byte compiler.
22880         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22881         using `(sit-for 0)' before moving the point to the specified part;
22882         skip unbuttonized parts.
22883         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22884         return to the summary window if gnus-auto-select-part is non-nil.
22886 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22888         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22889         New variables.
22890         (mml-dnd-attach-file, mml-mode): Use them.
22892         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22893         Make fetching article by MID work again for Google Groups.
22894         Add FIXME concerning gnus-group-make-web-group.
22896         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22897         Don't depend on Gnus by using mail-extract-address-components if
22898         gnus-extract-address-components is not bound.
22900 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22902         * gnus-art.el (gnus-mime-display-security): Don't display the
22903         signature, but only the signed part.
22905 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22907         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22909         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22910         list, not listp.
22912 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22914         * mm-encode.el (mm-encode-content-transfer-encoding):
22915         Likewise when encoding.
22917         * mm-bodies.el (mm-decode-content-transfer-encoding):
22918         De-canonicalize CRLF for all text content types, not just
22919         text/plain.
22921 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22923         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22924         valid article; point arrow and cursor at the MIME button.
22926 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22928         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22929         Suggested by Dan Christensen <jdc@uwo.ca>.
22931         * mm-decode.el (mm-save-part): Enable change of prompt.
22933 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22935         * gnus-msg.el (gnus-inews-add-send-actions):
22936         Make `message-post-method' lambda parameter ARG `&optional'.
22938 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22940         * gnus-sum.el (gnus-summary-mime-map):
22941         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22942         gnus-article-jump-to-part.
22944         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22945         (gnus-article-edit-part): Use it.
22946         (gnus-article-part-wrapper): Add no-handle argument.
22947         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22948         New functions.
22950 2005-08-29  Romain Francoise  <romain@orebokech.com>
22952         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22953         docstring.
22954         (gnus-face-from-file): Likewise.
22956 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22958         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22959         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22960         non-nil.
22961         (gnus-auto-select-part): New variable.
22962         (gnus-article-jump-to-part): New function.
22963         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22964         (gnus-mime-delete-part): Allow selecting specified part after
22965         deleting or stripping parts.
22966         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22967         part if argument is bogus.
22969 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22971         * gnus-art.el (w3m-minor-mode-map):
22972         * gnus-spec.el (gnus-newsrc-file-version):
22973         * gnus-util.el (nnmail-active-file-coding-system)
22974         (gnus-original-article-buffer, gnus-user-agent):
22975         * gnus.el (gnus-ham-process-destinations)
22976         (gnus-parameter-ham-marks-alist)
22977         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22978         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22979         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22980         * mm-decode.el (gnus-current-window-configuration):
22981         * mm-extern.el (gnus-article-mime-handles):
22982         * mm-url.el (url-current-object, url-package-name)
22983         (url-package-version):
22984         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22985         (smime-keys, w3m-cid-retrieve-function-alist)
22986         (w3m-current-buffer, w3m-display-inline-images)
22987         (w3m-minor-mode-map):
22988         * mml-smime.el (gnus-extract-address-components):
22989         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22990         (gnus-newsrc-hashtb, message-default-charset)
22991         (message-deletable-headers, message-options)
22992         (message-posting-charset, message-required-mail-headers)
22993         (message-required-news-headers):
22994         * mml1991.el (mc-pgp-always-sign):
22995         * mml2015.el (mc-pgp-always-sign):
22996         * nnheader.el (nnmail-extra-headers):
22997         * rfc1843.el (gnus-decode-encoded-word-function)
22998         (gnus-decode-header-function, gnus-newsgroup-name):
22999         * spam-stat.el (gnus-original-article-buffer): Add defvars.
23001 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
23003         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
23004         the end of the date treatments.
23006 2005-08-15  Simon Josefsson  <jas@extundo.com>
23008         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
23009         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
23010         Capello and Romain Francoise.
23011         (pgg-fetch-key-function): Remove, not used?
23012         (pgg-insert-url-with-w3): Require url, to get
23013         url-insert-file-contents regardless of where it is defined.
23015 2005-08-13  Romain Francoise  <romain@orebokech.com>
23017         * message.el (message-cite-original-1): New function.
23018         (message-cite-original): Use it.
23019         (message-cite-original-without-signature): Ditto.
23021 2005-08-08  Romain Francoise  <romain@orebokech.com>
23023         * message.el (message-yank-empty-prefix): New variable.
23024         (message-indent-citation): Use it.
23025         (message-cite-original-without-signature): Respect X-No-Archive.
23027 2005-08-08  Simon Josefsson  <jas@extundo.com>
23029         * pgg.el: Autoload url-insert-file-contents instead of loading
23030         w3/url.
23031         (pgg-insert-url-with-w3): Don't load url here.
23033 2005-08-07  Jesper Harder  <harder@phys.au.dk>
23035         * message.el (message-kill-to-signature): Don't insert newline at
23036         bol.
23037         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
23039 2005-08-06  Romain Francoise  <romain@orebokech.com>
23041         * message.el (message-user-fqdn): Fix typo in docstring.
23043 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
23045         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
23047         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
23049 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23051         * mm-bodies.el (mm-encode-body): Use coding system rather than
23052         charset to encode text.
23054         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
23055         number of charsets if utf-8 is available (XEmacs).
23057 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
23059         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
23060         taken from `gnus-button-mid-or-mail-regexp'.
23061         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
23062         (gnus-button-alist): Improve regexp for domain part of the MIDs
23063         for news:localpart@domain buttons.
23064         (gnus-button-ctan-directory-regexp): Update.
23066 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23068         * sieve-manage.el (sieve-manage-interactive-login):
23069         Use make-local-variable rather than make-variable-buffer-local.
23070         (sieve-manage-open): Ditto.
23071         (sieve-manage-authenticate): Ditto.
23073         * mml.el (mml-generate-mime-1): Make the content type default to
23074         text/plain if the filename is not specified.
23076 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23078         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
23079         instead of insert-buffer.
23081         * message.el (message-yank-original): Ditto; set the mark at the
23082         end of the yanked message.
23084 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23086         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
23087         lines to scroll rather than to stop it.
23089         * mml.el (mml-generate-default-type): Add doc string.
23090         (mml-generate-mime-1): Use mm-default-file-encoding or make it
23091         default to application/octet-stream when determining the content
23092         type if it is not specified for the part or the mml contents; add
23093         a comment about mml-generate-default-type.
23095 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
23097         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
23098         make it default to application/octet-stream when determining the
23099         content type if it is not specified for the external contents.
23101 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23103         * rfc2231.el (rfc2231-parse-string): Take care that not only a
23104         segmented parameter but also other parameters might be there.
23106 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23108         * mm-decode.el (mm-display-external): Delete temp file, directory
23109         and buffer immediately if the external process is exited.
23111 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23113         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23114         fewer lines than that of scroll-margin.
23115         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23117 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23119         * gnus-art.el (gnus-article-next-page): Revert.
23120         (gnus-article-beginning-of-window): New macro.
23121         (gnus-article-next-page-1): Use it.
23122         (gnus-article-prev-page): Ditto.
23123         (gnus-article-edit-part): Use insert-buffer-substring instead of
23124         insert-buffer.
23125         (gnus-article-edit-exit): Ditto.
23127         * gnus-util.el (gnus-beginning-of-window): Remove.
23128         (gnus-end-of-window): Remove.
23130         * lpath.el: Don't bind header-line-format and scroll-margin.
23132 2005-07-25  Simon Josefsson  <jas@extundo.com>
23134         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23135         to have the url package without w3.  Reported by Daiki Ueno
23136         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23138 2005-07-20  Didier Verna  <didier@xemacs.org>
23140         * gnus-diary.el: Remove the description comment (nndiary is now
23141         properly documented in the Gnus manual).
23142         Fix the spelling of "Back End".
23143         * nndiary.el: Ditto.
23144         Fix the copyright notice.
23146 2005-07-18  Romain Francoise  <romain@orebokech.com>
23148         * gnus-sum.el (gnus-summary-to-prefix)
23149         (gnus-summary-newsgroup-prefix): New variables.
23150         (gnus-summary-from-or-to-or-newsgroups): Use them.
23152 2005-07-17  Romain Francoise  <romain@orebokech.com>
23154         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23155         space as it's generally not especially interesting to the user.
23157 2005-07-16  Romain Francoise  <romain@orebokech.com>
23159         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23160         nil to avoid prompting and file modification if one of the
23161         messages at the top of the nnfolder file contains a copyright
23162         notice.
23163         Update copyright notice.
23165         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23166         instead of `current-time-string' as the latter creates a time
23167         string that is not RFC 2822 compliant (it lacks the zone).
23168         Update copyright notice.
23170 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23172         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23173         for text/rtf.  Display default in prompt.  Pass default for M-n.
23175         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23177 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23179         * gnus-msg.el (gnus-button-mailto):
23180         Remove save-selected-window-window hackery because it relies on
23181         save-selected-window internals.
23183 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23185         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23186         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23187         (gnus-article-prev-page): Ditto.
23189         * gnus-util.el (gnus-beginning-of-window): New function.
23190         (gnus-end-of-window): New function.
23192         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23194 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23196         * gnus-score.el (gnus-score-edit-all-score):
23197         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23198         gnus-message.
23200 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23202         * gnus-msg.el (gnus-button-mailto):
23203         Remove save-selected-window-window hackery because it relies on
23204         save-selected-window internals.
23206 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23208         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23209         add-minor-mode.
23210         (gnus-binary-mode): Ditto.
23212         * gnus-topic.el (gnus-topic-mode): Ditto.
23214 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23216         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23217         (gnus-article-prev-page): Take scroll-margin into consideration.
23219 2005-07-04  Lute Kamstra  <lute@gnu.org>
23221         Update FSF's address in GPL notices.
23223 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23225         * gnus.el (gnus-exit):
23226         * gnus-group.el (gnus-group-icons):
23227         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23229         * gnus-nocem.el (gnus-nocem):
23230         * message.el (message-various, message-buffers, message-sending)
23231         (message-interface, message-forwarding, message-insertion)
23232         (message-headers, message-news, message-mail):
23233         * pgg-gpg.el (pgg-gpg):
23234         * pgg-parse.el (pgg-parse):
23235         * pgg-pgp.el (pgg-pgp):
23236         * pgg-pgp5.el (pgg-pgp5):
23237         * pop3.el (pop3): Finish `defgroup' description with period.
23239 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23241         * gnus-art.el (article-display-face): Improve the efficiency.
23242         (article-display-x-face): Ditto; remove gray x-face stuff.
23244 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23246         * gnus-art.el (article-display-face): Correct the position in
23247         which Faces are inserted.
23249 2005-06-29  Didier Verna  <didier@xemacs.org>
23251         * gnus-art.el (article-display-face): Display faces in correct
23252         order.
23254 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23256         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23257         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23258         (gnus-nocem-check-article): Fetch the Type header.
23259         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23260         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23261         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23262         make sure gnus-nocem-hashtb is initialized.
23263         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23264         (gnus-nocem-unwanted-article-p): Ditto.
23266         * pgg.el (pgg-verify): Return the verification result.
23268 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23270         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23271         is ascii.
23273 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23275         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23276         `show-nonbreak-escape'.
23278 2005-06-23  Lute Kamstra  <lute@gnu.org>
23280         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23282         * dig.el (dig-mode):
23283         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23285 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23287         * nnimap.el (nnimap-split-download-body): Fix spellings.
23289 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23291         * gnus-art.el (gnus-article-encrypt-body):
23292         * gnus-cus.el (gnus-score-customize):
23293         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23294         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23296 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23298         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23299         header by looking for magic "MII" at the beginning.
23301 2005-06-16  Miles Bader  <miles@gnu.org>
23303         * gnus-xmas.el (gnus-xmas-group-startup-message):
23304         Use renamed gnus-splash face.
23306         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23307         (assistant-field-face): New backward-compatibility alias for renamed
23308         face.
23309         (assistant-render-text): Use renamed assistant-field face.
23311         * spam.el (spam): Remove "-face" suffix from face name.
23312         (spam-face): New backward-compatibility alias for renamed face.
23313         (spam-face, spam-initialize): Use renamed spam face.
23315         * message.el (message-header-to, message-header-cc)
23316         (message-header-subject, message-header-newsgroups)
23317         (message-header-other, message-header-name)
23318         (message-header-xheader, message-separator, message-cited-text)
23319         (message-mml): Remove "-face" suffix from face names.
23320         (message-header-to-face, message-header-cc-face)
23321         (message-header-subject-face, message-header-newsgroups-face)
23322         (message-header-other-face, message-header-name-face)
23323         (message-header-xheader-face, message-separator-face)
23324         (message-cited-text-face, message-mml-face):
23325         New backward-compatibility aliases for renamed faces.
23326         (message-font-lock-keywords): Use renamed message faces.
23328         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23329         (sieve-test-commands, sieve-tagged-arguments):
23330         Remove "-face" suffix from face names.
23331         (sieve-control-commands-face, sieve-action-commands-face)
23332         (sieve-test-commands-face, sieve-tagged-arguments-face):
23333         New backward-compatibility aliases for renamed faces.
23334         (sieve-control-commands-face, sieve-action-commands-face)
23335         (sieve-test-commands-face, sieve-tagged-arguments-face):
23336         Use renamed sieve faces.
23338         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23339         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23340         (gnus-group-news-3-empty, gnus-group-news-4)
23341         (gnus-group-news-4-empty, gnus-group-news-5)
23342         (gnus-group-news-5-empty, gnus-group-news-6)
23343         (gnus-group-news-6-empty, gnus-group-news-low)
23344         (gnus-group-news-low-empty, gnus-group-mail-1)
23345         (gnus-group-mail-1-empty, gnus-group-mail-2)
23346         (gnus-group-mail-2-empty, gnus-group-mail-3)
23347         (gnus-group-mail-3-empty, gnus-group-mail-low)
23348         (gnus-group-mail-low-empty, gnus-summary-selected)
23349         (gnus-summary-cancelled, gnus-summary-high-ticked)
23350         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23351         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23352         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23353         (gnus-summary-low-undownloaded)
23354         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23355         (gnus-summary-low-unread, gnus-summary-normal-unread)
23356         (gnus-summary-high-read, gnus-summary-low-read)
23357         (gnus-summary-normal-read, gnus-splash):
23358         Remove "-face" suffix from face names.
23359         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23360         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23361         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23362         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23363         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23364         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23365         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23366         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23367         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23368         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23369         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23370         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23371         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23372         (gnus-summary-normal-ticked-face)
23373         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23374         (gnus-summary-normal-ancient-face)
23375         (gnus-summary-high-undownloaded-face)
23376         (gnus-summary-low-undownloaded-face)
23377         (gnus-summary-normal-undownloaded-face)
23378         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23379         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23380         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23381         (gnus-splash-face):
23382         New backward-compatibility aliases for renamed faces.
23383         (gnus-group-startup-message): Use renamed gnus faces.
23385         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23386         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23387         (gnus-server-agent): Remove "-face" suffix from face names.
23388         (gnus-server-agent-face, gnus-server-opened-face)
23389         (gnus-server-closed-face, gnus-server-denied-face)
23390         (gnus-server-offline-face):
23391         New backward-compatibility aliases for renamed faces.
23392         (gnus-server-agent-face, gnus-server-opened-face)
23393         (gnus-server-closed-face, gnus-server-denied-face)
23394         (gnus-server-offline-face): Use renamed gnus faces.
23396         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23397         Remove "-face" suffix from face names.
23398         (gnus-picon-xbm-face, gnus-picon-face):
23399         New backward-compatibility aliases for renamed faces.
23401         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23402         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23403         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23404         (gnus-cite-11): Remove "-face" suffix from face names.
23405         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23406         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23407         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23408         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23409         New backward-compatibility aliases for renamed faces.
23410         (gnus-cite-attribution-face, gnus-cite-face-list)
23411         (gnus-article-boring-faces): Use renamed gnus faces.
23413         * gnus-art.el (gnus-signature, gnus-header-from)
23414         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23415         (gnus-header-content): Remove "-face" suffix from face names.
23416         (gnus-signature-face, gnus-header-from-face)
23417         (gnus-header-subject-face, gnus-header-newsgroups-face)
23418         (gnus-header-name-face, gnus-header-content-face):
23419         New backward-compatibility aliases for renamed faces.
23420         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23422         * gnus-sum.el (gnus-summary-selected-face)
23423         (gnus-summary-highlight): Use renamed gnus faces.
23424         * gnus-group.el (gnus-group-highlight): Likewise.
23426 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23428         * gnus-sieve.el (gnus-sieve-article-add-rule):
23429         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23430         * spam-stat.el (spam-stat-buffer-change-to-spam)
23431         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23433         * message.el (message-is-yours-p):
23434         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23436 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23438         * mm-view.el (mm-inline-text): Withdraw the last change.
23440 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23442         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23443         executing enriched-decode.
23445 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23447         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23448         charset of tar files.
23450 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23452         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23454 2005-06-04  Lute Kamstra  <lute@gnu.org>
23456         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23457         information is never recorded.
23459 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23461         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23463 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23465         * pop3.el (pop3-apop): Run md5 in the binary mode.
23467         * starttls.el (starttls-set-process-query-on-exit-flag):
23468         Use eval-and-compile.
23470 2005-05-31  Simon Josefsson  <jas@extundo.com>
23472         * smime.el (smime-replace-in-string): Define.
23473         (smime-cert-by-ldap-1): Use it.
23475 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23477         * gnus-art.el (article-display-x-face): Replace
23478         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23480         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23481         set-process-query-on-exit-flag or process-kill-without-query.
23483         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23484         loop instead of replace-regexp.
23486         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23487         instead of process-kill-without-query if it is available.
23489         * lpath.el: Fbind ldap-search-entries.
23491         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23492         instead of find-file-hooks if it is available.
23494         * mml1991.el: Bind pgg-default-user-id when compiling.
23496         * mml2015.el: Bind pgg-default-user-id when compiling.
23498         * nndraft.el (nndraft-request-associate-buffer):
23499         Use write-contents-functions instead of write-contents-hooks if it is
23500         available.
23502         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23503         instead of find-file-hooks if it is available.
23505         * nntp.el (nntp-open-connection): Replace
23506         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23507         (nntp-open-ssl-stream): Ditto.
23508         (nntp-open-tls-stream): Ditto.
23510         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23511         set-process-query-on-exit-flag or process-kill-without-query.
23512         (starttls-open-stream-gnutls): Use it instead of
23513         process-kill-without-query.
23514         (starttls-open-stream): Ditto.
23516 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23518         * smime.el (smime-cert-by-ldap-1): Don't use
23519         replace-regexp-in-string.
23521 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23523         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23525         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23526         in PEM format.  Adjust to the XEmacs compatibility.
23528 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23530         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23531         by `string-to-number'.
23532         * gnus-agent.el (gnus-agent-regenerate-group)
23533         (gnus-agent-fetch-articles): Ditto.
23534         * gnus-art.el (gnus-button-fetch-group): Ditto.
23535         * gnus-cache.el (gnus-cache-generate-active)
23536         (gnus-cache-articles-in-group): Ditto.
23537         * gnus-group.el (gnus-group-set-current-level)
23538         (gnus-group-insert-group-line): Ditto.
23539         * gnus-score.el (gnus-score-set-expunge-below)
23540         (gnus-score-set-mark-below, gnus-summary-score-effect)
23541         (gnus-summary-score-entry): Ditto.
23542         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23543         (gnus-soup-pack): Ditto.
23544         * gnus-spec.el (gnus-xmas-format): Ditto.
23545         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23546         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23547         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23548         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23549         * nndb.el (nndb-get-remote-expire-response): Ditto.
23550         * nndiary.el (nndiary-parse-schedule-value)
23551         (nndiary-string-to-number, nndiary-request-replace-article)
23552         (nndiary-request-article): Ditto.
23553         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23554         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23555         * nneething.el (nneething-make-head): Ditto.
23556         * nnfolder.el (nnfolder-request-article)
23557         (nnfolder-retrieve-headers): Ditto.
23558         * nnheader.el (nnheader-file-to-number): Ditto.
23559         * nnkiboze.el (nnkiboze-request-article): Ditto.
23560         * nnmail.el (nnmail-process-unix-mail-format)
23561         (nnmail-process-babyl-mail-format): Ditto.
23562         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23563         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23564         (nnmh-request-create-group, nnmh-request-list-1)
23565         (nnmh-request-group, nnmh-request-article): Ditto.
23566         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23567         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23568         * nnsoup.el (nnsoup-make-active): Ditto.
23569         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23570         * nntp.el (nntp-find-group-and-number)
23571         (nntp-retrieve-headers-with-xover): Ditto.
23572         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23573         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23574         (pgg-format-key-identifier): Ditto.
23575         * pop3.el (pop3-last, pop3-stat): Ditto.
23576         * qp.el (quoted-printable-decode-region): Ditto.
23578         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23579         of concat.
23581 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23583         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23585         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23587         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23589         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23591         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23593         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23595         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23596         (gnus-carpal-mode): Ditto.
23598         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23599         (gnus-browse-mode): Ditto.
23601         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23603         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23605 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23607         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23609 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23611         * gnus-util.el (gnus-run-mode-hooks): New function.
23613         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23615         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23616         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23618 2005-05-27  Lute Kamstra  <lute@gnu.org>
23620         * dns-mode.el (dns-mode): Specify customization group.
23622 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23624         * gnus-agent.el (gnus-agent-make-mode-line-string):
23625         Use mode-line-highlight as mouse-face.
23627 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23629         * canlock.el (canlock): Change the parent group to news.
23631         * deuglify.el (gnus-outlook-deuglify): Add :group.
23633         * dig.el (dig): Add :group.
23635         * dns-mode.el (dns-mode): Add :group.
23637         * encrypt.el (encrypt): Add :group.
23639         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23640         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23641         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23642         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23643         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23645         * gnus-diary.el (gnus-diary): Add :group.
23647         * gnus.el (gnus-group-news-1-face): Add :group.
23648         (gnus-group-news-1-empty-face): Ditto.
23649         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23650         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23651         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23652         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23653         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23654         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23655         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23656         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23657         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23658         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23659         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23660         (gnus-summary-high-ticked-face): Ditto.
23661         (gnus-summary-low-ticked-face): Ditto.
23662         (gnus-summary-normal-ticked-face): Ditto.
23663         (gnus-summary-high-ancient-face): Ditto.
23664         (gnus-summary-low-ancient-face): Ditto.
23665         (gnus-summary-normal-ancient-face): Ditto.
23666         (gnus-summary-high-undownloaded-face): Ditto.
23667         (gnus-summary-low-undownloaded-face): Ditto.
23668         (gnus-summary-normal-undownloaded-face): Ditto.
23669         (gnus-summary-high-unread-face): Ditto.
23670         (gnus-summary-low-unread-face): Ditto.
23671         (gnus-summary-normal-unread-face): Ditto.
23672         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23673         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23675         * hashcash.el (hashcash): New custom group.
23676         (hashcash-default-payment): Add :group.
23677         (hashcash-payment-alist): Ditto.
23678         (hashcash-default-accept-payment): Ditto.
23679         (hashcash-accept-resources): Ditto.
23680         (hashcash-path): Ditto.
23681         (hashcash-extra-generate-parameters): Ditto.
23682         (hashcash-double-spend-database): Ditto.
23683         (hashcash-in-news): Ditto.
23685         * message.el (message-minibuffer-local-map): Add :group.
23687         * netrc.el (netrc): Add :group.
23689         * sieve-manage.el (sieve-manage-log): Add :group.
23690         (sieve-manage-default-user): Diito.
23691         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23692         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23693         (sieve-manage-authenticators): Ditto.
23694         (sieve-manage-authenticator-alist): Ditto.
23695         (sieve-manage-default-port): Ditto.
23697         * sieve-mode.el (sieve-control-commands-face): Add :group.
23698         (sieve-action-commands-face): Ditto.
23699         (sieve-test-commands-face): Ditto.
23700         (sieve-tagged-arguments-face): Ditto.
23702         * smime.el (smime): Add :group.
23704         * spam-report.el (spam-report): Add :group.
23706         * spam.el (spam, spam-face): Add :group.
23708 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23710         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23711         return \n.\n.\n at the end of articles.  Protect against that.
23712         (nntp-with-open-group): Allow debugging.
23714         * nnheader.el (mail-header-set-extra): Make into a function
23715         because I just could't understand how to quote the list properly.
23717         * dns.el (query-dns-cached): New function.
23719 2005-05-26  Lute Kamstra  <lute@gnu.org>
23721         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23723 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23725         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23727         * gnus-art.el: Don't autoload mail-extract-address-components.
23729         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23730         eval-and-compile to evaluate it.
23732         * hashcash.el: Don't autoload executable-find.
23734         * nndb.el: Don't declare the nndb back end two or more times; don't
23735         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23737         * nntp.el: Autoload format-spec instead of format; use
23738         eval-and-compile to evaluate autoload forms.
23740 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23742         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23744 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23746         * gnus.el (gnus-version-number): Bump version.
23748 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23750         * gnus.el: No Gnus v0.3 is released.
23752 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23754         * lpath.el (featurep): Bind show-nonbreak-escape.
23756 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23758         * gnus-art.el (gnus-article-edit-part): Disable undo.
23760 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23762         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23763         gnus-article-date-lapsed-new-header is t if date timer is active;
23764         skip headers in which the original date value is empty.
23765         (gnus-article-save-original-date): Redefine it as a macro.
23766         (gnus-display-mime): Use it.
23768 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23770         * gnus-art.el (article-date-ut): Support converting date in
23771         forwarded parts as well.
23772         (gnus-article-save-original-date): New function.
23773         (gnus-display-mime): Use it.
23775 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23777         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23778         enclosure element of <item>.
23780 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23782         * message.el (message-kill-buffer-query): Rename from
23783         `message-kill-buffer-query-if-modified'.  Add :version.
23785 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23787         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23788         window layout.
23790 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23792         * mml.el: Autoload dnd when compiling.
23794 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23796         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23797         x-dnd-*.
23799 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23801         * qp.el (quoted-printable-encode-region): Save excursion.
23803 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23805         * message.el (message-kill-buffer-query-if-modified): Add new variable
23806         so the user can kill a modified message buffer quickly.
23807         (message-kill-buffer): Use it.
23809 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23811         * lpath.el: Fbind display-time-event-handler; don't fbind
23812         string-to-multibyte.
23814         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23816 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23818         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23819         contained in text because xml.el decodes entities) with LFs.
23821 2005-04-11  Lute Kamstra  <lute@gnu.org>
23823         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23824         differently.
23826 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23828         * mm-util.el (mm-detect-coding-region): Typo.
23830 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23832         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23834 2005-04-06  Deepak Goel  <deego@gnufans.org>
23836         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23837         user-function allow user modifications of the scores.
23838         (spam-stat-score-buffer-user): New function, to allow
23839         user-computed modifications to the score.
23840         (spam-stat-score-buffer-user-functions): List of additional
23841         scoring functions.
23842         (spam-stat-error-holder): Global temporary error holder.
23843         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23844         variable.
23846 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23848         * gnus-registry.el (gnus-registry-clean-empty-function)
23849         (gnus-registry-trim, gnus-registry-fetch-groups)
23850         (gnus-registry-delete-group): Groups that match
23851         `gnus-registry-ignored-groups' are removed from the registry
23852         entries, not just ignored for splitting.  This helps clean up the
23853         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23854         to get all the groups a message ID is in.
23856         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23857         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23858         (spam-stat-score-buffer-user-functions): Add :number custom type.
23860 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23862         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23863         argument in XEmacs.
23865         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23866         (nnrss-request-group): Decode group name first.
23867         (nnrss-request-article): Make a text/plain article if mml-to-mime
23868         failed.
23869         (nnrss-get-encoding): Return a compatible encoding according to
23870         nnrss-compatible-encoding-alist.
23871         (nnrss-find-el): Use consp instead of listp.
23872         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23874 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23876         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23877         which Emacs 20 doesn't support.
23878         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23880 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23882         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23883         silence the byte compiler inside the defun.
23885         * gnus-demon.el (parse-time-string): Add autoload.
23887         * gnus-delay.el (parse-time-string): Add autoload.
23889         * gnus-art.el (parse-time-string): Add autoload.
23891         * nnultimate.el (parse-time): Require for `parse-time-string'.
23893 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23895         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23897         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23899         * smime.el (smime-ldap-host-list): Add :version.
23901 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23903         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23904         pass it to `gnus-browse-read-group'.
23905         (gnus-browse-read-group): Add NUMBER argument and pass it to
23906         `gnus-group-read-ephemeral-group'.
23908         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23909         argument and pass it to `gnus-group-read-group'.
23911 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23913         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23914         mm-xemacs-find-mime-charset-1 if we have the mule feature
23915         available at runtime.
23917 2005-03-25  Werner Lemberg  <wl@gnu.org>
23919         * nnmaildir.el: Replace `illegal' with `invalid'.
23921 2005-03-23  Lute Kamstra  <lute@gnu.org>
23923         * time-date.el: Add comment on time value formats.
23924         Don't require parse-time.
23925         (with-decoded-time-value): New macro.
23926         (encode-time-value): New function.
23927         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23928         (days-to-time): Return a valid time value when arg is huge.
23929         (time-since): Use time-subtract.
23930         (time-to-number-of-days): Use time-to-seconds.
23932 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23934         * gnus-start.el (gnus-display-time-event-handler):
23935         Check display-time-timer at runtime rather than only at load time
23936         in case display-time-mode is turned off in the mean time.
23938 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23940         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23941         used.
23943         * nneething.el (nneething-map-file-directory): Derive from
23944         `gnus-directory'.
23946         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23947         the To/Cc button.
23949 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23951         * nnmaildir.el (nnmaildir-request-accept-article):
23952         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23954 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23956         * gnus-async.el: Require timer-funcs at compile time when in
23957         XEmacs for `run-with-idle-timer'.
23959 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23961         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23962         autoloaded function.
23964 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23966         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23968 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23970         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23972 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23974         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23975         Add gnus-expert-user to default.
23977 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23979         * nnimap.el (nnimap-open-server): Ditto.
23981         * imap.el (imap-authenticate): Fix typo.
23983 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23985         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23986         buffer (since IMAP server might return FETCH response out of
23987         order, and the nntp buffer must be sorted).
23989 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23991         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23992         comparison on string.
23994         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23995         (gnus-agent-score): Rename category keywords to match gnus-cus.
23996         (gnus-agent-summary-fetch-series): Modify to protect against
23997         gnus-agent-summary-fetch-group clearing processable flags.
23998         (gnus-agent-synchronize-group-flags): Update live group buffer as
23999         synchronization may occur due to the user toggle the plugged
24000         status.
24001         (gnus-agent-fetch-group-1): Clear downloadable flag when article
24002         successfully downloaded.
24003         (gnus-agent-expire-group-1): Avoid using markers when the overview
24004         is in ascending order; greatly improves performance.
24005         (gnus-agent-regenerate-group):
24006         Use gnus-agent-synchronize-group-flags to reset read status in both
24007         gnus and server.
24008         (gnus-agent-update-files-total-fetched-for): Fix initial size.
24010 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
24012         * message.el: Don't autoload former message-utils variables.
24013         (message-strip-subject-trailing-was): Change doc string.
24015         * nnweb.el: Fixes for `gnus-group-make-web-group'.
24016         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
24017         (nnweb-google-search): Add "hl=en" here.
24018         (nnweb-google-parse-1, nnweb-google-create-mapping):
24019         Don't hardcode URL.
24021 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
24023         * message.el (message-get-reply-headers, message-followup):
24024         Mention related variables `message-use-followup-to' and
24025         `message-use-mail-followup-to', in the information buffer.
24027         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
24028         of broken groups(-beta).google.com.
24030 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
24032         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
24033         parameter to invoked gnus-request-move-article; remove the
24034         redundant gnus-sum-hint-move-is-internal variable; apply the marks
24035         all at once instead of once per article.
24036         (gnus-summary-remove-process-mark): Accept a list of articles as
24037         well as a single article for processing.
24039         * gnus-int.el (gnus-request-move-article): Add move-is-internal
24040         parameter.
24042         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
24044         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
24046         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
24047         parameter.
24049         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
24050         parameter.
24052         * nnimap.el (nnimap-request-move-article): Add move-is-internal
24053         parameter and remove the gnus-sum-hint-move-is-internal variable.
24055         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
24056         parameter.
24058         * nndraft.el (nndraft-request-move-article): Add move-is-internal
24059         parameter.
24061         * nndiary.el (nndiary-request-move-article): Add move-is-internal
24062         parameter.
24064         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
24066         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
24067         parameter.
24069         * nnagent.el (nnagent-request-move-article): Add move-is-internal
24070         parameter.
24072 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24074         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
24075         a more conservative way.
24077 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24079         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
24080         buffer, so it moves the window's cursor.
24082 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
24084         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
24085         `mm-dissect-multipart' and receive the from field as an (optional)
24086         argument from `mm-dissect-multipart'.
24087         (mm-dissect-multipart): Receive the from field as an argument and
24088         pass it on when we call `mm-dissect-buffer' on MIME parts.
24089         Fixes verification/decryption of signed/encrypted MIME parts.
24091 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
24093         * gnus-sum.el (gnus-summary-move-article):
24094         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
24095         whatever it calls (right now, only nnimap-request-move article
24096         respects it).
24098         * nnimap.el (nnimap-request-move-article):
24099         When gnus-sum-hint-move-is-internal is set, don't do the extra
24100         nnimap-request-article.
24102 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24104         * nnheader.el (nnheader-find-file-noselect): Add doc string.
24106         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
24107         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
24109         * gnus-sum.el (gnus-summary-caesar-message):
24110         Apply `gnus-treat-article' after rotation.
24112         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24113         doc string.
24115 2005-02-22  Simon Josefsson  <jas@extundo.com>
24117         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24118         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24119         <arne@arnested.dk>.
24120         (encrypt): Add password-cache and password-cache-expiry as group
24121         members.
24123 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24125         * smime.el (smime-ldap-host-list): Doc fix.
24126         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24127         cache) password.
24128         (smime-sign-region): Use it.
24129         (smime-decrypt-region): Use it.
24130         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24131         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24132         fails.
24133         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24134         certificate from DER to PEM format rather than calling openssl.
24136         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24138         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24139         for signing/encryption.
24141         * mml.el (mml-parse-1): Use them.
24143 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24145         * nnrss.el (nnrss-verbose): Remove.
24146         (nnrss-request-group): Use `nnheader-message' instead.
24148 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24150         * nnrss.el (nnrss-verbose): New variable.
24151         (nnrss-request-group): Make it say nnrss is requesting a group.
24153 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24155         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24156         Handle news URL with given port correctly.
24158 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24160         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24161         containing special characters.
24163         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24165         * mml.el (mime-to-mml): Ditto.
24167         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24168         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24169         (rfc2047-decode-region): Quote decoded words containing special
24170         characters when rfc2047-quote-decoded-words-containing-tspecials
24171         is non-nil.
24173 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24175         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24177         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24179 2005-02-15  Simon Josefsson  <jas@extundo.com>
24181         * nnimap.el (nnimap-debug): Doc fix.
24183         * imap.el (imap-debug): Doc fix.
24185 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24187         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24189 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24191         * gnus.el (spam-contents): Improve docs for spam-contents
24192         parameter in its variable incarnation.
24194 2005-02-14  Simon Josefsson  <jas@extundo.com>
24196         * smime-ldap.el: Use require instead of load-library for ldap.
24197         (smime-ldap-search): Indent.
24198         (smime-ldap-search-internal): Shorten line.
24200         * smime.el (smime-cert-by-dns): Add doc-string.
24201         (smime-cert-by-ldap-1): Indent.
24203         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24204         mml-smime-get-dns-ldap.
24205         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24207 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24209         * smime.el: Require smime-ldap.
24210         (smime-ldap-host-list): New variable.
24211         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24213         * mml-smime.el (mml-smime-encrypt-query): New function.
24214         (mml-smime-encrypt-query): Use it.
24216         * smime-ldap.el: New file.
24218 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24220         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24222 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24224         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24225         argument in doc string.  Make query for type more clear.
24227 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24229         * gnus.el (gnus-group-startup-message): Search for gnus images in
24230         etc/images/gnus.
24231         * mm-util.el (mm-image-load-path): Likewise.
24232         * smiley.el (smiley-data-directory): Search for smilies in
24233         etc/images/smilies.
24235 2005-02-09  Kim F. Storm  <storm@cua.dk>
24237         Change Emacs release version from 21.4 to 22.1 throughout.
24238         Change Emacs development version from 21.3.50 to 22.0.50.
24240 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24242         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24244         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24245         non-Mule XEmacs as well.
24246         (mm-decompress-buffer): Signal an error intentionally if it does
24247         not decompress compressed data because auto-compression-mode is
24248         disabled.
24250 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24252         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24253         an ID in the registry even if it has no groups.
24255 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24257         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24258         merge it into mm-decompress-buffer.
24259         (gnus-mime-copy-part): Use the MIME part charset, the value which
24260         a user specified or gnus-newsgroup-charset for decoding, like
24261         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24262         save-buffer what was used.  Suggested by Kevin Ryde
24263         <user42@zip.com.au>.
24264         (gnus-mime-inline-part): Allow the name parameter as well as the
24265         filename parameter; force decompressing of compressed data; always
24266         display contents being not decoded as unibyte.
24268         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24269         as well as the filename parameter.
24271         * mm-util.el (mm-decompress-buffer):
24272         Merge gnus-mime-jka-compr-maybe-uncompress.
24273         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24274         of compressed data.
24276 2005-02-08  Simon Josefsson  <jas@extundo.com>
24278         * imap.el (imap-log): Doc fix.
24280 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24282         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24283         the coding cookies; decompress compressed parts.
24285         * mml.el (mml-generate-mime-1): Add the charset parameter according
24286         to the value which a user specified manually or the coding cookie.
24288         * mm-util.el (mm-string-to-multibyte): New function.
24289         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24290         (mm-coding-system-to-mime-charset): New function.
24291         (mm-decompress-buffer): New function.
24292         (mm-find-buffer-file-coding-system): New function.
24294         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24295         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24296         parts.
24298 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24300         * mm-view.el (mm-display-inline-fontify): Decode a part according
24301         to the charset parameter.
24303 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24305         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24306         prefix arg is neither nil nor a number, as info specifies.
24308 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24310         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24311         timestamps.
24313 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24315         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24316         groups error checking and notify user.
24318 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24320         * message.el (message-send-mail-function): Check existence of
24321         sendmail-program first before using default value
24322         `message-send-mail-with-sendmail'.  Otherwise use more generic
24323         `smtpmail-send-it'.
24325 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24327         * nntp.el (nntp-request-update-info): Always return nil.
24329 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24331         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24333 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24335         * message.el (message-beginning-of-line): Change the behavior when
24336         invoked between BOL and : so that it first moves backward.
24338 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24340         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24341         article buffer when editing of the article is discarded.
24342         (gnus-article-prepare): Revert.
24344 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24346         * gnus-art.el (gnus-article-prepare):
24347         Remove message-strip-forbidden-properties from the local hook.
24349 2005-01-27  Simon Josefsson  <jas@extundo.com>
24351         * password.el (password-cache-add): Only start one timer per key.
24352         Reported by Derek Atkins <warlord@MIT.EDU>.
24354 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24356         * run-at-time.el: Remove.  It is no longer needed as
24357         timer-funcs.el in the xemacs-base package has a working version of
24358         `run-at-time'.
24360         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24362         * password.el: Require timer-funcs instead of run-at-time in
24363         XEmacs.
24364         Remove `password-run-at-time' macro.
24365         (password-cache-add): Use `run-at-time' instead of
24366         `password-run-at-time'.
24368         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24369         Remove `nnheader-cancel-function-timers' alias,
24370         `cancel-function-timers' exists in XEmacs in timer-funcs.
24372         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24373         for `run-with-idle-timer'.
24375         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24376         for `run-at-time'.
24378         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24379         for `with-timeout'.
24381         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24382         the same as for XEmacs 21.4.
24383         No need to ignore `run-with-idle-timer', this function exists in
24384         XEmacs now in timer-funcs.el in the xemacs-base package.
24385         (dgnushack-compile): No need to delete
24386         run-at-time.el from the list of files to compile because it
24387         doesn't exist anymore.
24389 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24391         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24392         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24394 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24396         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24397         sensitively.
24399 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24401         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24403 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24405         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24406         which will be inserted according to the multibyteness of a buffer
24407         rather than the type of contents.  Suggested by ARISAWA Akihiro
24408         <ari@mbf.ocn.ne.jp>.
24410         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24411         of string which old xml.el may return rather than a string.
24413 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24415         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24417 2005-01-16  Simon Josefsson  <jas@extundo.com>
24419         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24420         idn/idna.el isn't available.
24421         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24422         <michael@waxrat.com>.
24424         * hashcash.el: Remove non-FSF copyright header.
24426         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24427         (hashcash-generate-payment): Use it.
24428         (hashcash-generate-payment-async): Use it.
24430 2005-01-15  Simon Josefsson  <jas@extundo.com>
24432         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24433         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24435         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24436         gnus-summary-idna-message.
24437         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24438         (gnus-summary-idna-message): New function.
24440 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24442         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24443         gnus-novice-user.
24445 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24447         * nnrss.el (nnrss-request-delete-group): Delete entries in
24448         nnrss-group-alist as well.
24449         (nnrss-save-server-data): Insert newline.
24451 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24453         * gnus.el (gnus-user-agent): Use list of symbols instead of
24454         symbols.  Display full version number for (S)XEmacs.
24455         Optionally display (S)XEmacs codename.
24457         * gnus-util.el (gnus-emacs-version): Update for new
24458         `gnus-user-agent'.
24460         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24461         Gnus version.
24463 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24465         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24466         which is unreadable in some setups.
24468 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24470         * gnus-spec.el (gnus-update-format-specifications): Flush the
24471         group format spec cache if it doesn't support decoded group names.
24473 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24475         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24476         Allow to apply decay on score files matching a regexp.
24478 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24480         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24481         compatibility in %g and %c.
24483 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24485         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24486         name for only %g and %c.
24487         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24488         of gnus-tmp-group to decoded group name.
24489         (gnus-group-make-rss-group): Exclude `/'s from group names.
24491 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24493         * nnrss.el (nnrss-get-encoding): Fix regexp.
24495 2004-12-27  Simon Josefsson  <jas@extundo.com>
24497         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24498         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24499         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24501 2004-12-17  Kim F. Storm  <storm@cua.dk>
24503         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24505         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24507 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24509         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24511 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24513         * nnrss.el: Require rfc2047 and mml.
24514         (nnrss-file-coding-system): New variable.
24515         (nnrss-format-string): Redefine it as an inline function.
24516         (nnrss-decode-group-name): New function.
24517         (nnrss-string-as-multibyte): Remove.
24518         (nnrss-retrieve-headers): Decode group name; don't use
24519         nnrss-format-string.
24520         (nnrss-request-group): Decode group name.
24521         (nnrss-request-article): Decode group name; allow a Message-ID as
24522         well as an article number; don't use nnrss-format-string; encode a
24523         Message-ID string which may contain non-ASCII characters; use
24524         mml-to-mime to compose a MIME article.
24525         (nnrss-request-expire-articles): Decode group name.
24526         (nnrss-request-delete-group): Decode group name.
24527         (nnrss-fetch): Clarify error message.
24528         (nnrss-read-server-data): Use insert-file-contents instead of load;
24529         bind file-name-coding-system; use multibyte buffer.
24530         (nnrss-save-server-data): Bind coding-system-for-write to the
24531         value of nnrss-file-coding-system; bind file-name-coding-system;
24532         add coding cookie.
24533         (nnrss-read-group-data): Use insert-file-contents instead of load;
24534         bind file-name-coding-system; use multibyte buffer.
24535         (nnrss-save-group-data): Bind coding-system-for-write to the
24536         value of nnrss-file-coding-system; bind file-name-coding-system.
24537         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24538         make it work with non-ASCII text.
24539         (nnrss-find-el): Make it work with old xml.el as well.
24541 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24543         * nnrss.el (nnrss-get-encoding): New function.
24544         (nnrss-fetch): Use unibyte buffer initially; bind
24545         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24546         decode contents according to the encoding attribute.
24547         (nnrss-save-group-data): Add coding cookie.
24548         (nnrss-mime-encode-string): New function.
24549         (nnrss-check-group): Use it to encode subject and author.
24551 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24553         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24554         imaginary variable.
24556 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24558         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24559         correctly even if there are wide characters.
24561 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24563         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24564         downcased symbol names; make a new cache instead of reusing
24565         bbdb-hashtable.
24567 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24569         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24570         concatenating segments rather than before concatenating them.
24571         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24573         * message.el (message-get-reply-headers): Bind `extra'.
24575 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24577         * message.el (message-extra-wide-headers): New variable.
24578         (message-get-reply-headers): Use it.
24580 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24582         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24583         (gnus-agent-group-pathname): Ditto.
24585         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24587         * gnus-group.el (gnus-group-make-group): Decode group name.
24588         (gnus-group-make-rss-group): Register the group data after opening
24589         the nnrss group.
24591 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24593         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24594         by expiry now get marked as read.
24596 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24598         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24600 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24602         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24603         unify Latin characters in XEmacs.
24604         (mm-find-mime-charset-region): Use it.
24606 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24608         * gnus-util.el (gnus-delete-directory): New function.
24610         * gnus-agent.el (gnus-agent-delete-group): Use it.
24612         * gnus-cache.el (gnus-cache-delete-group): Use it.
24614 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24616         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24617         names.
24619 2004-12-16  Simon Josefsson  <jas@extundo.com>
24621         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24623 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24625         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24627         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24628         (gnus-group-set-current-level): Decode group name.
24630 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24632         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24633         failed.
24635 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24637         * gnus-group.el (gnus-group-delete-group): Decode group name.
24638         (gnus-group-make-rss-group): Encode group name.
24639         (gnus-group-catchup-current): Decode group name.
24640         (gnus-group-kill-group): Decode group name.
24642 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24644         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24646 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24648         * gnus-group.el (gnus-group-make-rss-group):
24649         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24651         * gnus-start.el (gnus-setup-news): Honor user's setting to
24652         gnus-message-archive-method.  Suggested by Lute Kamstra
24653         <lute@gnu.org>.
24655 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24657         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24658         global counterparts of the buffer-local variables.
24660 2004-11-16  Romain Francoise  <romain@orebokech.com>
24662         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24663         counterparts of the buffer-local variables.
24665 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24667         * message.el (message-forbidden-properties): Fix typo in doc
24668         string.
24670 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24672         * gnus-util.el (gnus-replace-in-string): Add doc string.
24674         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24675         to avoid problems when splitting mails with many recipients.
24677 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24679         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24680         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24682 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24684         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24685         if there is no hashtable in memory or file modification time is
24686         newer than cached timestamp.
24688 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24690         * gnus-sum.el (gnus-summary-limit-to-recipient):
24691         Implement not-matching option.
24693 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24695         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24696         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24697         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24698         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24699         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24700         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24702 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24704         * message.el (message-forward-make-body-mml): Remove headers
24705         according to message-forward-ignored-headers if a message is decoded.
24707 2004-12-02  Romain Francoise  <romain@orebokech.com>
24709         * message.el (message-forward-make-body-plain): Always remove
24710         headers according to message-forward-ignored-headers.
24712 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24714         * spam.el (spam-summary-prepare-exit): Remove the
24715         gnus-summary-limit pop for now, it has problems with ham marks for
24716         me.
24718 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24720         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24721         correctly.
24723 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24725         * format-spec.el (format-spec): Message the char.
24727 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24729         * gnus-art.el (gnus-split-methods): Reformat comments.
24731         * spam.el (spam-summary-prepare-exit): Remove article limits
24732         before exiting the summary buffer.
24734 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24736         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24737         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24739         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24740         order to silence the byte compiler.
24742         * spam.el: Fix the way to silence the byte compiler, which
24743         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24744         bbdb-search-simple, spam-BBDB-register-routine,
24745         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24746         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24747         spam-stat-buffer-is-spam, spam-stat-load,
24748         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24749         spam-stat-save and spam-stat-split-fancy.
24751 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24753         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24754         which may confuse users.
24755         (canlock-password-for-verify): Ditto.
24757         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24759         * gnus-art.el (gnus-emphasis-alist): Ditto.
24761         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24763         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24765         * gnus-start.el (gnus-save-killed-list): Ditto.
24767         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24768         (gnus-sum-thread-tree-root): Ditto.
24769         (gnus-sum-thread-tree-false-root): Ditto.
24770         (gnus-sum-thread-tree-single-indent): Ditto.
24772         * message.el (message-courtesy-message): Ditto.
24773         (message-archive-note): Ditto.
24774         (message-subscribed-address-file): Ditto.
24775         (message-user-fqdn): Ditto.
24777         * spam-report.el (spam-report-gmane-regex): Ditto.
24779         * spam.el (spam-blackhole-good-server-regex): Ditto.
24781 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24783         * mml.el (mml-preview): Widen the message buffer before copying
24784         the contents to the preview buffer; sort headers before previewing.
24786         * message.el (message-hidden-headers): Fix the way to avoid a bug
24787         in the `repeat' widget in Emacs 21.3 or earlier.
24789 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24791         * message.el (message-hidden-headers): Default to "^References:".
24792         Improve customization type.  Suggested by Reiner Steib
24793         <Reiner.Steib@gmx.de>.
24795 2004-11-25  Romain Francoise  <romain@orebokech.com>
24797         * message.el (message-strip-forbidden-properties): Remove check for
24798         obsolete `message-hidden' text property, hidden headers are not
24799         accessible in the buffer anymore.
24801 2004-11-22  Romain Francoise  <romain@orebokech.com>
24803         * message.el (message-header-format-alist): Add `From' in list
24804         so that it can be sorted.
24805         (message-fix-before-sending): Widen and sort headers before
24806         sending.
24807         (message-hide-headers): Use narrowing to hide headers by moving
24808         them to the top of the buffer and narrowing to the region
24809         underneath.
24811 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24813         * message.el (message-strip-forbidden-properties):
24814         Bind buffer-read-only (etc) to nil.
24816 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24818         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24819         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24821 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24823         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24825 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24827         * dns.el (query-dns): Use sit-for to time instead of
24828         accept-process-output, since that doesn't seem to work on udp
24829         sockets.
24831 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24833         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24835 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24837         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24838         doc string.  Improve doc string.
24840 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24842         * nntp.el (nntp-request-update-info): Return nil if
24843         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24844         may not call gnus-activate-group which uselessly issues the GROUP
24845         commands for all nntp groups and wastes time.  Reported by Romain
24846         Francoise <romain@orebokech.com>.
24848         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24850 2004-11-15  Simon Josefsson  <jas@extundo.com>
24852         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24853         headers separately.
24854         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24855         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24857 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24859         * gnus-start.el (gnus-convert-old-newsrc):
24860         Assign legacy-gnus-agent to 5.10.7.
24862 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24864         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24865         start of the lines.
24867 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24869         * hashcash.el (hashcash-default-payment): Change default to 20.
24870         (hashcash-default-accept-payment): Change default to 20.
24871         (hashcash-process-alist): New variable.
24872         (hashcash-generate-payment-async): Add.
24873         (hashcash-already-paid-p): Add.
24874         (hashcash-insert-payment): Don't generate payments twice.
24875         (hashcash-insert-payment-async): Add.
24876         (hashcash-insert-payment-async-2): Add.
24877         (hashcash-cancel-async): Add.
24878         (hashcash-wait-async): Add.
24879         (hashcash-processes-running-p): Add.
24880         (hashcash-wait-or-cancel): Add.
24881         (mail-add-payment): New optional argument.  Conditionally start
24882         asynchronous calculation.
24883         (mail-add-payment-async): Add.
24885         * message.el (message-send-mail): Wait for asynchronous hashcash
24886         results.  Don't clobber existing X-Hashcash headers.
24887         (message-setup-1): Call mail-add-payment-async when
24888         message-generate-hashcash is non-nil.
24890 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24892         * message.el (message-use-alternative-email-as-from): Examine the
24893         From header as well; use message-make-from in order to include a
24894         user's full name.
24896 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24898         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24899         default; improve customization type.
24900         (gnus-emphasis-custom-with-format): New macro.
24901         (gnus-emphasis-custom-value-to-external): New function.
24902         (gnus-emphasis-custom-value-to-internal): New function.
24904 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24906         * dns.el (query-dns): Resolve reverse addresses.
24908 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24910         * gnus-group.el (gnus-group-get-new-news): Use it.
24912         * gnus-start.el (gnus-check-reasonable-setup): New function.
24914 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24916         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24917         "Args out of range" error.  Reported by Arnaud Giersch
24918         <arnaud.giersch@free.fr>.
24920 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24922         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24924 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24926         * spam.el (spam group): Add :version.
24928         * pgg-def.el (pgg group): Add :version.
24930 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24932         * gnus-art.el (gnus-article-edit-article): Don't associate the
24933         article buffer with a draft file.  This is a temporary measure
24934         against the 2004-08-22 change to gnus-article-edit-mode.
24936 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24938         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24939         (html2text-format-tags): Remove unused variable `attr'.
24941 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24943         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24945         * tls.el (tls-process-connection-type, tls-success)
24946         (tls-certtool-program): Add :version.
24948         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24949         (starttls-extra-arguments, starttls-process-connection-type)
24950         (starttls-connect, starttls-failure, starttls-success): Add :version.
24952         * spam-stat.el (spam-stat): Add :version.
24954         * sieve.el (sieve): Add :version.
24956         * sha1.el (sha1): Add :version.
24957         (sha1-use-external): Remove redundant version.
24959         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24960         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24961         (nnmail-split-fancy-match-partial-words)
24962         (nnmail-split-lowercase-expanded): Add :version.
24964         * nndiary.el (nndiary): Add :version.
24966         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24968         * mml-sec.el (mml-default-sign-method)
24969         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24970         Add :version.
24972         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24974         * mm-url.el (mm-url-use-external, mm-url-program)
24975         (mm-url-arguments): Add :version.
24977         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24978         (mm-attachment-file-modes, mm-decrypt-option)
24979         (mm-w3m-safe-url-regexp): Add :version.
24981         * message.el (message-cite-prefix-regexp)
24982         (message-sendmail-envelope-from, message-minibuffer-local-map)
24983         (message-user-fqdn, message-completion-alist): Add :version.
24985         * gnus-win.el (gnus-configure-windows-hook)
24986         (gnus-use-frames-on-any-display): Add :version.
24988         * gnus-art.el (gnus-article-address-banner-alist)
24989         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24990         (gnus-treat-from-picon, gnus-treat-mail-picon)
24991         (gnus-treat-x-pgp-sig): Add :version.
24993         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24994         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24995         (gnus-summary-article-delete-hook)
24996         (gnus-summary-display-while-building): Add :version.
24998         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24999         (gnus-get-top-new-news-hook): Add :version.
25001         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
25002         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
25004         * gnus-registry.el (gnus-registry): Add :version.
25006         * gnus-spec.el (gnus-use-correct-string-widths)
25007         (gnus-make-format-preserve-properties): Add :version.
25009         * gnus.el (gnus-group-charter-alist)
25010         (gnus-group-fetch-control-use-browse-url)
25011         (gnus-install-group-spam-parameters): Add :version.
25013         * gnus-diary.el (gnus-diary): Add :version.
25015         * gnus-delay.el (gnus-delay): Add :version.
25017         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
25018         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
25019         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
25020         Add :version.
25022         * gnus-agent.el (gnus-agent-max-fetch-size)
25023         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
25024         (gnus-agent-prompt-send-queue): Add :version.
25026         * deuglify.el (gnus-outlook-deuglify): Add :version.
25028         * html2text.el: Beautify code.  Improve doc strings.
25029         Some checkdoc cleanup.
25030         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
25032 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
25034         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
25036 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
25038         * gnus-registry.el (gnus-registry-hashtb): Create the registry
25039         when package is loaded.
25041         * spam.el (spam-summary-score-preferred-header): Add global preference
25042         for people who want to override the default SpamAssassin over
25043         Bogofilter preference (when both are set).
25044         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
25045         (spam-user-format-function-S):
25046         Check spam-summary-score-preferred-header.
25047         (spam-extra-header-to-number): Add X-Bogosity header parsing.
25048         (spam-user-format-function-S): Format the score correctly.
25050 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25052         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
25053         signature file.  Suggested by Manoj Srivastava
25054         <srivasta@golden-gryphon.com>.
25056         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
25057         iso-2022-jp even in the Japanese language environment.
25058         Suggested by Jason Rumney <jasonr@gnu.org>.
25060 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25062         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
25063         use the same characters as the dummy marks; make it free from
25064         getting affected by the language environment.
25065         (gnus-summary-read-group-1): Update mark positions only when the
25066         format spec is updated.
25068         * gnus-spec.el (gnus-update-format-specifications): Return a list
25069         of updated types.
25071 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25073         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
25074         of boundp to check if display-warning is available.
25076 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
25078         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
25080 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25082         * nnspool.el (nnspool-spool-directory): Use news-path if the
25083         news-directory variable is not bound.
25085         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
25086         function instead of display-warning if it is not available.
25088 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
25090         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
25091         v5-10: Use `point-at-bol'.
25093 2004-10-26  Simon Josefsson  <jas@extundo.com>
25095         * hashcash.el: Fix URL in comment, reported by Cheng Gao
25096         <chenggao@gmail.com>.
25098 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
25100         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
25101         instead.
25103 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
25105         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
25106         to remove a server from the nnimap-server-buffer-alist.
25107         (nnimap-open-connection, nnimap-close-server): Use it.
25109         * gnus-encrypt.el: Remove file in favor of encrypt.el.
25111 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25113         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25114         running the major-mode function.
25116 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25118         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25119         dummy marks in the right way.
25121 2004-10-18  David Edmondson  <dme@dme.org>
25123         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25124         excessively.
25126 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25128         * gnus-util.el (gnus-split-references): Accept a nil references
25129         string and go on blissfully.
25131         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25132         cases where the references string is non-nil but has no references.
25134         * encrypt.el: Add autoload tags.
25136         * spam.el (spam-resolve-registrations-routine): Remove article
25137         from unregistration list too.  Reported by David Hanak
25138         <dhanak@isis.vanderbilt.edu>
25140 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25142         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25143         nil.  Change custom type.
25145 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25147         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25149         * gnus-sum.el (gnus-summary-move-article): Use it.
25151 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25153         * encrypt.el: Add autoload cookies.
25155         * spam.el (spam-backend-article-list-property)
25156         (spam-backend-get-article-todo-list)
25157         (spam-backend-put-article-todo-list)
25158         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25159         Resolve registrations separately.
25160         (spam-register-routine): Format comments.
25161         (spam-unregister-routine, spam-register-routine): Always call with
25162         specific-articles, no default list.
25163         (spam-summary-prepare-exit): Use the spam-classifications function.
25165         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25166         gnus-encrypt.el.
25168         * encrypt.el: Copied from gnus-encrypt.el.
25170         * gnus-encrypt.el: Commented that it's obsolete.
25172 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25174         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25175         (gnus-score-save): Use it.
25177         * message.el (message-bury): Use `window-dedicated-p'.
25179 2004-10-15  Simon Josefsson  <jas@extundo.com>
25181         * pop3.el (top-level): Don't require nnheader.
25182         (pop3-read-timeout): Add.
25183         (pop3-accept-process-output): Add.
25184         (pop3-read-response, pop3-retr): Use it.
25186 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25188         * spam.el (spam-register-routine): Move comment.
25189         (spam-verify-bogofilter): Use 'unknown for the initial
25190         spam-bogofilter-valid state, not 'never.
25192         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25193         for netrc-machine.
25195         * nnimap.el (nnimap-open-connection):
25196         Use netrc-machine-user-or-password.
25198 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25200         * gnus-registry.el (gnus-registry-unload-hook):
25201         Set as a variable with add-hook.
25203         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25204         of news-path.
25206         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25208         * spam.el: Delete duplicate `provide'.
25209         (spam-unload-hook): Set as a variable with add-hook.
25211 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25213         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25214         in the doc string.
25216         * message.el (message-ignored-news-headers)
25217         (message-ignored-supersedes-headers)
25218         (message-ignored-resent-headers)
25219         (message-forward-ignored-headers): Improve custom type.
25221 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25223         * message.el (message-tokenize-header): Fix 2004-09-06 change
25224         which used point-min in the wrong place.
25226 2004-10-12  Simon Josefsson  <jas@extundo.com>
25228         * tls.el (tls-certtool-program): New variable.
25229         (tls-certificate-information): New function, based on
25230         ssl-certificate-information.
25232 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25234         * compface.el: Move the version of ELisp-based uncompface program
25235         to the contrib directory because of the copyright problem.
25237 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25239         * message.el (message-kill-buffer): Raise the current frame.
25241 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25243         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25245         * gnus.el (message-y-or-n-p): Autoload.
25247         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25248         (pop3-password-required, pop3-authentication-scheme)
25249         (pop3-leave-mail-on-server): Make customizable.
25250         (pop3): New custom group.
25251         (pop3-retr): Remove `sleep-for' statements.
25252         Suggested by Dave Love <fx@gnu.org>.
25254         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25255         Windows/DOS.
25257         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25258         (imap-parse-body): Fix incorrect use of `assert'.
25259         Suggested by Dave Love <fx@gnu.org>.
25261         * mml.el (mml-minibuffer-read-disposition): Require match.
25262         Suggested by Dave Love <fx@gnu.org>.
25264 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25266         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25267         doc string.
25269 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25271         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25273 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25275         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25276         instead of calling `mm-insert-inline', to decode text/* parts
25277         before displaying them.
25279 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25281         * mm-uu.el (mm-uu-text-plain-type): New variable.
25282         (mm-uu-pgp-signed-extract-1): Use it.
25283         (mm-uu-pgp-encrypted-extract-1): Use it.
25284         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25285         bind mm-uu-text-plain-type with that value.
25286         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25287         mm-uu-dissect.
25289 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25291         * gnus-group.el (gnus-update-group-mark-positions):
25292         * gnus-sum.el (gnus-update-summary-mark-positions):
25293         * message.el (message-check-news-body-syntax):
25294         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25295         of string-as-multibyte.
25297 2004-10-05  Juri Linkov  <juri@jurta.org>
25299         * gnus-group.el (gnus-update-group-mark-positions):
25300         * gnus-sum.el (gnus-update-summary-mark-positions):
25301         * message.el (message-check-news-body-syntax):
25302         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25303         8-bit unibyte values to a multibyte string for search functions.
25305 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25307         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25308         (mm-uu-dissect-text-parts): New function.
25310         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25311         dissect text parts.
25313         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25314         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25316         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25318         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25319         Use gnus-current-topics instead of gnus-current-topic.
25321 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25323         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25325 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25327         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25328         where appropriate.
25330         * nnml.el (nnml-generate-active-info): do.
25332         * nndiary.el (nndiary-generate-active-info): do.
25334         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25335         (gnus-topic-move): do.
25337         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25338         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25340         * gnus-srvr.el (gnus-server-prepare)
25341         (gnus-server-open-all-servers): do.
25343         * gnus-msg.el (gnus-summary-cancel-article)
25344         (gnus-summary-resend-message)
25345         (gnus-summary-mail-crosspost-complaint): do.
25347         * gnus-move.el (gnus-change-server): do.
25349         * gnus-group.el (gnus-group-unmark-all-groups)
25350         (gnus-group-set-current-level): do.
25352 2004-10-04  Simon Josefsson  <jas@extundo.com>
25354         * message.el (message-generate-hashcash): Doc fix.
25356 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25358         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25359         avoid infinite recursion via gnus-get-function.
25361 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25363         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25365         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25367         * nnmail.el (nnmail-split-history): do.
25369         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25370         (nnml-request-delete-group): do.
25372         * nnslashdot.el (nnslashdot-read-groups): do.
25374         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25375         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25377         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25378         (nnspool-sift-nov-with-sed): Use last.
25379         (nnspool-retrieve-headers-with-nov): Use mapc.
25380         (nnspool-request-newgroups): Use dolist.
25381         (nnspool-request-group): Use last.
25383         * nntp.el (nntp-read-server-type): Use dolist.
25385         * nnvirtual.el (nnvirtual-create-mapping)
25386         (nnvirtual-update-read-and-marked): Use dolist.
25387         (nnvirtual-convert-headers): Simplify.
25389 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25391         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25392         Add support for sync'ing tick marks.
25394 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25396         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25397         there's no visible header.
25399 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25401         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25402         When necessary, pass full group name to gnus-request-set-marks.
25404 2004-10-01  Simon Josefsson  <jas@extundo.com>
25406         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25407         acroread.
25409 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25411         * spam-report.el (spam-report-gmane): Fix interactive.
25413         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25415         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25416         when writing file.
25417         (gnus-agent-synchronize-flags): Don't default to being
25418         interactive.
25420 2004-09-30  Simon Josefsson  <jas@extundo.com>
25422         * message.el (message-generate-hashcash): Add.
25423         (message-send-mail): Use it, call mail-add-payment.
25425 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25427         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25429 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25431         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25432         gnus-requst-update-info with explicit code to sync the in-memory
25433         info read flags with the marks being sync'd to the backend.
25435         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25437 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25439         * spam.el (spam-verify-bogofilter): Add new function.
25440         (spam-check-bogofilter)
25441         (spam-bogofilter-register-with-bogofilter): Use it.
25442         (spam-verify-bogofilter): Add small fixes.
25444 2004-09-28  Simon Josefsson  <jas@extundo.com>
25446         * hashcash.el (hashcash-generate-payment): Revert.
25448 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25450         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25451         Use gnus-extract-references instead of gnus-split-references.
25453         * gnus-util.el (gnus-extract-references): Add new function, analogous
25454         to gnus-split-references but extracts only the message-ID without
25455         anything extra.
25457         * hashcash.el (hashcash-generate-payment)
25458         (hashcash-check-payment): Do the right thing if hashcash-path is
25459         nil (because the hashcash program could not be found).
25461         * spam.el (spam-use-hashcash): Remove comment.
25463 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25465         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25466         (gnus-cache-enter-article, gnus-cache-remove-article)
25467         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25469         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25471         * gnus-art.el (article-hide-boring-headers)
25472         (article-translate-strings, article-display-face)
25473         (gnus-article-mime-match-handle-first)
25474         (gnus-article-highlight-headers)
25475         (gnus-article-add-buttons-to-head): do.
25477 2004-09-27  Simon Josefsson  <jas@extundo.com>
25479         * hashcash.el: New version, from
25480         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25481         ../contrib/.
25483 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25485         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25487 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25489         * gnus-dup.el (gnus-dup-open): Use mapc.
25490         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25492         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25493         Reported by Stefan Wiens <s.wi@gmx.net>.
25495         * gnus.el (gnus-shutdown): Use dolist.
25497         * gnus-undo.el (gnus-undo): Use mapc.
25499         * nnrss.el (nnrss-generate-active): do.
25501         * message.el (message-cite-original-without-signature)
25502         (message-cite-original): Use mapc.
25503         (message-do-actions, message-make-forward-subject): Use dolist.
25505 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25507         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25508         deletion to remove entire duplicate line.  Fixes merged article
25509         number bug.
25511 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25513         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25514         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25515         first ask if you want to open a server and then, even when you
25516         responded with no, asking if you want to synchronize the server's
25517         flags.
25518         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25519         multi-line expressions.
25520         (gnus-agent-synchronize-group-flags): New internal function.
25521         Updates marks in memory (in the info structure) AND in the
25522         backend.
25524         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25526         * nnagent.el (nnagent-request-set-mark):
25527         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25528         method, to ensure that synchronization updates marks in the
25529         backend and in the info (in memory) structure.
25531 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25533         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25534         convention fully; don't miss the root article of a thread; make
25535         the X-Draft-From header with correct article numbers.
25537 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25539         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25540         unless plugged.  Disable the agent so that an open failure causes
25541         an error.
25543         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25544         Revert 2004-09-21 change.  The backend must be opened while
25545         synchronizing flags even when the backend stores the flags
25546         locally.
25548 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25550         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25551         in `header' match.  Reported by Svend Tollak Munkejord.
25553         * message.el (message-cite-original): Fix use of
25554         `message-cite-articles-with-x-no-archive'.
25556 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25558         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25559         (gnus-window-to-buffer): Ditto.
25561         * mml.el (mml-preview-buffer): New variable.
25562         (mml-preview): Manage window layout with gnus-buffer-configuration.
25564         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25565         X-Draft-From header even if those articles aren't quoted.
25567 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25569         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25570         (gnus-request-set-mark, gnus-request-update-mark): Use new
25571         g-s-t-u-l-m to decide to use backend even when unplugged.
25573 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25575         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25576         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25578 2004-09-20  Simon Josefsson  <jas@extundo.com>
25580         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25581         "utf-16-le".
25583 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25585         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25587 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25589         * uudecode.el (uudecode-use-external): Add :version.
25591         * smime.el (smime-CA-file, smime-encrypt-cipher)
25592         (smime-dns-server): Add :version.
25594         * smiley.el (gnus-smiley-file-types): Add :version.
25596         * sha1.el (sha1-use-external): Add :version.
25598         * pgg-def.el (pgg-query-keyserver): Add :version.
25600         * nnmail.el (nnmail-fancy-expiry-targets)
25601         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25602         Add :version.
25604         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25605         (nnimap-retrieve-groups-asynchronous): Add :version.
25606         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25608         * mml.el (mml-content-disposition-parameters)
25609         (mml-insert-mime-headers-always): Add :version.
25611         * mm-util.el (mm-coding-system-priorities): Add :version.
25613         * mm-decode.el (mm-inline-text-html-with-images)
25614         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25615         (mm-verify-option): Add :version.
25616         (mm-text-html-renderer): Change :version.
25618         * message.el (message-fcc-externalize-attachments)
25619         (message-required-headers, message-draft-headers)
25620         (message-subject-trailing-was-query)
25621         (message-subject-trailing-was-ask-regexp)
25622         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25623         (message-mark-insert-end, message-archive-header)
25624         (message-archive-note, message-cross-post-default)
25625         (message-cross-post-note, message-followup-to-note)
25626         (message-cross-post-note-function, message-use-mail-followup-to)
25627         (message-subscribed-address-functions)
25628         (message-subscribed-address-file, message-subscribed-addresses)
25629         (message-subscribed-regexps, message-allow-no-recipients)
25630         (message-yank-cited-prefix, message-signature-insert-empty-line)
25631         (message-hidden-headers, message-hierarchical-addresses)
25632         (message-mail-user-agent, message-use-idna)
25633         (message-valid-fqdn-regexp)
25634         (message-strip-special-text-properties, message-header-synonyms)
25635         (message-beginning-of-line, message-tab-body-function): Add :version.
25636         (message-insert-canlock, message-wide-reply-confirm-recipients):
25637         Change :version.
25639         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25640         and :version.
25641         (mail-source-delete-old-incoming-confirm)
25642         (mail-source-movemail-program): Add :version.
25644         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25645         (gnus-agent-cache, gnus-agent): Change :version.
25647         * gnus-util.el (gnus-use-byte-compile): Change :version.
25649         * gnus-sum.el (gnus-summary-make-false-root-always)
25650         (gnus-summary-default-high-score)
25651         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25652         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25653         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25654         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25655         (gnus-sum-thread-tree-single-indent)
25656         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25657         (gnus-sum-thread-tree-leaf-with-other)
25658         (gnus-sum-thread-tree-single-leaf): Add :version.
25659         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25660         (gnus-article-loose-mime): Change :version.
25662         * gnus-start.el (gnus-backup-startup-file)
25663         (gnus-save-startup-file-via-temp-buffer): Add :version.
25665         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25666         (gnus-server-offline-face): Add :version.
25668         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25670         * gnus-msg.el (gnus-gcc-externalize-attachments)
25671         (gnus-debug-files, gnus-debug-exclude-variables)
25672         (gnus-discouraged-post-methods): Change :version.
25673         (gnus-confirm-mail-reply-to-news)
25674         (gnus-confirm-treat-mail-like-news): Add :version.
25676         * gnus-int.el (gnus-server-unopen-status): Add :version.
25678         * gnus-group.el (gnus-group-jump-to-group-prompt)
25679         (gnus-large-ephemeral-newsgroup)
25680         (gnus-fetch-old-ephemeral-headers): Add :version.
25682         * gnus-fun.el (gnus-x-face-directory)
25683         (gnus-convert-pbm-to-x-face-command)
25684         (gnus-convert-image-to-x-face-command)
25685         (gnus-convert-image-to-face-command): Add :version.
25687         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25689         * gnus-cite.el (gnus-cite-blank-line-after-header)
25690         (gnus-article-boring-faces): Add :version.
25692         * gnus-art.el (gnus-buttonized-mime-types)
25693         (gnus-inhibit-mime-unbuttonizing)
25694         (gnus-treat-display-face)
25695         (gnus-treat-body-boundary): Change :version.
25696         (gnus-body-boundary-delimiter, gnus-picon-databases)
25697         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25698         (gnus-treat-date-english, gnus-treat-fold-headers)
25699         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25700         (gnus-treat-mail-picon, gnus-treat-wash-html)
25701         (gnus-article-encrypt-protocol)
25702         (gnus-use-idna, gnus-article-over-scroll)
25703         (gnus-mime-display-multipart-alternative-as-mixed)
25704         (gnus-mime-display-multipart-related-as-mixed)
25705         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25706         (gnus-ctan-url, gnus-button-ctan-handler)
25707         (gnus-button-handle-ctan-bogus-regexp)
25708         (gnus-button-ctan-directory-regexp)
25709         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25710         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25711         (gnus-button-man-level, gnus-button-emacs-level)
25712         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25714         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25715         (gnus-agent-go-online): Change :version.
25716         (gnus-agent-expire-unagentized-dirs)
25717         (gnus-agent-auto-agentize-methods): Add :version.
25719         * flow-fill.el (fill-flowed-display-column)
25720         (fill-flowed-encode-column): Add :version.
25722         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25723         (gnus-outlook-deuglify-unwrap-max)
25724         (gnus-outlook-deuglify-cite-marks)
25725         (gnus-outlook-deuglify-unwrap-stop-chars)
25726         (gnus-outlook-deuglify-no-wrap-chars)
25727         (gnus-outlook-deuglify-attrib-cut-regexp)
25728         (gnus-outlook-deuglify-attrib-verb-regexp)
25729         (gnus-outlook-deuglify-attrib-end-regexp)
25730         (gnus-outlook-display-hook): Add :version.
25732         * binhex.el (binhex-use-external): Add :version.
25734 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25736         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25737         and `invisible'.
25739 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25741         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25742         in gnus-registry-trim.
25744 2004-09-13  Simon Josefsson  <jas@extundo.com>
25746         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25748         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25750         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25751         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25752         <yamaoka@jpl.org>.
25753         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25754         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25755         <yamaoka@jpl.org>.
25757         * sieve.el (sieve-manage-mode): Ditto.
25759 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25761         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25763 2004-09-11  Simon Josefsson  <jas@extundo.com>
25765         * dns-mode.el: Add.
25767         * mm-view.el (mm-display-dns-inline): Add.
25769         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25770         (mm-automatic-display): Ditto.
25772         * mailcap.el (mailcap-mime-data): Add text/dns.
25773         (mailcap-mime-extensions): Map .soa to text/dns.
25775 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25777         * gnus-art.el (article-decode-mime-words, article-babel)
25778         (gnus-article-highlight-signature, gnus-article-add-buttons)
25779         (gnus-signature-toggle): Remove unnecessary bindings of
25780         `inhibit-read-only' inherited from v5.10 merge.
25782 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25784         * nntp.el (nntp): New customization group.
25785         (nntp-authinfo-file): Add customization group.
25787         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25789         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25791         * gnus.el (to-address, to-list, subscribed)
25792         (large-newsgroup-initial): Ditto.
25794         * flow-fill.el (fill-flowed-display-column)
25795         (fill-flowed-encode-column): Ditto.
25797 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25799         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25800         Use point-min rather than 1.
25801         (message-send-mail): Use buffer-size rather than point-max.
25803         * gnus-sum.el (gnus-summary-search-article-forward):
25804         Signal a specific `search-failed' rather than a generic `error'.
25806         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25807         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25808         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25810 2004-09-10  Simon Josefsson  <jas@extundo.com>
25812         * nndb.el (require): Remove tcp and duplicate cl.
25814 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25816         * gnus-agent.el (directory-files-and-attributes): Move forward.
25818 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25820         * gnus-agent.el (directory-files-and-attributes):
25821         Optionally defined to support XEmacs.
25823 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25825         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25826         to avoid run-time CL dependencies.
25827         (gnus-agent-unfetch-articles): New function.
25828         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25829         article numbers even when local .overview file is missing.
25830         (gnus-agent-read-article-number): New function.  Only accepts
25831         27-bit article numbers.
25832         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25833         Use gnus-agent-read-article-number.
25834         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25835         from backend while recognizing that article numbers in .overview
25836         must be valid.
25837         (gnus-agent-update-files-total-fetched-for):
25838         Use directory-files-and-attributes to improve performance.
25839         * gnus-int.el (gnus-request-move-article):
25840         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25841         improve performance.
25843         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25844         some users confused by references to .newsrc when they only have a
25845         .newsrc.eld file.
25846         (gnus-convert-mark-converter-prompt)
25847         (gnus-convert-converter-needs-prompt): Fix use of property list.
25848         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25849         New function.  Used internally to only display 'gnus converting
25850         files' message when actually necessary.
25852         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25853         methods now autoloaded.
25855 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25857         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25858         identifiers.
25860 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25862         * gnus-picon.el: Fix indentation and closing parenthesis.
25864 2004-09-01  Simon Josefsson  <jas@extundo.com>
25866         * message.el (message-canlock-generate): Require sha1, not
25867         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25868         to require within a function.  Sadly, if sha1.el isn't loaded, the
25869         let binding in m-c-g will hide the defcustom definition, which is
25870         bad.)
25872         * canlock.el: Require sha1, not sha1-el.
25874         * message.el: Don't autoload sha1 (there is a autoload cookie in
25875         sha1.el).
25877         * sha1-el.el: Rename to sha1.el.
25879 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25881         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25883 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25885         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25887 2004-08-30  Kim F. Storm  <storm@cua.dk>
25889         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25891         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25892         Add :group 'nnimap.
25894 2004-08-30  Andreas Schwab  <schwab@suse.de>
25896         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25897         ?* and ?\;.
25899         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25900         and ?\' to symbol instead of whitespace.
25902 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25904         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25906         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25907         instead of re-search-forward.
25909         * gnus-uu.el (gnus-uu-save-article): Ditto.
25910         (gnus-uu-post-encode-uuencode): Ditto.
25912         * html2text.el (html2text-clean-list-items): Ditto.
25913         (html2text-clean-dtdd): Ditto.
25914         (html2text-format-tags): Ditto.
25916         * message.el (message-send-mail-with-sendmail): Fix regexp.
25917         (message-fill-field-general): Use search-forward instead of
25918         re-search-forward.
25919         (unbold-region): Ditto.
25921         * nnrss.el (nnrss-request-article): Ditto.
25923         * nnslashdot.el (nnslashdot-request-article): Ditto.
25925         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25927         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25928         "Unrecognized menu descriptor" error in XEmacs.
25930 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25932         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25933         parent article of a sparse article in the thread hashtb.
25935 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25937         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25938         (nnmail-expand-newtext): Lowercase expanded entries if
25939         nnmail-split-lowercase-expanded is non-nil.
25941 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25943         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25945         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25946         of gnus-tmp-news-method into string under XEmacs.  It will be
25947         passed to gnus-correct-length which takes only a string argument.
25949 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25951         * gnus-util.el (gnus-bind-print-variables): New macro.
25952         (gnus-prin1): Use it.
25953         (gnus-prin1-to-string): Use it.
25954         (gnus-pp): New function.
25955         (gnus-pp-to-string): New function.
25957         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25958         Replace pp-to-string with gnus-pp-to-string.
25959         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25960         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25961         * gnus-msg.el (gnus-debug): Ditto.
25962         * gnus-score.el (gnus-score-save): Ditto.
25963         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25964         gnus-pp-to-string.
25965         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25966         with gnus-pp.
25967         * score-mode.el (gnus-score-pretty-print): Ditto.
25968         * webmail.el (webmail-debug): Ditto.
25970 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25972         * gnus-art.el (article-display-face, article-display-x-face):
25973         Use buffer-read-only.
25975 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25977         * gnus-art.el (article-hide-list-identifiers):
25978         Bind inhibit-read-only as t.
25980 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25982         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25984 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25986         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25987         (gnus-narrow-to-page): Don't assume point-min == 1.
25988         (gnus-article-edit-mode): Derive from message-mode.
25990         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25991         point-min == 1.
25993         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25994         Disable incorrect use of `assert'.
25996         * message.el (message-mode): Set comment-start-skip.
25999 2004-08-22  Sam Steingold  <sds@gnu.org>
26001         * pop3.el (pop3-leave-mail-on-server): New user variable.
26002         (pop3-movemail): Delete mail only when it is nil.
26004 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
26006         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
26008         * mml.el (mml-preview): Use `pop-to-buffer'.
26010         * message.el (message-goto-mail-followup-to): Insert after "To".
26011         (message-carefully-insert-headers): Add comment.
26013         * gnus.el: Remove unused variable `gnus-article-check-size'.
26015         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
26017         * gnus-art.el (gnus-button-alist):
26018         Improve `gnus-button-handle-library' entry.
26020 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
26022         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
26023         Use downcase, since XEmacs capitalizes error messages differently.
26025 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
26027         * nntp.el: Add (require 'gnus) due to reference to
26028         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
26030 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
26032         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
26033         Bind `mm-fill-flowed'.
26035         * mm-decode.el (mm-dissect-singlepart): Check it.
26037 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
26039         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
26040         'imap' for netrc parsing.
26042 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
26044         * mailcap.el (mailcap-mime-data): Mark as risky.
26046 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26048         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
26049         may be included in the encoded word.
26050         (rfc2047-encode): Don't append a space if the encoded word
26051         includes close parenthesis.
26053 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26055         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
26056         of text within parentheses.
26058 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
26060         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
26061         (gnus-encrypt-write-file-contents): Make the password key the file
26062         name PLUS the cipher, not just the cipher.  Also remove failed
26063         passwords from the cache.
26065 2004-08-06  Simon Josefsson  <jas@extundo.com>
26067         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
26068         Doc fix.
26070 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26072         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
26073         LWSP.
26075 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
26077         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26078         Try to append in-reply-to: data to the references: header.
26080         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
26081         (netrc-parse): Use gnus-encrypt.el functions.
26083         * gnus-encrypt.el: Add new file for encryption support; currently
26084         does only a few GPG ciphers and an internal XOR cipher.
26086         * password.el: Add comments on using password-read-and-add.
26087         (password-read-and-add): Add function to read and add the
26088         password to the cache at once.
26090 2004-07-28  Simon Josefsson  <jas@extundo.com>
26092         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
26093         parameter (but don't use it, for now).
26095         * imap.el (imap-ssl-open): Use imap-process-connection-type,
26096         instead of hard coding to nil.
26098 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26100         * mm-view.el (mm-inline-image-emacs): Open lines under an image
26101         as mm-inline-image-xemacs does.
26103 2004-07-26  Simon Josefsson  <jas@extundo.com>
26105         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
26106         Revert part of 2004-07-17 change below.
26108 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26110         * rfc2047.el (rfc2047-encode-region): Don't infloop.
26111         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26113 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26115         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26116         quotes that actually start with ">" at the beginning of the
26117         lines.
26119 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26121         * rfc2047.el (rfc2047-encode-region): Fix last change.
26122         (rfc2047-encode-parameter): Remove useless concat.
26124 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26126         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26127         encode special characters; fix some kind of misconfigured headers;
26128         signal a real error if debug-on-quit or debug-on-error is non-nil.
26129         (rfc2047-encode-max-chars): New variable.
26130         (rfc2047-encode-1): Use it.
26131         (rfc2047-encode-parameter): New function.
26133         * mml.el (mml-insert-parameter): Remove an excessive space.
26135 2004-07-17  Simon Josefsson  <jas@extundo.com>
26137         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26138         Kai Grossjohann <kai@emptydomain.de>.
26139         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26140         (gnus-group-make-menu-bar): Ditto.
26142         * gnus-util.el (gnus-group-server): Add.
26144 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26146         * message.el (message-clone-locals): Clone sendmail and smtp
26147         variables.
26149 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26151         * rfc2047.el (rfc2047-encode-region): Fix last change.
26153 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26155         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26156         characters as non-special.
26158 2004-07-09  Simon Josefsson  <jas@extundo.com>
26160         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26161         Users will lose all flag changes made while unplugged with
26162         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26163         good default.  See numerous reports on ding mailing list.
26165 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26167         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26168         add generate-head-function and generate-article-function to the
26169         rfc822-forward entry.
26170         (nndoc-rfc822-forward-generate-article): New function.
26171         (nndoc-rfc822-forward-generate-head): New function.
26173         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26175 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26177         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26178         respect display group parameter and gnus-summary-expunge-below.
26179         (gnus-articles-to-read): Remove unused reference to display group
26180         parameter.
26182 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26184         * nnheader.el (nnheader-uniquify-message-id): New experimental
26185         variable.
26186         (nnheader-nov-read-message-id): Use it.
26188         * spam-report.el (spam-report-gmane): Add interactive.
26190 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26192         * mm-encode.el (mm-content-transfer-encoding-defaults):
26193         Use qp-or-base64 for the application/* types.
26195 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26197         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26199 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26201         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26202         trim value.
26204 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26206         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26207         New macro and function.
26208         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26210 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26212         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26213         after-load-alist.
26215 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26217         * gnus-group.el (gnus-group-get-new-news-this-group):
26218         Don't update info that isn't there.
26220 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26222         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26223         entry.
26225 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26227         * mm-view.el (mm-inline-render-with-function): Use multibyte
26228         buffer; decode html source by charset.
26230         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26232         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26233         Mule-UCS is loaded under XEmacs.
26234         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26236 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26238         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26240 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26242         * mm-util.el (mm-coding-system-p): Return a coding-system.
26243         (mm-mime-mule-charset-alist): Use shift_jis instead of
26244         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26245         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26246         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26247         instead of japanese-shift-jis and iso-latin-1 respectively in
26248         order to share the default value with both Emacs and XEmacs-mule.
26249         (mm-mule-charset-to-mime-charset):
26250         Make mm-coding-system-priorities effective.
26251         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26252         while predicating of candidates upon the priorities.
26254 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26256         * gnus-sum.el (gnus-summary-make-menu-bar):
26257         Add gnus-uu-invert-processable.
26259         * gnus.el: Autoload gnus-uu-invert-processable.
26261 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26263         * mm-util.el (mm-with-multibyte-buffer): New macro.
26265         * rfc2047.el (rfc2047-encode-string): Use it.
26266         (rfc2047-encode-region): Move point to the end of the region after
26267         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26269 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26271         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26272         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26274 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26276         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26277         (gnus-cite-parse): Ignore quoted envelope From_.
26278         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26280 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26282         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26283         invalid addresses.
26285 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26287         * spam.el: Change section markers, revise TODO list.
26288         (spam-backends): Make new master list of all installed backends.
26289         (spam-summary-exit-behavior): Add new variable to determine how
26290         messages moves are done at summary exit.
26291         (spam-move-spam-nonspam-groups-only)
26292         (spam-process-ham-in-nonham-groups)
26293         (spam-process-ham-in-spam-groups): Remove variables, the
26294         spam-summary-exit-behavior variable should be used to manage this
26295         behavior.
26296         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26297         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26298         and spam-old-spam-articles.
26299         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26300         Add empty variables, placeholders for the backends they represent.
26301         (spam-set-difference): Move, unchanged.
26302         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26303         unless the user has a processor variable.
26304         (spam-classifications, spam-classification-valid-p)
26305         (spam-backend-properties, spam-backend-property-valid-p)
26306         (spam-backend-function-type-valid-p)
26307         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26308         (spam-report-articles-gmane, spam-report-articles-resend):
26309         Remove functions, they are not needed.
26310         (spam-install-backend-super, spam-backend-list)
26311         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26312         (spam-backend-function, spam-backend-ham-registration-function)
26313         (spam-backend-spam-registration-function)
26314         (spam-backend-ham-unregistration-function)
26315         (spam-backend-spam-unregistration-function)
26316         (spam-backend-statistical-p, spam-backend-mover-p)
26317         (spam-install-backend-alias, spam-install-checkonly-backend)
26318         (spam-install-mover-backend, spam-install-nocheck-backend)
26319         (spam-install-backend, spam-install-statistical-backend)
26320         (spam-install-statistical-checkonly-backend): Add backend installation
26321         support.
26322         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26323         (spam-group-processor-p): Use the new backend code and respect the
26324         summary exit behavior.
26325         (spam-mark-spam-as-expired-and-move-routine): Remove.
26326         (spam-summary-prepare): Change to use the new spam-old-articles
26327         variable.
26328         (spam-copy-or-move-routine, spam-copy-spam-routine)
26329         (spam-move-spam-routine, spam-copy-ham-routine)
26330         (spam-move-ham-routine): Add code to copy/move ham or spam.
26331         (spam-fetch-field-fast): Improve doc and code, plus allow the
26332         'number request.
26333         (spam-list-of-checks, spam-list-of-statistical-checks):
26334         Remove variables.
26335         (spam-split, spam-find-spam): Use the new backend code.
26336         (spam-registration-functions): Remove variable.
26337         (spam-unregister-routine): Add convenience wrapper.
26338         (spam-log-undo-registration, spam-register-routine)
26339         (spam-log-processing-to-registry)
26340         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26341         where possible.
26342         (spam-check-gmane-xref, spam-check-regex-headers)
26343         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26344         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26345         (spam-check-bogofilter-headers, spam-check-spamoracle)
26346         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26347         (spam-check-crm114-headers): Use the spam-split-group that
26348         spam-split prepares, no need to determine it every time.
26350         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26351         to the nnheader-parse-naked-head call.
26353         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26355         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26356         the nnheader-nov-read-message-id call.
26358 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26360         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26361         gnus-activate-group twice.  Suggested by Markus Peter
26362         <warp@spin.de>.
26364 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26366         * gnus-art.el (gnus-article-time-format): Exchange the order of
26367         day and month in the default value; fix customization type.
26368         (article-date-ut): Use add-text-properties.
26369         (article-make-date-line): Use message-make-date instead of
26370         current-time-string.
26372         * message.el (message-fetch-field): Don't use set-text-properties.
26373         (message-make-date): Simplify.
26375         * messagexmas.el (message-xmas-make-date): New function.
26376         (message-xmas-redefine): Defalias message-make-date to it.
26378 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26380         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26381         (rfc2047-encode-region): Treat text within parentheses as special;
26382         show the original text when error has occurred.
26384         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26385         already-computed method to gnus-activate-group.
26387         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26388         same select-methods identical Lisp objects.
26390         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26391         object when modifying the info.
26393 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26395         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26396         gnus-opened-servers since it has never been opened with the new
26397         configuration yet.
26399 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26401         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26402         arg to nnheader-generate-fake-message-id.
26404 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26406         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26407         number and build a fake message ID localized to a group and
26408         article number (so it's repeatable from that point on).
26409         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26410         ID format.
26412         * gnus-sum.el (gnus-get-newsgroup-headers):
26413         Call nnheader-generate-fake-message-id with the article number.
26415 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26417         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26418         end-of-buffer.
26420 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26422         * message.el (message-ignored-supersedes-headers): Add Approved.
26424 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26426         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26427         goto-char.
26428         (rfc2047-encode): Fold the line before encoding.
26430 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26432         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26433         folding -- not all headers can be folded, and this should be done
26434         by the message composition mode.  Probably.  I think.
26436 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26438         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26439         fast.
26441         * gnus-ems.el (gnus-remove-image): Don't use
26442         message-text-with-property; remove only the image found first.
26444         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26445         found first.
26447 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26449         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26451 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26453         * message.el (message-text-with-property): Make it fast and accept
26454         optional arguments.
26455         (message-strip-forbidden-properties): Use it.
26456         (message-fix-before-sending): Follow the m-t-w-p change.
26458         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26460 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26462         * gnus-art.el (article-hide-headers): Don't change the buffer
26463         mistakenly when performing mml-preview even if
26464         gnus-single-article-buffer is nil.
26466 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26468         * message.el (message-expand-name-databases): New user option.
26469         (message-expand-name): Use it.
26471 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26473         * spam.el (spam-report-articles-resend)
26474         (spam-report-resend-register-routine): Allow ham reporting.
26475         (spam-report-resend-register-ham-routine): Add wrapper.
26476         (spam-registration-functions): Add ham resending functions.
26477         (spam-list-of-processors): Add ham resend processor.
26479         * gnus.el (ham-resend-to): Add new group parameter.
26480         (spam-process): Add ham resend option.
26482         * spam-report.el (spam-report-resend): Allow reporting ham.
26483         (spam-report-resend-ham): Add wrapper.
26485 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26487         * message.el (message-cite-articles-with-x-no-archive):
26488         New variable.
26489         (message-cite-original): Use it.
26491 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26493         * message.el (message-cite-original): Respect X-No-Archive.
26495 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26497         * gnus-art.el (article-hide-headers): Refer to the values for
26498         gnus-ignored-headers and gnus-visible-headers in the summary
26499         buffer since a user may have set them as group parameters.
26501 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26503         * assistant.el (assistant-node-name): Add convenience function.
26504         (assistant-render-text, assistant-render-node): Add error handling,
26505         plus handle multiple next nodes.
26506         (assistant-find-next-node): Comment out for now.
26507         (assistant-find-next-nodes): Add function, returns list of next
26508         nodes.
26510 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26512         * mail-source.el (mail-source-directory): Fix doc-string.
26514 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26516         * assistant.el (assistant-render-text, assistant-eval): Add :set
26517         widget type, which is different because it takes and returns a
26518         list.  Much hilarity ensues.
26520 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26522         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26524         * gnus-group.el (gnus-group-get-new-news-this-group):
26525         Add doc-string.
26527         * gnus-start.el (gnus-activate-group): Add doc-string.
26529 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26531         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26533 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26535         * assistant.el (assistant-render-text): Try to add a :set
26536         widget, more to come.
26538         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26539         strings.
26540         (spam-report-articles-resend)
26541         (spam-register-routine): Do registration iff any articles warrant
26542         it.
26543         (spam-summary-prepare-exit): Change log message for nil group
26544         destinations.
26546 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26548         * spam.el (spam-report-resend-register-routine):
26549         Allow spam-report-resend-to to be a group parameter or a global value.
26551 2004-05-26  Simon Josefsson  <jas@extundo.com>
26553         * starttls.el: Merge with my GNUTLS based starttls.el.
26554         (starttls-gnutls-program, starttls-use-gnutls)
26555         (starttls-extra-arguments, starttls-process-connection-type)
26556         (starttls-connect, starttls-failure, starttls-success):
26557         New variables.
26558         (starttls-program, starttls-extra-args): Doc fix.
26559         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26560         New functions.
26561         (starttls-negotiate, starttls-open-stream):
26562         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26563         function if it is set.
26565 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26567         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26568         structured fields.
26570 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26572         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26574 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26576         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26577         Add variable.
26578         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26579         assigning the spam-mark to new messages.
26581 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26583         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26585 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26587         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26589         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26590         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26591         default.
26593 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26595         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26596         correct data.
26598 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26600         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26601         (spam-group-processor-p): Fix function.
26602         (spam-group-processor-multiple-p)
26603         (spam-group-spam-processor-report-gmane-p)
26604         (spam-group-spam-processor-report-resend-p)
26605         (spam-group-spam-processor-bogofilter-p)
26606         (spam-group-spam-processor-blacklist-p)
26607         (spam-group-spam-processor-ifile-p)
26608         (spam-group-ham-processor-ifile-p)
26609         (spam-group-spam-processor-spamoracle-p)
26610         (spam-group-spam-processor-crm114-p)
26611         (spam-group-ham-processor-bogofilter-p)
26612         (spam-group-spam-processor-stat-p)
26613         (spam-group-ham-processor-stat-p)
26614         (spam-group-ham-processor-whitelist-p)
26615         (spam-group-ham-processor-BBDB-p)
26616         (spam-group-ham-processor-spamoracle-p)
26617         (spam-group-ham-processor-copy-p): Remove functions with some
26618         prejudice against unneeded code.
26619         (spam-report-articles-resend)
26620         (spam-report-resend-register-routine): Allow the group/topic
26621         spam-resend-to value to override spam-report-resend-to.
26622         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26623         properly now.
26625         * gnus.el (spam-resend-to): Add group/topic parameter.
26626         (spam-process): Move the OBSOLETE processors to the end of the
26627         choices.
26629 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26631         * spam-report.el (spam-report-resend-to, spam-report-resend):
26632         Start with resend-to set to nil, and then ask the user if necessary.
26633         (spam-report-resend): spam-report-resend takes a list of articles, not
26634         separate article numbers.
26636 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26638         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26639         addition to emacs-w3m.
26641 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26643         * assistant.el (assistant-authinfo-data): New function.
26644         (assistant-eval): Eval for entire assistant.
26646         * netrc.el (netrc-services-file): New variable.
26647         (netrc-parse-services): New function.
26648         (netrc-find-service-name): New function.
26649         (netrc-find-service-number): New function.
26650         (netrc-port-equal): New function.
26651         (netrc-machine): Use it.
26653         * nnimap.el (nnimap-open-connection): Use netrc.
26655         * gnus-util.el (gnus-netrc-get): Remove aliases.
26657         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26659         * assistant.el (wid-edit): Fix compilation.
26661         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26663 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26665         * gnus-util.el (gnus-set-file-modes): New function.  (small
26666         patch).
26668 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26670         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26672         * assistant.el (assistant-render-node): Fix up rendering and
26673         read-only text.
26674         (assistant-render-node): Reset.
26675         (assistant-make-read-only): Not sticky.
26677 2004-05-20  Danny Siu  <dsiu@adobe.com>
26679         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26680         centered even when gnus-auto-center-summary is t.
26682 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26684         * dns.el (dns-get-txt-answer): New function.
26685         (dns-read-txt): Ditto.
26686         (query-dns): Use it.
26688 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26690         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26691         active for foreign groups even if the group level is higher than
26692         the specified value.
26694 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26696         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26697         non-active groups.
26699         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26701 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26703         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26705 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26707         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26708         (spam-crm114-header, spam-crm114-spam-switch)
26709         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26710         (spam-crm114-positive-spam-header)
26711         (spam-crm114-database-directory, spam-list-of-processors)
26712         (spam-group-spam-processor-crm114-p)
26713         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26714         (spam-generic-score, spam-list-of-checks)
26715         (spam-list-of-statistical-checks, spam-registration-functions)
26716         (spam-check-crm114-headers, spam-crm114-score)
26717         (spam-check-crm114, spam-crm114-register-with-crm114)
26718         (spam-crm114-register-spam-routine)
26719         (spam-crm114-unregister-spam-routine)
26720         (spam-crm114-register-ham-routine)
26721         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26723 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26725         * gnus.el: Add spam-use-crm114.
26727         * spam.el (spam-list-of-processors, spam-registration-functions):
26728         Add spam-use-resend.
26729         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26730         (spam-report-articles-gmane): Add doc fix.
26731         (spam-report-articles-resend, spam-report-resend-register-routine):
26732         Add wrappers around spam-report-resend-to.
26734         * spam-report.el (spam-report-resend-to, spam-report-resend):
26735         Add support for resending spam.
26736         (spam-report-gmane): Fix line length >80.
26738         * gnus.el (spam-process): Add spam-use-resend.
26740 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26742         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26743         number of processed spam messages.
26744         (spam-ham-copy-or-move-routine): Return the number of processed
26745         ham messages.
26746         (spam-summary-prepare-exit): Use the above values to decide
26747         whether status messages should be displayed.
26749 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26751         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26752         `rfc2047-encoding-function-alist' in order to avoid conflicting
26753         with the old version.
26754         (rfc2047-encode-region): Concatenate words containing non-ASCII
26755         characters in structured fields; don't encode space-delimited
26756         ASCII words even in unstructured fields; don't break words at
26757         char-category boundaries.
26758         (rfc2047-encode-1): New function.
26759         (rfc2047-encode): Use it; encode text so that it occupies the
26760         maximum width within 76-column; work correctly on Q encoding for
26761         iso-2022-* charsets.
26762         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26763         sure not to break a line just after the header name.
26764         (rfc2047-b-encode-region): Remove.
26765         (rfc2047-b-encode-string): New function.
26766         (rfc2047-q-encode-region): Remove.
26767         (rfc2047-q-encode-string): New function.
26769         * mm-util.el (mm-replace-in-string): New function.
26771 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26773         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26774         Really get it right.
26775         (gnus-inews-make-draft): Really.
26777 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26779         * nnmh.el (nnmh-request-list-1): Don't check the link count
26780         before descending.  (small patch)
26782 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26784         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26785         stuff.
26787         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26788         Match on real group name.
26790         * gnus-art.el (gnus-signature-limit): Doc fix.
26792         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26794         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26796 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26798         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26799         isn't a string.
26801 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26803         * gnus-draft.el (gnus-draft-send):
26804         Bind rfc2047-encode-encoded-words.
26806         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26807         (rfc2047-encodable-p): Say that =? needs encoding.
26808         (rfc2047-encode-encoded-words): New variable.
26810         * gnus-group.el (gnus-group-select-group): Doc fix.
26812         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26814         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26815         to nil.
26817         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26819         * nnheader.el (nnheader-get-lines-and-char): New function.
26821 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26823         * gnus-msg.el (gnus-summary-followup-with-original):
26824         Document yanking of region when active.
26826 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26828         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26829         groups if the group level is higher than the specified value.
26831 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26833         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26834         (gnus-group-jump-to-group): Add prefix argument using
26835         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26836         non-active group.
26838         * compface.el (uncompface): Be verbose when changing
26839         `uncompface-use-external'.
26841         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26842         handle manual section.
26844 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26846         * gnus-art.el (gnus-button-alist): Revert previous change.
26848 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26850         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26852 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26854         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26855         whether backend can accept message.
26857         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26859 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26861         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26862         Avoid creating directory when nntp-marks-is-evil is true.
26863         Reported by Reiner Steib.
26865 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26867         * gnus-picon.el (gnus-picon-insert-glyph):
26868         Add optional `nostring' argument.
26870 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26872         * gnus-picon.el (gnus-picon-style): New variable.
26873         (gnus-picon-transform-address): Support `gnus-picon-style'.
26875 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26877         * message.el (message-fill-field): Return point.
26878         (message-generate-headers): Go to end of field.
26880         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26881         stuff for non-living groups.
26883 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26885         * gnus-art.el (gnus-article-followup-with-original)
26886         (gnus-article-reply-with-original): gnus-mark-active-p ->
26887         gnus-region-active-p.
26889 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26891         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26892         only when there is spam or ham to be processed.
26894 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26896         * mail-source.el (mail-source-delete-crash-box): Refactor.
26897         (mail-source-fetch): Use it.
26898         (mail-source-fetch-file): Ditto.
26899         (mail-source-fetch-directory): Run postscript in loop.
26900         (mail-source-fetch-pop): Delete.
26901         (mail-source-fetch-maildir): Ditto.
26902         (mail-source-fetch-imap): Ditto.
26904         * imap.el (imap-authenticators): Comment out sasl.
26906         * message.el (message-skip-to-next-address): New function.
26907         (message-fill-header-address): Refactor.
26908         (message-fill-address): Use it.
26909         (message-delete-address): Use it.
26910         (message-fill-header-general): Refactor.
26911         (message-fill-field-address): Rename.
26912         (message-narrow-to-field): Find the start of the header.
26913         (message-header-format-alist): Don't pre-fill.
26914         (message-fill-header): Remove.
26915         (message-insert-header): New function.
26916         (message-shorten-references): Use it.
26918         * rfc2047.el (rfc2047-field-value): Strip props.
26920         * mail-parse.el (mail-header-make-address): New alias.
26922         * ietf-drums.el (ietf-drums-make-address): New function.
26924         * imap.el: Add compiler directives.
26926         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26928         * gnus-art.el (article-decode-idna-rhs): Don't use
26929         message-idna-inside-rhs-p.
26931 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26933         * message.el (message-idna-inside-rhs-p): Remove.
26934         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26936         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26937         false positives.
26939 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26941         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26943 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26945         * nneething.el (nneething-file-name): Don't create spurious
26946         files.
26948         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26949         (gnus-inews-do-gcc): Remove sleep.
26951         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26952         part under point.
26954         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26955         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26957 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26959         * spam.el (spam-summary-prepare-exit): Fix (length).
26961 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26963         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26964         as expired without moving it" message when there are spam
26965         messages left.
26967 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26969         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26970         header is not nil.
26972 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26974         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26975         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26976         (nntp-marks-changed-p): New arg SERVER.
26977         (nntp-request-update-info): Adjust caller.
26979 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26981         * nntp.el (nntp-save-marks): Pass missing arg.
26983 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26985         * nntp.el: Support marks.
26986         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26987         (nntp-marks-modtime, nntp-marks-directory): New variables.
26988         (nntp-request-set-mark, nntp-request-update-info)
26989         (nntp-possibly-create-directory, nntp-marks-changed-p)
26990         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26991         New functions.
26993 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26995         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26996         (gnus-xmas-redefine): Rename.
26998         * gnus-score.el (gnus-score-insert-help):
26999         Use gnus-select-lowest-window.
27001         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
27002         appt-select-lowest-window and rename to gnus-select-lowest-window.
27004         * gnus.el: do.
27006 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27008         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
27009         encodings of MIME-encoded words, in order to improve
27010         interoperability with several broken MUAs.
27012 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27014         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
27015         tags, only when charsets are not specified in headers.
27016         (mm-inline-text-html-render-with-w3m): Ditto.
27018         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
27019         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
27021 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27023         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
27024         instead of MIME-decoded from fields when checking
27025         `gnus-article-address-banner-alist'.
27027 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
27029         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
27030         description rather than subject.
27032 2004-05-02  Steve Youngs  <steve@youngs.au.com>
27034         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
27036 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27038         * gnus.el (gnus-version-number): Bump.
27040 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27042         * gnus.el: No Gnus v0.2 is released.
27044 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27046         * gnus-agent.el (gnus-agent-read-agentview):
27047         Inline gnus-uncompress-range.
27049 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27051         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
27052         `exec-installed-p'.
27054 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27056         * gnus.el (spam-process, spam-autodetect-methods):
27057         Add bsfilter and bsfilter-headers.
27059         * spam.el (spam-bsfilter): New customize group.
27060         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
27061         (spam-bsfilter-header, spam-bsfilter-probability-header)
27062         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
27063         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
27064         (spam-bsfilter-database-directory): New options.
27065         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
27066         (spam-list-of-statistical-checks, spam-registration-functions):
27067         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
27068         (spam-bsfilter-score): New command.
27069         (spam-check-bsfilter-headers, spam-check-bsfilter)
27070         (spam-bsfilter-register-with-bsfilter)
27071         (spam-bsfilter-register-spam-routine)
27072         (spam-bsfilter-unregister-spam-routine)
27073         (spam-bsfilter-register-ham-routine)
27074         (spam-bsfilter-unregister-ham-routine): New functions.
27075         (spam-generic-score): Support bsfilter; Accept an optional argument
27076         to recalcurate spam score even if scoring header has already been
27077         added.
27078         (spam-bogofilter-score, spam-spamassassin-score): Accept an
27079         optional argument to recalcurate spam score even if scoring header
27080         has already been added.
27082 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
27084         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
27085         strings!  Reported by David D. Smith <davidsmith@acm.org>.
27086         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
27087         link is missing.
27089 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
27091         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
27092         (html2text-get-attr): Rewrite.
27094         * message.el (message-setup-1): Remove redundant put-text-property
27095         on mail-header-separator.
27097 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
27099         * gnus-registry.el (gnus-registry-cache-whitespace)
27100         (gnus-registry-action, gnus-registry-spool-action)
27101         (gnus-registry-split-fancy-with-parent): Change message levels
27102         from 5 to 3 or 7, as needed.
27104         * spam.el (spam-summary-prepare-exit)
27105         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
27106         (spam-split, spam-find-spam, spam-log-undo-registration)
27107         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
27108         level from 5 to 6.
27110 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27112         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27113         2004-03-04 change).
27115 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27117         * sieve-manage.el (sieve-manage-open):
27118         * nnweb.el (nnweb-insert-html):
27119         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27120         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27121         * nnspool.el (nnspool-request-group):
27122         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27123         * nnml.el (nnml-request-update-info):
27124         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27125         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27126         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27127         (nnimap-request-set-mark):
27128         * nnfolder.el (nnfolder-request-update-info):
27129         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27130         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27131         * gnus-uu.el (gnus-uu-find-articles-matching):
27132         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27133         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27134         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27135         * gnus-nocem.el (gnus-nocem-scan-groups):
27136         * gnus-int.el (gnus-start-news-server):
27137         * gnus-group.el (gnus-group-make-kiboze-group)
27138         (gnus-group-browse-foreign-server):
27139         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27140         Use mapc when appropriate.
27142 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27143             Adam Sjøgren  <asjo@koldfront.dk>
27144             Wes Hardaker  <wes@hardakers.net>
27145             Michael Shields  <shields@msrl.com>
27147         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27148         may need for spam sorting and scoring.
27149         (spam-user-format-function-S): Add user format function suitable for
27150         general use.
27151         (spam-article-sort-by-spam-status): Add sorting function for summary
27152         sorting.
27153         (spam-extra-header-to-number): Add function to get a score from a
27154         header.
27155         (spam-summary-score): Add function to get a numeric score from the
27156         headers.
27157         (spam-generic-score): Fix function doc, was in wrong place.
27158         (spam-initialize): Take symbols when it's run, and install the
27159         extra headers that spam-necessary-extra-headers thinks we need.
27161 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27163         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27164         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27166 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27168         * gnus-sum.el (gnus-set-global-variables)
27169         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27170         (gnus-article-get-xrefs, gnus-summary-best-group)
27171         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27172         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27173         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27174         Use with-current-buffer.
27176 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27178         * spam.el (spam-summary-prepare-exit): Simplify logic.
27179         (spam-fetch-article-header): Read the article header if it's not
27180         available.
27181         (spam-list-articles): Simplify logic.
27182         (spam-filelist-register-routine): Fix bug with unregister-list.
27184         * gnus-registry.el: Fix comments at beginning.
27186 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27188         * message.el (message-cater-to-broken-inn): Remove.
27189         (message-shorten-references): Make sure the total folded length of
27190         References is shorter than 998 characters to cater to a bug in INN
27191         2.3.  Also, don't pretend that references aren't folded -- this
27192         hasn't worked for a while.
27194 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27196         * gnus-agent.el (gnus-agentize):
27197         gnus-agent-send-mail-real-function no longer set to current value
27198         of message-send-mail-function but rather a lambda that calls
27199         message-send-mail-function.  The change makes the agent real-time
27200         responsive to user changes to message-send-mail-function.
27202 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27204         * legacy-gnus-agent.el
27205         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27206         help from Florian Weimer <fw@deneb.enyo.de>
27208 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27210         * nnmail.el (nnmail-cache-insert): Revert last change.
27212 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27214         * nnmail.el (nnmail-cache-insert): Always check whether
27215         nnmail-cache-ignore-groups matches a group name.
27217 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27219         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27220         (spam-find-spam, spam-log-processing-to-registry)
27221         (spam-log-registered-p, spam-log-unregistration-needed-p)
27222         (spam-log-undo-registration): Use gnus-message instead of
27223         gnus-error, none of these errors are fatal.
27225         * gnus-registry.el (gnus-registry-clean-empty-function)
27226         (gnus-registry-clean-empty): Remove only empty entries without
27227         extra data.
27229 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27231         * spam-stat.el (spam-stat-buffer-change-to-spam)
27232         (spam-stat-buffer-change-to-non-spam): Change (error) to
27233         (gnus-message 8) invocation.
27235 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27237         * nntp.el (nntp-via-netcat-command): New variable.
27238         (nntp-via-netcat-switches): New variable.
27239         (nntp-open-via-rlogin-and-netcat): New function.
27240         (nntp-open-connection-function): Doc fix.
27241         (nntp-telnet-command): Doc fix.
27242         (nntp-end-of-line): Doc fix.
27243         (nntp-via-rlogin-command): Doc fix.
27244         (nntp-via-user-name): Doc fix.
27245         (nntp-via-address): Doc fix.
27247 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27249         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27250         error in Emacs 21.1.
27252 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27254         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27256 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27258         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27259         (gnus-agent-with-refreshed-group): New macro.
27260         (gnus-agent-rename-group): New function.
27261         (gnus-agent-delete-group): New function.
27262         (gnus-agent-save-group-info): Use gnus-command-method when
27263         `method' parameter is nil.  Don't write nil entries into the
27264         active file.
27265         (gnus-agent-get-group-info): New function.
27266         (gnus-agent-fetch-articles):
27267         Use gnus-agent-update-files-total-fetched-for to increment disk space
27268         used.
27269         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27270         Use gnus-agent-update-view-total-fetched-for to increment disk space
27271         used.
27272         (gnus-agent-get-local): Add optional parameters to avoid calling
27273         gnus-group-real-name and gnus-find-method-for-group.
27274         (gnus-agent-set-local): Delete stored entry if either min, or max,
27275         are nil.
27276         (gnus-agent-fetch-session): Reworded error/quit messages.
27277         On quit, use gnus-agent-regenerate-group to record existance of any
27278         articles fetched to disk before the quit occurred.
27279         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27280         gnus-agent-update-view-total-fetched-for, and
27281         gnus-agent-update-files-total-fetched-for to decrement disk space
27282         used.
27283         (gnus-agent-retrieve-headers):
27284         Use gnus-agent-update-view-total-fetched-for to increment disk space
27285         used.
27286         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27287         with gnus-agent-update-files-total-fetched-for to decrement disk
27288         space and fresh group buffer.
27289         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27290         (gnus-agent-need-update-total-fetched-for): New variable.
27291         (gnus-agent-update-files-total-fetched-for): New function.
27292         (gnus-agent-update-view-total-fetched-for): New function.
27293         (gnus-agent-total-fetched-for): New function.
27295         * gnus-cache.el (gnus-cache-save-buffers):
27296         Use gnus-cache-update-overview-total-fetched-for to change disk space
27297         used by this group.
27298         (gnus-cache-possibly-enter-article):
27299         Use gnus-cache-update-file-total-fetched-for to increment disk space
27300         used by this group.
27301         (gnus-cache-possibly-remove-article):
27302         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27303         used by this group.
27304         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27305         (gnus-cache-rename-group): New function.
27306         (gnus-cache-delete-group): New function.
27307         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27308         (gnus-cache-need-update-total-fetched-for): New variable.
27309         (gnus-cache-with-refreshed-group): New macro.
27310         (gnus-cache-update-file-total-fetched-for): New function.
27311         (gnus-cache-update-overview-total-fetched-for): New function.
27312         (gnus-cache-rename-group-total-fetched-for): New function.
27313         (gnus-cache-delete-group-total-fetched-for): New function.
27314         (gnus-cache-total-fetched-for): New function.
27316         * gnus-group.el: Require gnus-sum and autoload functions to
27317         resolve warnings when gnus-group.el compiled alone.
27318         (gnus-group-line-format): Document new %F.
27319         (size of Fetched data) group line format; identifies disk space
27320         used by agent and cache.
27321         (gnus-group-line-format-alist): Define new F format.
27322         (gnus-total-fetched-for): New function.
27323         (gnus-group-delete-group): No longer update
27324         gnus-cache-active-altered as gnus-request-delete-group now keeps
27325         the cache in sync.
27326         (gnus-group-list-active): Let the agent store a server's active
27327         list if currently plugged.
27329         * gnus-int.el (gnus-request-delete-group):
27330         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27331         local disk in sync with the server.
27332         (gnus-request-rename-group):
27333         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27334         local disk in sync with the server.
27336         * gnus-start.el (gnus-get-unread-articles):
27337         Cosmetic simplification to logic.
27339         * gnus-util.el (gnus-rename-file): New function.
27341 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27343         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27345 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27347         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27348         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27350 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27352         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27353         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27355 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27357         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27359 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27361         * spam.el (spam-set-difference): Add function to replace
27362         gnus-set-difference in spam.el.
27363         (spam-summary-prepare-exit): Use spam-set-difference.
27365 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27367         * gnus-registry.el (gnus-registry-cache-file): Update to use
27368         gnus-dribble-directory OR gnus-home-directory OR ~.
27369         (gnus-registry-split-fancy-with-parent): Fix doc.
27371 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27373         * message.el (message-exchange-point-and-mark):
27374         Use message-mark-active-p.  Suggested by Jesper Harder
27375         <harder@ifa.au.dk>.
27377 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27379         * message.el (message-exchange-point-and-mark): Don't activate
27380         region if it was inactive.  Suggested by Hiroshi Fujishima
27381         <pooh@nature.tsukuba.ac.jp>.
27383 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27385         * gnus-art.el (article-display-face): Display Faces in the same
27386         order as X-Faces.
27388 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27390         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27392 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27394         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27395         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27396         (gnus-article-mime-hierarchy): Remove.
27397         (gnus-article-mime-hierarchy-next): Remove.
27398         (gnus-article-mode): Revert 2004-03-19 change.
27399         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27400         (gnus-insert-mime-button): Revert 2004-03-19 change.
27401         (gnus-mime-accumulate-hierarchy): Remove.
27402         (gnus-mime-enter-multipart): Remove.
27403         (gnus-mime-leave-multipart): Remove.
27404         (gnus-mime-display-part): Revert 2004-03-19 change.
27405         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27407         * mml.el (mml-preview): Revert 2004-03-19 change.
27409 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27411         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27413 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27415         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27416         t while entering a file name using the mm-with-multibyte macro.
27417         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27419         * mm-util.el (mm-with-multibyte): New macro.
27421 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27423         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27424         New user option.
27425         (gnus-mime-multipart-functions): Doc and customization fix.
27426         (gnus-article-mime-hierarchy): New variable.
27427         (gnus-article-mime-hierarchy-next): New variable.
27428         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27429         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27430         gnus-article-mime-hierarchy-next to nil.
27431         (gnus-insert-mime-button): Show hierarchy numbers.
27432         (gnus-mime-accumulate-hierarchy): New function.
27433         (gnus-mime-enter-multipart): New function.
27434         (gnus-mime-leave-multipart): New function.
27435         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27436         (gnus-mime-display-alternative): Show hierarchy numbers.
27438         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27439         gnus-article-mime-hierarchy-next to nil.
27441 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27443         * dns.el: Don't require gnus-xmas.
27445 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27447         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27448         inline PGP.
27449         (mml-menu): Disable mml-quote-region if mark is inactive.
27451 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27453         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27454         when the group's active is not available.
27456 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27458         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27459         error.
27461 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27463         * imap.el (imap-store-password): New variable.
27464         (imap-interactive-login): Use it.
27465         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27467 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27469         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27470         window-start and hscroll to summary window.
27472 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27474         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27475         conversion message to newsrc-dribble when an actual conversion is
27476         performed.
27478 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27480         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27482 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27484         * mm-decode.el (mm-complicated-handles): New function reviving
27485         former definition of mm-multiple-handles.
27487         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27488         (gnus-mime-delete-part): Use it.
27490 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27492         * gnus-agent.el (gnus-agent-read-local):
27493         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27494         avoid the implicit assumption that they will always be equal.
27495         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27496         coding-system-for-write, as the with-temp-file macro first prints
27497         to a buffer then saves the buffer.
27499 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27501         * gnus-art.el (gnus-article-edit-part): New function.
27502         (gnus-mime-save-part-and-strip): Use it; do query instead of
27503         signaling an error; don't use mm-multiple-handles.
27504         (gnus-mime-delete-part): Ditto.
27506 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27508         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27509         old file versions.
27510         (gnus-group-prepare-hook): Remove function that converted list
27511         form of gnus-agent-expire-days to group properties.
27513         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27514         (gnus-request-accept-article): Re-indented.
27516         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27517         converters to handle old agent file formats.  Add logic for a
27518         "backup before upgrading warning".
27519         (gnus-convert-mark-converter-prompt): Developers can mark
27520         functions as needing (default), or not needing,
27521         gnus-convert-old-newsrc's "backup before upgrading warning".
27522         (gnus-convert-converter-needs-prompt): Tests whether the user
27523         should be protected from potentially irreversable changes by the
27524         function.
27526         * legacy-gnus-agent.el: New.  Provides converters that are only
27527         loaded when gnus-convert-old-newsrc needs to call them.
27529 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27531         * mail-source.el (mail-source-touch-pop): Doc fix.
27533         * message.el (message-smtpmail-send-it): Doc fix.
27535 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27537         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27539         * nnmail.el (nnmail-split-fancy): do.
27541         * gnus-kill.el (gnus-kill, gnus-execute): do.
27543 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27545         * gnus-sum.el (gnus-widget-reversible-match)
27546         (gnus-widget-reversible-to-internal)
27547         (gnus-widget-reversible-to-external): New functions.
27548         (gnus-widget-reversible): New widget.
27549         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27551 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27553         * gnus-sum.el (gnus-thread-sort-functions)
27554         (gnus-article-sort-functions): Document `(not F)' items.
27556 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27558         * spam.el (spam-use-gmane-xref): Add new backend.
27559         (spam-gmane-xref-spam-group): Add variable to control the name of the
27560         Gmane spam group.
27561         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27562         (spam-regex-headers-spam, spam-regex-headers-ham)
27563         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27564         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27565         backends and checks.
27566         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27568         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27569         an autodetect method.
27571 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27573         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27574         articles are being added to a group.
27575         (gnus-request-replace-article): Inform the agent that articles
27576         need to be uncached as the cached contents are no longer valid.
27578 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27580         * binhex.el: Don't autoload executable-find.
27582         * canlock.el: Don't autoload mail-fetch-field.
27584         * dgnushack.el: Autoload c-mode for XEmacs.
27586         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27588         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27589         rmail-dont-reply-to and rmail-output.
27591         * gnus-score.el: Don't autoload ffap-string-at-point.
27593         * gnus-setup.el: Don't autoload sc-cite-original.
27595         * imap.el: Don't autoload base64-decode-string,
27596         base64-encode-string and md5.
27598         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27599         and rmail-msg-restore-non-pruned-header.
27601         * mm-decode.el: Don't autoload executable-find.
27603         * mm-url.el: Don't autoload executable-find.
27605         * mm-view.el: Don't autoload diff-mode.
27607         * nndb.el: Don't autoload news-reply-mode, news-setup,
27608         cancel-timer and telnet.
27610         * password.el: Don't autoload run-at-time for Emacs.
27612         * sha1-el.el: Don't autoload executable-find.
27614         * sieve-mode.el: Don't autoload c-mode.
27616         * uudecode.el: Don't autoload executable-find.
27618 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27620         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27621         (gnus-agent-possibly-alter-active): Avoid null in numeric
27622         comparison.
27623         (gnus-agent-set-local): Refuse to save null in local object table.
27624         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27625         list of articles that will be marked as unread.
27627 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27629         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27631 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27633         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27634         language tags.
27636 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27638         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27639         Don't bind "obarray".
27641         * gnus-sum.el (gnus-thread-sort-functions):
27642         Add `gnus-thread-sort-by-most-recent-number' and
27643         `gnus-thread-sort-by-most-recent-date'.
27644         Reported by Kai Grossjohann <kai@emptydomain.de>.
27646 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27648         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27650 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27652         * gnus-cus.el (gnus-agent-customize-category):
27653         Remove ignore-errors macro reference that required cl to be loaded at
27654         run-time.
27656         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27657         single-interval range of the form (min . max).  Previously the
27658         range had to look like ((min . max)).  Likewise, return
27659         (min . max) rather than ((min . max)).
27660         (gnus-range-map): Use gnus-range-normalize to accept
27661         single-interval range.
27663         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27664         the cache, but not the agent, now appear with their usual face.
27666         * dgnushack.el (loaddir): New variable that is bound to the
27667         directory containing the dgnushack.el file.  Use loaddir, rather
27668         than srcdir, to update load-path.  Change lets dgnushack compile
27669         code in directories other than GNUS/lisp.
27671 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27673         * lpath.el: Don't bind w3m-safe-url-regexp.
27675         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27676         w3m-safe-url-regexp variable buffer-local.
27678         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27680 2004-02-27  Simon Josefsson  <jas@extundo.com>
27682         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27683         gnus-group-real-prefix.
27684         (gnus-summary-move-article): Use it, instead of
27685         gnus-group-real-prefix.
27687 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27689         * lpath.el: Bind w3m-safe-url-regexp.
27691         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27692         w3m-safe-url-regexp variable buffer-local and set it as the value
27693         of mm-w3m-safe-url-regexp.
27695         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27697         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27698         parsing gnus-posting-styles when the message is not for replying.
27700         * dgnushack.el: Autoload sgml-mode for XEmacs.
27702         * nnrss.el (nnrss-opml-export):
27703         Use mm-set-buffer-file-coding-system instead of
27704         set-buffer-file-coding-system.
27706 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27708         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27709         of checkdoc.el).
27710         * nnrss.el: do.
27711         * gnus-mlspl.el: do.
27712         * gnus-ml.el: do.
27713         * gnus-srvr.el: do.
27715         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27717 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27719         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27720         Corrections to custom-manual links.
27722         * gnus-art.el (gnus-article): Ditto.
27724         * mm-decode.el (mime-display, mime-security): Ditto.
27726 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27728         * flow-fill.el: Typo.
27730 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27732         * spam-wash.el: New file.
27734 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27736         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27738 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27740         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27741         to be run with new-articles as LIST1, not LIST2.
27742         (spam-registration-functions): Add spam-use-ham-copy as a nil
27743         registration backend.
27745 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27747         * spam-stat.el (spam-stat-washing-hook): New option.
27748         (spam-stat-buffer-words): Use it.
27749         (spam-stat-process-directory, spam-stat-test-directory):
27750         Use insert-file-contents-literally.
27751         (spam-stat-coding-system): New variable.
27752         (spam-stat-load, spam-stat-save): Use it.
27754 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27756         * spam-report.el (spam-report-plug-agent):
27757         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27759 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27761         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27762         Allow / in mailto URLs.
27764 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27766         * spam-report.el (spam-report-process-queue): Fix interactive use.
27767         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27768         (spam-report-unplug-agent): Doc fixes.
27769         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27770         (spam-report-agentize, spam-report-deagentize): Autoload.
27772 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27774         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27776         * message.el (message-setup-fill-variables): Add mml tags to
27777         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27778         <ajk@iu.edu>.
27779         (message-mode): Don't modify paragraph-separate there.
27781 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27783         * compface.el (uncompface-use-external): Default to undecided.
27784         (uncompface-use-external-threshold): New variable.
27785         (uncompface-float-time): New macro.
27786         (uncompface): Determine whether to use the external decoder if
27787         uncompface-use-external is undecided.
27789 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27791         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27792         after images.
27794         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27796 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27798         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27800         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27802         * gnus-sum.el (gnus-summary-limit-to-age)
27803         (gnus-summary-limit-children): do.
27805         * gnus-int.el (gnus-request-scan): do.
27807         * gnus-group.el (gnus-group-suspend): do.
27809         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27811         * gnus-cite.el (gnus-cite-parse-attributions): do.
27813         * gnus-agent.el (gnus-summary-set-agent-mark)
27814         (gnus-agent-regenerate-group): do.
27816         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27818         * binhex.el (binhex-decode-region-internal): do.
27820 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27822         * gnus-fun.el (gnus-face-properties-alist): New user option.
27823         (gnus-display-x-face-in-from): Use it.
27825         * gnus-art.el (article-display-face): Ditto.
27827         * compface.el (uncompface-use-external): Default to nil.
27829 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27831         * nntp.el (nntp-erase-buffer): New function.
27832         (nntp-retrieve-data, nntp-send-command)
27833         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27834         (nntp-possibly-change-group): Use it.
27836         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27837         Use with-current-buffer.
27839 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27841         * compface.el: Merge the ELisp-based uncompface program.
27842         (compface): New customization group.
27843         (uncompface-use-external): New user option.
27844         (uncompface): Call uncompface-internal if uncompface-use-external
27845         is nil.
27846         (uncompface-internal): New function.  Note that there are also
27847         some other functions and variables added for this function.
27849 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27851         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27852         if necessary.
27854 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27856         * spam-report.el (spam-report-unplug-agent)
27857         (spam-report-plug-agent, spam-report-deagentize)
27858         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27859         Add support for the Agent in spam-report: when unplugged, report to a
27860         file; when plugged, submit all the requests.
27862         * spam.el (spam-register-routine): Fix message about
27863         registration.
27865 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27867         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27868         dependencies.
27869         (rfc2047-encode): Use it.
27871         * gnus-art.el (gnus-button-marker-list): Move before first
27872         reference.
27874         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27875         (imap-parse-body): Fix format string mismatch.
27877         * gnus-score.el (gnus-summary-increase-score): do.
27879         * nnrss.el (nnrss-close): New function.
27881 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27883         * nnrss.el (nnrss-make-filename): New function.
27884         (nnrss-request-delete-group, nnrss-read-server-data)
27885         (nnrss-save-server-data, nnrss-read-group-data)
27886         (nnrss-save-group-data): Use it.
27887         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27888         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27889         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27891 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27893         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27895 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27897         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27898         files.
27900         * message.el (message-generate-headers-first): Don't quote nil
27901         and t in docstrings.
27903         * imap.el (imap-id): do.
27905         * gnus-agent.el (gnus-agent-consider-all-articles)
27906         (gnus-agent-queue-mail): do.
27908 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27910         * spam-report.el (spam-report-process-queue): New function.
27911         Process requests from `spam-report-requests-file'.
27912         (spam-report-process-queue): Doc fix.
27914 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27916         * spam.el (spam-register-routine)
27917         (spam-log-processing-to-registry, spam-log-registered-p)
27918         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27919         Change "check" to "spam-check" for semi-clarity.
27921 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27923         * pop3.el: Require nnheader.
27925         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27927         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27929         * gnus-picon.el: Require cl.
27931         * gnus-fun.el: Require gnus-ems and gnus-util.
27933         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27935         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27937         * gnus-art.el (gnus-article-edit-mode): Define before first
27938         reference.
27940 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27942         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27943         (gnus-uu-post-encoded): Use point-at-bol.
27945         * gnus-topic.el (gnus-group-active-topic-p): do.
27947         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27949         * gnus-group.el (gnus-group-kill-region): do.
27951         * gnus-art.el (article-date-ut): do.
27953         * message.el (message-fetch-field): Remove redundant
27954         case-fold-search binding.
27955         (message-narrow-to-field): Simplify.
27957 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27959         * spam.el (spam-directory): Derive from `gnus-directory'.
27961         * spam-report.el (spam-report-url-to-file)
27962         (spam-report-requests-file): New function and variable for offline
27963         reporting.
27964         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27965         and user defined function.
27966         (spam-report-url-ping-mm-url): Remove doubled slash.
27968 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27970         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27972 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27974         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27975         Fix format string mismatch.
27977         * sieve.el (sieve-deactivate-all): do.
27979         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27981         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27983         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27985         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27987 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27989         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27990         the list of checks.
27992 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27994         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27995         padding.
27997 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27999         * mm-view.el (mm-fill-flowed): New variable.
28000         (mm-inline-text): Use it.
28002 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
28004         * spam.el (spam-spamassassin-register-ham-routine)
28005         (spam-spamassassin-register-spam-routine): Fix function names.
28007 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
28009         * gnus.el (gnus-tmp-grouplens): Remove.
28010         (gnus-summary-line-format): Remove grouplens.
28012         * gnus-group.el (gnus-group-line-format): Ditto.
28014         * gnus-spec.el (gnus-format-specs): Ditto.
28015         (gnus-update-format-specifications): Flush the group format spec
28016         cache if there's the grouplens stuff.
28017         (gnus-parse-simple-format): Replace %l with the empty string.
28019 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
28021         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
28022         omission.
28024 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
28026         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
28027         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
28029 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
28031         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
28032         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
28033         New macros and functions.
28034         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
28035         Handle > NLINK_MAX messages.
28036         * nnmaildir.el (nnmaildir-request-set-mark):
28037         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
28039 2004-01-25  Alex Schroeder  <alex@gnu.org>
28041         * spam-stat.el (spam-stat-process-directory-age): New option.
28042         (spam-stat-process-directory): Use it.
28044 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
28046         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
28047         (spam-stat-save): Accept prefix argument.
28049 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
28051         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
28052         links" error.
28054 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
28056         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
28057         the rest of the and/or forms.
28059 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28061         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
28062         compatibility with old .newsrc.eld files.
28064         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
28066         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
28068         * gnus-start.el (gnus-1): do.
28070         * gnus-group.el (gnus-group-line-format-alist): do.
28072         * gnus.el (gnus-use-grouplens, gnus-visual): do.
28074         * gnus-gl.el: Remove.
28076 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28078         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
28079         marks consisting of a single range {for example, (3 . 5)} rather
28080         than a list of a single range { ((3 . 5)) }.
28082 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28084         * spam-stat.el (spam-stat-store-gnus-article-buffer):
28085         Use with-current-buffer.
28086         (spam-stat-store-current-buffer): Use insert-buffer-substring to
28087         avoid consing a string.
28089         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
28090         Remove obsolete entries for big5 and gb2312.
28092 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28094         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
28095         uncompressed list.
28097 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
28099         * spam-stat.el (spam-stat-strip-xref): New function.
28100         (spam-stat-process-directory): Use it.
28102         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
28103         here -- it's done in message-fetch-field.
28105 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28107         * gnus-agent.el (gnus-agent-queue-mail)
28108         (gnus-agent-prompt-send-queue): New variables.
28109         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
28110         * gnus-draft.el (gnus-group-send-queue): Pass the group name
28111         "nndraft:queue" along to gnus-draft-send.
28112         Use gnus-agent-prompt-send-queue.
28113         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28114         is "nndraft:queue".  Suggested by Gaute Strokkenes
28115         <gs234@srcf.ucam.org>
28117         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28118         (agent-enable-undownloaded-faces): Add.
28119         (gnus-agent-cat-groups): Use eval-and-compile, not
28120         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28121         method of gnus-agent-cat-groups even when the buffer has been
28122         evaled.
28123         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28124         delete gnus-agent-save-active-1.
28125         (gnus-agent-save-groups): Delete.  Identical to
28126         gnus-agent-save-active.
28127         (gnus-agent-write-active): No longer adjust agent's copy of active
28128         file as agent's adjustments are now stored in their own
28129         file.  Remove optional parameter.
28130         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28131         servers.  Add use of min/max range limits from server's local
28132         file.
28133         (gnus-agent-save-alist): Remove unused optional argument.
28134         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28135         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28136         (gnus-agent-set-local): A per-server file that keeps min/max range
28137         limits for articles known to the agent.  Provides a fast mechanism
28138         for altering many active ranges.
28139         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28140         active file (local makes it unnecessary).
28141         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28143         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28144         (agent-enable-undownloaded-faces): Add.
28146         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28147         disable it when sending to "nndraft:queue".
28148         (gnus-group-send-queue): Add safety check to avoid sending queue
28149         when unplugged.
28151         * gnus-group.el (gnus-group-catchup): Use new
28152         gnus-sequence-of-unread-articles, not
28153         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28154         numbers of articles.  Use gnus-range-map to avoid having to
28155         uncompress the unread list.
28156         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28157         Fix invalid ange-ftp reference.
28159         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28160         (gnus-sorted-range-intersection): Intersection of two ranges
28161         without requiring that they first be uncompressed.
28163         * gnus-start.el (gnus-activate-group): Unless blocked by the
28164         caller, possibly expand the active range to include both cached
28165         and agentized articles.
28166         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28167         multiple version-dependent converters.
28168         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28169         gnus-agent-save-active.
28170         (gnus-save-newsrc-file): Save dirty agent range limits.
28172         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28173         gnus-agent-possibly-alter-active.
28174         (gnus-adjust-marked-articles): Faster handling of simple lists.
28176 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28178         * spam-stat.el (spam-stat-test-directory): New optional argument
28179         displays a list of files detected.  Suggested by Andrew Cohen
28180         <cohen@andy.bu.edu>.
28181         (spam-stat-buffer-words-with-scores): Don't narrow and change
28182         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28184 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28186         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28187         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28188         (spam-spamassassin-arguments)
28189         (spam-spamassassin-spam-flag-header)
28190         (spam-spamassassin-positive-spam-flag-header)
28191         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28192         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28193         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28194         (spam-list-of-processors, spam-list-of-checks)
28195         (spam-list-of-statistical-checks, spam-registration-functions)
28196         (spam-check-spamassassin-headers, spam-check-spamassassin)
28197         (spam-spamassassin-score)
28198         (spam-spamassassin-register-with-sa-learn)
28199         (spam-spamassassin-register-spam-routine)
28200         (spam-spamassassin-register-ham-routine)
28201         (spam-assassin-register-spam-routine)
28202         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28203         (spam-bogofilter-score): Fix to show article before scoring.
28205 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28207         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28208         default scoring function.
28209         (spam-generic-score): Call spam-spamassassin-score if
28210         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28211         spam-bogofilter-score otherwise.
28213         * gnus.el (spam-process, spam-autodetect-methods):
28214         Add spamassassin and spamassassin-headers.
28216 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28218         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28219         Suppress unnecessary messages.
28221 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28223         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28224         make-hash-table.
28226 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28228         * canlock.el (base64-encode-string): Don't autoload it.
28230 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28232         * run-at-time.el: Remove useless (require 'itimer),
28233         eval-and-compile and (featurep 'xemacs).
28235 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28237         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28238         GROUP is a virtual group.
28240 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28242         * gnus.el: Autoload `message-y-or-n-p'.
28244 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28246         * pgg-parse.el: Remove unnecessary (require 'custom).
28248         * pgg-def.el: do.
28250         * nnmail.el: do.
28252         * gnus-undo.el: do.
28254         * gnus-picon.el: do.
28256         * gnus-util.el: do.
28258 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28260         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28262 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28264         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28265         handle, as well as a list.
28267         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28268         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28269         (mm-w3m-cid-retrieve): Simplify.
28271 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28273         * message.el (message-kill-to-signature): Allow prefix arg to
28274         specify number of lines to keep before signature.
28276 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28278         * message.el (message-kill-to-signature): Change docstring.
28280 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28282         * canlock.el: Always require sha1-el.
28283         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28285         * message.el: Autoload sha1 only when compiling.
28287         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28288         eudc-expand-inline for XEmacs.
28290 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28292         * message.el (message-canlock-generate): Require sha1-el.
28294 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28296         * message.el (message-expand-name): Silence the byte compiler.
28298         * lpath.el: Add detect-coding-system.
28300         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28301         cus-edit.
28303 2004-01-13  Simon Josefsson  <jas@extundo.com>
28305         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28306         Invoke gnus-score-mode.
28307         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28309         * gnus-range.el (gnus-compress-sequence): Doc fix.
28310         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28312 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28314         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28316 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28318         * spam.el (spam-get-article-as-string): Update to use
28319         gnus-request-article-this-buffer, much simpler.
28320         (spam-get-article-as-buffer): Remove.
28322 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28324         * message.el (message-expand-name): Use EUDC if the user uses that.
28326 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28328         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28329         character for the encoding to avoid consing a string.
28331         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28332         unnecessarily.
28334         * mm-util.el (mm-replace-chars-in-string): Remove.
28336         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28337         of mm-replace-chars-in-string.
28339 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28341         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28343         * mm-util.el (mm-subst-char-in-string): Support inplace.
28345         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28346         a new string in every iteration.  Use shy groups.
28348 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28350         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28351         * gnus-soup.el (gnus-soup-group-brew):
28352         * gnus-msg.el (gnus-put-message):
28353         * gnus-move.el (gnus-group-move-group-to-server):
28354         * gnus-kill.el (gnus-batch-score):
28355         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28356         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28357         (gnus-group-update-group, gnus-group-read-group)
28358         (gnus-group-make-group, gnus-group-make-help-group)
28359         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28360         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28361         (gnus-group-sort-by-unread, gnus-group-catchup)
28362         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28363         (gnus-group-yank-group, gnus-group-set-info)
28364         (gnus-group-list-groups):
28365         * gnus.el (gnus-generate-new-group-name):
28366         * gnus-delay.el (gnus-delay-send-queue):
28367         * nnvirtual.el (nnvirtual-catchup-group):
28368         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28369         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28370         (gnus-group-prepare-topics, gnus-topic-check-topology):
28371         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28372         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28373         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28374         (gnus-group-make-articles-read):
28375         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28376         (gnus-group-change-level, gnus-kill-newsgroup)
28377         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28378         (gnus-get-unread-articles, gnus-make-articles-unread)
28379         (gnus-make-ascending-articles-unread): Use accessor
28380         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28381         to get group information for improved readability.
28384 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28386         * gnus-art.el (article-decode-mime-words, article-babel)
28387         (gnus-article-highlight-signature, gnus-article-add-buttons)
28388         (gnus-signature-toggle): Use gnus-with-article-buffer.
28390         * gnus-art.el (gnus-article-highlight-headers)
28391         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28393         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28394         (gnus-article-set-globals, gnus-request-article-this-buffer)
28395         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28396         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28397         (gnus-mime-display-alternative): Use with-current-buffer.
28399 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28401         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28402         also under 80 char limit, and call gnus-error if needed.
28403         (spam-fetch-article-header): Fix - it was a
28404         buffer-local variable (gnus-newsgroup-data).
28405         (spam-find-spam): Use spam-generate-fake-headers, forget about
28406         spam-insert-fake-headers.
28407         (spam-insert-fake-headers): Remove.
28409 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28411         * deuglify.el (gnus-article-outlook-unwrap-lines)
28412         (gnus-outlook-rearrange-article)
28413         (gnus-outlook-repair-attribution-outlook)
28414         (gnus-outlook-repair-attribution-block)
28415         (gnus-outlook-repair-attribution-other): Remove redundant
28416         save-excursion.
28418 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28420         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28421         (spam-fetch-field-subject-fast)
28422         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28423         (spam-fetch-article-header): Add functions to deal with Gnus
28424         internals for fast retrieval of article header data.
28425         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28427 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28429         * pop3.el (pop3-md5): Remove.
28430         (pop3-apop): Replace pop3-md5 with md5.
28432         * mm-bodies.el: base64 is always built-in.
28434         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28435         Use with-current-buffer.
28437 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28439         * canlock.el (canlock-insert-header): Remove excessive grouping in
28440         regexp.
28442         * gnus-sum.el (gnus-summary-read-document): Ditto.
28444         * gnus-uu.el (gnus-uu-part-number): Ditto.
28446         * html2text.el (html2text-remove-tags): Ditto.
28447         (html2text-format-tags): Ditto.
28448         (html2text-format-single-elements): Ditto.
28450         * mml.el (mml-parse-1): Ditto.
28452 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28454         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28456         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28458         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28460         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28462 2003-11-15  Simon Josefsson  <jas@extundo.com>
28464         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28465         (pgg-gpg-lookup-key): Use regexp match instead of
28466         split-string (split-string is different between emacs 21.2 and
28467         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28469 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28471         * gnus-art.el (gnus-mime-view-all-parts)
28472         (gnus-article-part-wrapper, gnus-article-view-part):
28473         Use with-current-buffer.
28475 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28477         * spam.el (spam-disable-spam-split-during-ham-respool)
28478         (spam-spamoracle-database, spam-cache-lookups)
28479         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28480         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28481         (spam-group-ham-marks, spam-group-spam-marks)
28482         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28483         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28484         also add spam-use-blackholes to the statistical checks.
28485         (spam-fetch-field-fast): Add interface to fetching fields, may
28486         become a macro.
28487         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28488         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28489         (spam-insert-fake-headers): Fake an article when needed.
28490         (spam-find-spam): Fake article when possible.
28491         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28492         (spam-check-bogofilter-headers): Use message-fetch-field instead
28493         of nnmail-fetch-field.
28495 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28497         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28499 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28501         * spam.el (spam-split): Do not require spam-use-CHECK to be
28502         enabled if that check is passed to spam-split explicitly; also
28503         fix so 'spam doesn't get converted to spam-split-group when
28504         spam-split-symbolic-return is t.
28505         (spam-find-spam): Find registrations of the article and use those
28506         instead of re-running spam-split to find the spam/ham
28507         classification of the article.
28508         (spam-log-processing-to-registry, spam-log-registered-p)
28509         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28510         Use gnus-error instead of gnus-message.
28511         (spam-log-registration-type): Add function to determine the
28512         classification of a message based on registry entries; will
28513         return nil if both 'spam and 'ham are found.
28514         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28515         a reasonably fast local cache without the loading errors.
28516         (spam-cache-lookups): Set to t by default.
28517         (spam-find-spam): Don't try to guess spam-cache-lookups.
28518         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28519         spam-caches entry.
28520         (spam-filelist-build-cache, spam-filelist-check-cache):
28521         Fix caching of whitelist/blacklist entries.
28522         (spam-check-whitelist, spam-check-blacklist):
28523         Invoke spam-from-listed-p with a type, not a cache variable.
28524         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28526 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28528         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28530         * nnmail.el (nnmail-split-fancy): do.
28532         * mml.el (mml-parse): do.
28534         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28535         (gnus-score-adaptive): do.
28537 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28539         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28540         (gnus-mime-button-map): Don't set keymap parent.
28541         (gnus-button-ctan-directory-regexp): Use shy grouping.
28542         (gnus-prev-page-map): Don't set keymap parent.
28543         (gnus-prev-page-map): Remove duplicated one.
28544         (gnus-next-page-map): Don't set keymap parent.
28545         (gnus-mime-security-button-map): Ditto.
28547         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28548         version number.
28550         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28552 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28554         * canlock.el (canlock-sha1-function): Remove.
28555         (canlock-sha1-function-for-verify): Remove.
28556         (canlock-openssl-program): Remove.
28557         (canlock-openssl-args): Remove.
28558         (canlock-ignore-errors): Remove.
28559         (canlock-sha1-with-openssl): Remove.
28560         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28561         (canlock-verify): Don't use canlock-ignore-errors.
28563         * sha1-el.el (sha1-string-external): Make it can return a string
28564         in binary form.
28565         (sha1-region-external): Ditto.
28566         (sha1-string-internal): Ditto.
28567         (sha1-region-internal): Ditto.
28568         (sha1-region): Ditto.
28569         (sha1-string): Ditto.
28570         (sha1): Ditto.
28572 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28574         * spam.el (spam-report-articles-gmane): New command.
28576 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28578         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28580         * run-at-time.el (run-at-time-saved): Remove.
28581         (run-at-time): Doc fix.
28583 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28585         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28586         (gnus-summary-limit-map): Add it.
28587         (gnus-summary-make-menu-bar): do.
28589 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28591         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28592         Make attempt at some caching support (done for BBDB only now).
28593         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28594         addresses to be checked.
28595         (spam-clear-cache-BBDB): Add function, to be invoked by
28596         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28597         (spam-check-BBDB): Check and use the caches, if
28598         spam-cache-lookups is on, remove superfluous (provide).
28600 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28602         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28604 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28606         * run-at-time.el (run-at-time-saved): Move to after the definition
28607         of `run-at-time'.
28609         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28611 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28613         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28614         mm-w3m-local-map-property.
28616         * mm-view.el (mm-w3m-mode-map): Remove.
28617         (mm-w3m-local-map-property): Remove.
28618         (mm-inline-text-html-render-with-w3m): Don't use
28619         mm-w3m-local-map-property.
28621 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28623         * run-at-time.el: New file.
28625         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28626         under Emacs.
28628         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28629         of gnus-set-text-properties.
28631         * gnus-uu.el (gnus-uu-save-article): Ditto.
28633         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28635         * gnus-cite.el (gnus-cite-parse): Ditto.
28637         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28638         of gnus-.
28640         * gnus-xmas.el (run-at-time): Require run-at-time.
28642         * gnus.el: Change calls to nnheader-run-at-time and
28643         password-run-at-time throughout to use run-at-time directly.
28645         * password.el: Remove definition of run-at-time.
28647         * nnheaderxm.el: Remove definition of run-at-time.
28649 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28651         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28652         in prompt.
28654 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28656         * messagexmas.el (message-xmas-redefine): Alias
28657         `message-make-caesar-translation-table' to
28658         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28659         version.
28661         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28662         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28663         `gnus-xmas-set-text-properties'.
28664         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28665         `gnus-xmas-completing-read'.
28666         (gnus-xmas-completing-read): Removed.
28667         (gnus-xmas-open-network-stream): Removed.
28669         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28670         XEmacs version.
28672         * dns.el (dns-make-network-process): Use `open-network-stream'
28673         instead of `gnus-xmas-open-network-stream'.
28675         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28677         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28679 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28681         * gnus-art.el (gnus-mime-display-alternative)
28682         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28683         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28684         Don't use gnus-local-map-property.
28686         * gnus-util.el (gnus-local-map-property): Remove.
28688         * mm-view.el (mm-view-pkcs7-decrypt):
28689         Replace gnus-completing-read-maybe-default with completing-read.
28691         * gnus-util.el (gnus-completing-read): do.
28692         (gnus-completing-read-maybe-default): Remove.
28694 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28696         * password.el: Only autoload `run-at-time' if not XEmacs.
28697         Only autoload the itimer functions if XEmacs.
28699 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28701         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28702         XEmacsen.
28704         * dgnushack.el: Autoload executable-find for XEmacs.
28706 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28708         * gnus-art.el (gnus-read-string): Remove.
28709         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28710         read-string.
28712 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28714         * netrc.el: Autoload password-read.
28715         (netrc): Add configuration group.
28716         (netrc-encoding-method, netrc-openssl-path):
28717         Add variables for encoding and decoding of files with symmetric
28718         ciphers.
28719         (netrc-encode): Add assistant function to encode a file with
28720         netrc-encoding-method.
28721         (netrc-parse): Add interactive parameter, added optional
28722         decoding if netrc-encoding-method is non-nil but otherwise
28723         behavior is standard.
28724         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28725         Do s/encode/encrypt/ everywhere.
28727         * spam.el: Remove executable-find autoload.
28729 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28731         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28733         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28735 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28737         * gnus-art.el (gnus-treat-ansi-sequences)
28738         (article-treat-ansi-sequences): New variable and function.
28739         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28741         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28742         Use it.
28744 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28746         * mm-util.el (mm-quote-arg): Remove.
28748         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28749         shell-quote-argument.
28751         * gnus-uu.el (gnus-uu-command): do.
28753         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28755         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28756         with make-char.
28758         * mm-util.el (mm-make-char): Remove.
28760         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28761         add-minor-mode.
28763         * gnus-undo.el (gnus-undo-mode): do.
28765         * gnus-topic.el (gnus-topic-mode): do.
28767         * gnus-sum.el (gnus-dead-summary-mode): do.
28769         * gnus-start.el (gnus-slave-mode): do.
28771         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28773         * gnus-ml.el (gnus-mailing-list-mode): do.
28775         * gnus-gl.el (gnus-grouplens-mode): do.
28777         * gnus-draft.el (gnus-draft-mode): do.
28779         * gnus-dired.el (gnus-dired-mode): do.
28781         * gnus-ems.el (gnus-add-minor-mode): Remove.
28783         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28784         Replace gnus-char-width with char-width.
28786         * gnus-ems.el (gnus-char-width): Remove.
28788         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28789         Replace gnus-char-width with char-width.
28791         * gnus-ems.el (gnus-char-width): Remove.
28793         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28794         definition.
28795         Remove Emacs 20 hash table compatibility code.
28797         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28798         20 compatibility code.
28800         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28802         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28804         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28805         Replace with point-at-{eol,bol}.
28807         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28809         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28811         * flow-fill.el (fill-flowed-point-at-bol)
28812         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28814         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28815         Replace with point-at-{eol,bol} throughout all files.
28817 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28819         * ntlm.el (ntlm-string-as-unibyte): New macro.
28820         (ntlm-build-auth-response): Use it.
28822         Remove Emacs 20 stuff:
28823         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28824         (butlast, mapc, remove): Remove the compiler macros.
28825         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28826         of delq and copy-sequence.
28827         * gnus-art.el (popup-menu): Remove the compiler macro.
28828         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28829         Emacs 20.
28831 2004-01-05  Simon Josefsson  <jas@extundo.com>
28833         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28834         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28835         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28836         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28837         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28838         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28839         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28840         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28841         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28842         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28843         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28844         string-xor into ntlm-string-xor.
28845         Suggested by Jesper Harder <harder@myrealbox.com>.
28847         * ntlm.el: Don't include poem.
28849         * md4.el (print-int32, print-string-hexa): Remove.
28850         Suggested by Jesper Harder <harder@myrealbox.com>.
28852         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28854         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28855         probably breaks emacs with DL patch, but do we care? Is anyone
28856         still using the DL stuff?)
28858         * sieve-manage.el: Use the password package.
28859         (sieve-manage-read-passwd): Remove.
28860         (sieve-manage-interactive-login): Use password.  Re-add
28861         condition-case around loop.
28863         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28864         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28865         Use the password package.
28867 2003-02-19  Simon Josefsson  <jas@extundo.com>
28869         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28870         token.
28872 2002-08-07  Simon Josefsson  <jas@extundo.com>
28874         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28875         (sieve-manage-authenticators)
28876         (sieve-manage-authenticator-alist): Add some SASL mechs.
28877         (sieve-sasl-auth): New function.
28878         (sieve-manage-cram-md5-auth)
28879         (sieve-manage-plain-auth): Rewrite using SASL library.
28880         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28881         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28882         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28883         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28885 2004-01-05  Simon Josefsson  <jas@extundo.com>
28887         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28888         New files.
28890 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28892         * gnus-group.el (gnus-no-groups-message): Update.
28894         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28896 2003-11-09  Simon Josefsson  <jas@extundo.com>
28898         * imap.el: Support for ID IMAP extension (RFC 2971).
28899         (imap-local-variables): Add imap-id.
28900         (imap-id): New variable.
28901         (imap-id): New function.
28902         (imap-parse-response): Parse untagged ID response.
28903         * nnimap.el (nnimap-id): New variable.
28904         (nnimap-open-connection): Use it.
28906 2003-12-28  Simon Josefsson  <jas@extundo.com>
28908         * gnus-score.el (gnus-score-edit-all-score): New.
28909         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28911 2004-01-04  Simon Josefsson  <jas@extundo.com>
28913         * password.el: Add.
28915 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28917         * dns.el (dns-query-types): Fix typo.
28918         (dns-query-types): New function.
28919         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28920         PTR and SOA replies, see RFC 1035.
28922 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28924         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28926         * Move to Changelog.2.
28928 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28930         * gnus.el (gnus-version-number): Bump version.
28932 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28934         * gnus.el: No Gnus v0.1 is released.
28936 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28938         * gnus.el: No Gnus v0.0 is released.
28940 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28942         * gnus.el (gnus-version-number): Bump.
28943         (gnus-version): No.
28945 See ChangeLog.2 for earlier changes.
28947   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28949   This file is part of GNU Emacs.
28951   GNU Emacs is free software: you can redistribute it and/or modify
28952   it under the terms of the GNU General Public License as published by
28953   the Free Software Foundation, either version 3 of the License, or
28954   (at your option) any later version.
28956   GNU Emacs is distributed in the hope that it will be useful,
28957   but WITHOUT ANY WARRANTY; without even the implied warranty of
28958   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28959   GNU General Public License for more details.
28961   You should have received a copy of the GNU General Public License
28962   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28964 ;; Local Variables:
28965 ;; coding: utf-8
28966 ;; fill-column: 79
28967 ;; add-log-time-zone-rule: t
28968 ;; End: