tls.el: Revert last change, that works on only Emacs 25.1
[gnus.git] / lisp / ChangeLog
blobdcbb755726720ff5ecb33d0ff2aa5bc680f76456
1 2015-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * mml-sec.el (mml-secure-bcc-is-safe):
4         Don't use split-string with 4th arg for old Emacsen compatibility.
6 2015-12-27  Jens Lechtenboerger  <jens.lechtenboerger@fsfe.org>
8         * gnus-util.el (gnus-subsetp): New function.
10         * mml-sec.el: Fix warnings by adding autoloads (bug#18718).
11         (mml-secure-safe-bcc-list): New variable.
12         (mml-secure-is-encrypted-p, mml-secure-bcc-is-safe): New functions.
14 2015-12-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16         Fix `gnus-union' so as to behave like `cl-union'.
18         * gnus-group.el (gnus-group-prepare-flat):
19         Make gnus-union use `equal' to compare items in lists.
21         * gnus-util.el (gnus-union): Make it behave like cl-union partially.
23 2015-12-17  Eli Zaretskii  <eliz@gnu.org>
25         * auth-source.el (auth-source-ensure-strings):
26         Don't make a list out of 't'.  (Bug#22188)
28 2015-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
30         * dgnushack.el (byte-optimize-apply): Make the use-mapcan advice work
31         for (function nconc) as well as (quote nconc).
33 2015-12-04  Daiki Ueno  <ueno@gnu.org>
35         * qp.el (quoted-printable-encode-region): Bind `case-fold-search' to
36         nil when looking for "^From ".  Problem reported by Simon Josefsson.
38 2015-12-04  Artur Malabarba  <bruce.connor.am@gmail.com>
40         * sasl-scram-rfc.el: Add a "Package:" header.
42 2015-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
44         * nnml.el (nnml-retrieve-groups): Remove.  See:
45         <http://thread.gmane.org/gmane.emacs.gnus.general/86308> and
46         <http://thread.gmane.org/gmane.emacs.gnus.general/86321>
48 2015-11-17  Paul Eggert  <eggert@cs.ucla.edu>
50         Fix docstring quoting problems with ‘ '’
52         Problem reported by Artur Malabarba in:
53         http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg01513.html
54         Most of these fixes are to documentation; many involve fixing
55         longstanding quoting glitches that are independent of the
56         recent substitute-command-keys changes.  The changes to code are:
57         * gnus-mlspl.el (gnus-group-split-fancy):
58         * hashcash.el (hashcash-extra-generate-parameters):
59         * message.el (message-qmail-inject-args, message-cite-reply-position):
60         * mm-decode.el (mm-inline-large-images):
61         * mm-util.el (mm-xemacs-find-mime-charset-1):
63 2015-11-11  Eli Zaretskii  <eliz@gnu.org>
65         * mm-url.el (mm-url-form-encode-xwfu): Allow argument CHUNK to be nil.
66         (Bug#21881)
68 2015-11-08  Michael Sperber  <mike@xemacs.org>
70         * gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
71         `gnus-summary-delete-article` in a way that also works on XEmacs.
73 2015-11-01  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
75         * ntlm.el: Change version to 2.0.0.
77 2015-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
79         Silence lexical-binding warnings
81         * auth-source.el (auth-source-netrc-use-gpg-tokens):
82         Simplify (symbol-value 'VAR) to just VAR.
83         (auth-source-backend-parse): Use make-instance.
84         (auth-source-search): Remove unused key args.
85         Remove unused vars `accessor-key' and `backend'.  Avoid `eval'.
86         (auth-source-search-backends): Use slot names rather than their initarg.
87         (auth-source-netrc-create):
88         (auth-source-delete):
89         (auth-source-secrets-create, auth-source-plstore-search)
90         (auth-source-macos-keychain-create, auth-source-macos-keychain-search)
91         (auth-source-plstore-create, auth-source-netrc-search)
92         (auth-source-netrc-parse): Remove unused key args.
93         (auth-source-forget+): Simplify the arglist.
94         (auth-source-macos-keychain-search-items)
95         (auth-source-token-passphrase-callback-function): Mark unused args.
96         (auth-source-epa-extract-gpg-token): Remove unused var `plain'.
97         (pp-escape-newlines): Declare.
98         (auto-source--symbol-keyword): New function.
99         (auth-source-plstore-create, auth-source-netrc-create)
100         (auth-source-netrc-normalize): Use it.
101         (auth-source-netrc-search): Don't pass :delete to
102         auth-source-netrc-parse since it doesn't use it.
103         (auth-source-plstore-create, auth-source-netrc-create): Use plist-get
104         symbol-value to index in keyword args.
105         (auth-source-macos-keychain-result-append): Avoid setq.
106         (auth-source-netrc-create): Remove unused vars `file' and `add'.
107         (auth-source-user-or-password): Remove unused var `cname'.
109 2015-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
111         * gnus-topic.el (gnus-topic-prepare-topic): Remove unused var `topic'.
112         (gnus-topic-remove-topic): Mark unused arg `hide'.
113         (gnus-tmp-header): Declare.
114         (gnus-topic-goto-missing-group): Remove unused var `entry'.
115         (gnus-topic-unmark-topic): Mark unused arg `dummy'.
116         (gnus-topic-copy-matching): Mark unused arg `copyp'.
117         Move initialization of `topic' into its declaration.
119 2015-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
121         * auth-source.el: Revert.
123         * auth-source.el: Add eval-and-compile to autoloads for
124         epg-context-set-passphrase-callback, epg-decrypt-string,
125         epg-encrypt-string, and epg-context-set-armor.
127 2015-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
129         * mailcap.el (mailcap-mime-data): Remove fboundp checks.
130         (mailcap-viewer-passes-test): Do it instead.  Thanks to Stefan Monnier.
132 2015-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
134         * mailcap.el (mailcap-mailcap-entry-passes-test): Doc fix.
136 2015-10-20  Michael Sperber  <mike@xemacs.org>
138         * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which
139         does not exist on XEmacs.
141 2015-10-18  Michael Sperber  <mike@xemacs.org>
143         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
144         * nnmail.el (nnmail-get-new-mail-per-group):
145         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
147 2015-10-18  Michael Sperber  <mike@xemacs.org>
149         * message.el (message-get-reply-headers): In addition to
150         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
151         used in XEmacs.
153 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
155         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
157 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
159         * auth-source.el (auth-source-epa-make-gpg-token):
160         Replace an usage of `epg-context-set-armor' with `setf'.
161         (auth-source-do-debug, auth-source-do-trivia)
162         (auth-source-read-char-choice, auth-source-search)
163         (auth-source-pick-first-password, auth-source-netrc-parse)
164         (auth-source-netrc-search, auth-source-secrets-search)
165         (auth-source-macos-keychain-search)
166         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
167         (auth-source-user-or-password): Use sharp-quoting with functions.
169 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
171         * auth-source.el (auth-source-search): Clarify :create's meaning.
173 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
175         Backslash cleanup in Elisp source files
177         This patch should not change behavior.  It typically omits backslashes
178         where they are redundant (e.g., in the string literal "^\$").
179         In a few places, insert backslashes where they make regular expressions
180         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
181         has the same effect as a regular expression.
182         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
183         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
184         with RCS IDs, as that makes it clearer that the backslash is intended.
185         * auth-source.el (auth-source-secrets-search)
186         (auth-source-macos-keychain-search):
187         * gnus-art.el (gnus-mime-action-on-part)
188         (gnus-mime-display-multipart-related-as-mixed)
189         (gnus-button-mid-or-mail-heuristic-alist)
190         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
191         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
192         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
193         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
194         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
195         * gnus-cus.el (gnus-group-customize):
196         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
197         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
198         * gnus-mlspl.el (gnus-group-split-fancy):
199         * gnus-registry.el (gnus-registry-prune-factor):
200         * gnus-salt.el (gnus-summary-pick-line-format):
201         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
202         (gnus-sieve-script):
203         * gnus-util.el (gnus-directory-sep-char-regexp):
204         * gnus.el (gnus-message-archive-group, gnus-user-agent):
205         * message.el (message-archive-header, message-reply-headers)
206         (message-send-method-alist):
207         * mm-decode.el (mm-add-meta-html-tag):
208         * nndoc.el (nndoc-generate-lanl-gov-head):
209         * nnheader.el (nnheader-max-head-length):
210         * registry.el (registry-db, registry-prune):
211         * rfc1843.el (rfc1843-hzp-word-regexp)
212         (rfc1843-hzp-word-regexp-strictly):
213         * rfc2047.el (rfc2047-encoded-word-regexp)
214         (rfc2047-encoded-word-regexp-loose):
216         Fix several backslash typos in Elisp strings
217         * gnus-art.el (gnus-button-handle-library):
218         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
219         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
220         * spam-report.el (spam-report-gmane-regex):
221         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
222         For example, to get the regular expression ‘\.’ use the string
223         literal "\\.", not "\." (which is equivalent to ".").
225         * auth-source.el (auth-source-read-char-choice):
226         * nnmaildir.el (NOV example):
227         * registry.el (registry-search): Doc fix.
229 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
231         * gnus-compat.el: Require overlay for XEmacs.
233 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
235         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
236         t rather than after-change-functions to nil.
238 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * time-date.el (time-to-seconds, time-less-p):
241         Mark unused vars with underscore.
243 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * time-date.el (with-decoded-time-value): Fix debug spec.
247 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
249         * nnmairix.el (nnmairix-widget-create-query):
250         * time-date.el (format-seconds): Prefer grave quoting in source-code
251         strings used to generate help and diagnostics.
253 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
255         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
257 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
259         * ntlm.el (ntlm-unibyte-string): New compatibility function.
261 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
263         Add support for NTLMv2 authentication.
264         * ntlm.el (ntlm): New customization group.
265         (ntlm-compatibility-level): New defcustom.
266         (ntlm-compute-timestamp): New function.
267         (ntlm-generate-nonce): Likewise.
268         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
270 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
272         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
273         isn't always passed in, check it's not nil before making it into a
274         list.  The active arg will also be nil if the group is new, check for
275         that.
277 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
279         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
281 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
283         * gmm-utils.el (gmm-image-load-path-for-library):
284         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
285         * gnus-registry.el (gnus-registry-split-strategy):
286         * gnus-start.el (gnus-check-new-newsgroups):
287         * gnus-sum.el (gnus-select-group-hook):
288         * gnus-uu.el (gnus-uu-user-archive-rules):
289         * gnus.el (gnus-message-archive-group, gnus-visual):
290         * message.el (message-cite-style):
291         * nnir.el (nnir-swish++-additional-switches)
292         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
293         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
294         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
295         * nntp.el (nntp-server-action-alist):
296         * tls.el (tls-checktrust):
297         Fix some more docstring etc. quoting problems.
298         Mostly these fixes prevent the transliteration of apostrophes
299         that should stay apostrophes.  Also, prefer curved quotes in
300         Bahá’í proper names, as that’s the preferred Bahá’í style and
301         these names are chock-full of non-ASCII characters anyway.
303 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
305         Escape ` and ' in doc
306         * gnus-art.el (gnus-article-address-banner-alist)
307         (gnus-face-properties-alist):
308         * gnus-sum.el (gnus-newsgroup-variables):
309         * nndiary.el (nndiary-reminders):
310         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
311         Escape apostrophes and grave accents in docstrings if they
312         are supposed to stand for themselves and are not quotes.  Remove
313         apostrophes from docstring examples like ‘'(calendar-nth-named-day
314         -1 0 10 year)’ that confuse source code with data.  Do some other
315         minor docstring fixups as well, e.g., insert a missing close
316         quote.
318 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
320         * gnus-util.el (gnus-format-message):
321         * tls.el (tls-format-message): Use defalias at the top level so as to
322         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
324         * gnus-sum.el (gnus-summary-search-article):
325         Ensure that the article where the search word is found is displayed
326         and pointed to in the summary buffer.
328 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
330         * tls.el (tls-format-message):
331         Alias to format-message, or format if not available.
332         (open-tls-stream): Use it.
334 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
336         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
337         * gnus-art.el (gnus-article-browse-delete-temp-files):
338         * gnus-eform.el (gnus-edit-form):
339         * gnus-fun.el (gnus-display-x-face-in-from):
340         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
341         * gnus-topic.el (gnus-topic-edit-parameters):
342         * mail-source.el (mail-source-delete-old-incoming):
343         * message.el (message-strip-subject-encoded-words)
344         (message-check-recipients, message-send-form-letter):
345         * mm-decode.el (mm-display-part):
346         * mm-uu.el (mm-uu-pgp-signed-extract-1):
347         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
348         * spam-report.el (spam-report-process-queue):
349         * tls.el (open-tls-stream):
350         Respect ‘text-quoting-style’ in diagnostics.
351         * gnus-art.el (article-display-face):
352         * gnus-fun.el (gnus-display-x-face-in-from):
353         Use straight quoting in email.
354         * rfc2231.el (rfc2231-decode-encoded-string):
355         Escape apostrophes in doc strings.
357 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
359         Go back to grave quoting in Gnus
361         * auth-source.el (auth-source-netrc-parse-entries):
362         * gnus-agent.el (gnus-agent-check-overview-buffer)
363         (gnus-agent-fetch-headers):
364         * gnus-int.el (gnus-start-news-server):
365         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
366         (gnus-registry-post-process-groups):
367         * gnus-score.el (gnus-summary-increase-score):
368         * gnus-start.el (gnus-convert-old-newsrc):
369         * gnus-topic.el (gnus-topic-rename):
370         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
371         * spam.el (spam-check-blackholes):
372         Stick with grave quoting in diagnostics strings.  This is more
373         portable to older Emacs, desirable for Gnus.
375 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
377         Prefer directed to neutral quotes in docstings and diagnostics.
378         In docstrings, escape apostrophes that would otherwise be translated
379         to curved quotes using the newer, simpler rules.
381         * auth-source.el (auth-source-netrc-parse-entries):
382         * gnus-agent.el (gnus-agent-check-overview-buffer)
383         (gnus-agent-fetch-headers):
384         * gnus-int.el (gnus-start-news-server):
385         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
386         * gnus-score.el (gnus-summary-increase-score):
387         * gnus-start.el (gnus-convert-old-newsrc):
388         * gnus-topic.el (gnus-topic-rename):
389         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
390         * nnmairix.el (nnmairix-widget-create-query):
391         * spam.el (spam-check-blackholes):
392         Use directed rather than neutral quotes in diagnostics.
394         * gnus-util.el (gnus-format-message):
395         Alias to format-message, or format if not available.
397 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
399         * auth-source.el (auth-sources):
400         Prefer (substitute-command-keys "`\\[foo-command]'")
401         to "`M-x foo-command'" in docstring.
403         * time-date.el (format-seconds):
404         Use curved quotes in diagnostic format strings.
406         * nnmairix.el (nnmairix-propagate-marks-upon-close):
407         * pop3.el (pop3-authentication-scheme):
408         Don't quote symbols with apostrophes in doc strings.
409         Use asymmetric quotes instead.
411 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
413         Use overlay functions directly
415         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
416         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
418         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
419         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
420         (gnus-article-highlight-signature, gnus-article-extend-url-button)
421         (gnus-article-add-button, gnus-insert-prev-page-button)
422         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
423         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
424         * gnus-html.el (gnus-html-wash-tags):
425         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
426         (gnus-highlight-selected-tree):
427         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
428         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
429         * gnus-util.el (gnus-put-overlay-excluding-newlines):
430         * message.el (message-fix-before-sending)
431         (message-toggle-image-thumbnails):
432         * mm-decode.el (mm-convert-shr-links):
433         * sieve.el (sieve-highlight, sieve-insert-scripts):
434         Use overlay functions directly instead of using gnus-overlay-*,
435         message-overlay-*, and sieve-overlay-*.
437         * gnus-sum.el (gnus-remove-overlays):
438         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
439         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
440         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
441         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
442         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
443         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
444         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
445         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
446         (gnus-overlays-at, gnus-overlays-in):
447         * message.el (message-delete-overlay, message-make-overlay)
448         (message-overlay-get, message-overlay-put, message-overlays-in):
449         * messagexmas.el (message-delete-overlay, message-make-overlay)
450         (message-overlay-get, message-overlay-put, message-overlays-in):
451         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
452         Remove.
454 2015-08-19  Glenn Morris  <rgm@gnu.org>
456         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
458 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
460         * message.el (message-overlay-put, message-make-overlay)
461         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
462         (message-delete-overlay, message-window-inside-pixel-edges):
463         Declare before using.
465 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
467         * message.el (message-overlay-get, message-overlays-in)
468         (message-window-inside-pixel-edges):
469         * messagexmas.el (message-overlay-get, message-overlays-in):
470         XEmacs compatible functions.
472 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
474         * message.el (message-toggle-image-thumbnails): New command.
476 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
478         * message.el (message-send-form-letter): Change (message (format ...))
479         to (message ...).  This lessens the probability of confusion when
480         the output of `format' contains `%'.
482 2015-08-04  David Kastrup  <dak@gnu.org>
484         * gnus-art.el (gnus-article-describe-key)
485         (gnus-article-describe-key-briefly):
486         Do not overwrite preexisting contents of unread-command-events.
488 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
490         * nnimap.el (nnimap-request-move-article)
491         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
492         extension if available.
494 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
496         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
497         capabilities instead of relying on LOGIN response.
499 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
501         * nnbabyl.el (nnbabyl-retrieve-headers):
502         * nndiary.el (nndiary-retrieve-headers):
503         * nneething.el (nneething-retrieve-headers):
504         * nnmbox.el (nnmbox-retrieve-headers):
505         * nnmh.el (nnmh-retrieve-headers):
506         * nnml.el (nnml-retrieve-headers):
507         * nnspool.el (nnspool-retrieve-headers):
508         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
509         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
510         progress-report percentages and the like.  This avoids problems
511         if (* 100 NUMERATOR) would overflow.
513         * gnus-registry.el (gnus-registry-import-eld):
514         * registry.el (registry-reindex):
515         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
517 2015-07-17  Julien Danjou  <jd@abydos>
519         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
520         command.
522 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
524         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
525         of function arguments.
527 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
529         * nnimap.el: Clean up "unused var" warnings.
530         (auth-source-creation-prompts): Declare.
531         (nnimap-retrieve-headers, nnimap-status-message)
532         (nnimap-request-create-group, nnimap-request-delete-group)
533         (nnimap-close-group, nnimap-request-move-article)
534         (nnimap-request-accept-article, nnimap-request-newgroups)
535         (nnimap-request-post, nnimap-dummy-active-number)
536         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
537         (nnimap-parse-flags): Remove unused var `p'.
538         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
539         (nnimap-flags-to-marks): Remove unused var `totalp'.
541 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
543         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
544         before RFC822.SIZE.
546 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
548         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
549         so that a 'plain value for the `nnimap-stream' server variable is
550         handled correctly.
552 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
554         Remove unused let variables
555         * nnimap.el (nnimap-request-group): Variables are not used.
557         Check if group names are already strings
558         * gnus-group.el (gnus-group-group-name):
559         The group name may already be a string.
560         Specifically, in the group list reached from the *Server* buffer,
561         the 'gnus-group text property returns a string.  Everywhere else
562         it returns a symbol.
564 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
566         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
567         (nnmaildir--update-nov): Remove unused var `numdir'.
568         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
569         (nnmaildir-request-group, nnmaildir-request-create-group)
570         (nnmaildir-request-post, nnmaildir-request-move-article)
571         (nnmaildir-request-accept-article, nnmaildir-active-number):
572         Mark unused args.
573         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
574         Declare.
575         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
576         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
577         `mark', `end', `new-mark', and `mark-sym'.
578         (nnmaildir-retrieve-headers):
579         Remove unused args `srv-dir', `dir', `nlist2'.
580         (nnmaildir-request-expire-articles):
581         Remove unused vars `article', `stop' and `nlist2'.
582         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
583         `end'.  Use nnmaildir--article when dyn-binding is needed.
584         Give the value directly in the `let' for `del-mark', `del-action',
585         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
586         (nnmaildir-close-server):
587         Declare those local vars that need to be dyn-bound.
589 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
591         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
593 2015-05-31  David Engster  <deng@randomsample.de>
595         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
596         instead of using `sleep-for', as the latter does not seem to reliably
597         wait (see for instance bug 15990).
599 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
601         * gnus-art.el (gnus-button-alist): Re-revert last change.
602         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
604 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
606         * gnus-art.el (gnus-button-alist): Revert last change.
607         It wasn't that important, and it caused a Gnus build to fail.  See:
608         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
610         * gnus-art.el (gnus-button-alist):
611         Also treat "‘" and "’" as quoting chars.
613 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
615         * gnus-art.el (gnus-treat-strip-list-identifiers)
616         (gnus-article-mode-syntax-table):
617         * gnus-group.el (gnus-group-nnimap-edit-acl):
618         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
619         e.g., missing quote, ``x'' where `x' was meant, etc.
621 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
623         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
624         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
625         into just c.
627 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
629         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
630         Normalize characters into numbers in spec keys.
632 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
634         * dgnushack.el (declare-function): Redefine it to use autoload.
635         * lpath.el (gnus-html-prefetch-images): Declare.
637 2015-05-04  Glenn Morris  <rgm@gnu.org>
639         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
641         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
643         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
644         (gnus-topic-create-topic, gnus-topic-enter-dribble):
645         Declare rather than autoload.
647         * mm-archive.el (gnus-recursive-directory-files)
648         (mailcap-extension-to-mime): Autoload at run-time.
650         * mm-util.el (latin-unity-massage-name)
651         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
652         (latin-unity-representations-present-region):
653         Declare rather than autoload.
655         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
656         Autoload at run-time.
657         (epg-context-set-signers, epg-context-result-for)
658         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
659         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
660         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
661         (epg-configuration, epg-expand-group, epa-select-keys):
662         Declare rather than autoload.
664         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
665         Autoload at run-time.
666         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
667         (gnus-registry-get-id-key, gnus-registry-action):
668         Declare rather than autoload.
670         * nnmail.el (mail-send-and-exit): Autoload at run-time.
672         * spam.el (spam-stat-buffer-change-to-non-spam)
673         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
674         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
675         (spam-stat-split-fancy): Remove pointless autoloads.
677         * mm-view.el (epg-decrypt-string): Autoload.
678         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
679         (epg-sub-key-validity): Fix declarations.
681 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
683         * gnus.el: Ma Gnus v0.13 is released.
685 2015-05-01  Glenn Morris  <rgm@gnu.org>
687         * gnus-util.el (iswitchb-read-buffer):
688         * mm-decode.el (libxml-parse-html-region):
689         * mml.el (libxml-parse-html-region):
690         * nnrss.el (libxml-parse-html-region): Update declaration.
692 2015-04-27  Glenn Morris  <rgm@gnu.org>
694         * message.el (gnus-extract-address-components):
695         Remove bogus declaration that was masking previous problem.
697 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
700         altering the buffer.
701         (hashcash-insert-payment-async-2): Revert previous change because it
702         still means that the mark is moving around.
704 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706         * gnus-uu.el (gnus-uu-save-article):
707         Make the save-restriction/widen calls make more sense.
709 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
711         * gnus-art.el (gnus-use-idna):
712         * gnus-sum.el (gnus-summary-idna-message):
713         * message.el (message-use-idna):
714         Catch the invalid-operation error that idna.el will issue.
716 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * gnus-group.el (gnus-group--setup-tool-bar-update):
719         cursor-sensor-functions should be a list of functions.
721 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
723         * gnus-group.el (gnus-tmp-*): Declare.
724         (gnus-update-group-mark-positions): Remove unused `topic' var.
725         (gnus-group-insert-group-line): Remove unused var `header'.
726         (gnus-group--setup-tool-bar-update): New function.
727         (gnus-group-insert-group-line): Use it.
728         (gnus-group-update-eval-form): Declare local
729         dynamically-bound variables.
730         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
732         * gnus-topic.el (gnus-topic-jump-to-topic)
733         (gnus-group-prepare-topics, gnus-topic-update-topic)
734         (gnus-topic-change-level, gnus-topic-catchup-articles)
735         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
736         Use inhibit-read-only.
737         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
738         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
740 2015-04-12  João Távora  <joaotavora@gmail.com>
742         * message.el (message-mode):
743         Use `set' and `make-local-variable' instead of `setq-local'.
745 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
747         * gnus-sum.el (gnus-summary-refer-thread):
748         Make sure gnus-newsgroup-unreads remains sorted.
750 2015-04-12  João Távora  <joaotavora@gmail.com>
752         Improve sexp-based movement in message-mode
753         * message.el (message--syntax-propertize): New function.
754         (message-mode): Set syntax-related vars.d
755         (message-smileys): New variable.
757 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
759         * gnus-art.el (gnus-hidden-properties): Simplify.
760         (gnus-article-hide-text, gnus-article-unhide-text)
761         (gnus-article-unhide-text-type): Remove special handling of
762         `intangible' since that property is not used any more.
763         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
765 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
767         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
768         and a runtime function for it, of which the XEmacs version takes only
769         two arguments.
771 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
773         Use American spelling for 'normalize'
774         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
775         All uses changed.  Add an alias for obsolete usages.
777 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
779         * gnus-art.el (gnus-article-browse-html-save-cid-content):
780         Always return relative file name.
781         (gnus-article-browse-html-parts):
782         Make external links absolute and cid file names relative.
784 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
786         * registry.el (registry-prune): Re-use `registry-full' in
787         `registry-prune'.  It's a bit of redundant work, but safer.
788         Also ensure that target-size is an integer.
790 2015-03-31  Daiki Ueno  <ueno@gnu.org>
792         * plstore.el (plstore--decrypt): Clear entry in
793         `plstore-passphrase-alist' if decryption failed (bug#20030).
795 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
797         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
798         to "Display" menu.
800 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
802         * nnimap.el (nnimap-split-incoming-mail): If a message is already
803         in the group it should be split to, don't re-copy it into the group.
805 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
807         * nnmh.el (nnmh-request-expire-articles):
808         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
810 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
812         * registry.el (registry-lookup-secondary, registry-full)
813         (registry-prune, registry-collect-prune-candidates):
814         * gnus-registry.el (gnus-registry-load): Use slot names rather than
815         initarg names in `oref' and `oset'.
817 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
819         * registry.el (registry-prune): Allow registry to reach full size
820         before pruning.
822 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
824         * registry.el (registry-collect-prune-candidates): Fix call to
825         cl-subseq.
827 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
829         * registry.el (registry-db): Temporary fix old Emacsen compilation.
831 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
833         * gnus-registry.el (gnus-registry-handle-action)
834         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
835         (gnus-registry-keywords): Make it do something.
836         (gnus-registry-import-eld): Remove unused var `new-entry'.
837         (gnus-registry-action): Remove unused var `to-name'.
838         (gnus-registry-make-db): Prefer `make-instance' to avoid
839         compiler warnings.
840         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
842         * registry.el (registry-db): Don't oset-default an instance-allocated
843         slot.
845 2015-03-10  Glenn Morris  <rgm@gnu.org>
847         * message.el (message-valid-fqdn-regexp): Bump :version for
848         2014-11-17 change.
850 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
852         * gnus-notifications.el (gnus-notifications-action): Raise window
853         frame.
854         (gnus-notifications-action): Allow mark as read.
855         (gnus-notifications-notify): Show uption to mark as read.
857 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
859         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
860         (registry-search, registry-delete, registry-size, registry-insert)
861         (registry-reindex, registry-collect-prune-candidates):
862         * gnus-registry.el (gnus-registry-fixup-registry)
863         (gnus-registry-remove-extra-data): Use slot names rather than initarg
864         names in `oref' and `oset'.
866 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
867         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
868         in the group it should be split to, don't re-copy it into the group.
870 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
872         * message.el (message-insert-formatted-citation-line): Change %F to
873         fall back to email address if no first name could be determined.
875 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
877         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
878         Fix point motion when removing displayed MIME part.
879         (gnus-article-edit-part): Make jumping to the next part really work
880         when deleting or stripping.
881         (gnus-mime-buttonize-attachments-in-header): Make header attachment
882         buttons identical to the ones in the article body so as to work deleting
883         and stripping.
885 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
887         * mm-decode.el (mm-shr)
888         * mm-view.el (mm-inline-text-html-render-with-w3m):
889         Revert my bogus change that made the start marker of a part
890         the "moves after insertion" type.
892 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
894         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
895         Tools: https://github.com/politza/pdf-tools) for viewing PDF
896         attachments in emacs.
898 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
900         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
901         instead of sasl-scram-sha-1, as the former is the name that can be
902         required.
904         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
905         (sasl-scram-sha-1-client-final-message)
906         (sasl-scram-sha-1-authenticate-server): Move to end of file.
908 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
910         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
912 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
914         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
915         (sasl-string-prefix-p): New compatibility functions.
917 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
919         * gnus-compat.el (process-live-p): Added new compat function for Emacs
920         23.
922 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
924         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
925         from the server LIST response.
927 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
929         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
930         during header retrieval, error out instead of interpreting the data in
931         the buffer as the only messages there.  This way, we don't mark
932         articles as read on a server hangup (bug#19035).
934         * mm-decode.el (mm-head-p): New function.
935         (mm-display-part): Go to a blank line when inserting parts internally.
937 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
939         * sasl-scram-rfc.el: New file.
941         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
942         Add SCRAM-SHA-1 first.
943         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
944         entry (bug#17636).
946 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
948         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
949         that we don't get a warning when setting the buffer-local variable
950         (bug#19573).
952         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
953         `gnus-request-group'.
955 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
957         * gnus-art.el (gnus-article-browse-html-save-cid-content)
958         (gnus-article-browse-html-parts): Make cid file names relative if and
959         only if html doesn't specify <base> directory.
961 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
963         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
964         parts, because that breaks filling (since buttons are in a bold face).
966 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
968         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
969         use gnus-overlays-at and gnus-overlay-put.
971 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
973         * mm-decode.el (mm-shr): Only pass the fill column when not using
974         fonts, because limiting the width to what's appropriate for followups
975         doesn't really help when not using proportional fonts.
977 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
979         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
980         shr, beacause that breaks folding.
981         (mm-shr): Don't shorten the width when using fonts.
983 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
985         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
986         variable; always check the newrc timestamp.
987         (gnus-save-newsrc-file): Always check timestamp.
989 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
991         * mail-source.el (mail-source-call-script): If scripts exit with an
992         error, pop up an error buffer.
994 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
996         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
997         as a default.
999         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
1000         correct server.
1002 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
1004         * nnimap.el (nnimap-request-group-scan): Fix the function name.
1006         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
1008 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1010         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
1011         that nnimap works for non-activated backends.
1013 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1015         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
1016         message, since we already get an obsolescence message.  Use `declare'.
1018 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
1020         * nnir.el: Revert "Enable non-ASCII IMAP searches".
1022 2015-01-30  Glenn Morris  <rgm@gnu.org>
1024         * gnus-registry.el (gnus-registry-max-pruned-entries)
1025         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
1026         Fix :version.
1027         (gnus-registry-default-sort-function): Improve :type.
1029 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1031         * nnimap.el (nnimap-request-group): Allow running this function on
1032         groups that don't exist in Gnus yet.
1033         (nnimap-request-group): Revert previous patch since that made it
1034         impossible to enter nnimap groups.
1036         * message.el (message-smtpmail-send-it): Remove the mail header
1037         separator before sending.
1039 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
1041         * nnimap.el (nnimap-find-expired-articles): Fix handling of
1042         (expiry-wait . never).
1044 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1046         * nnimap.el (nnimap-request-group): Clear the buffer before returning
1047         the data.
1049 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1051         * gnus-compat.el (string-bytes): Work for XEmacs.
1053 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1055         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
1057         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
1058         IMAP.
1060 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
1062         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
1064         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
1066         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
1067         be added to the backlog.
1069 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
1071         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
1072         target with a recursive make call.
1074 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
1076         * nnimap.el (nnimap-header-parameters): Refactor and request
1077         X-GM-LABELS if it's been announced.
1078         (nnimap-transform-headers): Gather and output GM-LABELS.
1080 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
1082         * mm-decode.el (mm-display-part): Make non-string methods work.
1083         Non-string methods are funcalled and work just fine, the test was
1084         bogus.
1085         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
1086         whole frame.
1088 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1090         * nnimap.el (nnimap-request-accept-article): Allow respooling using
1091         nnimap.
1093         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
1094         request rescans when being run interactively.
1096         * nnimap.el (nnimap-request-group): Don't rescan the group here,
1097         because that can be very slow in large groups.
1099         * gnus-int.el (gnus-request-group-scan): New backend function.
1101         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
1103 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1105         * gnus-group.el (gnus-group-suspend): Close all backends.
1107 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1109         * dgnushack.el (dgnushack-compile-file): New function.
1110         (dgnushack-compile): Use it (bug#19514).
1112 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
1116 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1118         * registry.el: Don't use <class> as a variable.
1120 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1122         system-name's returned value can vary
1123         Also, the system-name variable is now obsolete.
1124         Fixes Bug#19438.
1125         * message.el (message-make-fqdn):
1126         * nnvirtual.el (nnvirtual-retrieve-headers)
1127         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
1128         and avoid naming locals 'system-name'.
1130 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
1132         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
1133         lines don't get overlong when responding.
1135 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1137         * registry.el (cl-remf, cl-loop, cl-subseq):
1138         Alias to remf, loop, and subseq respectively for old Emacsen.
1140 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1142         * gnus-group.el (gnus-read-ephemeral-bug-group):
1143         Bind coding-system-for-read and coding-system-for-write only around
1144         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1146 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1148         * registry.el (registry-db): Set default slot later.
1149         This is because its value is not a literal integer.
1151 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1153         * registry.el (registry-db): Fix default registry-db max-size.
1155 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1157         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1158         add warning.
1160         * gnus-art.el: Fix up compiler warnings.
1161         (article-display-face, article-display-x-face): Remove unused `face'.
1162         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1163         (article-date-ut): Remove unused var `first'.
1164         (gnus-article-prepare): Remove unused var `gnus-article'.
1165         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1166         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1167         `coding-system' along with corresponding dead code.
1168         (gnus-mime-view-part-externally): Remove unused var
1169         `mm-user-display-methods'.
1170         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1171         (gnus-display-mime): Remove unused var `handle'.
1172         (gnus-mime-display-alternative): Remove unused var `props'.
1173         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1174         (gnus-article-edit-done): Remove unused var `p'.
1175         (gnus-url-mailto): Remove unused var `to'.
1176         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1177         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1179 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1181         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1182         slots into a :max-size slot.
1183         (registry-db-version): Add new variable for database version number.
1184         (registry-prune): Use :max-size slot. Accept and use a sort-function
1185         argument.
1186         (registry-collect-prune-candidates): Add new function for finding
1187         non-precious pruning candidates.
1188         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1189         Remove obsolete functions.
1190         (initialize-instance): Upgrade registry version when starting.
1192         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1193         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1194         (gnus-registry-cache-file): Change default
1195         filename extension to "eieio".
1196         (gnus-registry-read): Add new function, split out from
1197         `gnus-registry-load', that does the actual object reading.
1198         (gnus-registry-load): Use it. Add condition case handler to check for
1199         old filename extension and rename to the new one.
1200         (gnus-registry-default-sort-function): New variable to specify a sort
1201         function to use when pruning.
1202         (gnus-registry-save, gnus-registry-insert): Use it.
1203         (gnus-registry-sort-by-creation-time): Define a default sort function.
1205         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1206         Adjust test for new object signature.
1207         (gnustest-registry-pruning-test): Add new pruning test.
1208         (gnustest-registry-sort-function): Default sort function for testing.
1209         (gnustest-registry-pruning-sort-test): New test for sorting.
1211 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1214         function for reuse.
1215         (gnus-mime-buttonize-attachments-in-header): Adjust.
1217 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219         * message.el (message-change-subject): Really check whether the subject
1220         changed.
1222 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1225         PDFs.
1226         (mailcap-view-mime): New function.
1228 2014-12-01  Glenn Morris  <rgm@gnu.org>
1230         * gnus-cloud.el (gnus-cloud): Add :version tag.
1232 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1234         * gnus-art.el (gnus-use-idna):
1235         * gnus-sum.el (gnus-summary-idna-message):
1236         * message.el (message-use-idna):
1237         Protect against nil value for idna-program.
1239         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1241 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1243         * auth-source.el (auth-source-macos-keychain-search-items): Return
1244         result of `auth-source-macos-keychain-result-append' (bug#19074).
1246 2014-11-25  Glenn Morris  <rgm@gnu.org>
1248         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1249         Add :version tag.
1251 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253         * pop3.el (pop3-open-server): Warn unless encrypted.
1255         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1257 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1259         Port new time stamp handling to Emacs 23.2.
1260         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1261         * time-date.el (time-add, time-subtract, time-less-p):
1262         Use eval-and-compile, not eval-when-compile.
1264 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1266         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1267         TLDs.
1269 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1271         Port new time stamp handling to old Emacs and to XEmacs.
1272         This is needed for Gnus, which copies time-date.el and which
1273         runs on older Emacs implementations.
1274         * time-date.el (with-decoded-time-value):
1275         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1276         (encode-time-value, with-decoded-time-value):
1277         Obsolete only if new Emacs.
1278         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1280         Improve time stamp handling, and be more consistent about it.
1281         This implements a suggestion made in:
1282         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1283         Among other things, this means timer.el no longer needs to
1284         autoload the time-date module.
1285         * time-date.el (seconds-to-time, days-to-time, time-since)
1286         (with-decoded-time-value):
1287         Treat 'nil' as current time.  This is mostly for XEmacs.
1288         (encode-time-value, with-decoded-time-value): Obsolete.
1289         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1290         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1292 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1295         discarding changes in ephemeral groups.
1297         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1298         things the user isn't interested in.
1300 2014-11-13  Julien Danjou  <jd@abydos>
1302         * gnus-notifications.el (gnus-notifications-notify): Provide both
1303         app-icon and image-path.
1305 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1307         * mm-url.el (mm-url-encode-multipart-form-data):
1308         Restore to handle "multipart/form-data" by eww.
1310 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1312         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1313         Landscheidt.
1315 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1317         Simplify use of current-time and friends.
1318         * gnus-delay.el (gnus-delay-article):
1319         * gnus-sum.el (gnus-summary-read-document):
1320         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1321         * message.el (message-make-expires-date):
1322         Omit unnecessary call to current-time.
1323         * gnus-util.el (gnus-float-time): Simplify to an alias because
1324         time-to-seconds now behaves like float-time with respect to nil arg.
1325         (gnus-seconds-year): Don't call current-time twice to get the current
1326         time stamp, as this can lead to inconsistent results.
1327         * time-date.el (time-to-seconds) [!float-time]:
1328         Use current time if arg is nil, to be compatible with float-time.
1329         (time-date--day-in-year): New function, with most of the guts of
1330         the old time-to-day-in-year.
1331         (time-to-day-in-year): Use it.
1332         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1334 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1336         * gnus.el (gnus-mode-line-buffer-identification):
1337         Don't add image data for a non-graphic display (bug#18813).
1339 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1341         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1342         load-path, it blocks autoloading of find-image (bug#18813).
1344 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1346         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1347         to keep connection open (bug#18728).
1349 2014-10-20  Glenn Morris  <rgm@gnu.org>
1351         * Merge in all changes up to 24.4 release.
1353 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1355         * message.el (message-insert-signature): Use `newline' instead of
1356         inserting explicit "\n".
1358 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1360         * gnus-icalendar.el: Support vcal format timezones.
1361         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1362         compute dates with associated timezone.
1363         (gnus-icalendar-event-from-ical): Compute all timezones.
1365 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1367         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1368         check the newsrc.eld file's timestamp before saving it.
1369         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1370         timestamp has changed to be newer.
1372 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1374         * gnus-icalendar.el (gnus-icalendar-identities):
1375         Include message-alternative-emails.
1377 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1379         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1380         New compatibility functions.
1381         (ntlm-build-auth-response): Use them.
1383 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1385         * ntlm.el (ntlm-build-auth-request):
1386         Add NTLM2 Session support.  (Bug#15603)
1388 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1390         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1391         expired messages only when it was built in reverse order.
1393 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1395         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1396         last so it can be used in `message-send-hook'.
1398 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1400         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1401         <#secure> tag (bug#18513).
1403 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1405         * parse-time.el: Require cl when compiling.
1407 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1409         Use cl-lib as much as possible following the 2014-09-26 change
1410         in the Emacs trunk.
1411         * parse-time.el: Try requiring cl-lib.
1412         (parse-time-incf): Alias to cl-incf or incf.
1413         (digit-char-p): Remove.
1414         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1415         (parse-integer): Rename to parse-time-integer.
1416         (parse-time-tokenize, parse-time-rules, parse-time-string)
1417         Use parse-time-incf and parse-time-integer.
1419 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1421         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1422         of ":delete".
1424 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1426         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1427         (gnus-article-browse-html-parts):
1428         Revert last change that breaks links other than cid contents.
1430 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1432         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1433         (gnus-article-browse-html-parts): Make cid file names relative.
1435 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1437         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1438         temporarily displayed when running a mode function (at least org-mode
1439         requires it).
1441 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1443         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1444         the gnus-summary-article-expire-hook should be told where the function
1445         is going. In particular, the Gnus registry might want to know.
1447 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1449         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1451 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1453         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1455 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1457         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1458         the gnus-summary-article-expire-hook should be told where the function
1459         is going. In particular, the Gnus registry might want to know.
1461 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1463         Don't mishandle year-9999 dates (Bug#18176).
1464         * parse-time.el (parse-time-rules):
1465         Allow years up to most-positive-fixnum.
1466         * time-date.el (date-to-time):
1467         Pass "Specified time is not representable" errors through.
1469 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1471         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1472         groups and t.
1474 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1476         * gnus-utils.el (gnus-recursive-directory-files):
1477         Unify hard or symbolic links (bug#18063).
1479 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1481         * gnus-msg.el (gnus-configure-posting-style):
1482         Allow string replacements in values when matching against a header.
1484 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1486         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1487         the dribble buffer even when it is shrunk a lot.
1488         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1490 2014-06-26  Glenn Morris  <rgm@gnu.org>
1492         * mm-util.el (help-function-arglist): Remove outdated declaration.
1494 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1496         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1497         attribute values.  (Bug#17834)
1499 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1501         * gnus-sum.el (gnus-summary-edit-article-done):
1502         Prefer point-marker to copy-marker of point.
1504 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1506         * Makefile.in (install-el, install-el-elc): Compress .el files.
1507         (uninstall): Remove compressed .el files.
1509 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1511         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1512         (gnus-article-read-summary-keys):
1513         Don't bug out when there is no article in the summary buffer.
1514         (gnus-mime-buttonize-attachments-in-header):
1515         Improve criterion that finds parts to display.
1517         * gnus-art.el (gnus-mm-display-part):
1518         * mm-decode.el (mm-shr):
1519         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1520         (mm-insert-inline): Revert last changes.
1522 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1524         * gnus-art.el (gnus-mm-display-part):
1525         * mm-decode.el (mm-shr):
1526         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1527         (mm-insert-inline): Set insertion type of end-marker, not only
1528         start-marker, of undisplayer so as to stay after inserted text.
1530 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1532         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1533         attribute. (Bug#17613)
1535 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1537         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1538         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1540 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1542         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1543         Don't delete next part button; keep spacing between buttons.
1545 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1547         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1548         Work for the last MIME part in an article.
1549         (gnus-mime-display-single): Suppress excessive newlines between parts.
1551         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1552         by leading or trailing newline.
1554 2014-05-12  Sam Steingold  <sds@gnu.org>
1556         * time-date.el (seconds-to-string): New function to pretty print time
1557         delay in seconds.
1559 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1561         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1562         while prompting a user for a file name, etc.
1563         (gnus-mime-display-single): Display part with a common appearance no
1564         matter whether MIME button is omitted or not; don't add duplicate entry
1565         to gnus-article-mime-handle-alist.
1566         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1568 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1570         * mml2015.el (mml2015-display-key-image): New variable.
1572 2014-05-08  Glenn Morris  <rgm@gnu.org>
1574         * gnus-fun.el (gnus-grab-cam-face):
1575         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1576         This is CVE-2014-3421.
1578 2014-05-04  Glenn Morris  <rgm@gnu.org>
1580         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1582 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1584         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1585         the displaying state of a part.
1586         (gnus-mm-display-part): Don't insert a newline in the beginning of
1587         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1589         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1590         (mm-shr): Make undisplayer unbreakable.
1592         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1593         Don't insert excessive newline.
1594         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1595         (mm-insert-inline): Make undisplayer unbreakable.
1597 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1599         * gnus.el: Ma Gnus v0.11 is released.
1601 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1603         * gnus-art.el (gnus-mm-display-part):
1604         Highlight header attachment buttons.
1606 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1608         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1609         a part; redisplay a button (enbugged in 2014-02-05).
1611 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1613         * auth-source.el (auth-source-search, auth-source-search-backends):
1614         Treat :max 0 as an indicator that a boolean return is wanted, as
1615         documented. Reported by Joe Bloggs.
1617 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1619         * gnus-icalendar.el: Require gnus-art.
1621 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1623         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1624         (gnus-icalendar--update-org-event): put event timestamp in
1625         the org entry body instead of the drawer.
1626         (gnus-icalendar-event--get-attendee-names): list of participants should
1627         contain even attendees without common name attribute.
1628         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1629         property tags in org drawers.
1631 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1633         * gmm-utils.el (gmm-format-time-string): New function.
1635         * message.el (message-insert-formatted-citation-line): Use the original
1636         author's time zone to express a date string.
1638 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1640         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1641         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1642         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1643         Silence compiler warnings.
1644         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1646 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1648         * mml.el: Require url when compiling.
1650         * gnus-cloud.el (gnus-cloud-parse-version-1):
1651         Use plist-get rather than CL's getf.
1652         (gnus-activate-group, gnus-subscribe-group): Declare.
1654         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1656 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1658         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1659         buttons when toggling the header off.
1661 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1663         * tls.el (tls-program): Reflow docstring.
1665 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1667         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1668         groups work again.
1670 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1672         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1673         999 correctly (i.e. "1,342").
1675 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1677         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1678         out if the directory doesn't exist.
1680 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1682         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1683         commands here; instead, only check if epg-config.el is available.
1685 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1687         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1688         messages with embedded images.
1689         (mml-generate-mime): Don't bug out if you don't have libxml.
1691 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1693         * message.el (message-make-html-message-with-image-files): New command.
1695 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1697         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1699         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1701 2014-02-23  David Engster  <deng@randomsample.de>
1703         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1704         to stay compatible with older Emacsen, so replace `cl-loop' with
1705         `loop'.
1707 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1709         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1710         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1711         instead, build list of patterns.
1713 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1715         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1716         Display header attachment buttons by gnus-article-prepare-display
1717         rather than gnus-article-prepare so as to view in mml-preview as well.
1719 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1721         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1722         in `auth-sources' means and link to EPA docs.
1724 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1726         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1727         (bug#12375).
1729 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1731         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1732         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1734 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1736         * message.el (message-tab): Mention what happens on normal tabs
1737         (bug#11297).
1739 2014-02-08  Glenn Morris  <rgm@gnu.org>
1741         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1743 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1745         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1746         buttons that are hidden in unselected alternative part as well.
1747         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1749         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1751 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1753         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1754         keystroke.
1755         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1756         types.
1758         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1759         with an empty string.
1761 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1763         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1764         buffer-local in some buffers, so bind it explicitly in the buffer we're
1765         trying to cancel the article in (bug#10808).
1767 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1769         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1770         New functions.
1772         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1773         New user option.
1774         (gnus-mime-buttonize-attachments-in-header): New function.
1775         (gnus-article-prepare): Use it.
1776         (gnus-mime-inline-part): Suppress extra newline.
1777         (gnus-mm-display-part): Save excursion;
1778         remove useless deleting and adding of buttons.
1779         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1781         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1782         Add gnus-mime-buttonize-attachments-in-header.
1784 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1786         * nnimap.el (nnimap-request-articles): New command to download several
1787         articles at once.
1789         * gnus.el (gnus-variable-list): Save Cloud variables.
1791         * gnus-int.el (gnus-request-accept-article): Doc fix.
1793 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1795         * parse-time.el (parse-time-iso8601-regexp)
1796         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1797         it more generally.
1799 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1801         * gnus-cloud.el: New file to provide the Emacs Cloud.
1803         * dgnushack.el: Silence XEmacs w3 warning.
1805         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1806         `url-retrieve-synchronously', apparently.
1808         * dgnushack.el: Silence XEmacs dns.el warning.
1810         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1811         instead of in all files.
1813         * dns.el (network-interface-list): Define for XEmacs.
1815         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1816         XEmacs.
1818         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1820 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1822         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1823         `gnus-group-split-fancy'.
1825 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1827         * message.el (message-remove-header): Doc fix.
1828         (message-forward-included-headers): New variable.
1829         (message-remove-ignored-headers): Use it.
1831 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1833         * nnir.el (nnir-request-update-mark): Don't try to update the source
1834         group if we can't find it (bug#16611).
1836 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1838         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1840 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1842         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1843         network interfaces changed.
1844         (dns-query): Use it to flush the data.
1846 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1848         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1849         from random face commands.
1850         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1851         Face.
1852         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1853         (gnus--random-face-with-type): Generic function returning a face-type
1854         as a string.
1855         (gnus--insert-random-face-with-type): Generic function inserting a face
1856         in a message buffer header.
1857         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1858         (gnus-insert-random-x-face-header): Rewritten to use
1859         `gnus--insert-random-face-with-type`.
1860         (gnus-random-face): Return random (png) Face as string.
1861         (nus-insert-random-face-header): Insert random (png) Face in a message
1862         buffer.
1864 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1866         * mm-url.el: Remove all usage of w3.
1868         * nnrss.el: Ditto.
1870         * mm-decode.el: Ditto.
1872         * mm-view.el: Ditto.
1874         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1875         outdated and all Emacsen have url.el built-in.
1877         * gnus-setup.el: Remove outdated file.
1879 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1881         * gnus.el: Ma Gnus v0.9 is released.
1883 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1885         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1887 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1889         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1890         in the summary buffer (bug#13769).
1892 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1894         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1895         name if we're using a single article buffer.  Otherwise, it may point
1896         to a killed buffer (bug#13756).
1898 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1900         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1901         the match data, just save and restore it explicitly (bug#12375).
1903         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1904         that's needed.
1906         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1907         the code once (bug#9069).
1909 2014-01-18  Steinar Bang  <sb@dod.no>
1911         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1912         reading.
1914 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1916         * message.el (message-bury): Call bury-buffer with no argument
1917         in the message-return-action case too.
1919 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1921         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1922         (nnimap-split-fancy, nnimap-split-methods): Declare.
1924         * mm-util.el (help-function-arglist): Declare.
1926 2013-12-28  Glenn Morris  <rgm@gnu.org>
1928         * gnus-sieve.el (gnus-sieve-select-method):
1929         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1930         (gravatar-rating, gravatar-size):
1931         * message.el (message-minibuffer-local-map):
1932         * sieve-manage.el (sieve-manage-authenticators)
1933         (sieve-manage-authenticator-alist): Specify custom types.
1935         * hashcash.el (hashcash-program): Rename from hashcash-path.
1936         Update callers.
1938         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1939         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1940         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1942         * auth-source.el (auth-sources):
1943         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1944         Fix custom types.
1946         * tls.el (tls-certtool-program): Fix default value.
1948 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1950         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1951         we get proper traces there, too.
1953 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1955         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1956         value of the parameters if the current article has a Reply-To or From
1957         field.
1959 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1961         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1963 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1965         * gnus-sum.el (gnus-summary-exit): Stop animations.
1967 2013-12-19  Juri Linkov  <juri@jurta.org>
1969         * gnus.el (gnus-suppress-keymap):
1970         * gnus-art.el (gnus-article-mode-map):
1971         * gnus-group.el (gnus-group-mode-map):
1972         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1973         Remove [backspace] key binding because it shadows DEL (bug#16035).
1975         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1977 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1979         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1980         Make sure work directory exists.
1981         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1982         rather than tmp directory.
1983         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1984         not necessarily always run, with it.
1986 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1988         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1989         value of gnus-icalendar-additional-identities work without restart.
1991 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1993         * mm-util.el (mm-make-temp-file):
1994         Alias to make-temp-file for modern Emacsen.
1996 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1998         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1999         nnir-article-number and nnir-article-group.
2001 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
2003         * message.el (message-send-mail-with-sendmail):
2004         Don't kill error buffer if sending fails.
2006 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
2008         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
2009         (gnus-icalendar-event->org-entry)
2010         (gnus-icalendar--update-org-event)
2011         (gnus-icalendar-event->gnus-calendar): Distinguish between
2012         required/optional/non-participant attendee status.  Fix bug causing
2013         the first required event participant to be omitted.
2015 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2017         * gnus-art.el (article-de-quoted-unreadable)
2018         (article-de-base64-unreadable, gnus-mime-copy-part)
2019         * gnus-html.el (gnus-article-html)
2020         * mm-view.el (mm-inline-text-html-render-with-w3)
2021         (mm-inline-text-html-render-with-w3m-standalone)
2022         * rfc2231.el (rfc2231-decode-encoded-string):
2023         Allow overriding charset by mm-charset-override-alist.
2025         * gnus-art.el (gnus-article-browse-html-parts):
2026         Replace LWSPs with `&nbsp;'s in header.
2028         Work for broken Chinese articles.
2030         * gnus-art.el (gnus-article-browse-html-save-cid-content):
2031         Exclude broken handles that gnus-summary-enter-digest-group may create.
2032         (gnus-article-browse-html-parts):
2033         Allow overriding charset by mm-charset-override-alist.
2035 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
2037         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
2038         (gnus-icalendar-identities): Support additional-identities.
2040 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
2042         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
2043         org-timestamp for events ending at midnight.
2045 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
2047         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
2048         .log files.
2050 2013-11-20  David Engster  <deng@randomsample.de>
2052         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
2054 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
2056         * message.el (message-beginning-of-line):
2057         Use beginning-of-visual-line when visual-line-mode is turned on.
2059 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
2061         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
2062         (gnus-icalendar-event-from-ical)
2063         (gnus-icalendar-event->org-entry)
2064         (gnus-icalendar--update-org-event): Required/optional participation,
2065         list of attendees synced to org.
2067 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2069         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
2070         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
2071         cancellations to be synced to org if the original appt has an org
2072         outline.
2074 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2076         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
2077         (gnus-icalendar-event->org-entry)
2078         (gnus-icalendar--update-org-event)
2079         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
2081 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
2083         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
2084         Fix timezone handling in gnus-icalendar export to org.
2086 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2088         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
2090 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2092         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
2094 2013-10-30  Glenn Morris  <rgm@gnu.org>
2096         * gnus-group.el (gnus-group-browse-foreign-server):
2097         * gnus-int.el (gnus-start-news-server):
2098         Silence compiler obsolescence warning.
2100 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2102         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
2103         `nnoo-current-server' first, then for the actual `nnimap-address' to
2104         allow netrc entries for the nnoo server to coexist with netrc entries
2105         for the `nnimap-address'.
2107 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2109         * mm-decode.el (mm-dissect-buffer): Revert last change.
2110         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2111         The problem that motivated those changes was attributed to a broken
2112         mail sender, and has been fixed.
2114 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2116         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
2117         token is missing in the Content-Type header.
2119         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2121 2013-09-18  Glenn Morris  <rgm@gnu.org>
2123         * gnus-util.el (image-size): Declare.
2125 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2127         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
2128         (gnus-icalendar-event-from-ical)
2129         (gnus-icalendar-event--build-reply-event-body)
2130         (gnus-icalendar-event-reply-from-buffer)
2131         (gnus-icalendar-find-org-event-file)
2132         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
2133         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
2135         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
2137 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2139         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2140         Use save-current-buffer.
2141         (gnus-tree-mode-map): Initialize in the declaration.
2142         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2143         (scroll-in-place): Defvar it.
2144         (gnus-tmp-*): Defvar them.
2145         (gnus-get-tree-buffer): Use derived-mode-p.
2146         (gnus--let-eval): New macro.
2147         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2148         non-prefixed variables.
2149         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2151         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2152         vars since it doesn't seem to be available.
2153         (gnus-set-global-variables, gnus-summary-read-group-1)
2154         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2155         (gnus-summary-display-article, gnus-summary-select-article)
2156         (gnus-summary-next-article, gnus-offer-save-summaries)
2157         (gnus-summary-generic-mark): Use derived-mode-p.
2158         (gnus-summary-read-group-1, gnus-summary-exit)
2159         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2160         Adjust calls to gnus-tree-close and gnus-tree-open.
2162         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2164         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2165         (gnus-agent-mode): Use derived-mode-p.
2166         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2167         gnus-command-method and *-command-method to nil, but bind
2168         gnus-command-method to *-command-method instead!
2169         (gnus-agent-fetch-articles): Remove unused var `id'.
2170         (gnus-agent-fetch-headers): Remove unused arg `force'.
2171         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2172         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2173         (gnus-agent-short-article, gnus-agent-long-article)
2174         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2175         first use.
2176         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2177         `score-param'.
2178         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2179         (gnus-get-predicate): Push in front of the cache, rather than end.
2180         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2181         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2182         (gnus-agent-expire-unagentized-dirs): Don't rebind
2183         gnus-agent-expire-current-dirs since the defvar silences the warning.
2184         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2185         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2186         (gnus-agent-regenerate): Simplify interactive spec and doc.
2188 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2190         * gnus-int.el (gnus-open-server): Silence compiler.
2192         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2194         * message.el (message-display-completion-list): Abolish.
2195         (message-completion-in-region): Use display-completion-list.
2197 2013-09-17  Glenn Morris  <rgm@gnu.org>
2199         * gnus-util.el (gnus-message-with-timestamp-1):
2200         Use `messages-buffer' function if available.  Ignore read-only.
2202 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2204         * message.el (message-expand-group, message-completion-in-region):
2205         Correct the order of start and end of a region.
2207 2013-09-13  Glenn Morris  <rgm@gnu.org>
2209         * mml2015.el (gnus-create-image): Autoload it.
2211         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2213         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2214         (image-size): Declare.
2216 2013-09-12  Glenn Morris  <rgm@gnu.org>
2218         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2219         Avoid using `find', which i) might not be defined at runtime;
2220         ii) does not work, since its default test is eql, not equal.
2221         (gnus-mime-action-alist): Declare.
2223 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2225         * score-mode.el (gnus-score-mode-map): Move initialization
2226         into declaration.
2227         (gnus-score-mode): Use define-derived-mode.
2228         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2229         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2230         into declaration.
2231         (gnus-kill-file-mode): Use define-derived-mode.
2232         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2233         Use derived-mode-p.
2234         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2235         (gnus-group-setup-buffer, gnus-group-name-at-point)
2236         (gnus-group-make-web-group, gnus-group-enter-directory)
2237         (gnus-group-suspend): Use derived-mode-p.
2238         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2239         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2240         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2241         (gnus-article-setup-buffer, gnus-article-prepare)
2242         (gnus-article-prepare-display, gnus-sticky-article)
2243         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2244         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2245         (gnus-article-read-summary-keys): Use derived-mode-p.
2247 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2249         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2251 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2253         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2254         shift_jis from the default value set for Japanese users.
2256 2013-08-13  Glenn Morris  <rgm@gnu.org>
2258         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2260         * gnus.el (gnus-valid-select-methods): Fix type.
2262         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2264 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2266         * mm-decode.el (mm-display-external): Run a timer for the temp files
2267         deletion after a viewer exits; add a deletion timer for the needsterm
2268         case, too.
2270         * mm-decode.el (mm-display-external): Try to delete temporary files by
2271         using a 1-min. timer.
2273 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2275         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2276         New internal variables.
2277         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2278         (mm-display-external): Use it to delete temporary files instead of
2279         using timers.
2281 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2285 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2287         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2288         with cond for backwards compatability.
2290 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2292         * mm-decode.el (mm-display-external): Bind process-connection-type to
2293         nil; don't delete a temp file immediately even if a viewer finishes,
2294         since it may be a shell script, like xdg-open, that launches a real
2295         viewer program belatedly.
2297 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2299         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2300         that we can create nndoc groups that excerpt other groups.
2302 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304         * gnus-delay.el (gnus-delay-article): Fix typo.
2306         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2307         articles.
2309         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2310         we can get spell-checking etc.
2312 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2314         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2315         a single one used for encoding the whole text in a header.
2317 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2320         doesn't work properly on XEmacs.
2322 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2325         before sending.
2327         * dgnushack.el (dgnushack-compile): Add a temporary check for
2328         gnus-icalendar.
2330         * mm-decode.el (mm-command-output): New face.
2331         (mm-display-external): Use it.
2333 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2335         * nnmbox.el (nnmbox-request-article): Don't change point.
2337 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2340         Include `handle' parameter.
2342 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2344         * gnus-icalendar.el: New file.
2346 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2350         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2351         dummy roots, too.
2353 2013-08-01  David Edmondson  <dme@dme.org>
2355         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2356         out on ttys.
2358 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2361         not empty.
2363         * nnrss.el (nnrss-discover-feed): Indent.
2365 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2367         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2369 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2372         dirty to ensure nnimap data being saved.
2374 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2376         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2377         menu entry.
2379         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2380         the current thread's total score instead of the current article's
2381         score.
2383         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2384         (gnus-sort-threads-recursively): Delete defcustom.
2385         (gnus-sort-threads-recursive): Adapt accordingly.
2387 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2389         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2390         (gnus-sort-threads-recursive): Use it.
2391         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2392         again.  Now that determines how to sort subthreads.
2394 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2396         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2397         (gnus-sort-threads): Use it.
2399 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2401         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2402         punctuation characters follow parentheses (bug#14950).
2404 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2406         * gnus.el (gnus-continuum-version):
2407         * gnus-msg.el (gnus-extended-version): Simplify.
2409         * gnus.el (gnus-continuum-version-1): Remove.
2410         * gnus-msg.el (gnus-bug): Revert.
2412         Calculate gnus-version correctly on Cygwin.
2414         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2415         (gnus-continuum-version-1): New function, return a string.
2417         * gnus-msg.el (gnus-extended-version, gnus-bug):
2418         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2420 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2422         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2423         (bug#13384).
2425 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2428         that were only relevant in a development version a long time ago.
2430 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2432         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2433         that the old Emacs 24s bundle.
2435 2013-07-10  David Engster  <deng@randomsample.de>
2437         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2438         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2439         fixes a bug in Emacs trunk where the 'unexist' marks were always
2440         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2441         Gnus v0.03".
2443 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2445         * gnus.el (gnus-summary-line-format): Reference
2446         `gnus-user-date-format-alist' for the &user-date; format, not
2447         `gnus-summary-user-date-format-alist'.
2449 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2452         delete files (bug#13481).
2454 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2456         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2458 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2460         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2461         display images.
2463         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2465         * message.el (message-cancel-news): According to
2466         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2467         preferred over "cmsg cancel" in the Subject.
2469         * nnir.el (nnir-engines): Note that the group specs are regexps
2470         (bug#13238).
2472         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2473         gotten read-only text properties, ensure that those aren't heeded when
2474         copying stuff over (bug#13434).
2476         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2477         (bug#13762).
2479 2013-07-05  David Kastrup  <dak@gnu.org>
2481         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2482         authinfo file again (important for blank passwords).  This had been
2483         broken with 2013-06-15 change.
2485 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2487         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2488         Revert 2013-01-14 change.
2490 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2492         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2493         of 'create-image' for XEmacs compatibility; check errors when decoding
2494         image.  Reported by Uwe Brauer.
2496 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2498         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2499         gnus-button-push revised at 2011-01-19.
2501 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2504         now live in the lisp/net Emacs 24 repository.
2506 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508         * eww.el (eww-update-header-line-format): Quote % characters.
2510 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512         * eww.el (eww-process-text-input): Display passwords as asterisks.
2514         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2516 2013-06-19  Tom Tromey  <tromey@redhat.com>
2518         * eww.el (eww-top-url): Remove.
2519         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2520         (eww-render): Set new variables.  Don't set eww-top-url.
2521         (eww-handle-link): Handle "prev", "home", and "contents".
2522         Downcase the rel text.
2523         (eww-top-url): Choose best top URL.
2525 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527         * eww.el: Rewrite to implement form elements "by hand" instead of
2528         relying in widget.el.  Using widget.el leads to too many
2529         user interface inconsistencies.
2530         (eww-self-insert): Implement entering commands in text fields.
2531         (eww-process-text-input): New function to make text input field editing
2532         work.
2533         (eww-submit): Rewrite to use the new-style form methods.
2534         (eww-select-display): Display the correct selected item.
2535         (eww-change-select): Implement changing the select value.
2536         (eww-toggle-checkbox): Implement radio/checkboxes.
2537         (eww-update-field): Fix compilation error.
2538         (eww-tag-textarea): Implement <textarea>.
2540         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2541         don't shadow mode-specific bindings.
2543         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2544         nothing to push.
2546         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2548 2013-06-19  Glenn Morris  <rgm@gnu.org>
2550         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2552 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2554         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2556 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558         * shr.el (shr-make-table-1): Implement <td rowspan>.
2559         (shr-table-horizontal-line): Allow nil as a value, and change the
2560         default.
2561         (shr-insert-table-ruler): Respect the nil value.
2563 2013-06-18  Tom Tromey  <tromey@barimba>
2565         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2566         New defvars.
2567         (eww-open-file): New defun.
2568         (eww-render): Initialize new variables.
2569         (eww-display-html): Handle "link" and "a".
2570         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2571         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2572         (eww-back-url): Rename from eww-previous-url.
2573         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2574         defuns.
2576 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578         * shr.el (shr-tag-table): Insert the images after the table, so that
2579         they're not covered by the table colourisation, which often looked
2580         awkward.
2581         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2582         <dd>.
2583         (shr-make-table-1): Implement <td colspan=> support.
2584         (shr-insert-document): Use one less than window width if `shr-width' is
2585         nil, since otherwise things may get one character too wide.
2587 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2589         * eww.el (eww-detect-charset): Improve regexp; move backward.
2591 2013-06-18  Glenn Morris  <rgm@gnu.org>
2593         * mm-decode.el (widget-convert-button): Autoload.
2595         * sieve-manage.el (mm-enable-multibyte): Autoload.
2597         * shr.el (libxml-parse-html-region): Declare.
2598         (shr-render-buffer): Explicit error if no libxml2 support.
2600 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2602         * auth-source.el (auth-source-current-line): New function.
2603         (auth-source-netrc-parse-entries): When a data token is "machine",
2604         assume we're in the wrong place and abort parsing the current line.
2606 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2609         (eww-convert-widgets): Don't bug out if the first widget starts at the
2610         beginning of the buffer.
2611         (eww-convert-widgets): Fix last patch.
2612         (eww-tag-input): Support <input type=image>.
2614         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2615         (shr-tag-base): Protect against base specs that are degenerate.
2616         (shr-ensure-paragraph): Don't delete empty lines that have text
2617         properties, because these may be input fields.
2619         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2620         we can navigate to them.
2622         * shr.el (shr-colorize-region): Put the colours over the entire region.
2623         (shr-inhibit-decoration): New variable.
2624         (shr-add-font): Use it to inhibit text property decorations while doing
2625         preliminary table renderings.  This speeds up typical Wikipedia page
2626         renderings by 15%.
2627         (shr-tag-span): Don't respect the <title>, because that overwrites the
2628         help-echo from links inside the spans.
2629         (shr-next-link): Use `help-echo' for navigation, so that we can
2630         navigate to form elements, too.
2632         * eww.el (eww-button): New face.
2633         (eww-convert-widgets): Use it to make submit buttons more button-like.
2635         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2636         that Gnus commands work.
2638         * shr.el (shr-render-td): Support horizontal alignment.
2640         * eww.el (eww-put-color): Removed.
2641         (eww-colorize-region): Use `add-face-text-property'.
2643         * shr.el (shr-add-font): Append face data, so that we get the correct
2644         precedence: The innermost value (which is applied first) wins.
2645         (shr-make-overlay): Obsolete function.
2647         * mm-decode.el (mm-convert-shr-links): New function to convert
2648         new-style shr URL links into widgets.
2649         (mm-shr): Use it.
2651         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2652         widget commands, since we're no longer using widgets for links.
2654         * shr.el (shr-next-link): New command.
2655         (shr-previous-link): New command.
2656         (shr-urlify): Don't use `widget-convert', because that's slow.
2657         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2658         because collecting the overlays and reapplying them when generating
2659         tables is slow.
2660         (shr-insert-table): Ditto.
2662 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2664         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2665         * shr.el (browse-url): Require `url'.
2666         * eww.el (url): Require format-spec.
2668 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670         * eww.el (eww-display-html): Default to using the entire window width.
2671         (eww-browse-url): Don't add a User-Agent header (twice), because that
2672         makes Bing refuse connection.
2674         * shr.el (shr-make-table): Cache the table rendering at the table
2675         level, and not the <td> level.  This is a bit faster.
2677         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2678         #id.
2680         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2681         browsers don't.
2682         (shr-expand-url): Respect #anchor links.
2683         (shr-parse-base): Chop off the anchor before using.
2684         (shr-descend): Respect display: none.
2685         (shr-descend): Allow marking elements that have certain IDs.
2687         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2689         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2691         * eww.el (eww-tag-textarea): Support <textarea>.
2693 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2695         * shr.el (shr-dom-to-xml): Fixed function call.
2697         * eww.el (eww): New group.
2698         (eww-header-line-format): New custom variable.
2699         (eww-current-title): New variable.
2700         (eww-display-html): Update header and handle title tag.
2701         (eww-update-header-line-format): New function.
2702         (eww-tag-title): New function.
2704         * shr.el (shr-dom-to-xml): New function.
2705         (shr-tag-svg): Add support for the SVG tag.
2706         (shr-bullet): New custom variable.
2707         (shr-tag-li): Support custom bullet in unordered lists.
2709 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711         * shr.el (shr-expand-url): Respect // URLs.
2713         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2714         put a background colour onto the entire buffer.
2715         (eww-render): When being redirected, use the redirect URL as the new
2716         base URL.
2718         * shr.el (shr-parse-base): Fix parsing error.
2720         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2722         * shr.el (shr-parse-base): New function.
2723         (shr-expand-url): Use it to expand relative URLs reliably.
2725 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2727         * auth-source.el (auth-source-search-collection): Fix docstring.
2728         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2729         single-quoted strings and multiline entries.
2730         (auth-source-netrc-parse-next-interesting)
2731         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2732         functions to support parser.
2734 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736         * eww.el (eww-submit): Get submit button logic right when hitting RET
2737         on non-submit buttons.
2739         * shr.el: Remove shr-preliminary-table-render, since that can't really
2740         be used for anything in practice.
2742 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2744         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2745         (sieve-manage-quit).
2747 2013-06-14  Glenn Morris  <rgm@gnu.org>
2749         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2751 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2753         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2754         control the maximum size of photo ID image.
2755         (mml2015-epg-key-image-to-string): Respect it.
2757 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2760         instead of the final one so that we can more easily distinguish them.
2762         * eww.el (eww-submit): Compute the submission URL correctly.
2764 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2766         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2767         Use plist-get rather than CL's getf.
2768         (sieve-manage-parse-capability): Avoid CL's remove-if.
2770 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2772         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2773         (sieve-manage-quit).
2775 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2778         last slash.
2780         * eww.el (eww-tag-select): Use the first value as the default value.
2782 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2784         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2785         (eww-mode): Use `define-derived-mode'.
2786         (eww-parse-headers): Parse headers from beginning of buffer so that
2787         file:// links work.
2789 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2791         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2793 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2795         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2796         to handle them at all.
2798 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2801         work, too.
2802         (eww-tag-select): Implement <select>.
2804 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2806         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2807         stream managing functions by using open-protocol-stream to do most of
2808         the work.  Has the nice benefit of enabling STARTTLS.
2809         Wait for capabilities after STARTTLS: following RFC5804, the server
2810         sends new capabilities after successfully establishing a TLS connection
2811         with the client.  The client should update the cached list of
2812         capabilities, but we just ignore the answer for now.
2813         (sieve-manage-network-p, sieve-manage-network-open)
2814         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2815         (sieve-manage-forward, sieve-manage-streams)
2816         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2817         API, nor called by any other function.
2818         Enable Multibyte for SieveManage buffers: The parser won't properly
2819         handle umlauts and line endings unless multibyte is turned on in the
2820         process buffer.
2822 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824         * eww.el (eww-tag-input): Support password fields.
2825         (eww-submit): Support POST.
2827 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829         * eww.el (eww-tag-form): Protect against degenerate forms.
2831         * shr.el (shr-expand-url): Expand URLs that start with a slash
2832         correctly.
2834         * eww.el (eww-submit): Get submit button logic right.
2836         * shr.el (shr-final-table-render): New variable to signal when we're
2837         doing the final table rendering so that we can collect more data at
2838         that point.
2840         * eww.el (eww-submit): Make form submission work.
2841         (eww-tag-input): Implement submit buttons.
2842         (eww-click-radio): Implement radio and checkboxes.
2843         (eww-submit): Handle hidden elements.
2845         * shr.el (shr-descend): Allow other packages to override (or provide)
2846         rendering of elements.
2847         (shr-expand-url): Strip query strings from URLs before expanding them.
2849         * eww.el: Don't require cl-lib.
2850         (eww-tag-form): Start form support.
2852         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2854         * eww.el: Start writing a new, tiny web browser.
2855         (eww-previous-url): New command.
2856         (eww-quit): New command.
2858 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2860         * sieve.el: Put point at beginning of buffer when viewing a script.
2861         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2862         number in sieve-buffer's header.  Fixed code to also work with a string
2863         as port specifier.  Properly close the connection on pressing 'q'.  Make
2864         sieve-manage-quit close the connection and process buffer.  Also, remove
2865         duplicate keybinding for 'q'.
2867 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2869         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2870         make it easier to read.
2871         (mm-pkcs7-enveloped-magic): Ditto.
2873 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2875         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2876         before `image-type-available-p' to avoid loading the image libraries
2877         needlessly.
2879 2013-06-05  David Engster  <deng@randomsample.de>
2881         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2882         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2883         to see whether the group was synced before.
2885 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2887         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2888         when opening the connection.
2889         Suggested by João Távora <joaotavora@gmail.com> in
2890         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2892 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2894         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2895         assume Date header begins with "Date", that may be customized into
2896         something like "X-Sent" using gnus-article-time-format.
2897         (article-transform-date): Allow multi-line Date header.
2899 2013-06-02  David Engster  <deng@randomsample.de>
2901         * registry.el (initialize-instance, registry-lookup)
2902         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2903         (registry-lookup-secondary-value, registry-search, registry-delete)
2904         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2905         not wrap methods in `eval-and-compile'.  This breaks due to latest
2906         changes in EIEIO (introduction of eieio-core.el).
2908 2013-05-30  Glenn Morris  <rgm@gnu.org>
2910         * nnmail.el (nnmail-fancy-expiry-target):
2911         Also bind mail-dont-reply-to-names.
2913         * spam-stat.el (spam-stat-save):
2914         No need to tweak font-lock in temp buffers.
2916         * shr.el (shr-put-image): Silence compiler.
2918 2013-05-29  Glenn Morris  <rgm@gnu.org>
2920         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2922         * gnus-group.el (gnus-sequence-of-unread-articles)
2923         (gnus-summary-add-mark, gnus-mark-article-as-read)
2924         (gnus-group-make-articles-read): Declare.
2926         * gnus-sum.el (gnus-parameter-list-identifier)
2927         (gnus-article-stop-animations, gnus-stop-downloads)
2928         (gnus-article-only-boring-p, article-goto-body)
2929         (gnus-flush-original-article-buffer, article-narrow-to-head)
2930         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2931         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2933         * gnus.el: No need to eval-and-compile autoloads.
2935         * gravatar.el (help-function-arglist): Autoload.
2937         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2939         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2941         * spam.el: No need to load spam-report when compiling.
2942         No need to eval-and-compile autoloads.
2943         (spam-report-resend-to): Declare.
2944         (spam-report-resend-register-routine): Require 'spam-report.
2946 2013-05-24  Julien Danjou  <julien@danjou.info>
2948         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2949         setup.
2951 2013-05-23  Glenn Morris  <rgm@gnu.org>
2953         * gnus-util.el (rmail-swap-buffers-maybe)
2954         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2955         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2956         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2958         * mm-decode.el: No need to load term when compiling.
2959         (term-mode, term-char-mode): Declare.
2961         * mm-util.el: No need to load jka-compr when compiling.
2962         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2964         * nnmaildir.el: Require is automatically eval-and-compile.
2965         (nnmail): Require at run-time too.
2967         * registry.el (registry-size): Move definition before use.
2969 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2971         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2972         signed data to conform the standard.  (Bug#14232)
2974 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2976         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2977         double angle quotation mark.
2979 2013-05-20  Glenn Morris  <rgm@gnu.org>
2981         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2983 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2985         * message.el (message-insert-formatted-citation-line): handle finding
2986         first/lastname when more than 2 names appear.
2988 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2990         * shr.el (shr-tag-span): New function.
2992 2013-05-18  Glenn Morris  <rgm@gnu.org>
2994         * message.el (message-mode): Use message-mode-abbrev-table,
2995         with text-mode-abbrev-table as parent.  (Bug#14413)
2997 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2999         * message.el (message-expand-group): Decode group names.
3001 2013-05-16  Julien Danjou  <julien@danjou.info>
3003         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
3004         app-icon.
3006 2013-05-15  Glenn Morris  <rgm@gnu.org>
3008         * shr-color.el (shr-color-visible-luminance-min)
3009         (shr-color-visible-distance-min): Use shr-color group.
3011 2013-05-11  Glenn Morris  <rgm@gnu.org>
3013         * gnus-vm.el: Make it loadable without VM.
3014         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
3015         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
3017 2013-05-09  Glenn Morris  <rgm@gnu.org>
3019         * mml1991.el: Make it loadable.  (Bug#13456)
3021         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
3022         * gnus-async.el (gnus-async-post-fetch-function):
3023         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
3024         * gnus-html.el (gnus-html-image-cache-ttl):
3025         * gnus-notifications.el (gnus-notifications-timeout):
3026         * gnus-picon.el (gnus-picon-properties):
3027         * gnus-util.el (gnus-completion-styles):
3028         * gnus.el (gnus-other-frame-resume-function):
3029         * message.el (message-user-organization-file)
3030         (message-cite-reply-position):
3031         * nnir.el (nnir-summary-line-format)
3032         (nnir-retrieve-headers-override-function):
3033         * shr-color.el (shr-color-visible-luminance-min):
3034         * shr.el (shr-blocked-images):
3035         * spam-report.el (spam-report-resend-to):
3036         * spam.el (spam-summary-exit-behavior): Fix custom types.
3038         * gnus-salt.el (gnus-selected-tree-face): Fix default.
3040 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3042         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
3043         because of let-binding help-xref-following.  (Bug#14356)
3045 2013-05-06  Glenn Morris  <rgm@gnu.org>
3047         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
3049 2013-05-04  Andrew Cohen  <cohen@bu.edu>
3051         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
3052         entering into the registry.
3054 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3056         * gnus.el: Ma Gnus v0.7 is released.
3058 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3060         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
3061         (Bug#14304)
3063 2013-04-27  Glenn Morris  <rgm@gnu.org>
3065         * gnus.el (gnus-list-debbugs):
3066         Use require rather than autoload.  (Bug#14262)
3068 2013-04-27  Julien Danjou  <julien@danjou.info>
3070         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
3071         port to "sieve" now that it has an official IANA port assigned.
3073 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3075         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
3076         Don't set the MAILHOST environment variable permanently (Bug#14271).
3078 2013-04-26  Glenn Morris  <rgm@gnu.org>
3080         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
3082 2013-04-25  Andrew Cohen  <cohen@bu.edu>
3084         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
3085         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
3087 2013-04-24  Andrew Cohen  <cohen@bu.edu>
3089         * nnir.el (nnir-close-group): Make sure we are in the right group.
3091         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
3092         dependency table from all newly retrieved headers.
3094 2013-04-16  David Edmondson  <dme@dme.org>
3096         Support <img src="data:...">.
3098         * shr.el (shr-image-from-data): New function.
3099         (shr-tag-img): Use it.
3101 2013-04-14  Andrew Cohen  <cohen@bu.edu>
3103         * nnir.el (nnir-request-set-mark): Make sure we are in the right
3104         group.
3106 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3108         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
3109         corresponding to any existing group (Bug#14166).
3111 2013-04-10  Andrew Cohen  <cohen@bu.edu>
3113         * nnir.el (number-sequence): No longer used.
3114         (nnir-request-set-mark): New function.
3115         (nnir-request-update-info): Improve marks updating.
3116         (nnir-request-scan): Don't duplicate marks updating.
3117         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
3118         Use 'assq rather than 'assoc.  Quote anonymous function.
3119         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
3120         Use 'gnus-group-prefixed-p.
3121         (gnus-summary-create-nnir-group): Make sure server for method is open.
3123 2013-04-04  Andrew Cohen  <cohen@bu.edu>
3125         * nnir.el (gnus-nnir-group-p): New function.
3126         (nnir-possibly-change-group): Use it.
3128         * gnus-msg.el (gnus-setup-message): Use it.
3130 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3132         * mml.el (mml-minibuffer-read-description): Use `default' insted of
3133         `initial-input' for the argument name.
3134         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3136 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
3138         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
3139         (used by MH-E).
3141 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3143         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3144         group.
3146         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3147         fix compilation.
3149 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3151         * nnir.el (nnir-method-default-engines): And another typo.
3153 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3155         * nnir.el (nnir-method-default-engines): Fix typo.
3157 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3159         * nnir.el: Define 'number-sequence for xemacs.
3160         (gnus-summary-create-nnir-group): New function to create an nnir group
3161         from an nnir summary buffer based on the current query.
3162         (nnir-request-create-group): Update to allow nnir group creation based
3163         on the current query.
3165 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3167         * nndraft.el (nndraft-request-expire-articles):
3168         Make expiry target always `delete'.
3170 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3172         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3173         buffer use the posting-style and gcc of the original article group.
3174         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3176         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3177         after other deffoos.
3179 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3181         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3182         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3183         support for real (i.e. not ephemeral) nnir groups.
3184         (gnus-summary-make-nnir-group): New function for initiating searches
3185         from a summary buffer.
3187 2013-03-18  Sam Steingold  <sds@gnu.org>
3189         * message.el (message-bury): Minor cleanup.
3191 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3193         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3195 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3197         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3198         nnml-request-list.  (Bug#13873)
3199         (nndir-request-newsgroups): Remove, unused.
3201         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3203 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3205         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3206         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3207         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3209 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3211         * shr.el: Make all the overlays set the `evaporate' property so that
3212         they're removed properly.
3214 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3216         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3217         shell-quote-argument.
3219 2013-02-22  David Engster  <deng@randomsample.de>
3221         * gnus-registry.el (gnus-registry-save): Provide class name when
3222         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3223         `condition-case' to stay compatible with older EIEIO versions which
3224         only accept one argument.
3226 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3228         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3229         (epg-user-id-validity): Autoload.
3230         (mml2015-epg-check-user-id): New function.
3231         (mml2015-epg-check-sub-key): New function split from
3232         mml2015-epg-find-usable-key.
3233         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3234         optional name-is-key-id, to handle the case when user-id is unusable.
3235         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3237 2013-02-17  Glenn Morris  <rgm@gnu.org>
3239         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3241 2013-02-16  Glenn Morris  <rgm@gnu.org>
3243         * shr.el (shr-put-image): Only animate images that specify a delay.
3244         This is consistent with the old image-animated-p behavior.
3246 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3248         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3249         for XEmacs.
3251 2013-02-13  Juri Linkov  <juri@jurta.org>
3253         * gnus-art.el (gnus-article-mode-map):
3254         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3255         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3257 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3259         * auth-source.el (auth-source-format-prompt): Don't get confused by
3260         any "\" in replacement text.  (Bug#13637)
3262 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3264         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3265         (gnus-backend-trace): Honour gnus-backend-trace.
3267         * mml.el (mml-insert-part): Insert closing tag.
3269         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3271 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3274         able to find the article, which can happen in debbugs groups,
3275         apparently.
3277 2013-01-16  Glenn Morris  <rgm@gnu.org>
3279         * smiley.el (smiley-style): Make the file loadable in batch mode.
3281 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3283         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3284         imap process running.
3286 2013-01-14  Julien Danjou  <julien@danjou.info>
3288         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3289         Compare addresses against addresses, not against the full From field.
3291 2013-01-13  Richard Stallman  <rms@gnu.org>
3293         * message.el (message-forward-make-body-mime): New args BEG, END
3294         specify what part of FORWARD-BUFFER to use.  Do the work directly
3295         instead of calling `mml-insert-buffer'.
3297 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3299         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3300         cross-reference(s).
3302         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3303         cross-reference(s).
3305 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3307         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3308         and point-max-marker.
3309         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3311 2013-01-11  Julien Danjou  <julien@danjou.info>
3313         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3314         max are almost equal.  Also return the correct value for V which is
3315         already between 0 and 1.
3317 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3319         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3320         to mml2015-encrypt-to-self.
3321         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3323 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3325         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3326         mml-smime-epg-find-usable-secret-key.
3328 2013-01-08  Glenn Morris  <rgm@gnu.org>
3330         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3332 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3334         * mml-smime.el: Support signing by sender.
3335         Requested by Uwe Brauer.
3336         (mml-smime-sign-with-sender): New user option analogous
3337         to mml2015-sign-with-sender.
3338         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3339         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3340         mml2015.el.
3342 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3345         isn't running, because Gnus will probably not know how to handle the
3346         Gcc header (bug#11941).
3348         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3349         articles.
3351 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3354         (nnfolder-generate-active-file): Make this function work with recursive
3355         folder names.
3357 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3359         * nntp.el (nntp-open-connection): Use HELP as the capability command
3360         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3361         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3363 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3365         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3366         place holder since this gives `Invalid face reference: nil' messages.
3367         Use the `default' face instead.  It has the same effect here, even
3368         though it is not no-op.
3370         * gnus-util.el
3371         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3373 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3375         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3376         non-string posting styles (bug#13285).
3378 2012-12-27  Glenn Morris  <rgm@gnu.org>
3380         * plstore.el (plstore-passphrase-callback-function):
3381         Use plstore-get-file.
3383 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3385         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3386         stderr.
3388 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3390         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3392         * gnus-compat.el (set-buffer-multibyte): Remove.
3394 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3396         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3397         temporary file to get PGP key image.  Pass no-show-photos when
3398         extracting image to avoid having it pop up twice.
3400 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3402         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3403         eligible for treatment.
3405         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3406         lines.  This makes summary commands with hidden threads work more
3407         reliably.
3409         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3410         button to mark the hidden citations (bug#9395).
3412 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3414         * mml2015.el (mml2015-epg-signature-to-string): New function.
3415         (mml2015-epg-verify-result-to-string): New function.
3416         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3417         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3418         instead of epg-verify-result-to-string.
3419         (epg-signature-key-id, epg-signature-to-string): Autoload.
3420         (epg-verify-result-to-string): Remove autoload.
3422 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3424         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3425         ID image from GPG public key.
3426         (mml2015-epg-key-image-to-string): New function.
3428 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3430         * plstore.el (plstore-passphrase-callback-function): Fix error when
3431         error when plstore-cache-passphrase-for-symmetric-encryption is set
3432         (bug#13264).
3434 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3436         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3437         buffer to the article buffer here, because that clobbers multiple
3438         article buffers.
3440         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3441         buffer always points to the right summary buffer.
3443 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3445         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3446         the password (bug#12097).
3448 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3450         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3451         (bug#13263).
3453         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3454         buffer exists before using it (bug#12475).
3456         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3457         offline groups (bug#11937).
3459         * message.el (message-yank-original): When using customize to set the
3460         value of `message-cite-style', the variable it set to a symbol that's
3461         the name of the variable, which must then be dereferenced (bug#12616).
3463 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3465         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3466         the `face' property with a list whose car is the face specified in the
3467         format string and whose cdr is (nil).
3468         * lisp/gnus-util.el
3469         (gnus-put-text-property-excluding-characters-with-faces):
3470         Change accordingly.
3471         (gnus-get-text-property-excluding-characters-with-faces): New function.
3472         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3473         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3474         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3476 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3478         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3479         login methods.
3480         (nnimap-login): Respect the `nnimap-authenticator' variable.
3482         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3483         mark state when moving articles.  Otherwise unticked articles will get
3484         their ticks back after moving.
3486 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3488         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3490         * message.el (message-ignored-news-headers): Always remove
3491         X-Message-SMTP-Method to avoid information leakage if the user
3492         mistakenly inserts the header into news messages.
3494         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3496         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3497         right than four characters, this command would move point to
3498         `point-max'.  Don't do that.
3500         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3501         to nil to allow re-selecting groups that gain articles.
3502         (gnus-bug-group-download-format-alist): Update the URL.
3504 2012-12-23  Andreas Schwab  <schwab@suse.de>
3506         * shr.el (shr-tag-em): Render em as italic, not bold.
3508 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3510         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3511         for reuse.
3512         (gnus-open-server): Use it to add more tracing.
3513         (gnus-finish-retrieve-group-infos): Add backend tracing.
3514         (gnus-backend-trace): Also note the elapsed seconds.
3516 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3518         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3519         Set epa-file-encrypt-to from variable to avoid querying.
3521 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3523         * sieve-mode.el (sieve-font-lock-keywords):
3524         Keywords should be word delimited.  (Bug#13173)
3526 2012-12-13  Andreas Schwab  <schwab@suse.de>
3528         * tls.el (tls-program): Update customize type.
3530 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3532         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3533         instead of <pre> to align message header.
3535 2012-12-12  Sam Steingold  <sds@gnu.org>
3537         * gnus.el (gnus-other-frame-resume-function): Add user option.
3538         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3540 2012-12-06  Sam Steingold  <sds@gnu.org>
3542         * gnus-start.el (gnus-before-resume-hook): Add.
3543         (gnus-1): Run it when Gnus is alive.
3545 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3547         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3548         * gnus-art.el (article-unsplit-urls)
3549         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3550         * gnus-registry.el (gnus-registry-get-article-marks)
3551         * message.el (message-goto-body): Use it.
3552         (message-called-interactively-p): Remove.
3554         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3555         (spam-stat-score-buffer): Use it.
3557         * spam.el: Silence the warnings against BBDB functions when compiling.
3559         * gnus-score.el (gnus-score-decode-text-parts):
3560         Use append+mapcar instead of the cl function mapcan.
3562 2012-12-05  Sam Steingold  <sds@gnu.org>
3564         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3565         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3566         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3568 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3570         * gmm-utils.el (gmm-called-interactively-p): Revert.
3571         This seems to cause Emacs to get stuck!
3572         * gnus-art.el (article-unsplit-urls)
3573         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3574         * gnus-registry.el (gnus-registry-get-article-marks)
3575         * message.el (message-goto-body)
3576         (message-called-interactively-p): Revert.
3578         * gmm-utils.el (gmm-called-interactively-p): New function.
3579         * gnus-art.el (article-unsplit-urls)
3580         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3581         * gnus-registry.el (gnus-registry-get-article-marks)
3582         * message.el (message-goto-body): Use it.
3583         (message-called-interactively-p): Remove.
3585         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3586         * gnus-sync.el (gnus-sync-lesync-call)
3587         * message.el (message-read-from-minibuffer): Use it.
3589 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3591         * gmm-utils.el (gmm-flet): Remove.
3592         * gnus-sync.el (gnus-sync-lesync-call)
3593         * message.el (message-read-from-minibuffer): Don't use it.
3595 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3597         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3599 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3601         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3603         * gnus-sync.el (gnus-sync-lesync-call)
3604         * message.el (message-read-from-minibuffer): Use gmm-flet.
3606         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3608         * gnus-util.el (gnus-macroexpand-all): Remove.
3610 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3612         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3613         to TAB, not [tab].
3614         (gnus-summary-article-map): Likewise.
3616         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3617         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3619 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3621         * time-date.el: Commentary fix.
3623 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3625         * color.el: Don't require cl.
3626         (color-complement): `caddr' -> `nth 2'.
3628         * time-date.el (time-to-seconds): De-obsolete.
3630 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3632         * message.el (message-get-reply-headers):
3633         Make sure the reply goes to the author if it is a wide reply.
3635 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3637         * gnus-score.el (gnus-score-body):
3638         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3639         scoring by body.
3641 2012-11-16  Glenn Morris  <rgm@gnu.org>
3643         * gnus-diary.el (nndiary-request-create-group-functions)
3644         (nndiary-request-update-info-functions)
3645         (gnus-subscribe-newsgroup-functions)
3646         (nndiary-request-accept-article-functions):
3647         Use new names for hooks rather than obsolete aliases.
3649 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3651         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3653 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3655         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3656         in meta tag with the one the part specifies in its header.
3658 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3660         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3661         by default.
3663 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3665         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3666         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3668 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3670         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3671         and a runtime function for it, of which the XEmacs version takes only
3672         two arguments.
3674 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3676         * nndiary.el (nndiary-request-create-group-functions)
3677         (nndiary-request-update-info-functions)
3678         (nndiary-request-accept-article-functions):
3679         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3680         "-hooks" suffix.
3682 2012-10-19  Julien Danjou  <julien@danjou.info>
3684         * gnus-art.el: Require gnus-util because it uses
3685         `gnus-timer--function'.
3687 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3689         * starttls.el (starttls-extra-arguments): Doc fix.
3691 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3694         it.
3696 2012-10-06  Glenn Morris  <rgm@gnu.org>
3698         * gnus-notifications.el (gnus-notifications):
3699         Add missing group :version tag.
3700         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3701         (gnus-gcc-post-body-encode-hook):
3702         * gnus-sync.el (gnus-sync-lesync-name)
3703         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3705 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3707         * color.el (color-hsl-to-rgb): Fix incorrect results for
3708         small and large hue values.  (Bug#12559)
3710 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3712         New UIDL implementation.
3714         * mail-source.el (mail-sources, mail-source-keyword-map):
3715         Add :leave as a pop3 keyword.
3716         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3718         * pop3.el (pop3-leave-mail-on-server): Allow number.
3719         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3720         (pop3-movemail): Add UIDL support.
3721         (pop3-send-streaming-command): Take a list of mail numbers instead of
3722         the number of mails.
3723         (pop3-write-to-file): Add X-UIDL header.
3724         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3725         (pop3-uidl-add-xheader): New functions.
3727         * message.el (message-ignored-resent-headers):
3728         Add X-Content-Length and X-UIDL headers.
3730 2012-10-05  Glenn Morris  <rgm@gnu.org>
3732         * color.el (color-name-to-rgb, color-rgb-to-hex)
3733         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3734         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3735         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3736         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3738 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3740         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3741         a user about whether to delete temp files if once a user answered as n.
3743 2012-09-25  Chong Yidong  <cyd@gnu.org>
3745         * password-cache.el (password-read-and-add): Use a declare form to mark
3746         this function obsolete.
3748 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3750         * lpath.el: Bind mail-encode-mml for old Emacsen.
3752 2012-09-17  Richard Stallman  <rms@gnu.org>
3754         * message.el (message-in-body-p): Don't set mark or modify buffer.
3756         * mml.el (mml-attach-file): Doc fix.
3757         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3758         Set mail-encode-mml when in Mail mode.
3759         Simplify code to set HEAD and move back to HEAD.
3760         (mml-insert-multipart, mml-insert-part):
3761         Set mail-encode-mml when in Mail mode.
3763 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3765         * gnus-util.el (gnus-timer--function): New function.
3767         * gnus-art.el (gnus-article-stop-animations): Use it.
3769 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3771         Fix glitches caused by addition of psec to timers.
3772         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3773         rather than raw access to timer vector.
3775 2012-09-11  Julien Danjou  <julien@danjou.info>
3777         * gnus-notifications.el (gnus-notifications): Check for nil values in
3778         ignored addresses check.
3780 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3782         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3784 2012-09-07  Chong Yidong  <cyd@gnu.org>
3786         * gnus-util.el
3787         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3789         * gnus-salt.el (gnus-tree-highlight-node):
3790         * gnus-sum.el (gnus-summary-highlight-line):
3791         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3793 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3795         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3797 2012-09-06  Juri Linkov  <juri@jurta.org>
3799         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3800         scheme for buffer names to be more consistent with other group and
3801         article buffer names in Gnus.
3803 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3805         * gnus-util.el
3806         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3808         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3809         Jenkner.
3811         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3813         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3815         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3817 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3819         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3820         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3822         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3823         string-prefix-p in Emacs >=23.2.
3825         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3826         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3827         instead of string-match-p.
3828         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3830 2012-09-06  Kenichi Handa  <handa@gnu.org>
3832         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3833         lowercase a..f.
3835 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3837         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3839 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3841         * nnimap.el (nnimap-request-move-article): Decode the group name when
3842         doing internal moves to avoid charset issues.
3844         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3845         TIME is set.
3847 2012-09-05  Juri Linkov  <juri@jurta.org>
3849         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3850         than one group at a time (bug#11961).
3852 2012-09-05  Julien Danjou  <julien@danjou.info>
3854         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3855         this hide the real reason with a message giving absolutely no hint.
3857 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3859         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3860         to the backend (bug#11804).
3862         * message.el (message-insert-newsgroups): Don't insert newsgroup
3863         duplicates (bug#12275).
3865 2012-09-05  John Wiegley  <johnw@newartisans.com>
3867         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3868         sieve rules.
3870 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3872         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3873         function.
3875         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3877         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3879 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3881         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3882         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3883         This should make nnmaildir more usable with offlineimap.
3885 2012-09-05  Julien Danjou  <julien@danjou.info>
3887         * nnimap.el (nnimap-request-list): Revert change that made listing
3888         synchronous.
3889         (nnimap-get-responses): Restore.
3891 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3893         * dgnushack.el: XEmacs 21.5 compilation fix.
3895         * gnus-notifications.el (gnus-notifications-notify): Use it.
3897         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3898         warnings on XEmacs.
3900 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3902         Better seeds for (random).
3903         * gnus-sync.el (gnus-sync-lesync-setup):
3904         * message.el (message-canlock-generate, message-unique-id):
3905         Change (random t) to (random), now that the latter is more random.
3907 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3909         * nnimap.el (nnimap-change-group): Document result value
3911         * auth-source.el (auth-sources): Fix macos keychain access.
3913         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3914         allow the backend `request-head' function to determine the group
3915         name on its own.
3916         (gnus-request-expire-articles): Filter out negative article numbers
3917         during expiry (Bug#11980).
3919         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3920         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3922         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3923         you've found the article when you haven't.
3925         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3926         that nnimap-change-group can return t.
3928 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3930         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3932 2012-08-30  Julien Danjou  <julien@danjou.info>
3934         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3935         `gnus-notifications-timeout'.
3936         (gnus-notifications-timeout): Add.
3937         (gnus-notifications-action): New function.
3938         (gnus-notifications-notify): Add :action using
3939         `gnus-notifications-action'.
3940         (gnus-notifications-id-to-msg): New variable.
3941         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3942         notifications id to messages.
3944 2012-08-30  Kenichi Handa  <handa@gnu.org>
3946         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3947         once.
3949 2012-08-29  Julien Danjou  <julien@danjou.info>
3951         * gnus-notifications.el: New file.
3952         (gnus-notifications-notify): New function.
3953         (gnus-notifications): Use `gnus-notifications-notify'.
3955 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3957         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3958         transfer encoding first; bind gnus-newsgroup-charset to the charset
3959         that the article specifies (Bug#12209).
3961 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3963         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3964         (gnus-group-customize-done): Encode values posting-style holds.
3966         * gnus-msg.el (gnus-summary-resend-message)
3967         (gnus-configure-posting-styles): Decode values posting-style group
3968         parameter holds.
3970 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3972         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3973         `name' and `address' in Resent-From header.
3975 2012-08-14  Chong Yidong  <cyd@gnu.org>
3977         * gnus-art.el (article-display-face): Handle failure in
3978         gnus-create-image (Bug#11802).
3980 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3982         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3983         Use defsetf.
3985 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3987         * auth-source.el (auth-source-plstore-search)
3988         (auth-source-secrets-search): Ignore :require and :type in search spec.
3990 2012-08-06  Julien Danjou  <julien@danjou.info>
3992         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3993         `nnimap-request-move-article'.
3995         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3996         Remove autoload, already handled by gnus.el.
3998         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
4000         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
4001         supported by nnimap actually.  Reverts previous change.
4003         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
4004         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
4005         to-buffer argument that is already supported.
4007 2012-08-05  Julien Danjou  <julien@danjou.info>
4009         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
4010         Add autoload.
4012 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4014         * gnus.el (gnus-valid-select-methods): Fix custom type.
4016 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
4018         * auth-source.el (auth-sources, auth-source-backend-parse)
4019         (auth-source-macos-keychain-search)
4020         (auth-source-macos-keychain-search-items)
4021         (auth-source-macos-keychain-result-append)
4022         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
4023         auth-source.el through the /usr/bin/security utility.
4024         (auth-sources): Fix syntax error.
4025         (auth-source-macos-keychain-result-append): Fix variable name.
4026         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
4028 2012-07-27  Julien Danjou  <julien@danjou.info>
4030         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
4031         Emacs < 24.1
4033 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4035         * message.el (message-kill-address): Don't kill last newline.
4036         (message-skip-to-next-address): Don't move to the next header.
4037         (message-fill-field-address): Work properly.
4039 2012-07-25  Julien Danjou  <julien@danjou.info>
4041         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
4043 2012-07-24  Julien Danjou  <julien@danjou.info>
4045         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
4047         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
4048         (nntp-async-timer-handler): Remove, unused.
4050         * nnimap.el (nnimap-get-responses): Remove, unused.
4052         * nnheader.el (mail-header-set-extra): Remove, unused.
4054         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
4055         unused.
4057         * mm-view.el (mm-view-sound-file): Remove, unused.
4059         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
4060         (mm-url-encode-multipart-form-data): Remove, unused.
4062         * message.el (message-remove-signature, message-make-host-name)
4063         (message-fill-address): Remove, unused.
4065         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
4066         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
4067         unused.
4069         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
4070         (gnus-xmas-call-region): Remove, unused.
4072         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
4074         * gnus-util.el (gnus-extract-address-component-name)
4075         (gnus-extract-address-component-email, gnus-sortable-date)
4076         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
4077         (gnus-process-live-p): Remove, unused.
4079         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
4081         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
4082         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
4083         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
4084         function.
4086         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
4088         * gnus-score.el (gnus-summary-score-crossposting)
4089         (gnus-score-regexp-bad-p): Remove, unused.
4091         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
4093         * gnus-range.el (gnus-sublist-p): Remove, unused.
4095         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
4096         unused.
4098         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
4100         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
4101         (gnus-request-associate-buffer): Remove, unused.
4103         * gnus-group.el (gnus-group-set-method-info)
4104         (gnus-group-set-params-info): Remove, unused.
4106         * gnus-fun.el (gnus-shell-command-to-string)
4107         (gnus-shell-command-on-region): Remove, unused.
4109         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
4111         * gnus-art.el (gnus-article-text-type-exists-p)
4112         (article-translate-characters, gnus-article-hide-text-of-type)
4113         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
4114         Remove, unused.
4116 2012-07-22  Andrew Cohen  <cohen@bu.edu>
4118         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
4120 2012-07-21  Julien Danjou  <julien@danjou.info>
4122         * message.el (message-dont-reply-to-names): Replace deprecated
4123         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
4124         (message-get-reply-headers): Ditto.
4126 2012-07-18  Julien Danjou  <julien@danjou.info>
4128         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
4129         `sieve-upload-and-kill'.
4131         * sieve.el (sieve-bury-buffer): Remove function.
4132         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
4133         (sieve-upload-and-kill): New function, mapped to C-c C-c.
4135 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4137         * shr.el (shr-expand-url): Handle URL starting with `//'.
4139 2012-07-13  Chong Yidong  <cyd@gnu.org>
4141         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4142         instead of calling toggle-read-only with a (bogus) argument.
4144 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4146         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4147         of initial input when reading the author to restrict the summary to.
4149 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4151         * mm-decode.el (mm-shr):
4152         Allow overriding charset by mm-charset-override-alist.
4154 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4156         * gnus-art.el (gnus-article-view-part):
4157         Toggle subparts of multipart/alternative part.
4159 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4161         * shr.el (shr-render-buffer): New command.
4162         (shr-visit-file): Use it.
4164 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4166         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4167         Set no-byte-compile and no-update-autoloads.
4169 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4171         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4173 2012-06-25  Julien Danjou  <julien@danjou.info>
4175         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4176         `nnimap-request-move-articles-find-limit' since we do not use it only
4177         for move operations.
4178         (nnimap-request-accept-article): Use
4179         `nnimap-request-articles-find-limit' to limit search by message-id.
4181 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4183         Support higher-resolution time stamps (Bug#9000).
4185         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4186         VARLIST.  It's optional, for backward compatibility.
4187         (encode-time-value): New optional arg PICO.  New type 3.
4188         (time-to-seconds) [!float-time]: Support the new picoseconds
4189         component if it's used.
4190         (seconds-to-time, time-subtract, time-add):
4191         Support ps-resolution time stamps as well.
4193 2012-06-19  Julien Danjou  <julien@danjou.info>
4195         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4197         * nnimap.el (nnimap-log-buffer): Check that
4198         `window-point-insertion-type' is boundp, since it's not available in
4199         XEmacs.
4201 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4203         * nnimap.el (nnimap-log-buffer): Add this, setting
4204         `window-point-insertion-type' in the buffer to t.
4205         (nnimap-log-command): Use nnimap-log-buffer.
4207 2012-06-19  Julien Danjou  <julien@danjou.info>
4209         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4210         argument to be able to limit the search.
4211         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4212         (nnimap-request-move-articles-find-limit): Add this to limit the search
4213         by Message-Id after a message move.
4214         (nnimap): Add defgroup.
4216 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4218         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4220 2012-06-15  Julien Danjou  <julien@danjou.info>
4222         * nnimap.el (nnimap-find-article-by-message-id): Use
4223         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4224         (nnimap-possibly-change-group): Add read-only argument.
4225         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4226         issuing EXAMINE manually.
4227         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4228         with read-only argument.
4229         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4230         cannot possibly change because we need to be sure that it's either
4231         read-write or read-only.
4233 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4235         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4236         being bound to a lambda form.
4238 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4240         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4241         articles when fetch-old is non-nil (bug#11370).
4243 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4245         * gnus-picon.el (gnus-picon-properties): New defcustom.
4246         (gnus-picon-create-glyph): Use it.
4248 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250         * gnus-group.el (gnus-group-get-new-news): Respect
4251         `gnus-group-use-permanent-levels', as documented (bug#11638).
4253 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4255         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4256         groups (bug#11641).
4258 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4260         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4261         is an integer to avoid later problems.
4263 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4266         locales.
4268         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4269         on a handle.
4271         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4272         address as the default.
4273         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4275         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4276         makes no sense to query the user about internal files.
4278         * gnus-spec.el: Remove all the byte-compilation stuff, since
4279         benchmarking shows that it doesn't help when entering large summary
4280         buffers.
4282         * gnus-xmas.el (gnus-xmas-define): Remove.
4284         * gnus-util.el (gnus-byte-code): Remove.
4286         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4287         grouplens stuff.
4289 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4292         (bug#11514).
4294 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4296         * message.el (message-buffers): Return all buffers derived from Message
4297         to make `gnus-dired-attach' work with mu4e.
4299 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4301         * nntp.el: Stop the `letf' madness.
4302         (nntp--report-1): New var.
4303         (nntp-report): Merge nntp-report-1 into it.
4304         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4305         the nntp-report function.
4307         * auth-source.el: Fix comment-style to follow the convention.
4309 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4311         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4312         (mm-dissect-singlepart): Don't guess the MIME type of
4313         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4314         set.
4315         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4316         toplevel MIME type is multipart/encrypted.
4318 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4320         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4321         a string so that Gcc works (bug#11514).
4323 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4325         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4326         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4328 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4330         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4331         jumping to *Server* from a dedicated *Group* window.
4332         (gnus-configure-frame): CSE.
4334         * gnus-registry.el: Minor style cleanup.
4335         (gnus-registry--set/remove-mark): New function, extracted from
4336         gnus-registry-install-shortcuts.
4337         (gnus-registry-install-shortcuts): Use it.
4339 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4341         * nnspool.el (news-path): Use eval-and-compile.
4343 2012-05-24  Glenn Morris  <rgm@gnu.org>
4345         * nnspool.el (news-directory, news-path, news-inews-program):
4346         Move here from paths.el.  Don't see a need for these to be autoloaded.
4348         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4349         Merge in doc from paths.el version.  Don't see any need for this to be
4350         autoloaded, or for the warning about users not setting it.
4352 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4354         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4355         format.  In particular, add an optional argument and a docstring.
4357         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4359         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4360         current before calling `gnus-groups-to-gnus-format'.
4361         Note that this was already the case for `gnus-active-to-gnus-format'.
4363 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4365         Fix minor Y10k bug.
4366         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4368 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4371         message once it's actually open.
4373 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4375         * gnus.el: Ma Gnus v0.5 is released.
4377 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4379         * auth-source.el (auth-source--aput-1, auth-source--aput)
4380         (auth-source--aget): New functions and macros.
4381         Use them instead of aput/aget.
4383 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4385         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4387 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4389         * plstore.el (plstore-called-interactively-p): New compat macro copied
4390         from message.el.
4391         (plstore-mode): Use it.
4393 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4395         * plstore.el: Revive the editing feature.
4396         (plstore-mode): New mode to edit plstore file.
4397         (plstore-mode-toggle-display, plstore-mode-original)
4398         (plstore-mode-decoded): New command.
4399         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4400         (plstore--insert-buffer, plstore--make): New function.
4401         (plstore-open, plstore-save): Simplify by using them.
4403 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4405         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4407 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4409         * tls.el (open-tls-stream): Remove unused binding.
4411 2012-04-16  Glenn Morris  <rgm@gnu.org>
4413         * nndraft.el (nndraft-request-list): Fix declaration.
4415 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417         * mm-decode.el (mm-dissect-buffer): Doc fix.
4419         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4420         don't have a current group.
4422         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4423         buffer if it doesn't exist.
4425         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4426         given, mark the group as ephemeral with the current window conf.
4428         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4429         buffer exists, which it doesn't if we haven't started Gnus.
4430         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4432 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4434         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4435         type is.
4437         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4438         `unexists' entries.
4439         (gnus-clean-old-newsrc): Fix last checkin.
4441         * nnimap.el (nnimap-update-info): None of the articles below the active
4442         low-water mark exist.
4444         * dgnushack.el: Get rid of XEmacs compilation warning.
4446         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4447         would have gotten if we posted to the group, and use that to compare
4448         against the message we want to cancel (bug#10808).
4450         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4451         on XEmacs.
4453 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4455         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4456         `scroll-margin'.
4458 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4460         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4461         citation prefix within a block of cited text should be considered part
4462         of that block *only* if it is a blank line.
4464 2012-04-09  Chong Yidong  <cyd@gnu.org>
4466         * binhex.el, hashcash.el, uudecode.el:
4467         Remove * characters from the front of variable docstrings.
4469 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4471         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4472         before kinsoku-bol characters nor within kinsoku-eol characters.
4474 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4476         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4477         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4478         (gnus-sync-read): Use mapc instead of mapcar.
4480         * mm-archive.el: Require mm-decode for some macros.
4481         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4482         the byte compiler.
4483         (mm-archive-decoders): New function that returns the value of
4484         the mm-archive-decoders variable.
4486         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4487         instead.
4488         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4490         * nnimap.el (gnus-refer-thread-use-nnir):
4491         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4493 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4497 2012-03-12  Peter Münster  <pmrb@free.fr>
4499         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4500         (gnus-demon-cancel): Ditto.
4501         (gnus-demon-run-callback): When function cannot be called due to low
4502         idleness, call it when idleness reaches the expected value, instead of
4503         waiting another timer period.
4504         (gnus-demon-init): Add `time' to arguments of call-back.
4506 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4510         * gnus.el: Register gnus-registry functions.
4512         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4513         indent.
4515         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4516         enabled before warping.
4518 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4520         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4521         registry about each article retrieved.
4523         * gnus-int.el (gnus-select-group-with-message-id): New function.
4524         (gnus-try-warping-via-registry): Ditto.
4525         (gnus-warp-to-article): Fall back on the registry.
4527 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4529         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4530         inboxes.
4532 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4536 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4538         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4539         gnus-gcc-self-resent-messages may be a group parameter.
4540         (gnus-summary-resend-message): Don't encode encoded words in header
4541         when Gcc'ing resent message.
4543 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545         * shr.el (shr-insert): Treat non-breaking space just like normal
4546         space.  This seems to produce more pleasing results.
4547         (shr-insert): Only insert a blank line if we're starting from an image.
4548         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4549         (shr-ensure-paragraph): Consider lines with white space to be blank.
4551 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4553         * Makefile.in: Respect DESTDIR.
4555 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4557         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4558         and gnus-gcc-post-body-encode-hook.
4560 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4563         messages that don't exist.
4565         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4567 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4569         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4570         Remove.
4572         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4574         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4576 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4579         have a group name.
4581         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4582         a multibyte buffer (bug#7410).
4583         (article-wash-html): Parse the original article buffer to get the
4584         unencoded data (bug#7410).
4586         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4587         .newsrc.el files.
4589 2012-04-05  Bastien Guerry  <bzg@altern.org>
4591         * color.el (color-lighten-name): Fix typo.
4593 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4595         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4596         "#" to avoid having them interpreted as comments.
4598 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600         * shr.el (shr-insert): Update the text state properly to avoid
4601         inserting spurious paragraph starts.
4603 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605         * shr.el (shr-table-widths): Divide the extra width more fairly over
4606         the TDs (bug#10973).
4607         (shr-render-td): Don't delete too much padding.
4608         (shr-natural-width): Compute the natural width more correctly.
4609         (shr-insert): Allow the natural width to be computed for tables again.
4610         (shr-tag-table-1): Rework how the natural widths are computed by
4611         rendering the table a third time.
4612         (shr-natural-width): Removed.
4613         (shr-buffer-width): New function.
4614         (shr-expand-newlines): Use it.
4616         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4617         using a `gnus-use-full-window' setup (bug#11013).
4619 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4621         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4622         24.1 release.
4624 2012-03-10  David Edmondson  <dme@dme.org>
4626         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4627         'Forwarded Message' header and the start of the message.
4629 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4631         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4632         isn't running (bug#10897).
4634 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4637         This is inconsistent with all the other stream functions, which leave
4638         the setting up to the higher levels (if so wanted) (bug#10931).
4640 2012-02-28  Glenn Morris  <rgm@gnu.org>
4642         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4643         mm-decode.el: Standardize possessive apostrophe usage.
4645 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4649 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4651         * parse-time.el (parse-time-string): Allow extractor to return nil.
4653 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4655         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4657 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4659         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4661 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4663         * mm-decode.el (mm-shr): Remove "soft hyphens".
4665         * nnimap.el (nnimap-request-list): Return the group names encoded as
4666         utf8.  Otherwise non-European group names don't work.
4667         (nnimap-request-newgroups): Ditto.
4669         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4670         the default in `read-string' (bug#10757).
4672         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4673         topics (bug#10843).
4675         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4676         buffer.  Suggested by Herbert Valerio Riedel.
4677         (nnimap-request-move-article): Delete the message from the correct IMAP
4678         server.
4680 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4682         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4683         Reported by Peter Münster.
4685 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4687         * shr.el (shr-image-fetched): Make sure we really kill the right
4688         buffer.
4690 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4692         * gnus-start.el (gnus-1): Avoid duplicate entries.
4694 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4696         * imap.el: Remove.
4698         * nntp.el (nntp-coding-system-for-read): Remove.
4699         (nntp-coding-system-for-write): Ditto.
4700         (nntp-open-connection): Just use `binary' directly.
4702         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4703         Gnus 0.3.
4705 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4707         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4708         application/octet-stream parts really is.
4710         * gnus-sum.el (gnus-propagate-marks): Remove.
4712 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4714         * shr.el (shr-rescale-image): Undo previous change; see
4715         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4717 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4719         * gnus.el: Ma Gnus v0.3 is released.
4721 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4723         * gnus-sum.el (gnus-summary-local-variables): Make
4724         `gnus-newsgroup-unexist' into a local variable.
4726 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4728         * registry.el (registry-usage-test, registry-persistence-test): Move to
4729         tests/gnustest-registry.el.
4730         (registry-make-testable-db, registry-match-test)
4731         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4733         * gnus-registry.el (gnus-registry-misc-test)
4734         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4736         * tests/gnustest-registry.el: New file with the registry and
4737         gnus-registry ERT tests.
4739 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4741         * gnus-msg.el (gnus-summary-resend-message): Make
4742         gnus-summary-resend-message-insert-gcc be last item in
4743         message-header-setup-hook.
4745 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4747         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4748         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4749         Remove.
4750         (nnfolder-open-server): Don't use marks.
4751         (nnfolder-request-delete-group): Ditto.
4752         (nnfolder-request-rename-group): Ditto.
4753         (nnfolder-request-set-mark, nnfolder-request-marks)
4754         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4755         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4757         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4758         (nnml-marks-modtime): Remove.
4759         (nnml-request-delete-group): Don't use marks.
4760         (nnml-request-rename-group): Ditto.
4761         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4762         (nnml-save-marks, nnml-open-marks): Remove.
4764         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4765         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4766         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4767         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4768         (nntp-server-to-method-cache): Remove.
4770         * shr.el (shr-rescale-image): Fix wrong merge.
4772 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4774         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4775         too-wide lines.
4777 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4779         * nnimap.el (nnimap-record-commands): New variable.
4780         (nnimap-log-command): Use it.
4781         (nnimap-make-process-buffer): Add a space to the process buffer.
4782         (nnimap-transform-headers): Don't bug out on header lines containing
4783         stuff that look like IMAP length encodings.
4785         * shr.el (shr-rescale-image): Allow viewing large images.
4787 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4789         * nnml.el (nnml-request-compact-group): Delete the marks file after
4790         compaction (bug#10800).
4792         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4793         group exit.
4795         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4796         QRESYNC/FETCH output.
4798 2012-02-11  Glenn Morris  <rgm@gnu.org>
4800         * sieve-manage.el (sieve-manage-default-stream):
4801         * shr.el (shr):
4802         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4803         (nnir-retrieve-headers-override-function)
4804         (nnir-imap-default-search-key, nnir-notmuch-program)
4805         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4806         (nnir-method-default-engines):
4807         * message.el (message-cite-reply-position):
4808         * gssapi.el (gssapi-program):
4809         * gravatar.el (gravatar):
4810         * gnus-sum.el (gnus-refer-thread-use-nnir):
4811         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4812         (gnus-registry-max-pruned-entries):
4813         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4814         * gnus-int.el (gnus-after-set-mark-hook)
4815         (gnus-before-update-mark-hook):
4816         * gnus-async.el (gnus-async-post-fetch-function):
4817         * auth-source.el (auth-source-cache-expiry):
4818         Add missing :version tags to new defcustoms and defgroups.
4820 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4822         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4823         `gnus-newsgroup-unexist'.
4825         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4826         marks.
4827         (gnus-article-special-mark-lists): Put the `unexist' in the special
4828         marks list instead.
4830         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4831         articles in the list of articles to be selected.
4833         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4834         articles.
4835         (nnimap-update-info): Keep track of unexisting articles.
4836         (nnimap-update-qresync-info): Ditto.
4838 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4840         * message.el (message-default-send-mail-function): Made into own
4841         function for reuse by emacsbug.el.
4843 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4845         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4846         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4848 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4850         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4851         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4853         * gnus-compat.el: Define `timer-set-function'.
4855         * mm-decode.el (mm-display-external): Output the text from the command
4856         in the buffer after the command finished.  This makes text-based
4857         commands behave better.
4859 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4861         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4863 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4865         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4866         23.1.
4868 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4870         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4872 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4874         * message.el (smtpmail-smtp-user): Silence compiler warning.
4876 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4878         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4879         SMTP user name.
4881 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4883         * gnus-sum.el (gnus-summary-show-thread):
4884         next-single-char-property-change may return nil in XEmacs.
4885         (gnus-summary-article-map): Fix typo.
4887 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4889         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4890         running.
4892         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4894         * gnus.el (gnus-server-extend-method): Don't add an -address component
4895         if the method already has one (bug#9676).
4897 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4899         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4900         of an initial-input for consistency (bug#10757).
4902         * dgnushack.el: Fix XEmacs compilation warning.
4904         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4906         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4908 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4910         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4911         lines that are narrower than the window width.  Otherwise background
4912         "blocks" will look less readable.
4914 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4916         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4917         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4918         have newlines within the strings, and where the UID comes after the
4919         BODYSTRUCTURE element (bug#10537).
4921         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4922         (bug#10732).
4924         * shr.el (shr-insert-document): Add doc string.
4925         (shr-visit-file): Ditto.
4926         (shr-remove-trailing-whitespace): New function.
4927         (shr-insert-document): Use it to clean up trailing whitespace as the
4928         final step (bug#10714).
4930 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4932         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4933         buffer if `gnus-kill-summary-on-exit' is nil.
4935 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4937         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4938         when just reading a single group from "without" Gnus.
4940 2012-02-06  Chong Yidong  <cyd@gnu.org>
4942         * gnus-sum.el (gnus-summary-show-thread):
4943         next-single-char-property-change never returns nil (Bug#8657).
4945 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4947         * message.el (message-multi-smtp-send-mail): New function.
4948         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4949         header to implement multi-SMTP functionality.
4951         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4952         (gnus-agentize): Don't set it.
4953         (gnus-agent-send-mail): Don't use it.
4955         * gnus-sum.el (gnus-summary-widget-backward): New function and
4956         keystroke.
4958         * gnus-compat.el: More the compat functions more compatible.
4960         * shr.el (shr-put-image): Remove underlines from sliced images.
4961         (shr-zoom-image): Compute the region to be replaced more correctly.
4963 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4965         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4966         (gnus-summary-resend-message-insert-gcc): New function.
4967         (gnus-summary-resend-message): Modify message-header-setup-hook and
4968         message-sent-hook to make it work for Gcc.
4969         (gnus-inews-do-gcc): Update the number of unread articles of groups
4970         that messages are Gcc'd to.
4972         * message.el (message-resend): Run message-sent-hook to do Gcc.
4974 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4976         * lpath.el: Fix an XEmacs compilation warning.
4978         * gnus-compat.el: Require `help-fns' to fix compilation error.
4980         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4981         a higher level to silence compilation.
4983         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4984         parameter to allow controlling the scaling.
4986         * shr.el (shr-zoom-image): New command and keystroke.
4987         (shr-put-image): Take a `size' flag to say how to scale the image.
4989         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4990         deletion unless already defined.
4992         * gnus.el (gnus-compat): Require it.
4994         * gnus-compat.el: New file.
4996         * gnus-start.el (gnus-clean-old-newsrc): New function.
4997         (gnus-read-newsrc-file): Use it.
4999         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
5000         Use recursive deletion.
5001         (mm-dissect-archive): Add support for zip files.
5003         * gnus-util.el (gnus-recursive-directory-files): New function.
5005         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
5006         (mm-archive-decoders): Add tgz support.
5008         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
5009         Otherwise inserting text into the Gnus buffer can look odd.
5011         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
5013         * mm-archive.el (mm-archive-decoders): Add support for tar.
5015         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
5017         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
5019 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5021         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
5023         * mm-archive.el: New file.
5025         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
5027         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
5029         * message.el (message-goto-*): Make all the `message-goto-*' commands
5030         push the mark before moving point.  This makes it easier to go back to
5031         where you came from after editing whatever you jumped to.
5033 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5035         * gnus.el: Ma Gnus v0.1 is released.
5037 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
5039         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
5040         without reconnecting.
5041         (nnimap-possibly-change-group): Ditto.
5042         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
5043         connection has died before being called.
5045 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
5047         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
5048         an initial sync unless we're really doing one.
5050         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
5051         address parameter if one already exists (bug#9676).
5053         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
5054         not the prefix, as documented (bug#10689).
5056 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5058         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
5059         the "server".
5061         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
5062         the real error message with the useless "previously known to be down".
5063         Which isn't even correct.
5065         * nntp.el (nntp-open-connection): Report the error message if the nntp
5066         server can't be reached.
5068         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
5069         groups we do a total scan for.
5070         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
5071         doing that.
5073 2012-01-31  Jim Meyering  <jim@meyering.net>
5075         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5076         Correct a comment (insert "not") and hide nominally-doubled "to".
5078 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5080         * gnus.el (gnus-version): Change name to "Ma Gnus".
5082 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
5084         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
5085         section in the manual.
5087 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5089         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
5090         words.
5091         (rfc2047-encode-string): Ditto.
5092         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
5093         understand folded filename="..." parameters, for instance.
5095         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
5096         the message for greater debuggability.
5098 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5100         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
5101         instead of setting it locally, since the latter doesn't seem to have
5102         any effect (most of the time).
5104 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
5106         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
5107         function call.
5109 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
5111         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
5112         seconds, and make the repeat clause with HH:MM specs work as
5113         documented.
5115 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5117         * proto-stream.el (proto-stream-capability-open): Fall back on
5118         :end-of-command if :end-of-capability doesn't exist.
5120 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5122         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
5123         bound globally in old Emacsen and XEmacsen.
5125 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5127         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
5128         so that previous errors don't prohibit getting new news.
5130         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
5132         * nntp.el (nntp-retrieve-group-data-early): Ditto.
5134 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
5136         * gnus.el (gnus-group-find-parameter): Check for liveness of the
5137         buffer, not of the string which is its name.
5139 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5141         * proto-stream.el (proto-stream-capability-open): Wait for
5142         :end-of-capability, not :end-of-command.
5144         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5145         non-server-marks groups.
5146         (gnus-group-make-articles-read): Ditto.
5148         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5149         methods (bug#9676).
5151         * gnus.el (gnus-method-ephemeral-p): New function.
5153 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5155         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5156         left-to-right.
5158 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5160         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5161         warning.
5163 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5165         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5166         macroexpand the nnir things, since they haven't been defined yet, and
5167         nnir requires gnus-sum.
5169 2012-01-24  Julien Danjou  <julien@danjou.info>
5171         * color.el (color-rgb-to-hsl): Fix value computing.
5172         (color-hue-to-rgb): New function.
5173         (color-hsl-to-rgb): New function.
5174         (color-clamp, color-saturate-hsl, color-saturate-name)
5175         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5176         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5178 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5182 2012-01-19  Julien Danjou  <julien@danjou.info>
5184         * color.el (color-name-to-rgb): Use the white color to find the max
5185         color component value and return correctly computed values.
5186         (color-name-to-rgb): Add missing float conversion for max value.
5188 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5190         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5191         logical server name in addition to the actual machine address.
5193         * auth-source.el (auth-source-user-and-password): Add convenience
5194         wrapper to search by just host and optionally user.
5196 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5199         after rendering.
5201 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5203         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5204         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5205         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5207 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5209         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5210         (bug#9693).
5211         (gnus-summary-setup-buffer): Document return value (bug#9697).
5213         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5214         since ido doesn't work on symbols (bug#9632).
5216         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5217         when getting a single value as when getting all the values.  This means
5218         that atoms like `gcc-self' work cumulatively, like variable settings,
5219         instead of getting the value from the last matching clause.
5220         (gnus-group-find-parameter): Protect against the group buffer not
5221         existing (bug#9585).
5223 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5225         * gnus-start.el (gnus-activate-group): Document more parameters
5226         (bug#9694).
5228         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5229         (bug#9692).
5231         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5232         article was fetched, so that it can be expired later (bug#9958).
5233         (gnus-agent-summary-fetch-series): Add doc string.
5234         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5235         (bug#9517).
5237         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5238         retrieval is happening.
5240         * gnus.el (gnus-parameters): Doc fix.
5242 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5244         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5245         show the thread after expansion.
5247 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249         * gnus-art.el (article-narrow-to-head): If the head is completely
5250         empty, narrow to the empty region (bug#9764).
5252         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5253         read, and then mark them as unread only when the unread mark is used.
5254         This makes `C-- T k' actually work, even though it's confusing.
5256         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5257         alive before we try to find its window.
5259 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5261         * mm-decode.el (mm-display-external): Use a longer timeout for the
5262         deletion to allow slow programs to display the file.
5264 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5267         prompt to be less confusing.
5269         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5270         argument to `message-reply'.  This broke `special-display-*' frame
5271         pop-uping (bug#10238).
5273 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5276         systems, since these allegedly don't work there.
5278 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5280         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5281         live buffer.
5283 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285         * nnir.el (nnir-retrieve-headers): Protect against the article not
5286         existing on the server (bug#10335).
5288 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5290         * gnus-agent.el (gnus-agent-load-local): Recompute
5291         gnus-agent-article-local on changing method.
5293 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295         * gnus.el (gnus-parameters): Note precedence.
5297 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5299         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5300         in the group buffer.
5302 2012-01-04  Julien Danjou  <julien@danjou.info>
5304         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5305         change.
5307 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5310         too.
5312         * nntp.el (nntp-retrieve-group-data-early): Use it.
5314 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5316         * nntp.el (nntp-retrieval-in-progress): New variable.
5317         (nntp-make-process-buffer): Make it buffer-local.
5319         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5320         2010.
5321         (gnus-demon-init): Use it to compute the time if time is on the form
5322         "04:23".
5324         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5326         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5327         status in the correct buffer.
5329 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5331         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5332         when opening topics (bug#10407).
5334 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5336         * gnus-cus.el (gnus-score-customize):
5337         * gnus-sum.el (gnus-sort-gathered-threads):
5338         * message.el (message-shorten-references):
5339         * nnmairix.el (nnmairix-request-group):
5340         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5342 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5344         * gnus-agent.el (gnus-agent-regenerate-group):
5345         * gnus-int.el (gnus-retrieve-group-data-early):
5346         * mm-util.el (mm-codepage-ibm-list):
5347         * nndiary.el (Commentary, nndiary-get-new-mail):
5348         * nnir.el (nnir):
5349         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5351 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5353         * mm-view.el (mm-display-inline-fontify): Add comment.
5355 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5357         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5358         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5360 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5362         * gnus-art.el (gnus-split-methods):
5363         * gnus-msg.el (gnus-configure-posting-styles):
5364         * gnus-spec.el (gnus-parse-simple-format):
5365         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5366         * message.el (message-do-actions): Spelling fix.
5368 2011-12-15  Juri Linkov  <juri@jurta.org>
5370         * mm-decode.el (mm-inline-media-tests): Add missing
5371         `mm-handle-media-subtype'.
5373 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5375         * gnus-group.el (gnus-group-tool-bar):
5376         * gnus-sum.el (gnus-summary-tool-bar):
5377         * message.el (message-tool-bar):
5378         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5380 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5382         * plstore.el (plstore--insert-buffer): Spelling fix.
5384 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5386         * message.el (message-valid-fqdn-regexp): Update with newly approved
5387         top-level domain names ".tel" and ".asia".
5389 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5391         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5392         unconditionally.
5394 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5396         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5397         pop-to-buffer-same-window for old Emacsen.
5399 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5401         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5403 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5405         * netrc.el (netrc-credentials): Spelling fix.
5407 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5409         * gnus-fun.el (gnus-fun-ppm-change-string):
5410         * gnus-msg.el (gnus-inews-do-gcc):
5411         * gnus-sum.el (gnus-summary-find-for-reselect):
5412         * gnus.el (gnus-summary-cancelled):
5413         * message.el (message-cancel-hook, message-send-news):
5414         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5415         * nnir.el (nnir-run-hyrex):
5416         * nntp.el (nntp-with-open-group-function):
5417         * pgg.el (pgg-pending-timers): Spelling fix.
5419 2011-12-04  Chong Yidong  <cyd@gnu.org>
5421         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5422         change (Bug#10200).
5424 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5426         * compface.el (uncompface):
5427         * gnus-art.el (gnus-article-x-face-command): Update the header format
5428         of icon data for the most recent icontopbm program.
5430 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5432         * gnus-msg.el (gnus-inews-do-gcc):
5433         * message.el (message-send-mail):
5434         * mml.el (mml-generate-mime): Share the value of the buffer-local
5435         `message-options' variable between a draft buffer and temprary working
5436         buffers.
5438 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5440         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5442 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5444         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5445         for Cygwin.
5447 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5449         * gnus-group.el (gnus-group-prepare-flat):
5450         * mm-bodies.el (mm-encode-body):
5451         * mml.el (mml-preview):
5452         * nnml.el (nnml-request-compact-group):
5453         * pop3.el (pop3-stream-type): Spelling fix.
5455 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5457         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5459 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5461         * color.el (color-rgb-to-hsl):
5462         * gmm-utils.el (gmm-tool-bar-style):
5463         * gnus-group.el (gnus-group-prepare-flat):
5464         * gnus-topic.el (gnus-topic-prepare-topic):
5465         * mm-decode.el (mm-discouraged-alternatives):
5466         * rfc2047.el (rfc2047-encode-1):
5467         * starttls.el: Spelling fix.
5469 2011-11-24  Glenn Morris  <rgm@gnu.org>
5471         * binhex.el (binhex-begin-line): Give it basic doc-string.
5473         * starttls.el, tls.el: Fix case of "GnuTLS".
5475 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5477         * gnus-group.el (gnus-group-highlight): Fix typo.
5479 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5481         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5482         value of `delete-file', that returns nil for a local file but returns t
5483         for a remote file using ssh.
5485 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5487         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5489 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5492         avoid later breakage.
5494 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5496         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5497         article buffers' name.
5499 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5502         by Paul Eggert's spellfixes two days ago.
5504 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5507         doesn't have it.
5509         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5510         buffer-local instead of binding them to avoid warnings.  Also demote
5511         errors (bug#10063).
5512         (font-lock-mode-hook): Shut up byte compiler.
5514 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5516         * mm-util.el (mm-charset-after):
5517         * nnir.el (nnir-run-hyrex):
5518         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5519         (ntlm-get-password-hashes, ntlm-md4hash):
5520         * smime.el: Fix typo.
5522 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5524         * gnus-agent.el (gnus-agent-expire-group-1):
5525         * nndiary.el (nndiary-last-occurence):
5526         * nnimap.el (nnimap-request-set-mark):
5527         * nnmairix.el (nnmairix-only-use-registry):
5528         * gnus-group.el (gnus-group-prepare-flat):
5529         * gnus-sum.el (gnus-decode-encoded-word-methods):
5530         * message.el (message-wash-subject):
5531         * nntp.el (nntp-retrieve-headers-with-xover):
5532         * smime.el (smime-certificate-directory): Spelling fix.
5534 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5536         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5538         * color.el:
5539         * gnus-agent.el (gnus-agent-possibly-alter-active):
5540         * gnus-dired.el (gnus-dired-print):
5541         * mail-parse.el:
5542         * nnmairix.el (nnmairix-request-group):
5543         * shr.el (shr-image-displayer):
5544         * sieve-manage.el:
5545         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5547 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5549         * gnus-sum.el (gnus-auto-select-subject):
5550         * spam-report.el (spam-report-resend): Spelling fix.
5552 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5554         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5555         * gnus-art.el (gnus-default-article-saver):
5556         * gnus-srvr.el (gnus-server-copy-server):
5557         * gnus.el (gnus-sloppily-equal-method-parameters):
5558         * html2text.el (html2text-format-tag-list):
5559         * message.el (message-narrow-to-head):
5560         * nndiary.el:
5561         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5562         * sieve.el: Spelling fix.
5564 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5566         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5567         * gnus-sum.el (gnus-summary-make-menu-bar):
5568         * gnus-uu.el (gnus-uu-decode-postscript)
5569         (gnus-uu-decode-postscript-and-save):
5570         * mailcap.el (mailcap-print-command):
5571         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5572         Fix typos.
5574 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5576         * gnus-art.el (gnus-article-part-wrapper):
5577         * html2text.el (html2text-fix-paragraphs):
5578         * mm-decode.el (mm-image-fit-p):
5579         * rfc2047.el (rfc2047-encode-message-header):
5580         * shr-color.el (shr-color-visible-distance-min)
5581         (shr-color-relative-to-absolute, set-minimum-interval)
5582         (shr-color-visible): Fix typos.
5584 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5586         * gmm-utils.el (gmm-tool-bar-item):
5587         * gnus-art.el (gnus-treat-body-boundary):
5588         * gnus-diary.el (gnus-user-format-function-d):
5589         * gnus-start.el (gnus-get-unread-articles):
5590         * pgg-gpg.el (pgg-gpg-update-agent):
5591         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5593 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5595         * gnus-topic.el (gnus-group-prepare-topics):
5596         * gnus-uu.el (gnus-extract-view):
5597         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5599 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5601         * spam.el: Move BBDB autoloads.
5602         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5603         BBDB 2 and 3.
5604         (spam-check-BBDB): Use it.
5605         (spam-enter-ham-BBDB): Use it.
5607 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5609         * smime.el (smime-draw-buffer): Spelling fix.
5611 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5613         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5614         for scanning exactly one level.
5615         * gnus-start.el (gnus-get-unread-articles): Ditto.
5617 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5620         slightly clearer.
5622 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5624         * gnus-sync.el: More commentary about setup.
5626 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5628         * message.el (message-send-and-exit): Document `arg'.
5630 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5632         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5634 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5636         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5638         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5639         we don't use `bound-and-true-p'.
5641 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5643         * gnus-util.el (gnus-bound-and-true-p): Remove.
5644         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5645         * nnir.el: Use it.
5646         * nnmairix.el: Use it.
5648 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5650         * gnus-sync.el: Improve docs about CouchDB admins.
5652         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5653         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5654         for reasons unknown.
5655         * nnir.el: Use it.
5656         * nnmairix.el: Use it.
5658         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5659         * nnir.el: Ditto.
5660         * nnmairix.el: Ditto.
5662         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5664 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5666         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5667         not needed.  Provide xmlplistread list function to produce XML plist
5668         output for non-Gnus LeSync clients.
5670 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5672         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5674         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5675         and save against it.  Group subscriptions, read marks, other marks,
5676         subscription levels, topic names, and topic offsets (the group's
5677         position within the topic) are saved.  This is an experimental backend
5678         and may change significantly.  Load json.el from the gnus-fallback-lib
5679         if it's not available otherwise.
5680         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5682 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5684         * message.el (message-completion-function): Make sure
5685         message-tab-body-function is not attempted if one of
5686         message-completion-alist fails to find a completion (bug#9158).
5688 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5690         * mml.el (mml-quote-region): Quote <#secure> tag.
5691         (mml-generate-mime-1): Unquote <#secure> tag.
5693 2011-10-20  Chong Yidong  <cyd@gnu.org>
5695         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5696         calling a minor mode from Lisp with nil arg enables it, so we have to
5697         make the wording a bit ambiguous here).
5699 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5701         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5702         * nnir.el (nnir-mode): Use it.
5703         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5704         Use it.
5706         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5707         * nnmairix.el (gnus-registry-enabled): Ditto.
5709 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5711         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5712         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5713         only while we need to find out if it should be t or nil.
5714         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5715         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5716         the registry is installed.  Set it to nil when it's unloaded.
5717         (gnus-registry-install-p): Provide user guidance for the initial value
5718         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5719         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5720         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5721         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5722         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5723         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5724         `gnus-registry-install'.
5726 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5728         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5729         previous change.
5730         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5731         primary key is marked as disabled.
5733 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5735         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5736         primary key is marked as disabled.
5738 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5740         * html2text.el (html2text-clean-anchor): Check for quotes around
5741         `href' value.
5743 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5745         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5746         searching.  Drop `bbdb-cache'.
5748 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5750         * message.el (message-signed-or-encrypted-p): Exclude header when
5751         checking if there is signed or encrypted body in text/plain message.
5753 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5755         * html2text.el (html2text-get-attr): Correctly handle attribute values
5756         containing "=".
5758 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5760         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5761         handle bindings.
5763 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765         * gnus-win.el (gnus-configure-windows): Protect against reading
5766         ephemeral groups outside of Gnus.
5768 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5770         * shr.el (shr-tag-img): Don't get images displayed in tables.
5772 2011-10-03  Glenn Morris  <rgm@gnu.org>
5774         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5775         the "maintainer" version of debbugs.gnu.org reports.
5777 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5780         make asynchronous adjacent image insertion work better.
5782 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5784         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5785         documentation.
5787 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5789         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5790         `gnus-asynchronous' isn't shadowed.
5792 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5796         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5797         (nnimap-insert-partial-structure): The charset parameter isn't
5798         case-sensitive.
5800         * nnheader.el (nnheader-message-maybe): New function.
5802         * shr.el (shr-tag-table): Render totally broken tables better.
5804         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5805         computing the boundary.
5807 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809         * pop3.el (pop3-number-of-responses): Remove.
5810         (pop3-wait-for-messages): Rewrite to take linear time instead of
5811         exponential time.
5813 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5815         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5816         re-fetch images.
5818         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5819         re-fetch images when hitting `g' in Gnus.
5821 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5823         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5824         (mml-compute-boundary): Don't check collision if it is non-nil.
5825         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5826         before checking collision.
5828 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5830         * message.el (message-indent-citation): Really make sure there's a
5831         newline at the end.
5833         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5834         Fix suggested by John Wiegley.
5836         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5838         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5840         * message.el (message-default-send-rename-function): Break out into its
5841         own function.
5843         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5844         doesn't work under XEmacs.
5846         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5847         of "imaps" to word around Windows problems.
5848         (nnimap-open-connection-1): Use it.
5850         * message.el (message-indent-citation): Revert last change which made
5851         `F' not work.
5853 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5855         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5856         terminal as well.
5858 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5860         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5861         because it displays images using overlays that aren't easy to copy to
5862         the article buffer.
5864 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5866         * message.el (message-indent-citation): Fix empty line removal at the
5867         end of the citation.
5869 2011-09-20  Julien Danjou  <julien@danjou.info>
5871         * auth-source.el (auth-source-netrc-create): Use default value for
5872         password if specified.  Evaluate default.
5873         (auth-source-plstore-create): Ditto.
5874         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5875         value evaluation.
5876         (auth-source-netrc-create): Typo fix.
5877         (auth-source-plstore-create): Ditto.
5879         * password-cache.el (password-cache-remove): Remove entries even if the
5880         value is nil, so that password with a nil value (negative caching) is
5881         possible to invalidate.
5883         * auth-source.el (auth-source-format-cache-entry): New function.
5885 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5887         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5889 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5893 2011-09-19  Julien Danjou  <julien@danjou.info>
5895         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5896         which work with things that are not ASCII.
5898 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5902 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5904         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5905         message level.
5907 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5909         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5911 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5913         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5915 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5917         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5918         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5920 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5922         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5923         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5924         articles.
5926 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5928         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5929         (message-mail-other-window, message-mail-other-frame)
5930         (message-news-other-window, message-news-other-frame):
5931         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5932         instead of setting buffer display varibles.
5934 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5938         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5940 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5942         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5943         duplicates" to a higher level.
5945         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5946         most egregious messages.
5948 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5950         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5952 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5954         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5955         up the file (bug#9351).
5957 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5960         it does with all other backends, but decode the names immediately after
5961         getting them.
5963         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5964         decoding nnimap groups.
5966         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5967         newsrc file.  It doesn't seem like an important optimization any more.
5969 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5971         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5972         overflows.
5974 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5976         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5977         (gnus-interactive-exit): Extend to `quiet'.
5979         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5981         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5982         string.
5984         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5985         renaming function arguments from `this'.
5987         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5989         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5990         has been renamed.
5991         (gnus-lrm-string-p): Include RLM and PDF, too.
5993         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5994         (bug#9225).
5996 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5998         Add autoload cookies for functions used by sendmail.el.
5999         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
6001         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
6003 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6005         * gnus-art.el (article-date-ut): Work properly even when there are
6006         things like Date header in the body; work for forwarded parts.
6008 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
6010         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
6011         original-article-buffer.
6013 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
6015         * nnir.el (nnir-compose-result): Fix matching of server type.
6016         (nnir-run-swish++): Ditto.
6017         (nnir-run-namazu): Ditto.
6018         (nnir-run-notmuch): Ditto.
6020 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
6023         (bug#9405).
6025         * gnus-score.el (gnus-summary-increase-score): Doc clarification
6026         (bug#9421).
6028         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
6029         (bug#9425).
6031         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
6032         thing (bug#9426).
6034 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6036         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
6037         the error message.
6039 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
6041         * message.el (message-setup-1): Return t (Bug#9392).
6043 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
6045         * gnus-sum.el: When adding article headers to a summary buffer also
6046         update gnus-newsgroup-articles (bug#9386).
6048 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6050         * auth-source.el: Autoload help-mode.
6052 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6054         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
6055         names.
6057 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
6059         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
6060         mm-replace-in-string for compatibility issues.
6061         * mml2015.el (mml2015-epg-verify): Ditto.
6063 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6065         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
6067         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
6069 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6071         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
6072         continue on and do the clean-up phase (bug#9188).
6074         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
6075         just ignore groups that can't be opened instead of erroring out
6076         (bug#9225).
6078         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
6079         nil since some many people are fuddy-duddies.
6081         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
6082         images.
6084         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
6085         instead.
6087         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
6089         * gnus-util.el (gnus-process-live-p): Copy over compat function.
6091         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
6092         processing.
6094         * nntp.el (nntp-kill-buffer): Kill the process before killing the
6095         buffer to avoid warnings.
6097 2011-08-20  Simon Josefsson  <simon@josefsson.org>
6099         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
6100         specified to reduce precision.
6102 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6104         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
6105         bodystructures (bug#9314).
6107 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6109         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
6110         Make button keymap non-sticky after buttons.
6112 2011-08-18  David Engster  <dengste@eml.cc>
6114         * nnmairix.el (nnmairix-request-set-mark)
6115         (nnmairix-goto-original-article): Remove adding of article to registry,
6116         since `gnus-registry-add-group' isn't available anymore.
6117         (nnmairix-determine-original-group-from-registry):
6118         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
6119         available anymore.
6121 2011-08-12  Simon Josefsson  <simon@josefsson.org>
6123         * starttls.el (starttls-any-program-available): Define as obsolete
6124         function.
6126 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6128         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
6129         versions which Gnus use when appropriate.
6131         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
6132         a pretty destructive command.
6134         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
6136 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6138         * message.el (message-fix-before-sending): Make a different warning
6139         about NUL characters (bug#9270).
6141         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6142         from custom (bug#9260).
6144         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6145         things work in Emacs 22 and XEmacs, too.
6147         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6148         default From.
6150         * gnus-spec.el (gnus-lrm-string-p): New macro.
6151         (gnus-lrm-string): New constant.
6152         (gnus-summary-line-format-spec): LRM-ify the from.
6153         (gnus-tilde-max-form): LRM-ify string chopping.
6155         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6157         * message.el (message-is-yours-p): Allow disabling canlock checking
6158         (bug#9295).
6159         (message-shoot-gnksa-feet): Add `canlock-verify'.
6160         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6161         message directory isn't writable (bug#9304).
6163         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6164         non-world-readable.
6166 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6168         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6169         articles.
6171 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6173         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6174         copy-list.
6176 2011-08-12  Sam Steingold  <sds@gnu.org>
6178         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6179         in the reverse order to avoid modifying the cache with `nreverse'.
6180         (gnus-all-score-files): Do not modify the value returned by
6181         `gnus-score-find-alist' because it lives in a cache variable.
6182         (gnus-current-home-score-file): No need to `nreverse' the return value
6183         of `gnus-score-find-alist', it is already in the correct order.
6185 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6187         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6188         type MESSAGE and subtype RFC822 is slightly different from those of
6189         type TEXT.
6191 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6193         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6194         This allows article-referral to work from an nnir group.
6196 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6198         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6200 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6202         * mml1991.el (mml1991-epg-find-usable-key)
6203         (mml1991-epg-find-usable-secret-key): New function.
6204         (mml1991-epg-sign): Check if signing key is usable.
6205         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6207 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6209         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6210         server-variables only.  This should fix a bug introduced with commit
6211         e1889675b7f4adf057833c5513c9374134c4e053.
6212         (nnir-run-query): 'nnir-search-engine should not be set from the global
6213         environment.
6215 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6217         * nnir.el (nnir-search-thread): Position point on referring article
6218         line.
6219         (nnir-warp-to-article): Clean up summary buffers.
6221         * nnimap.el (nnimap-request-thread): Whitespace fix.
6223 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6225         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6227 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6229         * starttls.el (starttls-available-p): Rename from
6230         `starttls-any-program-available' and changed return convention.
6232 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6234         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6235         `unix-sync' unless it's defined.
6237 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6239         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6240         `aref' for XEmacs compatibiltiy.
6242 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6246 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6248         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6249         closures, quote the form properly (bug#9194).
6251 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6254         (gnus-summary-insert-new-articles): Protect against servers that are
6255         down.
6257 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6259         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6260         in mm handle if none is specified.
6262 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6264         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6266 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6268         * nnir.el (nnir-search-thread): New function to make an nnir group
6269         based on a thread query.
6271         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6272         of nnir in thread referral.
6273         (gnus-summary-refer-thread): Use it.
6275         * nnimap.el (nnimap-request-thread): Use it.
6277 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6279         * shr.el (shr-tag-comment): Ignore HTML comments.
6281 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6283         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6284         argument.
6285         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6286         Use `nnir-address' to handle server info rather than passing an arg.
6288         * nnimap.el (nnimap-make-thread-query): New utility function to format
6289         an imap thread search query.
6290         (nnimap-request-thread): Use it.
6292         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6293         right select-method if we are not going back to the group buffer.
6295 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6297         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6298         enter invalid buffer configurations into the quit form (bug#9107).
6299         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6300         unplugged/plugged.
6302         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6303         keep track of which ones are unread (bug#9061).
6305         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6306         (bug#9055).
6308         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6309         (bug#9041).
6311         * gnus-html.el (mm-util): Require (bug#9073).
6313         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6314         (gnus-summary-refer-thread): Use it to remove duplicates in the
6315         un-threaded view (bug#9053).
6316         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6318 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6320         * nnir.el (nnir-read-server-parm): Use default value from global
6321         variable.  Without this the default search engine parameters aren't
6322         used at all.
6324 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6326         * message.el (message-unique-id): Don't use the undocumented return
6327         value from (random t) (bug#9118).
6329 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6331         * message.el (message-auto-save-directory): If the ~/Mail directory
6332         doesn't exist, use ~ as the auto-save directory (bug#4432).
6334         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6335         hasn't already been started.
6337 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6339         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6341         * message.el (message-reply): Work around mysterious bug where
6342         `message-mode' seems to overwrite the locally bound `subject' variable.
6344 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6346         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6347         correct group.
6349         * gnus-int.el (gnus-request-thread): Add group argument.
6351         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6353 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6355         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6357         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6358         renamed to `debbugs-gnu-*'.
6360 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6362         * plstore.el: Revert the editing feature since it is not urgent.
6363         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6364         (plstore-mode-decoded): Remove.
6366 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6368         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6369         isn't very interesting any more, and it leaks potentially secret data.
6370         (gnus-debug): Remove.
6372         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6373         use of :custom-show.
6375 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6377         * plstore.el: Add documentation.
6378         (plstore-mode): New mode to edit plstore file.
6379         (plstore-mode-toggle-display, plstore-mode-original)
6380         (plstore-mode-decoded): New command.
6381         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6382         (plstore--insert-buffer, plstore--make): New function.
6383         (plstore-open, plstore-save): Simplify by using them.
6385 2011-07-06  Glenn Morris  <rgm@gnu.org>
6387         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6389 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6392         no longer is much used.
6393         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6394         Articles".
6396 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6398         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6399         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6400         `notmuch' backend.
6402 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6404         * mm-decode.el (mm-text-html-renderer): Doc fix.
6406         * gnus-msg.el (gnus-bug): Fix the MML tag.
6408         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6410 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6412         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6413         secondary methods if started with `gnus-no-server'.
6415 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6417         * message.el (message-return-action): Fix typo in docstring.
6419 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6422         bug reports at once.
6424         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6426 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6428         * nndraft.el: Require gnus-group.
6429         (nndraft-request-list): Declare.
6431         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6432         no unread article unless it matches gnus-permanently-visible-groups.
6434         * nndraft.el (nndraft-update-unread-articles): New function.
6435         (nndraft-request-associate-buffer): Use it to update the number of
6436         unread articles for the nndraft groups in the group buffer when saving
6437         or killing a draft message.
6439 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6441         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6442         systems to binary before writing and reading the mbox files.
6444         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6445         instead of trying to list them all (bug#8978).
6447 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6449         * pop3.el (pop3-open-server): Use :end-of-capability.
6451 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6453         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6454         the id is always a number.
6456         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6458         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6459         debbugs mode, if possible.
6461 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6463         * auth-source.el (auth-source-token-passphrase-callback-function):
6464         Reindent.
6465         (epg-context-operation): Remove unnecessary autoload.
6467 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469         * gnus.el (gnus-list-debbugs): New command.
6471         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6472         mboxstat instead of the maintbox, since the stat seems to be fuller.
6474         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6475         summary buffers.
6477         * message.el (message-get-reply-headers): Delete all duplicates,
6478         instead of the first.
6479         (message-get-reply-headers): Ensure that we have progress while
6480         deleting duplicates.
6482         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6483         gnus-posting-style value from the summary buffer to make it easier to
6484         make that a per-buffer conf.
6486 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6488         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6489         found by setting `shortcut' in 'query.
6490         (nnir-request-article): Use `shortcut' setting when requesting article
6491         by Message-ID.
6493 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6495         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6496         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6497         Bring the pseudo-headers back too.
6499 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6501         * auth-source.el (auth-source-token-passphrase-callback-function):
6502         Simplify and remove EPA dependency.
6504 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6506         * nnir.el (nnir-request-article): Fix error message text.
6508 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6510         * auth-source.el (plstore-delete): Autoload.
6511         (auth-source-plstore-search): Support delete operation.
6512         * plstore.el (plstore-delete): New function.
6514 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6516         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6517         mark actually existing articles as unread rather than the ones that
6518         active asserts.
6520 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6522         * nntp.el (nntp-record-command):
6523         * gnus-util.el (gnus-message-with-timestamp-1):
6524         Use format-time-string rather than decoding time stamps by hand.
6525         This is simpler and insulates the code from potential changes to
6526         current-time format.
6528 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6530         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6532 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6534         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6535         (plstore-save): Support public key encryption.
6536         (plstore--init-from-buffer): New function.
6537         (plstore-open): Use it; fix error when opening a non-existent file.
6538         (plstore-revert): Use plstore--init-from-buffer.
6540 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6542         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6544 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6546         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6547         for old Emacsen.
6549 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6551         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6552         is not fully working.
6554 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556         * dgnushack.el: Autoload sha1 on XEmacs.
6558         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6559         quit window configuration.
6561         * auth-source.el (epg-context-set-passphrase-callback):
6562         Remove duplicate autoload.
6564 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6566         * nnir.el (nnir-request-article): Allow requesting articles by
6567         Message-ID with nnimap.
6569         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6570         current server.
6572 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6574         * auth-source.el: Autoload EPA/EPG functions.
6575         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6576         changed when EPA/EPG is not available.
6577         (auth-source-backend): Rename "arg" member to "data".
6578         (auth-source-backend-parse, auth-source-plstore-search)
6579         (auth-source-plstore-create): Use it.
6581 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6583         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6584         `gnus-refer-article-methods'.
6586 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6588         * auth-source.el: Require EPA and EPG.
6589         (auth-source-passphrase-alist): New variable.
6590         (auth-source-passphrase-callback-function)
6591         (auth-source-token-passphrase-callback-function): Callbacks for the
6592         netrc field encryption (GPG tokens).
6593         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6594         Symmetric encryption and decryption of the netrc GPG tokens.
6595         (auth-source-netrc-normalize): Use them, simplifying the closure.
6597 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6599         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6600         is available.
6602 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6604         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6605         non-nil, and `nnimap-split-methods' is nil, use the former.
6607 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6609         * plstore.el (plstore-revert): New function.
6610         (plstore-open): Use it; hide the buffer from user.
6612 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6614         * auth-source.el (auth-source-backend): New member "arg".
6615         (auth-source-backend-parse): Handle new backend 'plstore.
6616         * plstore.el: New file.
6618 2011-06-30  Glenn Morris  <rgm@gnu.org>
6620         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6622 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6625         expiring articles to.
6627         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6628         variations as ASCII (bug#5458).
6630 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6632         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6634 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6636         * message.el (message-point-in-header-p): Tweak the function to default
6637         to saying that we're not in the headers if there is no separator at
6638         all.  This makes it possible to use the Message version of `M-q' in
6639         buffers with no headers (bug#7987).
6640         (message-point-in-header-p): Fix last checkin to work with an empty
6641         mail-header-separator, too.
6643         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6644         again, save the choice via customize.
6646 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6648         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6650         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6651         ended the connection, bail out before waiting infinitely on a new
6652         connection.
6654 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6656         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6657         reports.
6659         * gnus.el (gnus-bug-package): Use "gnus."
6660         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6662 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6664         * dgnushack.el: Make the timer warning go away on XEmacs.
6666         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6667         animations going on at article exit time.
6669         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6670         since removing it breaks people upgrading.
6672         * shr.el (shr-put-image): Use the new interface for animating images.
6673         (shr-put-image): Animate for 60 seconds.
6675         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6676         avoid compiler warnings.
6678         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6679         error with `find-file-hooks' on Emacs 22.
6680         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6681         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6682         on all architectures.
6684         * spam.el (spam-stat): Require in a normal fashion without binding
6685         `spam-stat-install-hooks' to avoid compilation warnings.
6687         * spam-stat.el (spam-stat-install-hooks): Remove.
6688         (spam-stat-install-hooks): Don't run automatically.
6690 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6692         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6693         and keystroke.
6695 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6697         * auth-source.el (auth-source-netrc-cache): Move forward.
6699 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701         * proto-stream.el (proto-stream-open-starttls): Use
6702         `gnutls-available-p' to see whether we have built-in support.
6704         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6705         we already know.
6706         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6707         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6709 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6711         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6712         %S format, since that looks odd.
6713         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6714         file, especially when saving.
6716 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6718         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6719         article found.
6721 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6723         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6724         `auth-source-save-secrets' with a more sensitive alist that can be
6725         configured per file.  Experimental, so defaults to 'never.
6726         (auth-source-netrc-create): Use it.  Still experimental code.
6727         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6728         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6730 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6732         * auth-source.el (auth-source-save-secrets): New variable to control if
6733         secret tokens should be saved encrypted.
6734         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6735         to `auth-source-netrc-normalize'.
6736         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6737         on the EPA variables being defined.
6738         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6739         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6740         the lexical-let closure.
6741         (auth-source-netrc-create): Create "gpg:" tokens according to
6742         `auth-source-save-secrets'.
6744 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6746         * gnus-group.el (gnus-group-update-group): Add new argument
6747         `info-unchanged' that stops updating dribble buffer.
6749         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6750         deletes lines matching to it in dribble buffer.
6752         * gnus-agent.el (gnus-agent-fetch-group-1):
6753         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6754         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6755         * gnus-start.el (gnus-group-change-level):
6756         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6758         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6759         if newsgroup info is not changed.
6761         * gnus-group.el (gnus-group-get-new-news-this-group):
6762         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6763         Don't update dribble buffer.
6765 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6767         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6768         remove entries with groups we ignore.
6770 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6772         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6773         the underline comes at the bottom.
6775 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6777         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6778         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6779         (gnus-registry-article-marks-to-names): Rename from
6780         `gnus-registry-user-format-function-M2'.
6782 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6784         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6785         ephemeral group.
6787 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6789         * shr.el (shr-browse-image): Copy the URL if called interactively.
6791 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6794         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6795         done, then unselected articles may be marked as read.
6797         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6798         since not doing this seems to lead to a race condition in pop3-logon.
6800         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6801         so that the call chain it correct when we call "upwards".
6803         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6804         in read-only groups.
6806         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6808         * message.el (message-cite-reply-position): Doc string fix.
6810         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6811         avoid regexp overflow.
6812         (nnimap-transform-split-mail): Ditto.
6814         * pop3.el (pop3-retr): Error out if the server closes the connection.
6816 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6818         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6819         mm-with-unibyte-current-buffer.  The buffer should not contain any
6820         multibyte chars anyway at this stage.
6822 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6824         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6825         at the end of lines.
6827 2011-05-29  Julien Danjou  <julien@danjou.info>
6829         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6831 2011-05-27  Glenn Morris  <rgm@gnu.org>
6833         * gnus-group.el (gnus-bug-group-download-format-alist):
6834         Use the "maintainer" version of debian reports as well.
6836 2011-05-26  Glenn Morris  <rgm@gnu.org>
6838         * gnus-group.el (gnus-bug-group-download-format-alist):
6839         Use the "maintainer" version of debbugs.gnu.org reports.
6841 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6843         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6845 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6847         * gnus-cus.el (gnus-agent-customize-category):
6848         * gnus-delay.el (gnus-delay-send-queue):
6849         * gnus.el (gnus-other-frame):
6850         Don't quote lambda expressions with `quote'.
6852 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6854         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6855         the thread moves us backwards and so we loop forever.
6857 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6859         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6860         whitespace in base64 data lines.
6862 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6864         * gnus-registry.el (gnus-registry-user-format-function-M):
6865         Use `mapconcat'.
6866         (gnus-registry-user-format-function-M2): Use to see the full text of
6867         the marks.  Make "," the mark text separator.
6869         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6870         authentication with auth-source.
6872 2011-05-17  Glenn Morris  <rgm@gnu.org>
6874         * gnus-group.el (gnus-import-other-newsrc-file):
6875         Use insert-file-contents.
6877 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6879         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6880         1000 iterations.
6882 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6884         * nntp.el (nntp-open-connection): Check if process-type is available.
6886 2011-05-16  Julien Danjou  <julien@danjou.info>
6888         * shr.el (shr-tag-del): Add support for del tag.
6890 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6892         * gnus-html.el (gnus-html-put-image): Register a displayer.
6894         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6896 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6898         * registry.el (prune-factor): New initialization parameter defaulting
6899         to 0.1.
6900         (registry-prune-hard): Use it.
6902         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6903         0.1 expicitly.
6905 2011-05-13  Glenn Morris  <rgm@gnu.org>
6907         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6908         is bound, since this function requires sendmail.
6910 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6912         * registry.el (registry-usage-test): Disable pruning test.
6914 2011-05-11  David Engster  <dengste@eml.cc>
6916         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6917         Bind set-network-process-option for XEmacs.
6919 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6921         * registry.el (registry-prune-hard-candidates)
6922         (registry-prune-soft-candidates): Helper methods for registry pruning.
6923         (registry-prune): Use them.  Make the sort function optional.
6925 2011-05-10  Jim Meyering  <meyering@redhat.com>
6927         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6929 2011-05-10  Julien Danjou  <julien@danjou.info>
6931         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6932         symbol and not a list.
6934 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6936         * gnus-art.el (gnus-article-mode): Move binding of
6937         shr-put-image-function here from gnus-article-prepare-display.
6939         * shr.el (shr-put-image-function): New variable.
6940         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6941         (shr-put-image): Return scaled image.
6943         * gnus-art.el (gnus-shr-put-image): New function.
6944         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6946         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6947         original ones, as deletable.
6949 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6951         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6953 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6955         * registry.el (registry-full): Add convenience method.  Fix logic.
6956         (registry-insert): Use it.  Fix logic here too.
6958         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6959         `registry-prune' if `registry-full' returns t.
6960         (gnus-registry-handle-action)
6961         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6962         (gnus-registry-usage-test): Use it.
6964 2011-05-07  Julien Danjou  <julien@danjou.info>
6966         * shr.el (shr-link): Make shr-link inherit from link by default.
6968 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6970         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6972 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6974         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6975         error out because the face is not a list.
6977 2011-05-05  Glenn Morris  <rgm@gnu.org>
6979         * proto-stream.el (gnutls-negotiate): Fix declarations.
6981         * gnus-start.el (gnus-propagate-marks): Declare.
6983 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6985         * registry.el (registry-reindex): Fix percentage message.
6987         * proto-stream.el (network-stream-open-starttls): Adjust to call
6988         `gnutls-negotiate' with :process and :hostname arguments.
6990 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6992         * shr.el: Add shr-link face for links.
6993         (shr-urlify): Use it.
6995         * registry.el (registry-insert): Make error message more helpful.
6997 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999         * gnus-html.el (gnus-html-schedule-image-fetching):
7000         Use url-queue-retrieve, if it exists.
7002         * shr.el (shr-tag-img): Ditto.
7004         * gnus.el: Autoload more gnus-agent functions.
7006         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
7007         agent if we haven't already (bug#8502).
7009         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
7010         into the Agent, too.
7012         * gnus-agent.el (gnus-agent-store-article): New function.
7014         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
7015         and moved from that file for reuse.
7017         * pop3.el (pop3-open-server): Error messages are "-ERR".
7019 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
7022         (open-tls-stream): Remove superfluous tls/starttls autoloads.
7024 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7026         * gnus.el: No Gnus v0.17 is released.
7028 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7030         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
7031         buffer has moved to a different frame.
7033 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7035         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
7036         to get the conversion from unibyte to multibyte buffers to work on
7037         Emacs 22.
7039         * nntp.el (nntp-request-article): Slight clean-up.
7041 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043         * shr.el (shr-strike-through): New face.
7044         (shr-tag-s): Use it to provide <s> support.
7045         (shr-tag-s): Remove duplicate definition.
7047 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7049         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
7050         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
7052 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
7054         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
7055         `gnutls-negotiate'.
7056         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
7058 2011-04-23  Glenn Morris  <rgm@gnu.org>
7060         * gnus-sum.el (gnus-extra-headers): Bump :version.
7062 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7064         * shr.el (shr-tag-sup): New function.
7065         (shr-tag-sub): Ditto.
7067 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7069         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
7070         for the case where `gnus-registry-ignored-groups' is a list of lists,
7071         and don't call `gnus-parameter-registry-ignore' otherwise.
7073 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7075         * nnimap.el (nnimap-user): New backend variable.
7076         (nnimap-open-connection-1): Use it.
7077         (nnimap-credentials): Accept user parameter so it's explicit what user
7078         name is desired.
7080         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
7081         default.
7083         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
7084         not gnus-registry.el.
7086         * gnus-registry.el: Mention in comments how to modify
7087         `gnus-extra-headers' for proper recipient tracking and that it may
7088         already have To and Cc recently, which it does as of this commit.
7089         (gnus-registry-ignored-groups): Remove defcustom.
7090         Explain why in comments.
7091         (gnus-registry-action): Fix data-header reference to use the extra
7092         headers.  Explain in package commentary how to add To and Cc headers to
7093         the gnus-extra-headers.
7094         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
7095         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
7096         parameter list or a string list in `gnus-registry-ignored-groups'.
7097         Fix logic error.
7099 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101         * shr.el (shr-expand-url): Protect against null urls.
7103 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7105         * shr.el (shr-base): New binding.
7106         (shr-tag-base): Keep track of <base>.
7107         (shr-expand-url): New function used throughout.
7109 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
7111         * gnus-registry.el
7112         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
7113         (gnus-registry-ignored-groups): New variable.
7114         (gnus-registry-ignore-group-p): Use it.
7115         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
7116         set the destination group to nil (same as delete) if it's ignored.
7118 2011-04-20  David Engster  <dengste@eml.cc>
7120         * tests/gnustest-nntp.el: New file for simple NNTP testing.
7122         * Makefile.in (test-nntp): New rule.
7123         (check): Add it.
7124         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
7126 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7128         * gnus-registry.el (gnus-registry-action)
7129         (gnus-registry-fetch-header-fast):
7130         Don't use mail-header that looks an internal function of mailheader.el.
7132 2011-04-19  Glenn Morris  <rgm@gnu.org>
7134         * time-date.el (time-to-days): Remove unused local variables.
7136 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7138         * gnus-registry.el: Eliminate cl functions.
7139         (gnus-registry-sort-addresses): New function that replaces mapcan.
7140         (gnus-registry-action, gnus-registry-spool-action)
7141         (gnus-registry-split-fancy-with-parent)
7142         (gnus-registry-fetch-recipients-fast): Use it.
7143         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7145         * registry.el (initialize-instance, registry-lookup)
7146         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7147         (registry-lookup-secondary-value, registry-search, registry-delete)
7148         (registry-insert, registry-reindex, registry-size, registry-prune):
7149         Use eval-and-compile.
7151 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7153         * registry.el (registry-reindex): New method to recreate the secondary
7154         registry indices.
7156         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7157         tracked field changes.
7158         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7159         (gnus-registry-action, gnus-registry-spool-action)
7160         (gnus-registry-handle-action)
7161         (gnus-registry--split-fancy-with-parent-internal)
7162         (gnus-registry-split-fancy-with-parent)
7163         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7164         move, and delete actions, and for fancy splitting with parent.
7165         (gnus-registry-extract-addresses)
7166         (gnus-registry-fetch-recipients-fast)
7167         (gnus-registry-fetch-header-fast): Convenience functions.
7168         (gnus-registry-misc-test): ERT test of
7169         `gnus-registry-extract-addresses'.
7171 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7173         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7174         Track by subject first, then sender.
7176 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7178         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7180         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7181         Lisp.
7183         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7184         (gnus-draft-send): Use it to avoid popping
7185         up frames from gnus-group-send-queue.
7187 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7189         * gnus-registry.el: Updated gnus-registry docs.
7191 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7193         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7194         Fix logic bug.
7195         (gnus-registry-post-process-groups): Fix logging of no results and
7196         quote sender and subject.
7198 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7201         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7202         gnutls-cli are too slow to be done opportunistically.
7204         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7205         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7206         we had no early-data returned.
7207         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7208         two async commands to the same server at the same time.
7210 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7212         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7214 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7216         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7217         "warning" level.
7219         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7220         (mm-url-insert-file-contents): Don't set the package names.
7222 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7224         * gnus-registry.el (gnus-registry-action): Remove properties and
7225         simplify subject in `gnus-registry-handle-action'.
7226         (gnus-registry-spool-action): Get subject and sender from message if
7227         they are not passed in.
7228         (gnus-registry-handle-action): Remove properties and simplify subject
7229         consistently.
7231 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7233         * registry.el: Require CL before using defmacro*.
7235 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7237         * gnus-art.el (article-treat-date): Assume that
7238         gnus-article-date-headers may be a group parameter.
7240 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7242         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7244         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7245         interactively so the newsrc file can contain foreign groups too.
7246         Useful for debugging but not much for users.
7248 2011-04-07  David Engster  <dengste@eml.cc>
7250         * registry.el (registry-usage-test): Only do
7251         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7252         lexical binding.
7254 2011-04-07  David Engster  <dengste@eml.cc>
7256         * Makefile.in (check, test-registry): New rules for test-suite.
7258 2011-04-06  David Engster  <dengste@eml.cc>
7260         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7261         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7263 2011-04-06  David Engster  <dengste@eml.cc>
7265         * registry.el (initialize-instance): Change :after to :AFTER to be
7266         compatible with old EIEIO version in XEmacs.
7268 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7270         * gnus-registry.el (gnus-registry-post-process-groups)
7271         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7272         and provide better messaging.
7274 2011-04-06  David Engster  <dengste@eml.cc>
7276         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7277         errors.
7279         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7280         dgnushack-compile with error-on-warn enabled, and to signal an error if
7281         clean compilation failed.
7282         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7283         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7285 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7287         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7288         unconditionally anyway, discarding errors.
7289         (gnus-registry-delete-entries): New convenience function.
7290         (gnus-registry-import-eld): Import from old .eld registry.
7292         * registry.el: Don't use ERT if it's not available.  Load it
7293         unconditionally anyway, discarding errors.
7295         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7296         version from the Claudio Bley GnuTLS patch (extra optional parameters
7297         and host name).
7299 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7301         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7302         fixup the parameters that can be customized by the user between
7303         save/read cycles.
7304         (gnus-registry-read): Use it.
7305         (gnus-registry-make-db): Use it.
7306         (gnus-registry-spool-action, gnus-registry-handle-action):
7307         Fix messaging.
7308         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7309         Map references to actual group names with sender and subject tracking.
7310         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7311         (gnus-registry-usage-test): Add subject lookup test.
7313         * registry.el (registry-db, initialize-instance): Set up constructor
7314         instead of :initform arguments for the sake of older Emacsen.
7315         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7316         pre-lexbind merge bug.
7317         (registry-usage-test): Use it.
7318         (initialize-instance, registry-db): Move the non-function initforms
7319         back to the class definition.
7321 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7323         * registry.el: New library to manage gnus-registry-style data.
7325         * gnus-registry.el: Use it (major rewrite).
7327         * nnregistry.el: Use it.
7329         * spam.el: Use it.
7331 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7334         marks on non-selected articles.
7336 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7338         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7339         parameter to open-protocol-stream.
7341 2011-04-01  Julien Danjou  <julien@danjou.info>
7343         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7344         fundamental-mode.
7346 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7348         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7349         servers.
7351 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7354         made marks not propagate, again.
7356 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7358         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7359         Make this the default type.
7360         (proto-stream-open-plain): Rename from proto-stream-open-default.
7361         (open-protocol-stream, proto-stream-open-starttls)
7362         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7363         with `plain'.
7365         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7366         value.
7368         * nntp.el (nntp-open-connection-function): Document the fact that some
7369         values are not functions but are instead handled specially.
7370         Recognize nntp-open-plain-stream value.
7371         (nntp-open-connection): Recognize that value.
7373 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7376         where it seems to be needed.
7378 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7380         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7381         stuff.
7383         * gnus-score.el (gnus-score-string): Fix calling convention of
7384         `gnus-simplify-buffer-fuzzy' after last patches.
7386         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7387         server for articles we didn't get any headers for.  This is a sanity
7388         check.
7390 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7392         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7393         new CAPABILITY, use it.
7395 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7398         downloading anything.
7400         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7402 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7404         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7405         colors.
7406         (gnus-splash-svg-color-symbols): New function.
7408 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7411         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7412         (gnus-simplify-subject-fuzzy): Use the local
7413         gnus-simplify-subject-fuzzy-regex instead of the global one.
7414         This makes using this variable in group parameters work.
7416 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7418         * gnus-registry.el (gnus-registry-unfollowed-groups):
7419         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7420         archive:sent-YYYY-MM-DD groups).
7421         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7422         tracking if there are more than `gnus-registry-max-track-groups'
7423         matches.
7425 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7427         * message.el (message--yank-original-internal): New function to do the
7428         insertion cleanly inside eval in `message-yank-original'.
7429         (message-yank-original): Use it.
7431 2011-03-29  Julien Danjou  <julien@danjou.info>
7433         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7434         local variables disabled rather than `normal-mode'.
7436 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7438         * imap.el (imap-shell-open, imap-process-connection-type):
7439         Use imap-process-connection-type for 'shell' streams as well as
7440         Kerberos, SSL, other subprocesses.
7442 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7444         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7445         with open-network-stream.
7446         (proto-stream-always-use-starttls): Option removed.
7447         (open-protocol-stream): Return a process object by default.  Provide a
7448         new parameter :return-list specifying a list-type return value, which
7449         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7450         :type `network' to `try-starttls', and `network-only' to `default'.
7451         Make `default' the default, for compatibility with open-network-stream.
7452         Handle the no-parameter case exactly as open-network-stream, with no
7453         additional stream processing.  Search plists using plist-get.
7454         Explicitly add :end-of-commend parameter if it is missing.
7455         (proto-stream-open-default): Rename from
7456         proto-stream-open-network-only.  Return 'default as the type.
7457         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7458         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7459         failed.  Always return a list with a (possibly dead) process as the
7460         first element, for compatibility with open-network-stream.
7461         (proto-stream-open-tls): Use plist-get.  Always return a list.
7462         (proto-stream-open-shell): Return `default' as connection type.
7463         (proto-stream-capability-open): Use plist-get.
7464         (proto-stream-eoc): Function deleted.
7466         * nnimap.el (nnimap-stream, nnimap-open-connection)
7467         (nnimap-open-connection-1): Handle renaming of :type parameter for
7468         open-protocol-stream.
7469         (nnimap-open-connection-1): Pass a :return-list parameter
7470         open-protocol-stream to obtain a list return value.  Parse this list
7471         using plist-get.
7473         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7474         for open-protocol-stream.  Accept open-protocol-stream return value
7475         that is a subprocess object instead of a list.  Handle the case of a
7476         dead returned process.
7478 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7480         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7482         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7484 2011-03-21  Julien Danjou  <julien@danjou.info>
7486         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7487         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7488         query.
7489         (mm-inline-text): Render normal text with fontification whenever
7490         possible.
7492         * gnus-sum.el (gnus-summary-save-parts-1):
7493         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7494         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7495         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7496         Use `mm-handle-filename'.
7498         * mm-util.el (mm-handle-filename): New function, return the filename of
7499         an handle.
7501 2011-03-18  Julien Danjou  <julien@danjou.info>
7503         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7504         (gnus-buffer-live-p): Check that buffer is not nil.
7506 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7508         * gnus.el: No Gnus v0.15 is released.
7510 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7512         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7513         avoid warning on XEmacs.
7515         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7516         on XEmacs.
7518         * gnus-art.el: Require mouse, which the build bot seems to say is
7519         needed.
7521         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7523         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7524         XEmacs, since it doesn't have url-retrieve-synchronously.
7526         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7527         since assoc-string doesn't exist in XEmacs.
7529 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7531         * gnus-group.el (gnus-group-list-ticked): New function.
7532         (gnus-group-make-menu-bar): Provide a menu entry for it.
7533         (gnus-group-list-map): Provide a binding for it.
7535 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7537         * shr.el (shr-visit-file): New command.
7539         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7541 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7543         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7544         servers.
7546 2011-03-16  Julien Danjou  <julien@danjou.info>
7548         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7549         inline.
7551         * gnus-art.el (article-hide-list-identifiers):
7552         Use gnus-group-get-list-identifiers.
7554         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7555         (gnus-summary-remove-list-identifiers):
7556         Use gnus-group-get-list-identifiers to get regexp.
7557         (gnus-select-newsgroup, gnus-summary-insert-subject)
7558         (gnus-summary-insert-articles):
7559         Call gnus-summary-remove-list-identifiers unconditionally.
7561 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7563         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7564         we're selecting a group with unread articles.
7566         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7568         * gssapi.el: New file separated out from imap.el to provide a general
7569         Kerberos 5 connection facility for Emacs.
7571         * message.el (message-elide-ellipsis): Document the format spec
7572         ellipsis.
7574 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7576         * message.el (message-elide-region): Allow the ellipsis to say how many
7577         lines were removed.
7579 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7581         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7582         window configurations containing buffers that are now dead.
7584         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7585         parsing to avoid integer overflows.
7586         (nnimap-parse-flags): Simplify the last change.
7587         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7588         too large for 32-bit Emacsen.
7590 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7592         * auth-source.el (auth-source-netrc-create):
7593         * message.el (message-yank-original): Fix use of `case'.
7595 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7597         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7598         XEmacs, which was one character too wide.
7600 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7602         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7603         default number of articles to display.
7604         (gnus-articles-to-read): Use pretty names for prompt.
7606 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7608         * gnus-int.el (gnus-open-server): Ditto.
7610         * gnus-start.el (gnus-activate-group): Give a backtrace if
7611         debug-on-quit is set and the user hits `C-g'.
7612         (gnus-read-active-file): Ditto.
7614         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7616 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7618         * message.el (message-yank-original): Use cond instead of CL case.
7620 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7622         * auth-source.el (auth-source-netrc-create): Use usual format for the
7623         default in prompts.
7625 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7627         * lpath.el: Fbind read-char-choice for XEmacs.
7629 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7631         * auth-source.el (auth-source-netrc-create): Show the default in the
7632         prompt when prompting for token creation.
7634 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7636         * auth-source.el (auth-source-format-prompt): Always convert the value
7637         to a string to avoid evaluating non-string arguments.
7638         (auth-source-netrc-create): Offer default properly, not as initial
7639         content in `read-string'.
7640         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7641         of line to determine if we've been run before.  If so, don't run again,
7642         but print a trivial message to indicate the cache was hit instead.
7644 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7646         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7647         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7648         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7649         Gnus.
7651 2011-03-11  Julien Danjou  <julien@danjou.info>
7653         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7654         modified file".
7656 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7658         * auth-source.el (auth-source-read-char-choice): New function to read a
7659         character choice using `dropdown-list', `read-char-choice', or
7660         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7661         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7662         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7663         (auth-source-netrc-saver): Use it.
7664         (auth-source-pick-first-password): New convenience function.
7666 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7668         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7669         parameter in the credentials.
7670         (nnimap-open-connection-1): Use it after a successful login.
7671         (nnimap-credentials): Add IMAP-specific user and password prompt.
7673         * auth-source.el (auth-source-search): Add :require parameter, taking a
7674         list.  Document it and the :save-function return token.  Pass :require
7675         down.  Change the CREATED message from a warning to a debug statement.
7676         (auth-source-search-backends): Pass :require down.
7677         (auth-source-netrc-search): Pass :require down.
7678         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7679         Change save prompt to indicate all modifications saved here are
7680         deletions.
7681         (auth-source-netrc-create): Take user login name as default in user
7682         prompt.  Move all the save functionality to a lexically bound function
7683         under the :save-function token in the returned list.  Set up clearer
7684         default prompts for user, host, port, and secret.
7685         (auth-source-netrc-saver): New function, intended to be wrapped for
7686         :save-function.
7688 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7690         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7691         lines to be spaces instead.
7693 2011-03-07  Julien Danjou  <julien@danjou.info>
7695         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7696         (sieve-sasl-auth): Check that auth-source-search did return something,
7697         or just return an empty string.
7699 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7701         * gnus.el (gnus-interactive): Use read-directory-name.
7703         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7704         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7705         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7706         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7707         Likewise.
7709         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7711 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7714         onto the list of killed groups, too.  This makes killed nnimap groups,
7715         for instance, more reliably not reappear.
7717         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7718         the parent.
7720         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7722         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7723         really have server-side marks.
7725         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7726         since most backends do not usefully have server-side marks.
7727         (gnus-update-read-articles): Propagate marks to all backends that
7728         really have server-side marks.
7730 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7732         * message.el (message-cite-reply-position, message-cite-style):
7733         New variables.
7734         (message-yank-original): Use the new citation styles.
7736 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7738         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7739         buffer-local issue); don't mark it buffer-local when running under
7740         XEmacs.
7742 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7744         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7745         numbers too big to be `read'.
7747 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7749         * password-cache.el (password-in-cache-p): Add autoload.
7751         * message.el (message-options): Make buffer-local two ways to attempt
7752         to fix a XEmacs bug.
7754 2011-03-02  Julien Danjou  <julien@danjou.info>
7756         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7758 2011-03-01  Julien Danjou  <julien@danjou.info>
7760         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7761         group.
7762         (article-hide-list-identifiers): Use list-identifier group parameter.
7764 2011-02-28  Julien Danjou  <julien@danjou.info>
7766         * sieve.el (sieve-buffer-script-name): New local variable to store
7767         sieve script name.
7768         (sieve-edit-script): Store sieve script name.
7769         (sieve-upload): Use sieve script name when uploading.
7770         (sieve-upload): Use substitute-command-keys.
7771         (sieve-edit-script): Use substitute-command-keys.
7772         (sieve-refresh-scriptlist): Use substitute-command-keys.
7773         (sieve-manage-mode-map): Define keymap properly.
7774         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7775         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7776         Remove commented code about cvs.
7777         (sieve-manage-quit): New function.
7778         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7780 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7782         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7784 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7786         * auth-source.el (auth-source-search): Cache empty result sets.
7788         * password-cache.el (password-in-cache-p): Convenience function to
7789         check if a key is in the cache, even if the value is nil.
7791         * auth-source.el (auth-source-save-behavior): New variable to replace
7792         `auth-source-never-create'.
7793         (auth-source-netrc-create): Use it.
7794         (auth-source-never-save): Remove.
7796 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7798         * nnimap.el (nnimap-stream): Doc fix.
7799         (nnimap-open-connection-1): Reverse the order of the ports to that the
7800         prompted-for port is first.
7802         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7803         retrieval by the no-group selection.
7805         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7806         numerical parameters.
7808 2011-02-25  Julien Danjou  <julien@danjou.info>
7810         * gnus-gravatar.el: Use gnus-with-article-buffer.
7812         * gnus-art.el (gnus-with-article-buffer): Check that the
7813         gnus-article-buffer is alive.
7815 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7817         * auth-source.el (auth-source-creation-prompts): New variable to manage
7818         creation-time prompts.
7819         (auth-source-search): Document it.
7820         (auth-source-format-prompt): Add utility function.
7821         (auth-source-netrc-create): Don't default the user name to
7822         user-login-name.  Use `auth-source-creation-prompts' and some default
7823         prompts for user, host, port, and password (the default generic prompt
7824         remains ugly).
7825         (auth-source-never-save): Add customizable option to never save info.
7826         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7827         mode excursion.
7829 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7831         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7832         argument that XEmacs doesn't support.
7834         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7835         compiled for Emacsen having no `libxml-parse-html-region' support.
7837         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7839         * lpath.el: Bind buffer-save-without-query for XEmacs.
7841 2011-02-23  Julien Danjou  <julien@danjou.info>
7843         * gnus-art.el (article-make-date-line): Ignore errors if time is
7844         invalid and not convertible.
7845         (article-make-date-line): Only add lapsed time if time is not nil.
7847 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7849         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7850         `read-char-choice' for backwards compatibility.
7851         (auth-source-netrc-element-or-first): New function to DTRT for
7852         parameter extraction.
7853         (auth-source-netrc-create): Use it and fix multiple parameter print
7854         bug.  Use the default passed from above (given-default) or the
7855         built-in (user-login-name for :user).
7857 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7859         * gnus-start.el (gnus-dribble-read-file):
7860         Set buffer-save-without-query, since we always want to save the dribble
7861         file, probably.
7863         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7864         nnimap.
7866         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7867         -summary- since it's a user-visible variable.
7869         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7870         first time you use the new Gnus.
7872 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7874         * auth-source.el: Don't load netrc.el.
7875         (auth-sources): Search ~/.netrc as well by default.
7876         (auth-source-debug): Add 'trivia option for extra output.
7877         (auth-source-do-trivia): Use it.
7878         (auth-source-search): Simplify logic to use
7879         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7880         appropriate.  Don't keep a running count at this level.  Layer :create
7881         and :delete options appropriately on the first and second passes.
7882         Don't track the backend with the search results.
7883         (auth-source-search-backends): New function to search a list of
7884         backends for a processed spec.
7885         (auth-source-netrc-parse): Cache all netrc files, making
7886         auth-source-netrc-cache an alist keyed by the file name and using the
7887         file mtime as the caching criterion.  Keep the obfuscated data secret
7888         with a lexical bind.
7889         (auth-source-netrc-search): Don't calculate the length of the results
7890         unnecessarily.
7891         (auth-source-search-backends): Fix bug.
7892         (auth-source-netrc-create): Rework prompts.
7894 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7896         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7897         Lower case names of search constraints.
7898         (nnir-run-query): Cache and reuse search constraints for all imap
7899         servers.
7901 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7903         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7904         after exit.
7905         (gnus-setup-message): Define missing variable from last checkin.
7907         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7908         value, show the raw article.
7910 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7912         * gnus.el: No Gnus v0.13 is released.
7914 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7916         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7917         auth-source now accepts numbers.
7919         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7920         spec, too.
7921         (auth-source-ensure-strings): New function.
7923         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7924         (gnus-article-setup-buffer): Always restart the date timer so that user
7925         changes to the frequency is respected.
7927         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7928         port numbers, so make sure it gets that if nnimap-server-port is
7929         explicit.
7931 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7933         * nnimap.el (nnimap-inbox): Doc fix.
7935 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7937         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7938         Autoload.  Add optional arg FRAME, and pass it to color-values.
7939         (color-complement): Caller changed.  Doc fix.
7940         (color-gradient): Rewrite for better clarity and efficiency.
7942 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7944         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7945         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7946         color-lab-to-srgb.
7948 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7950         * color.el: First part of merge from hexrgb.el.
7951         (color-rgb-to-hex): Rename from color-rgb->hex.
7952         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7953         saturation to zero if the value is too small.
7954         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7955         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7956         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7957         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7958         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7959         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7960         (color-cie-de2000): Doc fix.
7962 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7964         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7965         given method as in the group name if we're using an extended method.
7966         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7967         command, if we're using that, instead of waiting for the beginning.
7969         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7970         we're sure to get unique server names, and we don't output two async
7971         commands in the same buffer.  This fixes an NNTP hang for some users.
7973 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7975         * gnus.el: No Gnus v0.11 is released.
7977 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7979         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7980         summary buffer before reading going to the next buffer.  This avoids
7981         putting the point in the group buffer if you `C-g' the command.
7983         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7984         cache (for now) to make ~/.authinfo.gpg files usable.
7986         * nnfolder.el (copyright-update): Define for the compiler.
7988         * auth-source.el (auth-source-search): Fix unbound variable.
7990 2011-02-19  Glenn Morris  <rgm@gnu.org>
7992         * gnus.el (gnus-meta): Doc fix.
7994 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7996         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7997         in case it's not yet loaded.
7999 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
8001         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
8002         line we're waiting for.
8004 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
8006         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
8007         face with line-width greater than zero will cause RET in gnus summary
8008         buffer to scroll down article page-wise because auto vscroll happens,
8009         it should be temporally disabled when doing a scroll-up.
8011 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
8013         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
8014         outputs from the server.
8016 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8018         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
8019         later so that bbdb can hook in easier.
8021 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
8023         * auth-source.el (auth-source-search): Don't try to create credentials
8024         if the caller doesn't want that.
8025         (auth-source-search): If we don't find a match, don't bug out on
8026         non-bound variables.
8027         (auth-source-search): Only ask a single backend to create the
8028         credentials.
8030         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
8031         logging.
8032         (nnimap-credentials): Protect against auth-source-search returning nil.
8033         (nnimap-request-list): Protect against not being able to open the
8034         server.
8036 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
8038         * auth-source.el (auth-source-search): Do a two-phase search, one with
8039         no :create to get the responses from all backends.
8041         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
8042         when getting credentials.
8044         * gnus-util.el (gnus-delete-duplicates): New function.
8046 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
8048         * nnimap.el (nnimap-credentials): Instead of picking the first port as
8049         a creation default, pass the whole port list down.  It will be
8050         completed.
8052         * auth-source.el (auth-source-search): Updated docs to talk about
8053         multiple creation choices.
8054         (auth-source-netrc-create): Accept a list as a value (from the search
8055         parameters) and do completion on that list.  Keep a separate netrc line
8056         with the password obscured for showing the user.
8058         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
8059         first choice to `auth-source-search' so it will be used for entry
8060         creation instead of the server's Gnus-specific name.
8061         (nnimap-credentials): Rely on the auth-source library to select which
8062         port is actually wanted in the new netrc entry, so don't override
8063         `auth-source-creation-defaults'.
8065         * auth-source.el (auth-source-netrc-parse): Use :port instead of
8066         :protocol and accept a missing user, host, or port as a wildcard match.
8067         (auth-source-debug): Default to off.
8069         (auth-source-netrc-search, auth-source-netrc-create)
8070         (auth-source-secrets-search, auth-source-secrets-create)
8071         (auth-source-user-or-password, auth-source-backend, auth-sources)
8072         (auth-source-backend-parse-parameters, auth-source-search): Use :port
8073         instead of :protocol.
8075         * nnimap.el (nnimap-credentials): Pass a port default to
8076         `auth-source-search' in case an entry needs to be created.
8077         (nnimap-open-connection-1): Use :port instead of :protocol.
8079 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8081         * auth-source.el: Bind load-path when loading EIEIO from
8082         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
8083         21.4 doesn't support, to `require'.
8084         (auth-source-secrets-search): Use mm-delete-duplicates instead of
8085         delete-dups that is not available in XEmacs 21.4.
8087 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
8089         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
8090         as EIEIO must also be loaded when auth-source.el is being
8091         byte-compiled.
8093 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8095         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
8097         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
8099         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
8101         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
8103         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
8105         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
8107         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
8109         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
8110         necessary.
8112 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
8114         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
8115         nil means that nnimap doesn't get updated.
8117 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8119         * auth-source.el (auth-source-netrc-create): Return a synthetic search
8120         result when the user doesn't want to write to the file.
8121         (auth-source-netrc-search): Expect a synthetic result and proceed
8122         accordingly.
8123         (auth-source-cache-expiry): New variable to override
8124         `password-cache-expiry'.
8125         (auth-source-remember): Use it.
8127         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
8128         parameter.  Create entry if necessary by using :create t.
8129         (nnimap-open-connection-1): Don't pass `inhibit-create'.
8131 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
8133         * auth-source.el (auth-source-debug): Enable by default and don't
8134         mention the obsolete `auth-source-hide-passwords'.
8135         (auth-source-do-warn): New function to debug unconditionally.
8136         (auth-source-do-debug): Use it.
8137         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
8138         and for Secrets API entries when the secrets.el library is not
8139         available.
8141 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8143         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8144         (gnus-summary-exit): Kill the correct article buffer on exit from a
8145         `C-d' group.
8147         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8148         gnus-propagate-marks.
8150         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8151         before killing the buffers so that a non-full window conf gets handled
8152         correctly.
8153         (gnus-summary-exit): Ditto.
8154         (gnus-summary-read-group-1): Ditto.
8156         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8157         async code again so that we can debug it properly.
8159         * message.el (message-reply): Take an optional switch-buffer parameter
8160         so that Gnus window confs are respected better.
8162 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8164         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8165         `plist-get' to accept non-list parameters (XEmacs issue).
8166         Fix docstring.
8167         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8168         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8169         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8170         Login collection is "Login" and not "login".
8172 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8174         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8175         multiple headers.
8177         * nnimap.el (nnimap-inhibit-logging): New variable.
8178         (nnimap-log-command): Don't log login commands.
8180         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8181         to have more parameters.
8183         * nnimap.el (nnimap-send-command): Mark the command time for each
8184         command, so that we don't get NOOPs stepping on our toes.
8186         * gnus-art.el (article-date-ut): Get the date from the Date header on
8187         `t'.
8189 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8191         * auth-source.el (auth-source-search): Use copy-sequence instead of
8192         the cl.el copy-list.
8194 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8196         * imap.el: Bring it back (revert
8197         84d800cd31de3064f0ed39617d725709a2f8f42f).
8199 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8201         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8202         Improve prompt.
8204 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8206         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8207         washing status from the default format.  It isn't very informative.
8209 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8211         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8212         Fix Gcc processing on imap.
8214 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8216         * imap.el: Remove file.  All the functionality is in nnimap.el.
8218 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8220         * message.el (message-bury): Don't pop up a new window when selected
8221         window is dedicated.
8223 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8225         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8227 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8229         * sieve-manage.el: Autoload `auth-source-search'.
8230         (sieve-sasl-auth): Use it.
8232 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8234         * nnimap.el: Autoload `auth-source-forget+'.
8235         (nnimap-open-connection-1): Use it if the connection fails.
8237         * auth-source.el: Require `password-cache'.
8238         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8239         obsolete.
8240         (auth-source-magic): Marker for `password-cache' keys.
8241         (auth-source-do-cache): Update docstring.
8242         (auth-source-search): Use and check cache.
8243         (auth-source-forget-all-cached, auth-source-remember)
8244         (auth-source-recall, auth-source-forget, auth-source-forget+)
8245         (auth-source-specmatchp): Caching support functions.
8246         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8247         Remove and obsolete.
8248         (auth-source-user-or-password): Remove caching to further discourage
8249         using it.  Always hide passwords.
8251         * password-cache.el (password-cache-remove): Accept secrets that are
8252         not strings.
8254 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8256         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8257         code for now, since it doesn't work for all users.
8259 2011-02-09  Julien Danjou  <julien@danjou.info>
8261         * message.el (message-options): Make message-options really buffer
8262         local.
8264 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8266         * mail-source.el: Autoload `auth-source-search'.
8267         (mail-source-keyword-map): Note order matters.
8268         (mail-source-set-1): Get all the mail-source source values and
8269         defaults and search auth-source on those if needed.  This can all
8270         probably be simplified.
8272         * nnimap.el: Autoload `auth-source-search'.
8273         (nnimap-credentials): Use it.
8274         (nnimap-open-connection-1): Ask for the virtual server and physical
8275         address in one shot.
8277         * nntp.el: Autoload `auth-source-search'.
8278         (nntp-send-authinfo): Use it.  Note TODO.
8280 2011-02-08  Julien Danjou  <julien@danjou.info>
8282         * shr.el (shr-tag-body): Add support for text attribute in body
8283         markups.
8285         * message.el (message-options): Make message-options a local variable.
8287 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8289         * auth-source.el (auth-source-secrets-search)
8290         (auth-source-user-or-password): Use `append' instead of `nconc'.
8291         (auth-source-user-or-password): Build return list better and protect
8292         against nil :secret.
8294 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8296         * nnimap.el (nnimap-update-info): Refactor slightly.
8297         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8298         (nnimap-update-info): Clean up slightly.
8299         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8300         characters.
8301         (nnimap-process-quirk): Rename function to avoid collision.
8302         (nnimap-update-info): Fix macrology bug-out.
8303         (nnimap-update-info): Simplify split history test.
8305 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8307         * auth-source.el (top): Require 'eieio unconditionally.
8308         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8309         (auth-source-secrets-search): Limit search when `max' is greater than
8310         number of results.
8312 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8314         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8315         part not returning any data.
8317         * proto-stream.el (open-protocol-stream): Document the return value.
8319 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8321         * auth-source.el (auth-source-secrets-search): Add examples.
8323 2011-02-06  Julien Danjou  <julien@danjou.info>
8325         * message.el (message-setup-1): Handle message-generate-headers-first
8326         set to t.
8328 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8330         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8331         API with a string "secrets:collection-name" and with 'default.
8332         (auth-source-backend-parse): Parse "secrets:collection-name" and
8333         'default.  Recurse on parses instead of repeating code.  Use the
8334         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8335         message when ignoring a source.
8336         (auth-source-search): List ignored search keys at the top level.
8337         (auth-source-netrc-create): Use `case' instead of `cond'.
8338         (auth-source-secrets-search): Created with TODOs.
8339         (auth-source-secrets-create): Created with TODOs.
8340         (auth-source-retrieve, auth-source-create, auth-source-delete)
8341         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8342         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8343         (auth-source-user-or-password-sftp)
8344         (auth-source-user-or-password-smtp): Remove.
8345         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8346         around `auth-source-search'.  Not tested thoroughly.
8348 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8350         * auth-source.el: Bring in assoc and eioeio libraries.
8351         (secrets-enabled): New variable to track the status of the Secrets API.
8352         (auth-source-backend): New EIOEIO class to represent a backend.
8353         (auth-source-creation-defaults): New variable to set prompt defaults
8354         during token creation (see the `auth-source-search' docstring for
8355         details).
8356         (auth-sources): Simplify to allow a simple string as a netrc backend
8357         spec.
8358         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8359         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8360         (auth-source-search): Main auth-source API entry point.
8361         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8362         (auth-source-search-collection): Helper function for searching.
8363         (auth-source-netrc-parse, auth-source-netrc-normalize)
8364         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8365         Supports search, create, and delete.
8366         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8367         backend stubs.
8368         (auth-source-user-or-password): Call `auth-source-search' but it's not
8369         ready yet.
8371 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8373         * message.el (message-setup-1): Remove the read-only stuff, since it
8374         doesn't work under XEmacs, for some reason.
8376         * gnus-sum.el (gnus-user-date): Rename back from
8377         gnus-summary-user-date since user code refers to it.
8379         * shr.el (shr-render-td): Store the actual background color used.
8381         * message.el (message-setup-1): Don't bind the constant
8382         -forbidden-properties.
8383         (message-setup-1): Revert previous change, since it needs to bind the
8384         props to insert them.
8385         (message-resend): Allow removing the read-only separator line.
8387 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8389         * nnimap.el (nnimap-request-accept-article): Give an error message if
8390         the APPEND wasn't successful.
8392 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8394         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8395         that have no groups.
8397 2011-02-03  Julien Danjou  <julien@danjou.info>
8399         * gnus-draft.el: Remove progn around gnus-draft-setup.
8401 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8403         * gnus-start.el (gnus-read-active-for-groups): This function is never
8404         called with a nil `infos', so clean that up.
8405         (gnus-get-unread-articles): Request active files from primary/secondary
8406         methods that have no groups (yet).
8408 2011-02-03  Julien Danjou  <julien@danjou.info>
8410         * message.el (message-setup-1): Always generate References first.
8411         (message-mail): Return the return value of message-setup, not always t.
8412         (message-setup-1): Insert mail-header-separator with read-only and
8413         intangible properties set.
8415         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8416         user-date in docstring.
8418         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8420         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8421         docstring.
8423         * gnus.el (gnus-user-date-format-alist): Change default value.
8424         Use defcustom, with type and group.  Move from gnus-util.el.
8425         Rename to gnus-summary-user-date-format-alist.
8427 2011-02-03  Glenn Morris  <rgm@gnu.org>
8429         * nnimap.el (gnus-fetch-headers): Declare.
8431         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8433 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8435         * message.el (message-forward-make-body-digest-plain)
8436         (message-followup, message-reply): Clean up things noted by Stefan.
8438         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8439         gnus-article-update-date-headers is nil.
8440         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8441         it didn't really work with defcustom.
8442         (article-update-date-lapsed): Make sure the window start doesn't move,
8443         either.
8445 2011-02-01  Julien Danjou  <julien@danjou.info>
8447         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8448         format.
8450         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8451         standard in Emacs nowadays.
8453         * color.el (color-gradient): Add a color-gradient function.
8455 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8457         * message.el (message-expand-name): Don't trust the return value of
8458         bbdb-complete-name.
8459         (message-check-news-header-syntax): Remove unused var `start'.
8460         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8461         (message-inhibit-body-encoding): Move to before first use.
8462         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8463         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8464         (Organization, Message-ID, Date, mh-previous-window-config):
8465         Defvar the vars using dynamic scoping.
8467 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8469         * shr.el (shr-render-td): Only do colors at the final rendering.
8470         Should be slightly faster.
8471         (shr-insert-table): Fix up TD background colors when doing the
8472         vertical padding.
8474         * gnus-art.el (article-date-ut): Protect against articles with no Date
8475         header.
8476         (article-update-date-lapsed): Don't use current-column to find the
8477         horizontal position.  It's fragile in the presence of \003 characters.
8479         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8481 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8483         * gnus-art.el (article-transform-date): Rewrite to still work when
8484         there are several rfc2822 parts.
8485         (article-transform-date): Fix infinite recursion.
8486         (article-date-ut): Replace infinitely many Date headers with a single
8487         one when called interactively.
8489         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8490         secure manner.
8492         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8493         move around by not using save-window-excursion.  It seems to work...
8495 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8497         * gnus-art.el (article-make-date-line): Work for user-defined format.
8499 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8501         * nntp.el (nntp-retrieve-group-data-early)
8502         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8503         fetching functions.
8505         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8506         thoroughly for all backends that have no known groups.  This should
8507         allow new nnml methods to retrieve mail.
8509         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8510         that Gnus doesn't know exists again.
8512         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8513         (gnus-treat-date-ut): Ditto.
8514         (gnus-article-update-date-header): Rename.
8515         (gnus-treat-date-local): Remove.
8516         (gnus-treat-date-english): Remove.
8517         (gnus-treat-date-lapsed): Remove.
8518         (gnus-treat-date-combined-lapsed): Remove.
8519         (gnus-treat-date-original): Remove.
8520         (gnus-treat-date-iso8601): Remove.
8521         (gnus-treat-date-user-defined): Remove.
8522         (gnus-article-date-headers): New variable to control all the date
8523         header options.
8524         (article-date-ut): Rewrite to allow using the new way to format date
8525         headers(s).
8527 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8529         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8530         method.
8531         (nnmail-article-group): A better test for fanciness.
8533         * nnimap.el (nnimap-request-head): Protect against not finding the
8534         article by Message-ID.
8536 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8538         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8539         keep point at the "same place".
8541 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8543         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8544         data if the group is inactive.
8546 2011-01-28  Julien Danjou  <julien@danjou.info>
8548         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8549         (gnus-all-windows-visible-p): Remove old compatibility code.
8550         (gnus-window-top-edge): Add docstring.
8552         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8554 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8556         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8557         older request-update-info.
8559         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8561 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8563         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8564         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8566 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8568         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8569         groups.  This makes the nndraft:queue group pop up if it's not already
8570         there.
8572         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8573         messages" logic, which was reversed.
8575         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8576         the "same place" even if point is on the line being replaced.
8577         (article-update-date-lapsed): Allow updating both the combined lapsed
8578         and the lapsed headers.
8579         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8580         (article-make-date-line): Limit the number of segments dynamically to
8581         avoid too-long lines.
8583 2011-01-27  Julien Danjou  <julien@danjou.info>
8585         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8586         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8588 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8590         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8591         Use plist-get instead of the cl function getf.
8593 2011-01-27  Glenn Morris  <rgm@gnu.org>
8595         * gnus-util.el (float-time): Get rid of compiler warning, again.
8597 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8599         * shr.el (shr-put-color): Special-case background colors: Do put them
8600         at the blank parts at the front of the lines.
8602         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8603         exit hook to nix out all data on readedness on group exit.
8605         * gnus-util.el (float-time): If float-time is bound, always use it on
8606         all Emacsen.  It's unclear why the subrp check was there.
8607         (time-date): Require to make some autoload issues on XEmacs go away.
8609         * shr.el (shr-put-color): Don't do the box padding in tables, since
8610         they're already padded.
8612 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8614         * gnus-art.el (gnus-article-next-page): When the last line of the
8615         article is displayed, scroll down once more instead of going to the
8616         next article at once.
8617         (article-lapsed-string): Refactor out and allow specifying how many
8618         segments you want.
8619         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8620         (gnus-article-update-lapsed-header): New variable.
8622         * shr.el: Revert change that made headings use different-sized faces.
8623         The Emacs display engine isn't advanced enough that, for instance,
8624         tables can comfortably use differently-sized faces.
8626 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8628         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8629         used.
8630         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8631         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8632         we're using an encrypted connection.
8634         * proto-stream.el: Alter the interface functions to also return the
8635         actual stream type used: network or tls.
8637 2011-01-25  Julien Danjou  <julien@danjou.info>
8639         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8640         (mm-display-javascript-inline): New function.
8642         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8643         viewing function.
8645 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8647         * shr.el (shr-expand-newlines): Fix variable name.
8649 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8651         * shr.el (shr-expand-newlines): Make nested boxes work.
8653 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8655         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8656         backgrounds.
8657         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8658         in a more sensible manner.
8660 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8662         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8663         if EPG is loaded.
8665 2011-01-24  Julien Danjou  <julien@danjou.info>
8667         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8668         tags.
8670 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8672         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8673         commands.
8675         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8676         in the article buffer.
8677         (gnus-gravatar-insert): Use blank space from the current buffer to
8678         avoid breaking text properties.  This makes X-Sent updating work again.
8680         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8682 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8684         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8685         fix the bug in url-http.el instead.
8687         * shr.el (shr-image-fetched): Ditto.
8689         * shr.el (shr-image-fetched): Avoid having point move in the article
8690         buffer.
8692         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8693         buffer after being called.  It's apparently being killed by url.el, and
8694         killing it made point move to end-of-buffer in a random buffer.
8696         * shr.el (shr-image-fetched): Ditto.
8698 2011-01-23  Julien Danjou  <julien@danjou.info>
8700         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8702         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8703         text/x-org.
8705 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8707         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8708         (i.e., nnimap) returning nil as the article number.
8710 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8712         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8713         "DelSp" parameter in RFC3676.
8715 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8717         * message.el (message-check-recipients): Display the encoded version of
8718         the bogus address if they differ.
8720         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8721         after sending.
8723         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8725         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8727         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8728         group buffer after sending the queue.
8730         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8732 2011-01-22  Julien Danjou  <julien@danjou.info>
8734         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8736 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8738         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8739         nested related parts.
8741         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8742         unexpired articles.  This fixes the regression that led expiry marks to
8743         disappear from nnfolder groups.
8745 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8747         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8748         Don't confuse the "ret" of "retrograde" with RET.
8750 2011-01-21  Julien Danjou  <julien@danjou.info>
8752         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8753         than mm-insert-inline.
8755 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8757         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8758         Widen article buffer.
8760 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8762         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8763         the temp buffer.
8764         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8766 2011-01-20  Julien Danjou  <julien@danjou.info>
8768         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8770         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8771         than mm-insert-inline to insert inline part: this respect
8772         mm-inline-media-tests displayers.
8774         * mm-view.el (mm-display-shell-script-inline): New function.
8776         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8778         * mm-uu.el (mm-uu-type-alist): Add org block.
8779         (mm-uu-org-src-code-block-extract): New function.
8781         * mm-view.el (mm-display-org-inline): New function.
8783         * mm-decode.el (mm-automatic-display): Add text/org.
8785         * mailcap.el (mailcap-mime-extensions): Add .org.
8787 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8789         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8790         gnus-article-add-buttons.
8792 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8794         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8795         From header with a date and "nobody" as the sender.
8797 2011-01-19  Julien Danjou  <julien@danjou.info>
8799         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8800         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8801         if you have the same regexp several times.
8802         (gnus-button-push): Fix matching when regexp is symbol.
8804 2011-01-15  Glenn Morris  <rgm@gnu.org>
8806         * message.el (message-mail): A compose-mail function should
8807         accept headers as strings.
8809 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8811         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8812         Add :vert-only tags.
8813         (message-mail): New arg RETURN-ACTION.
8814         (message-return-action): New var.
8815         (message-bury): Use it.
8816         (message-mode): Make it buffer-local.
8817         (message-send-and-exit): Always call message-bury.
8819         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8820         message-mail.
8822 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8824         * nnimap.el (nnimap-convert-partial-article): Protect against
8825         zero-length body parts.
8827         * mm-decode.el (mm-preferred-alternative-precedence):
8828         Discourage showing empty parts.
8830         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8831         and stuff if the backend didn't return the article number.  This fixes
8832         an Exchange-related nnimap bug.
8834         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8835         group window, because it does the wrong thing when a separate frame
8836         displays the group buffer.
8838         * proto-stream.el (open-protocol-stream): Protect against the low-level
8839         transport functions returning nil.
8841 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8843         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8844         (mml2015-epg-find-usable-secret-key): New function.
8845         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8846         mml2015-epg-find-usable-key (Bug#7797).
8847         (mml2015-epg-encrypt): Ditto.
8849 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8851         * dgnushack.el (rot13-string): Fix the way to get the argument.
8853 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8857 2011-01-03  Glenn Morris  <rgm@gnu.org>
8859         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8861         * sieve.el (sieve-open-server): Give a more explicit error if
8862         sieve-manage-open returns nil.  (Bug#7720)
8864 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8866         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8868 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8870         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8871         This avoids sending passwords in plain text over non-encrypted
8872         channels.
8874         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8876         * nnimap.el (nnimap-login): Refactored out into own function, and
8877         implement CRAM-MD5.
8878         (nnimap-wait-for-line): Refactored out.
8880         * mm-view.el (mml-smime): Require.
8882 2010-12-20  David Engster  <deng@eml.cc>
8884         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8885         use EPG to decrypt S/MIME messages instead of openssl.
8887 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8889         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8891         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8892         status is the group clearly is unreachable.
8894         * auth-source.el (auth-source-create): Add the optional second
8895         parameter to `local-variable-p' to be compatible with XEmacs.
8897 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8899         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8900         work when using a compressed nnml folder.
8902 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8904         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8905         backends after sanitising on entry, because this never makes sense:
8906         If the articles have gone missing, then the data no longer exists on
8907         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8908         overwrite anything anyway.
8910         * shr.el (shr-insert-document): Bind shr-width dynamically to
8911         window-width if it's nil.
8913 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8915         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8916         with the meaning of using the full emacs window width for rendering.
8918 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8920         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8921         case when sender is not given.
8923 2010-12-23  Julien Danjou  <julien@danjou.info>
8925         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8926         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8927         the addresses, otherwise we might misplaced the gravatar.
8929 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8931         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8932         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8933         obsolete in Emacs.
8935 2010-12-20  Julien Danjou  <julien@danjou.info>
8937         * gnus-util.el (gnus-rescale-image): Revert last change.
8939 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8941         * binhex.el: Improve commentary (Bug#7482).
8943 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8945         * gnus-group.el (gnus-group-delete-articles): New command.
8947 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8949         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8951 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8954         here, since it's up to the backends to do CRLF removal if their
8955         protocol has it.
8957         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8959 2010-12-17  Julien Danjou  <julien@danjou.info>
8961         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8962         they are from file.  Can also scale up.
8964 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8966         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8967         Restore gnus-use-agent.
8968         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8970         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8972 2010-12-17  Julien Danjou  <julien@danjou.info>
8974         * gravatar.el (gravatar-retrieve-synchronously): New function.
8975         (gravatar-get-data): Make more robust.
8977 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8979         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8981 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8983         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8984         to really consider the last line.
8986 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8988         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8989         list of recipient keys, or use symmetric encryption if not a list.
8990         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8991         EPA override, replacing the call to `netrc-store-data'.
8993 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8995         * gnus-srvr.el: Avoid passing nil regexp argument to
8996         delete-matching-lines.
8998 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9000         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
9001         fetching stops when Gnus exits.
9003         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
9004         function.
9005         (nnfolder-request-expire-articles): Save all the buffers after doing
9006         expiry.
9008         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
9009         the last article", since that led to serious performance regressions
9010         when expiring nnml groups.
9012 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
9014         * nnir.el: Improve customizations.
9016 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
9020         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
9021         group has been killed.
9022         (gnus-group-yank-group): Ditto.
9024         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
9026         * nnimap.el (nnimap-request-update-group-status): New function.
9028         * gnus-int.el (gnus-request-update-group-status): New interface
9029         function.
9031         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
9032         copying read-ness to the backends.
9034         * nnimap.el (nnimap-quirk): New function.
9035         (nnimap-retrieve-group-data-early): Use it.
9036         (nnimap-quirks): New alist.
9038 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9040         * shr.el (shr-insert): Set shr-start after deleting trailing space;
9041         don't delete it within indentation.
9043 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
9046         previous line.
9048 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9050         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
9051         QRESYNC command by deleting a superfluous space which broke Cyrus
9052         servers.  This change will break other servers that are buggy the other
9053         way around.
9055 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
9057         * spam.el: Reindent and fix long lines.
9058         (spam-copy-or-move-routine): Exclude invalid move destinations.
9060 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
9062         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
9063         installed the registry.
9065 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9067         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
9069 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9071         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
9072         groupname doesn't contain "gmane".
9074 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9076         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
9077         and netrc-bound-and-true-p bindings.
9078         (netrc-parse): Cache the netrc contents.
9080         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
9081         (gnus-1): Don't create the nndrafts group twice.
9082         (gnus-setup-news): There's no need to read the active file here, since
9083         that's done again later on a per-backend basis.
9084         (gnus-start-draft-setup): Make sure that the new group is started out
9085         empty.
9087         * gnus-agent.el (gnus-agentize): Don't create the queue group
9088         automatically on startup.  It'll be created later, if needed.
9090         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
9091         of automatically subscribed groups.
9092         (gnus-auto-subscribed-categories): New variable.
9093         (gnus-matches-options-n): Use it.
9094         (gnus-default-subscribed-newsgroups): Remove unused variable.
9095         (gnus-start-draft-setup): Message a bit less.
9097 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9099         * nnir.el (nnir-run-imap): Return article list in order of increasing
9100         UID.
9102 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104         * gnus-sum.el (gnus-summary-enter-digest-group):
9105         Mention gnus-auto-select-on-ephemeral-exit.
9107         * proto-stream.el (proto-stream-open-network-only): Fix the calling
9108         convention of the network-only option.
9110 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9112         * proto-stream.el (proto-stream-open-network-only): New function to
9113         have a way to specify non-STARTTLS upgrade connections.
9115 2010-12-10  Julien Danjou  <julien@danjou.info>
9117         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
9118         email address is nil.
9120         * message.el (message-bogus-recipient-p): Set address to "" if nil.
9122 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
9124         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
9125         deletion.
9126         (nnir-run-imap): Only need to parse list once.
9128 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9130         * shr.el (shr-tag-script): Ignore <script>.
9131         (shr-tag-label): Add <label> support.
9133 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9135         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
9137         * shr.el (shr-image-displayer): Work for images lined side by side.
9139 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9141         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9142         parameter, since XEmacs doesn't accept t as a parameter.
9144 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9146         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9147         ids.
9148         (nnir-run-gmane): Simplify groupspec formatting.
9149         (nnir-request-expire-articles): New function.
9151 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9154         overflow, possibly.
9156         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9157         (shr-render-td): Handle td style="" better.
9158         (shr-tag-table): Use the color from the style sheet.
9159         (shr-render-td): Make sure we copy over all the overlays, too.
9161 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9163         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9164         (nnir-request-article): Improve article retrieval.
9166 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9168         * mm-util.el (mm-extra-numeric-entities): New variable.
9170         * mm-url.el (mm-url-decode-entities):
9171         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9173         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9175 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9177         * message.el: Use completion-at-point.
9178         (message-completion-function): New fun, extracted from message-tab.
9179         (message-mode): Use it for completion-at-point-functions.
9180         (message-tab): Use it and completion-at-point.
9182 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9184         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9185         character if a non-breakable character follows.
9187 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9190         any stream.
9192         * shr.el (shr-tag-font): Colorize the region.
9193         (shr-tag-body): Ditto.
9194         (shr-tag-font): Actually let the styles be inherited instead of
9195         overwriting them.
9196         (shr-tag-font): Get the background color right.
9197         (shr-tag-style): Ignore all <style> tags for the moment.
9199         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9200         a Message-ID to avoid having nnimap depend on gnus-sum.
9202         * shr.el (shr-descend): Only colorize something if we have a node that
9203         sets colors.
9205 2010-12-06  Julien Danjou  <julien@danjou.info>
9207         * shr.el (shr-render-td): Render td content with shr-descend, so style
9208         will be applied to <td> too.
9209         (shr-colorize-region): Colorize region even if we only have a background.
9210         (shr-tag-body): Fix color and background color inheritance.
9211         Do not recolorize after shr-generic.
9212         (shr-tag-font): Let shr-generic colorize via inheritance.
9214 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9216         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9218 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9220         * nnir.el (nnir-request-move-article): Remove obsolete code.
9222 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9224         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9226 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9228         * gnus-sum.el (gnus-summary-respool-article): The completion function
9229         expects a list instead of an alist.
9231         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9232         string as the parameter.
9234         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9236         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9237         styles.
9238         (shr-colorize-region): New function.
9239         (shr-insert-background-overlay): Remove.
9240         (shr-render-td): Background setting should be taken care of on a higher
9241         level.
9242         (shr-tag-body): Use post-hoc colorizations.
9243         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9244         (shr-put-color-1): Don't overwrite old colors.
9245         (shr-colorize-region): When the background color isn't explicit, use
9246         a fixed background.
9248         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9249         nnmail variables.
9251 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9253         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9254         unless necessary.
9256 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9258         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9259         server.
9261 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9263         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9264         so that TAB works.
9266         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9267         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9269         * shr.el (shr-urlify): Show the URL before the title to avoid
9270         misleading URLs.
9272 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9274         * shr.el (shr-urlify): Display the title in <a> tags.
9276 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9278         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9280 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9282         * nnir.el: Rearrange code to allow macros to be autoloaded by
9283         gnus-sum.el.
9284         (nnir-retrieve-headers-override-function): Make this variable
9285         customizable.
9286         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9288         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9289         from nnir.el.
9291 2010-12-03  Julien Danjou  <julien@danjou.info>
9293         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9295 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9297         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9298         allow optional argument `environment'.
9300 2010-12-03  Glenn Morris  <rgm@gnu.org>
9302         * mm-extern.el (message-goto-body): Update declaration.
9304 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9306         * gnus-util.el (gnus-macroexpand-all): New function.
9308         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9309         instead of macroexpand-all that is unavailable in XEmacs.
9311 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9313         * nnir.el (nnir-summary-line-format): New variable.
9314         (nnir-mode): Use it.
9315         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9316         (nnir-article-ids): Reimplement as defsubst.
9317         (nnir-retrieve-headers): Don't mangle the subject header.
9318         (nnir-run-imap): Use 100 as RSV score.
9319         (nnir-run-find-grep): Fix for full server searching.
9320         (nnir-run-gmane): Better restriction to gmane groups.
9322         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9323         summary buffers.
9325 2010-12-02  Julien Danjou  <julien@danjou.info>
9327         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9329         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9331         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9332         support.
9334 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9336         * nnir.el: Update to handle the registry better.
9337         (autoload): Silence byte-compiler.
9338         (nnir-open-server): Add a hook for nnir groups.
9339         (nnir-request-move-article): Don't mangle the header.  Better to use
9340         formatting variables (which will be added in the future).
9341         (nnir-registry-action): Update the registry using the original article
9342         group name.
9343         (nnir-mode): Install nnir-specific hooks for updating the registry.
9345         * gnus-sum.el
9346         (gnus-article-original-subject, gnus-newsgroup-original-name):
9347         Remove obsolete variables.
9348         (gnus-summary-move-article): Remove use of obsolete variables.
9349         (gnus-summary-local-variables): Make move and delete hooks local to
9350         summary buffers.
9352 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354         * rtree.el: New file.
9356 2010-12-01  Julien Danjou  <julien@danjou.info>
9358         * message.el (message-user-organization): Do not use
9359         gnus-local-organization.
9361         * gnus.el: Remove gnus-local-organization.
9363         * gnus-msg.el: Remove nastygram thing.
9365 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9367         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9368         funcall.
9370 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9372         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9373         names.
9375         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9376         characters.
9378         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9379         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9380         Suggested by Štěpán Němec <stepnem@gmail.com>.
9381         (gnus-gravatar-transform-address): Use mail-extract-address-components
9382         that supports non-ASCII names rather than mail-header-parse-addresses.
9384 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386         * proto-stream.el (open-protocol-stream): All starttls connections are
9387         handled by the network handler.
9389 2010-11-30  Julien Danjou  <julien@danjou.info>
9391         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9392         (nnimap-open-connection-1): Fix PREAUTH.
9394         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9396 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9398         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9399         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9400         (shr-insert): Use them.
9401         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9403 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9405         * nnir.el (nnir-request-move-article): Bail out if original group
9406         doesn't support article moves.
9407         (nnir-get-active): Improve active list retrieval.
9409 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9413 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9415         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9416         seem to accept strings-with-numbers as port numbers.
9418 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9420         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9421         change the registry.
9423 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9425         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9426         delete-dups that is not available in XEmacs 21.4.
9428         * mm-util.el (mm-delete-duplicates): Add comment.
9430 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9432         * nnir.el (nnir-ignored-newsgroups): New variable.
9433         (nnir-get-active): Use it.
9435 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9437         * proto-stream.el (proto-stream-open-network): Add some comments.
9439         * nntp.el (nntp-open-connection): Provide a :success condition.
9441         * nnimap.el (nnimap-open-connection-1): Ditto.
9443         * proto-stream.el (proto-stream-open-network): See what the response to
9444         the STARTTLS command is.
9446         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9447         backwards compatibility).
9448         (nnimap-open-connection-1): Really respect nnimap-server-port.
9450         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9451         TLS upgrades we don't really care about the identity of the peer.
9452         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9453         that what we've checked for.
9454         (proto-stream-always-use-starttls): Only default to t if
9455         open-gnutls-stream exists.
9456         (proto-stream-open-network): If STARTTLS failed, then just open a
9457         normal connection.
9458         (proto-stream-open-network): Wait until the greeting before doing
9459         STARTTLS.
9461         * nntp.el (nntp-open-connection): Report what the connection error is.
9463         * proto-stream.el (open-protocol-stream): Rename from
9464         open-proto-stream.
9466 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9468         * nnimap.el (nnimap-stream): Change default to `undecided'.
9469         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9470         first, and then network.
9471         (nnimap-open-connection-1): Respect nnimap-server-port.
9472         (nnimap-open-connection): Be more backwards-compatible.
9474         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9475         (proto-stream-open-starttls): De-duplicate the starttls code.
9476         (proto-stream-open-starttls): Folded back into the main function.
9477         (proto-stream-open-network): Fix typo in the gnutls path.
9478         (proto-stream-command): Refactor out.
9480         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9482         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9483         starttls.el STARTTLS.
9485         * color.el (color-lab->srgb): Fix function call name.
9487         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9488         if we're using tls.el.
9489         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9490         built in, then don't try to establish a STARTTLS connection.
9492         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9493         servers.
9495         * proto-stream.el (open-proto-stream): Use network, not stream.
9496         (open-proto-stream): Add a way to specify what the end of a command is.
9498         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9499         connections types.
9500         (nntp-open-network-stream): Remove.
9501         (nntp-open-ssl-stream): Remove.
9502         (nntp-open-tls-stream): Remove.
9503         (nntp-ssl-program): Remove.
9505         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9507 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9509         * nnir.el: Fix typos.
9510         (nnir-retrieve-headers-override-function): Rename variable to reflect
9511         new semantics.
9512         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9513         macros.
9514         (nnir-request-article, nnir-request-move-article): Use them.
9515         (nnir-categorize): New function.
9516         (nnir-run-query): Use it.
9517         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9518         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9519         sorted.
9520         (nnir-group-full-name): Use gnus-group-full-name instead.
9521         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9522         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9524 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9528         * proto-stream.el: New library to provide protocol-specific
9529         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9530         protocols.
9531         (open-proto-stream): Complete the documentation.
9532         (proto-stream-open-network): Fix some typos.
9534         * nnimap.el (nnimap-open-connection): Use it.
9536 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9538         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9539         negotiation.
9541 2010-11-26  Julien Danjou  <julien@danjou.info>
9543         * color.el: Rename various rgb functions to srgb.
9545 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9548         names.
9550 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9552         * shr.el (shr-insert): Revert last change.
9553         (shr-find-fill-point): Never leave point being at bol;
9554         relax the kinsoku limitation when rendering tables.
9556 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9558         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9559         results from -accept-article.
9561         * shr-color.el: Require cl when compiling.
9563         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9564         checkin.
9566         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9568         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9570         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9571         'add and 'delete to set backend marks.
9573         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9575         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9577         * nntp.el (nntp-request-set-mark): Use it.
9579         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9581         * nnml.el (nnml-request-set-mark): Ditto.
9583         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9584         introduces regressions in article selection.
9585         (nnimap-find-uid-response): New function.
9586         (nnimap-request-accept-article): Use the UID returned, if any.
9587         (nnimap-request-move-article): Use the UID returned, if any.
9588         (nnimap-get-groups): Reimplement to work with folded lines.
9589         (nnimap-find-uid-response): The UID is the last element in the list.
9590         (nnimap-request-set-mark): Extend syntax with 'set.
9592         * nnml.el (nnml-request-set-mark): Ditto.
9594         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9596         * nntp.el (nntp-request-set-mark): Ditto.
9598 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9600         * message.el (message-called-interactively-p): A temporary macro.
9601         (message-goto-body): Use it temporarily.
9603 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9605         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9606         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9607         (nnimap-last-response-string): Fix last unfolding fix.
9609 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9611         * shr.el (shr-insert): Fix the way to fold lines.
9613 2010-11-25  Julien Danjou  <julien@danjou.info>
9615         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9617         * color.el: Rename from color-lab.el
9618         (color-rgb->hex): Add.
9619         (color-complement): Add.
9620         (color-complement-hex): Add.
9622         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9624 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626         * shr-color.el (shr-color-visible): Don't bug out if the color names
9627         don't exist.
9629 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9631         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9632         assuming that article displaying or another mml-preview may be
9633         interrupted for an error or for the like.
9635         * shr.el (shr-get-background): Fix argument name.
9637 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9641         * gnus-sum.el (gnus-summary-include-articles): New function.
9643         * message.el (message-goto-body): called-interactively-p needs a
9644         parameter, so use `any'.
9646         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9647         clear marks before moving, since they're synced from the Gnus side
9648         first.
9650         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9651         (gnus-summary-move-article): Copy over all marks before moving, so that
9652         IMAP doesn't think a new article has arrived.
9654 2010-11-24  Julien Danjou  <julien@danjou.info>
9656         * shr.el (shr-insert-background-overlay): Fix typo.
9657         (shr-render-td): Copy the background before rendering.
9659         * shr-color.el (shr-color-visible): Fix docstring.
9661         * shr.el (shr-tag-table): Add bgcolor support.
9662         (shr-render-td): Add bgcolor support.
9663         (shr-get-background): Add.
9664         (shr-insert-foreground-overlay): Use shr-get-background.
9666         * message.el (message-goto-body): Use called-interactively-p.
9667         (message-in-body-p): message-goto-body returns point.
9669 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9671         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9672         Fixes something or other in Emacs 23, and is backwards compatible.
9674         * message.el (message-goto-body): Remove the <#secure special-casing,
9675         which is too special.
9677         * shr.el (shr-parse-style): Drop !important from styles.
9679 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9681         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9682         this function to return incorrect results when calling it with an
9683         explicit article argument different from
9684         (gnus-summary-article-number).
9686 2010-11-24  Julien Danjou  <julien@danjou.info>
9688         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9689         (shr-tag-body): Add background support.
9690         (shr-descend): Add background support.
9691         (shr-tag-title): Add.
9693         * shr-color.el (shr-color-visible): Really return original background
9694         if fixed.
9696 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9698         * shr.el (shr-color-check): Protect against non-existent color names.
9700 2010-11-24  Julien Danjou  <julien@danjou.info>
9702         * color-lab.el: Require 'cl when compiling.
9704         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9706         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9707         matched part.
9709         * color-lab.el: Fix all expt calls to use float type.
9711 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9713         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9714         expression to shr-color-check as is.
9716         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9718         * color-lab.el: Add coding cookie.
9719         (float-pi): Use eval-and-compile.
9721         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9722         compiled for Emacsen having no `libxml-parse-html-region' support.
9724 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726         * shr.el (shr-insert-color-overlay): Split stuff like
9727         "#444444 !important" to find the real color.
9728         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9729         parse <font color="red"> entries.
9731 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9733         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9734         point when parsing headers.
9736         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9737         is positioned properly when parsing headers.
9739 2010-11-23  Julien Danjou  <julien@danjou.info>
9741         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9743         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9745         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9747         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9748         Use shr-color-hue-to-rgb.
9749         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9751 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9753         * shr.el (shr-color->hexadecimal): Autoload.
9754         (shr-descend): Add color to all tags.
9756 2010-11-22  Julien Danjou  <julien@danjou.info>
9758         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9759         shr-color->hexadecimal.
9761         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9762         RGB() or HSL() color representation.
9764         * shr.el (shr-tag-font): Add.
9765         (shr-tag-color-check): New function to get better colors.
9766         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9767         tag-span.
9769         * shr-color.el: New file.
9771         * color-lab.el: New file.
9773         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9775 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9777         * nnir.el: Fix typo in comments.
9778         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9779         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9781 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9785         * nnimap.el (nnimap-get-capabilities): Refactor out.
9786         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9788 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9790         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9791         appearing when `mm-uu-hide-markers' is nil.
9793 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795         * nnimap.el (nnimap-unselect-group): Make into its own function.
9796         (nnimap-request-rename-group): Unselect group before renaming.
9797         This had gotten lost somewhere.
9798         (nnimap-request-accept-article): Keep track of examined groups, and
9799         unselect the group before APPENDing to read-only groups.
9800         (nnimap-request-move-article): Clear flags before moving so that they
9801         can be re-set later.
9803 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9805         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9806         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9808 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9810         * gnus-art.el (gnus-mime-display-single):
9811         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9812         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9813         parameter.
9815 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9817         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9818         (shr-table-vertical-line): New variable.
9819         (shr-insert-table): Use it.
9821 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9823         * gnus-html.el (gnus-html-wash-images): Don't display images if
9824         gnus-inhibit-images is non-nil; register displayer for cid images.
9825         (gnus-html-display-image): Work for cid image.
9826         (gnus-html-insert-image): Allow arguments.
9827         (gnus-html-put-image): Inhibit read-only.
9828         (gnus-html-prefetch-images): Don't prefetch images if
9829         gnus-inhibit-images is non-nil.
9831 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833         * shr.el (shr-put-image): Break lines when inserting big pictures.
9835 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9837         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9838         sender, thanks Katsumi Yamaoka.
9840 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9842         * nnir.el (nnir-run-imap): Reverse the article list for each group
9843         rather than the whole list.
9845 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9847         * shr.el (shr-image-displayer): Protect function against non-existent
9848         image source.
9850         * gnus-art.el (gnus-inhibit-images): New user option.
9851         (gnus-mime-display-single): Don't display image if it is non-nil.
9853         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9854         gnus-inhibit-images.
9856         * shr.el (shr-image-displayer): New function.
9857         (shr-tag-img): Use it.
9859 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9861         * mml2015.el (mml2015-epg-sign): Use From header.
9863 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9865         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9867         * gnus-util.el (gnus-find-text-property-region): Return markers.
9869         * shr.el (shr-tag-img): Put a displayer in the text property.
9871         * gnus-util.el (gnus-find-text-property-region): New utility function.
9873         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9874         (gnus-html-show-images): Remove.
9876         * gnus-art.el (gnus-article-show-images): New, more general function.
9878         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9879         image url text properties.
9881         * shr.el: Ditto.
9883         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9884         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9886 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9888         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9889         work for two or more articles.
9891 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9893         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9894         divide an image that's in an html article to two or more when washing
9895         non-ASCII characters in alt text of it.
9897 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9899         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9900         smime-decrypt-region using function argument.
9901         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9903         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9905         * smime.el (smime-decrypt-region): Catch it.
9907 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9909         * smime.el (smime-mode-map): Move initialization into declaration.
9910         (gnus-run-mode-hooks): Don't autoload.
9911         (smime-mode): Use define-derived-mode.
9913 2010-11-11  Glenn Morris  <rgm@gnu.org>
9915         * smime.el (from): Restrict declaration to XEmacs.
9917         * nnir.el (gnus-group-topic-name): Autoload.
9919 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9921         * shr.el (shr-insert): Don't break long line if it is because of
9922         kinsoku-bol characters in the line end.
9924 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9926         * nnir.el (nnir-request-move-article): Fix to provide original group
9927         and subject.
9928         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9929         been retrieved.
9931         * gnus-sum.el (gnus-summary-move-article): Use original group and
9932         subject for virtual articles such as those in an nnir summary buffer.
9934 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9936         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9937         least 21.5).
9939         * smime.el (from): Declare it again for XEmacs.
9941 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943         * message.el (message-resend): Don't disable encoding unless it's
9944         already encoded.
9946         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9947         low-numbered articles.
9949 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9951         * rfc2047.el (rfc2047-syntax-table): Simplify.
9953         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9955         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9956         set-char-table-range for XEmacs.
9958 2010-11-10  Glenn Morris  <rgm@gnu.org>
9960         * time-date.el (time-to-seconds): Always an alias on Emacs,
9961         never a real function.
9962         (with-no-warnings): Remove compat stub, now unused.
9963         (time-less-p): Doc fix.
9964         (time-to-number-of-days): Simplify.
9966         * smime.el (from): Remove unused declaration.
9968         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9969         (gnus-float-time): On Emacs, always an alias.
9971         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9972         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9974 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9976         * dgnushack.el: Don't use ignore-errors in the top level form since it
9977         is unavailable in XEmacs even if cl is loaded.
9979         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9981 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9983         * shr.el (browse-url-mailto): Autoload.
9985         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9987         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9988         regexp doesn't need quoting.
9990 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9992         * message.el (message-subject-trailing-was-ask-regexp)
9993         (message-subject-trailing-was-regexp): Match was: in addition to was.
9995 2010-11-09  Glenn Morris  <rgm@gnu.org>
9997         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9998         (nnbabyl-check-mbox): Use point-at-bol.
10000 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10002         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
10004         * message.el (message-mailto): New function.
10005         (message-mailto): Should accept other parameters.
10006         (message-mailto): Remove since it duplicates browse-url-mailto
10007         functionality.
10009 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
10012         methods.
10013         (gnus-read-active-file): Ditto.
10015         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
10016         ": " from the prompt.
10017         (gnus-group-make-group): Ditto.
10019 2010-11-07  Glenn Morris  <rgm@gnu.org>
10021         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
10022         (gnus-bookmark-kill-line): Use point-at-eol.
10024 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10026         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
10027         asterisks in From header.
10029 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10031         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
10032         string to avoid making the From headers syntactically invalid.
10034         * message.el (message-send-mail): Don't insert courtesy messages if the
10035         message already has List-Post and List-ID messages.
10037 2010-11-06  Glenn Morris  <rgm@gnu.org>
10039         * gnus-art.el (gnus-treat-article): Give dynamic local variables
10040         `condition', `type', `length' a prefix.
10041         (gnus-treat-predicate): Update for above name changes.
10043 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
10045         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
10046         binding.  Handled by `gnus-summary-refer-thread' instead.
10047         (nnir-warp-to-article): New backend function.
10049         * nnimap.el (nnimap-request-thread): Force dependency updating.
10051         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
10052         (gnus-summary-refer-thread): Rework to improve thread-referral.
10054         * gnus-int.el (gnus-warp-to-article): New function.
10056         * gnus-sum.el (gnus-summary-article-map): Bind it.
10058 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
10060         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
10061         gnus-summary-refer-thread.
10063         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
10064         headers.
10065         (gnus-summary-limit-include-thread): Prevent articles in thread from
10066         being cut in gnus-cut-threads.
10067         (gnus-summary-refer-thread): Limit retrieved headers to those in
10068         thread.
10070 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10072         * message.el (message-send-mail): Use the value of
10073         message-courtesy-message from the message buffer.
10075         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
10077         * shr.el (shr-browse-url): Implement mailto: URLs.
10079         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
10080         "raw".
10082         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
10083         if it's already selected.
10085         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
10087 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10089         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
10090         to measure the length and truncate alt text.
10092 2010-11-03  Glenn Morris  <rgm@gnu.org>
10094         * nndiary.el (nndiary-generate-nov-databases-1)
10095         (nndiary-generate-active-info): Rename dynamic variable `files' to
10096         something less generic.
10098 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
10100         * nnir.el (nnir-request-move-article): Call the underlying backend to
10101         move articles from nnir.
10103 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10105         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
10107 2010-11-02  Julien Danjou  <julien@danjou.info>
10109         * nnir.el: Remove wais support.
10111 2010-11-02  Glenn Morris  <rgm@gnu.org>
10113         * gnus-html.el: Reorder requirements to quieten compiler.
10115 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10117         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
10118         properly for XEmacs as well.
10119         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
10120         (gnus-article-natural-long-line-p): Use window-width rather than
10121         frame-width.
10123 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
10125         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
10126         (nnir-read-parms): Don't modify query.
10127         (nnir-run-query): Add ability to search topic on current line.
10128         (nnir-get-active): Clean up.
10130 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10132         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
10133         degenerate articles.
10135         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
10136         (gnus-print-buffer): Just print the buffer as is, without any copying
10137         to a buffer and then re-highlighting.
10139         * nnimap.el (nnimap-request-group): Store the new updated info.
10140         (nnimap-request-group): Select the group when we don't know whether it
10141         exists or not.
10143         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10144         groups.
10146         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10147         groups.
10149         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10150         groups.
10152         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10153         long-lines case by only filling the long lines.
10155         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10156         (bug#7311).
10158 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10160         * shr.el: No need to declare `declare-function' since shr.el is for
10161         only Emacsen that provide `libxml-parse-html-region'.
10163         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10164         effective only in a file it is referred to.
10166 2010-11-01  Glenn Morris  <rgm@gnu.org>
10168         * mm-util.el (gnus-completing-read): Autoload.
10169         (mm-read-coding-system): Simplify Emacs definition.
10171         * nnmail.el (gnus-activate-group):
10172         * nnimap.el (gnutls-negotiate):
10173         * nntp.el (netrc-parse): Fix declarations.
10175 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10177         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10178         string-match-p in Emacs >=23.
10180         * gnus-msg.el (gnus-configure-posting-styles):
10181         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10183 2010-11-01  Glenn Morris  <rgm@gnu.org>
10185         * nnir.el (declare-function): Add compat stub.
10186         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10187         (nnir-run-gmane): Require 'mm-url.
10189         * mm-util.el (mm-string-to-multibyte): Simplify.
10191         * shr.el (declare-function): Add compat stub.
10192         (url-cache-create-filename): Declare.
10193         (mm-disable-multibyte, widget-convert-button): Autoload.
10195         * smime.el (ldap-search): Declare.
10196         (smime-cert-by-ldap-1): Require ldap on Emacs.
10198         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10199         (nnimap-keepalive): Use gnus-float-time.
10201         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10202         (mail-source-delete-crash-box): Use gnus-float-time.
10204         * gnus-dired.el (gnus-completing-read): Autoload.
10206         * mm-view.el (gnus-rescale-image): Autoload.
10208         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10210         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10212         * sieve-manage.el: Require 'cl when compiling.
10214         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10215         (gnus-iswitchb-completing-read): Require iswitchb.
10216         (gnus-select-frame-set-input-focus): Silence compiler.
10218 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10220         * message.el (message-subject-trailing-was-query): Change default to t,
10221         since I think that's what most people want.
10223         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10224         appending for easier debugging.
10225         (nnimap-wait-for-connection): Take a regexp.
10226         (nnimap-request-accept-article): Wait for the continuation line before
10227         sending anything unless we're streaming.
10229         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10230         leave the header washing to take place.
10232 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10234         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10235         regular expression match and replace in posting styles.
10237 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10239         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10240         an entire server.
10241         (nnir-get-active): New function.
10242         (nnir-run-imap): Use it.
10243         (nnir-run-gmane): Who knew, gmane search returns an article score!
10245         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10246         server on the current line with nnir.
10248 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10250         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10251         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10252         left edge.
10253         (gnus-article-foldable-buffer): Skip past the prefix when determining
10254         raggedness.
10256         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10257         the raw article, and change `C-u g' to show the article without doing
10258         treatments.
10260         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10261         on to `gnus-treat-article'.
10262         (gnus-inhibit-article-treatments): New variable.
10264         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10266         * gnus-art.el (gnus-treatment-function-alist): Have
10267         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10268         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10269         sections.
10271         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10272         parameter.
10273         (gnus-article-fill-cited-long-lines): New function.
10274         (gnus-article-fill-cited-article): Allow filling only long sections.
10276         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10277         and non-punctuation (like after the apostrophe in "'We").
10279         * gnus-sum.el (gnus-summary-select-article): Make sure
10280         gnus-original-article-buffer is alive.
10282         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10283         reflect the order they're in in the digest.
10285         * gnus.el (gnus-group-startup-message): Move point to the start of the
10286         buffer.
10288         * nnimap.el (nnimap-capability): New function.
10289         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10290         is set.
10292 2010-10-31  David Engster  <dengste@eml.cc>
10294         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10295         conform with changes to gnus-completing-read.
10297 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10299         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10301 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10303         * nnir.el: Move defvar, defcustom around to keep file organized
10304         and keep byte-compiler quiet.
10305         (nnir-read-parms): Accept search-engine as arg.
10306         (nnir-run-query): Pass search-engine as arg.
10307         (nnir-search-engine): Remove.
10309 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311         * shr.el (shr-generic): The text nodes should be text, not :text.
10313         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10314         later in the file.
10316 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10318         * nnir.el: General clean up.  Allow searching with multiple engines.
10319         Allow separate extra-parameters for each engine.
10320         Batch queries when possible.
10321         (nnir-imap-default-search-key, nnir-method-default-engines):
10322         Add customize interface.
10323         (nnir-run-gmane): New engine.
10324         (nnir-engines): Use it.  Qualify all prompts with engine name.
10325         (nnir-search-engine): Remove global variable.
10326         (nnir-run-hyrex): Restore for now.
10327         (nnir-extra-parms, nnir-search-history): New variables.
10328         (gnus-group-make-nnir-group): Use them.
10329         (nnir-group-server): Remove in favor of gnus-group-server.
10330         (nnir-request-group): Avoid searching twice.
10331         (nnir-sort-groups-by-server): New function.
10333 2010-10-30  Julien Danjou  <julien@danjou.info>
10335         * gnus-group.el: Remove gnus-group-fetch-control.
10337         * gnus-start.el (gnus-find-new-newsgroups):
10338         Remove gnus-check-first-time-used.
10340         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10342 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10344         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10345         set on groups that don't have \* permanentflags.
10347 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10350         control the background color.
10351         (shr-tag-img): Ignore very small web bug type images.
10352         (shr-put-image): Add help-echo alt texts to the images.
10353         (shr-tag-video): Show the video poster image.
10355 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10357         * shr.el (shr-table-depth): New variable.
10358         (shr-tag-table-1): Only insert the images after the top-level table.
10360         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10362         * gnus-util.el (gnus-list-memq-of-list): New function.
10364         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10365         selected.
10366         (nnimap-unsplittable-articles): New slot.
10367         (nnimap-new-articles): Use it.
10369 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10371         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10372         move to the previous line on `M-g'.
10374 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10376         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10377         *-request-group, which seems unnecessary.
10379         * nnimap.el (nnimap-quote-specials): Function copied over from
10380         imap.el.
10381         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10382         they support that.  Suggested by Tom Regner.
10384 2010-10-29  Julien Danjou  <julien@danjou.info>
10386         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10387         defalias.
10388         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10390         * gnus.el: Remove `gnus-nntp-service' variable.
10391         (gnus-secondary-servers): Make obsolete.
10392         (gnus-nntp-server): Make obsolete.
10394         * gnus-start.el (gnus-1): Remove x-splash calls.
10396         * gnus-ems.el (gnus-x-splash): Remove.
10398         * gnus.el (gnus-group-startup-message): Simplify/update code.
10400         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10401         definition.
10403         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10404         capability before doing anything.
10405         (gnus-group-insert-group-line): Remove useless
10406         gnus-group-remove-excess-properties.
10408 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10410         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10412 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10415         config after reselecting.
10417 2010-10-28  Julien Danjou  <julien@danjou.info>
10419         * shr.el (shr-put-image): Use point even if only inserting text.
10420         (shr-put-image): Save excursion when inserting alt text on non-graphic
10421         display, so the behavior is the same when we are on a graphic display.
10423         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10425 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10427         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10428         (gnus-mime-copy-part): Check coding system, not charset.
10429         (gnus-mime-view-part-externally): Never remove part.
10430         (gnus-mime-view-part-internally): Don't remove part here.
10431         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10432         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10433         multipart/alternative.
10435         * mm-decode.el (mm-display-part): Take optional arg `force'.
10437 2010-10-26  Julien Danjou  <julien@danjou.info>
10439         * gnus-group.el (gnus-group-default-list-level): Add this function to
10440         compute the default list level.
10441         (gnus-group-default-list-level): Add possibility to use a function.
10443 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10445         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10447         * gnus-group.el (gnus-group-completing-read)
10448         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10449         gnus-replace-in-string.
10451 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10453         * shr.el (shr-tag-div): Add.
10455         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10457 2010-10-25  Julien Danjou  <julien@danjou.info>
10459         * gnus-util.el: Remove `gnus-with-local-quit'.
10461         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10463 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10465         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10466         the original article buffer.
10468 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10470         * nnimap.el (nnimap-request-head): New function.
10471         (nnimap-request-move-article): Try to be slightly faster by not
10472         requesting the entire message when moving.
10473         (nnimap-transform-headers): Don't bug out on bodiless articles.
10474         (nnimap-send-command): Have no outstanding messages if the IMAP server
10475         doesn't support streaming.
10476         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10478 2010-10-24  Julien Danjou  <julien@danjou.info>
10480         * message.el (message-default-headers): Fix type.
10482 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10484         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10485         prefetching images.
10487         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10488         backend for unknown groups.  This is mainly useful for nnimap groups.
10490         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10491         group isn't covered by the agent.
10493 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10495         * nnir.el (nnir-method-default-engines): New variable.
10496         (nnir-run-query): Use it.
10497         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10498         (gnus-summary-nnir-goto-thread): Change group if needed.
10500         * gnus-group.el (gnus-group-group-map): Add key binding for
10501         gnus-group-make-nnir-group.
10503 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10505         * shr.el (shr-tag-object): Add.
10507         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10508         original article buffer live.
10509         (gnus-summary-select-article-buffer):
10510         Mention gnus-widen-article-buffer.
10512 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10514         * shr.el (shr-tag-strong): Add.
10516 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10518         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10519         group names.  They mess up the group buffer badly.
10521         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10523         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10524         instead of the summary one.
10526 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10528         * mml.el (mml-preview): Work properly when editing article.
10530         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10531         gnus-have-read-active-file if it's already been in.
10533 2010-10-22  Tom Tromey  <tromey@redhat.com>
10535         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10536         gnus-group-completing-read.
10538 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10540         * message.el (message-mode-map): Don't bind M-; to comment region, to
10541         allow the global comment-dwim to work.
10543 2010-10-21  Julien Danjou  <julien@danjou.info>
10545         * message.el (message-setup-1): Allow message-default-headers to be a
10546         function.
10548 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10550         * shr.el (shr-tag-table): Simplify.
10552 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10554         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10555         to avoid trying to snarf invalid stuff.
10557         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10559         * gnus.el (gnus-message-archive-group): Quote value.
10560         (gnus-message-archive-group): Mark as changed.
10562         * shr.el (shr-add-font): Don't put the font properties on the newline
10563         or the indentation.
10565         * message.el (message-fix-before-sending): Change options when sending
10566         non-printable characters.
10568         * gnus.el (gnus-message-archive-method): Change the default to
10569         monthly outgoing groups.
10571         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10572         that have gotten new numbers.
10574         * nnimap.el (nnimap-request-replace-article): New function.
10576 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10578         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10579         (nnrss-request-article): Don't use special html washing code.
10581 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10583         * shr.el (shr-tag-table): Remove useless nconc.
10585 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10587         * gnus-art.el (article-wash-html): Simplify and remove the charset
10588         stuff.  Use the normal html rendering code instead of the special html
10589         washing code.
10591         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10592         `gnus-w3m' symbols.
10593         (mm-text-html-washer-alist): Remove.
10595         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10596         (mm-inline-media-tests): Remove use.
10597         (mm-text-html-renderer): Change default to the `shr' symbol.
10599         * mm-view.el (mm-inline-text-html): Remove use.
10601         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10602         `gnus-blocked-images' to be a function.
10603         (gnus-article-wash-function): Remove.
10605 2010-10-20  Julien Danjou  <julien@danjou.info>
10607         * spam.el (spam-list-of-processors): Mark as obsolete.
10609         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10610         (nnimap-insert-partial-structure): Fix boundary detection.
10612 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10614         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10615         run file-truename on remote files.  This can be expensive and even
10616         prevent one from editing drafts if some unrelated buffer has a stale
10617         connection.
10619 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10621         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10622         kinsoku-eol regardless of shr-kinsoku-shorten.
10623         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10624         (shr-tag-table): Support caption, thead, and tfoot.
10626 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10628         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10629         lines.
10630         (shr-save-contents): New command and keystroke.
10632         * nndoc.el (nndoc-type-alist): Add git support.
10633         (nndoc-git-type-p): New function.
10634         (nndoc-transform-git-article): Ditto.
10635         (nndoc-transform-git-headers): Ditto.
10636         (nndoc-transform-git-headers): Generate Subject headers.
10638         * shr.el (shr-parse-style): New function.
10639         (shr-tag-span): Ditto.
10641         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10642         to `G G' to avoid collisions.
10644 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10646         * shr.el: Load kinsoku if necessary.
10647         (shr-kinsoku-shorten): New internal variable.
10648         (shr-find-fill-point): Make kinsoku shorten text line if
10649         shr-kinsoku-shorten is bound to non-nil.
10650         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10651         shr-indentation too when testing if table is wider than frame width.
10652         (shr-insert-table): Use `string-width' instead of `length' to measure
10653         text width.
10654         (shr-insert-table-ruler): Make sure indentation is done at bol.
10656 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10658         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10659         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10660         undecoded network data.
10662 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10664         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10665         name in the mode line spec so that the mode line menu works
10666         (bug#2431).
10668         * message.el (message-get-reply-headers): If we're fed `to-address',
10669         then always use that.
10671         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10672         aren't so wide as to need to switch off the edit menu.
10674         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10675         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10677         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10678         `M-g'.
10679         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10680         the permanent marks.
10682 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10684         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10685         Splitting according to references/in-reply-to obeys the ignore-groups
10686         variable, while splitting by sender and subject do not.
10688 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10691         alist, so that we can look for non-Unicode chars.
10692         (article-translate-strings): Allow both character and string maps.
10694 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10696         * shr.el (shr-insert): Don't insert space behind a wide character
10697         categorized as kinsoku-bol, or between characters both categorized as
10698         nospace.
10700 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10702         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10703         headers to gnus-newsgroup-headers.
10705 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10707         * shr.el (shr-tag-img): Don't align images -- since we're not
10708         rescaling, this often leads to ugly displays.
10710 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10712         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10713         duplicates.
10715 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10717         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10718         call.
10720 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722         * gnus.el: Autoload gnus-html-show-images.
10724         * nnimap.el: Use nnheader-message throughout.
10726         * shr.el (shr-tag-img): Ignore images with no data.
10728 2010-10-15  Julien Danjou  <julien@danjou.info>
10730         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10731         a possibility to disable format=flow encoding when using hard newlines.
10733 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10735         * shr.el (shr-insert): Remove space inserted before or after a
10736         breakable character or at the beginning or the end of a line.
10737         (shr-find-fill-point): Do kinsoku; find the second best point or give
10738         it up if there's no breakable point.
10740 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742         * nnimap.el (nnimap-open-connection): Message when opening connection
10743         for debugging purposes.
10745         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10746         on every setup buffer call to allow this to change from article to
10747         article.
10749         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10750         buffers where we have a wide table.
10752 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10754         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10755         uses *-request-thread.
10757 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10760         incantation, which is no longer valid.
10762 2010-10-14  Julien Danjou  <julien@danjou.info>
10764         * shr.el: Fix defcustom type (char -> character).
10766 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10768         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10769         programs.
10771 2010-10-14  Julien Danjou  <julien@danjou.info>
10773         * shr.el (shr-tag-a): Use url-link as widget type.
10775         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10776         `gnus-group-get-icon'.
10778 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10780         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10781         This should make server editing work better.
10783         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10785         * tls.el (tls-program): Remove spurious %s from openssl.
10787         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10788         (nnimap-parse-flags): Fix regexp.
10790         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10791         probably work for CJVK text, too.
10793         * nnimap.el (nnimap-extend-tls-programs): Remove.
10794         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10796         * tls.el (tls-starttls-switches): Remove starttls hack.
10797         (open-tls-stream): Ditto.
10798         (tls-find-starttls-argument): Ditto.
10800 2010-10-13  Julien Danjou  <julien@danjou.info>
10802         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10803         responses.
10805 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10807         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10809         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10810         anything in Emacs.
10812         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10814 2010-10-13  Julien Danjou  <julien@danjou.info>
10816         * shr.el (shr-width): Make shr-width a defcustom with default to
10817         fill-column.
10818         (shr-tag-img): Use shr-width rather than fill-column.
10820 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10822         * dgnushack.el (byte-optimize-apply):
10823         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10825         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10826         position when (X-)Faces exist.
10827         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10828         avatars when called interactively.
10830 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10832         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10833         gnus-article-x-face-too-ugly is bound.
10835 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10837         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10839         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10840         mailbox that doesn't exist.
10842 2010-10-12  Julien Danjou  <julien@danjou.info>
10844         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10845         (shr-get-image-data): Encode URL properly when fetching from cache.
10846         (shr-tag-img): Use aligned-to spaces to align correctly images.
10848         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10849         before inserting the Gravatar.
10851         * shr.el (shr-tag-img): Add align attribute support for <img>.
10853 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10855         * gnus-gravatar.el (gnus-art): Require.
10857         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10858         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10859         Remove long obsoleted functions.
10861 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10863         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10865         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10867         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10868         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10869         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10870         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10871         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10872         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10873         * sieve-manage.el, smime.el, spam.el:
10874         Fix comment for declare-function.
10876 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878         * nnimap.el (nnimap-request-rename-group): Select group read-only
10879         before renaming it.
10881         * shr.el (shr-insert): Fix up the white space only regexp.
10883         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10884         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10886         * shr.el (shr-current-column): New function.
10887         (shr-find-fill-point): New function.
10889 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10891         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10892         numbers.
10894 2010-10-11  Julien Danjou  <julien@danjou.info>
10896         * shr.el (shr-hr-line): Add.
10897         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10898         display hr lines.
10899         (shr-max-columns): Do not change state to nil if we just inserting
10900         spaces.
10902 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10905         select the last group.
10907 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10909         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10911 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10913         * dig.el (dig-mode-map): Declare and define in one step.
10915 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10917         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10918         for Gnus.
10919         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10920         (nnimap-update-qresync-info): Mark \Seen articles as read.
10922         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10923         non-variable, too.
10925         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10926         available.
10927         (nnimap-update-info): Rely more on the current active than the param
10928         active to avoid marking articles as read too much.
10930         * auth-source.el (auth-source-create): Use (user-login-name) for the
10931         user name default.
10933         * nnimap.el (nnimap-update-info): If the server doesn't return any
10934         useful info, just use the previous info.
10935         (nnimap-update-info): Prefer old info over start-article.
10936         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10938 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10940         * nnir.el (autoload): Clean up autoloads.
10941         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10942         Use key rather than value.
10943         (nnir-imap-search-other): New variable.
10944         (nnir-read-parm): Use it.
10945         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10946         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10948 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10950         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10951         the process, too.
10953 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955         * spam.el (gnus-summary-mode-map): Bind to "$".
10956         Suggested by Russ Allbery.
10958         * shr.el: Rework the way things are indented by <li> slightly.
10960         * gnus.el (gnus-group-set-parameter): Fix typo.
10962         * nnimap.el: Start implementing QRESYNC support.
10964 2010-10-09  Julien Danjou  <julien@danjou.info>
10966         * nnir.el (nnir-engines): Fix too many arguments.
10968 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10971         group is the "last", so that the backends like nnfolder actually save
10972         their folders.
10974         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10975         try to use that for the tls stream.
10976         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10977         UIDVALIDITY and find out which groups are read-only and not.
10978         (nnimap-get-flags): Use the same marks parsing code as the rest of
10979         nnimap.
10981 2010-10-09  Julien Danjou  <julien@danjou.info>
10983         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10985         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10986         retrieving gravatars.
10988         * shr.el (shr-table-corner): Add.
10989         (shr-table-line): Add.
10990         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10992 2010-10-08  Julien Danjou  <julien@danjou.info>
10994         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10996 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10998         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
11000         * gnus-sum.el (gnus-mark-article-as-unread)
11001         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
11002         (gnus-summary-set-bookmark): Use it.
11004         * gnus-msg.el (gnus-setup-message): Use it.
11006         * gnus-demon.el (gnus-demon-remove-handler): Use it.
11008         * gnus.el (gnus-group-remove-parameter): Use it.
11010         * gnus-group.el (gnus-group-make-web-group): Use it.
11012         * gnus-demon.el (gnus-demon-remove-handler): Use it.
11014         * nnregistry.el: Update docs to mention manual.
11016         * gnus-registry.el: Update docs to mention nnregistry.el.
11017         (gnus-registry-initialize): Don't install nnregistry refer method
11018         automatically.
11019         (gnus-registry-install-nnregistry): Remove it.
11021 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11023         * shr.el (shr-insert): Don't insert double spaces.
11025 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11027         * gnus-gravatar.el (gnus-treat-from-gravatar)
11028         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
11029         called interactively.
11031         * gnus-art.el (gnus-mime-view-part-externally)
11032         (gnus-mime-view-part-internally): Make predicate function passed to
11033         gnus-mime-view-part-as-type assume argument is a mime type, not a list
11034         of a mime type.
11036         * shr.el (shr-table-widths): Don't use cl function `reduce'.
11038 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11040         * shr.el (require): Require cl when compiling.
11041         (shr-tag-hr): New function.
11043         * nnimap.el (nnimap-update-info): Remove double setting of high.
11044         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
11045         This makes nnimap work properly on Courier again.
11047         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
11048         the variable for backwards compatibility.
11050         * mm-decode.el (mm-save-part): If given a non-directory result, expand
11051         the file name before using to avoid setting mm-default-directory to
11052         nil.
11054         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
11055         bidning gnus-agent variables.
11057         * shr.el (shr-render-td): Use a cache for the table rendering function
11058         to avoid getting an exponential rendering behavior in nested tables.
11059         (shr-insert): Rework the line-breaking algorithm.
11060         (shr-insert): Don't leave trailing spaces.
11061         (shr-insert-table): Also insert empty TDs.
11062         (shr-tag-blockquote): Ensure paragraphs after </ul>.
11064 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11066         * gnus-sum.el (gnus-number): Rename from `number'.
11067         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
11068         (gnus-summary-limit-children): Update uses correspondingly.
11070 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11072         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
11073         (gnus-gravatar-transform-address): Don't show avatars of people of
11074         which mail addresses match gnus-gravatar-too-ugly.
11076 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11078         * shr.el (shr-table-widths): Expand TD elements to fill available
11079         space.
11081 2010-10-07  Julien Danjou  <julien@danjou.info>
11083         * nnimap.el (nnimap-request-rename-group): Add this method.
11085 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11087         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
11088         name from XEmacs' function-arglist.
11090         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
11091         gravatar under XEmacs.
11093 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
11095         * auth-source.el: Update docs with TODO items.
11097         * gnus-sync.el: Update docs to explain state and plans.
11099         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
11100         Hooks for mark updates.
11101         (gnus-request-set-mark, gnus-request-update-mark): Use them.
11103         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
11104         hooks with arguments, which is needed for mark update hooks.
11106 2010-10-06  Julien Danjou  <julien@danjou.info>
11108         * gnus.el (gnus-expand-group-parameter): Only return and act on what
11109         was matched.
11111         * sieve-manage.el: Update example in `Commentary'.
11113         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
11115         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
11116         not 2000.
11117         (sieve-manage-authenticate): Re-add function.
11119 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11121         * shr.el (shr-insert): Get 'space transition right.
11122         (shr-render-td): Only delete space at the end of the TD.
11124         * nnimap.el (nnimap-open-connection): Prepare to support
11125         open-gnutls-stream.
11127         * shr.el: Rearrange function order to be more logical.
11129 2010-10-06  Julien Danjou  <julien@danjou.info>
11131         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
11132         (nnrss-discover-feed): Remove 404 URL in docstring.
11134         * nnir.el: Fix Swish-E URL.
11135         Fix Namazu URL.
11137         * message.el (message-change-subject): Remove 404 URL in a comment.
11139 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11141         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11142         called interactively.
11144         * gnus-util.el (gnus-remove-if): Allow hash table.
11145         (gnus-remove-if-not): New function.
11147         * gnus-art.el (gnus-mime-view-part-as-type):
11148         * gnus-score.el (gnus-summary-score-effect):
11149         * gnus-sum.el (gnus-read-move-group-name):
11150         Replace remove-if-not with gnus-remove-if-not.
11152         * gnus-group.el (gnus-group-completing-read):
11153         Regard collection as a hash table if it is not a list.
11155 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11157         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11159         * shr.el: Document the table-rendering algorithm.
11161 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11163         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11164         for Emacsen having no `libxml-parse-html-region' support.
11166 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11168         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11169         invalid URLs.
11171         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11172         line-broken.
11173         (shr-tag-img): Ignore image fetching errors.
11174         (shr-overlays-in-region): Compute overlay positions correctly.
11176         * mm-decode.el (mm-shr): Require shr.
11178         * gnus-art.el (gnus-blocked-images): Move variable here.
11180         * shr.el (shr-insert-table): Bind free variable.
11182         * mm-decode.el (mm-shr): Bind shr-content-function.
11184         * shr.el (shr-content-function): New variable.
11186         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11187         added for symmetry.
11189         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11191         * gnus-group.el (gnus-group-make-group): Doc fix.
11193         * nnimap.el (nnimap-request-newgroups): Return success.
11195         * shr.el (shr-find-elements): New function.
11196         (shr-tag-table): Put all the images after the table.
11197         (shr-tag-table): Really inhibit images inside the table.
11198         (shr-collect-overlays): Copy over overlays from the TD elements to the
11199         main document.
11201         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11202         gnus-blocked-images.
11204 2010-10-05  Julien Danjou  <julien@danjou.info>
11206         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11208         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11209         (gnus-html-maximum-image-size): Add this function.
11210         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11212         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11213         server-value of the capability is nil.
11215 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11217         * shr.el (shr-tag-em): Add <EM> tag.
11219 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11221         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11222         customizable.
11224         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11225         handing broken links to browse-url.
11227 2010-10-05  Julien Danjou  <julien@danjou.info>
11229         * gnus-util.el (gnus-emacs-completing-read)
11230         (gnus-iswitchb-completing-read): Use autoload rather than require.
11232 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11234         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11235         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11236         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11237         iswitchb-temp-buflist for XEmacs.
11239         * gnus-util.el (gnus-completing-read-function): Exclude
11240         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11241         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11242         XEmacs.
11244         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11245         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11247         * gnus-html.el: Don't require help-fns under XEmacs.
11248         (gnus-html-schedule-image-fetching): Work for XEmacs.
11250         * mm-decode.el (mm-shr): Decode contents by charset.
11252 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11254         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11255         unknown.
11257         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11258         (shr-get-image-data): Ensure against the cache file missing.
11260         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11261         for data.
11263         * spam-report.el (spam-report-url-ping-plain): Don't query about
11264         killing the process.
11266         * shr.el (shr-render-td): Protect against too-wide text.
11268 2010-10-04  Julien Danjou  <julien@danjou.info>
11270         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11271         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11273         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11274         retrieved.
11276 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11278         * shr.el (browse-url): Require.
11279         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11280         lines.
11281         (shr-show-alt-text, shr-browse-image): New commands.
11282         (shr-browse-url, shr-copy-url): New commands.
11284         * gnus-sum.el (gnus-widen-article-window): New variable.
11285         (gnus-summary-select-article-buffer): Use it.
11287         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11288         without @ signs.
11290 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11292         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11294 2010-10-04  Julien Danjou  <julien@danjou.info>
11296         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11297         for XEmacs.
11299 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11301         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11303         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11304         (nnimap-close-server): Implement.
11306         * dgnushack.el (iswitchb): Require to shut up the compiler.
11308         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11309         (shr-insert): Tweak line breaking.
11310         (shr-insert): Handle <pre> better.
11311         (shr-tag-li): Get <li> indentation right.
11312         (shr-tag-li): Get <li> indentation even righter.
11313         (shr-tag-blockquote): Ensure paragraph start.
11314         (shr-make-table): Tweak table generation.
11315         (shr-make-table): Fix typo.
11317         * shr.el: Implement table rendering.
11319 2010-10-04  Julien Danjou  <julien@danjou.info>
11321         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11323 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11325         * shr.el (shr-insert): Use string anchors instead of line anchors.
11327 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11329         * shr.el: Add headings.
11330         (shr-ensure-paragraph): Actually work.
11331         (shr-tag-li): Make <ul> prettier.
11332         (shr-insert): Get white space at the beginning/end of elements right.
11333         (shr-tag-p): Collapse subsequent <p>s.
11334         (shr-ensure-paragraph): Don't insert double line feeds after blank
11335         lines.
11336         (shr-insert): \t is also space.
11337         (shr-tag-s): Fix "s" tag name function.
11338         (shr-tag-s): Fix face prop name.
11340 2010-10-03  Julien Danjou  <julien@danjou.info>
11342         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11344         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11345         gnus-window-inside-pixel-edges.
11347         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11348         gnus-ems.
11350         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11352         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11353         function.
11355         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11356         resize choice.
11358 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11360         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11361         beginning of the buffer.
11363         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11364         article buffer again.
11366         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11368         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11369         when it's at the start of the buffer.
11371         * shr.el (shr-tag-blockquote): Convert name.
11372         (shr-rescale-image): Use the right image-size variant.
11374         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11375         buffer isn't shown, then select the current article first instead of
11376         bugging out.
11377         (gnus-summary-select-article-buffer): Show both the article and summary
11378         buffers again.
11380         * shr.el (shr-fontize-cont): Protect against regions with no text.
11381         Rename tag functions to shr-tag-* for enhanced security.
11382         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11384 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11386         * shr.el (shr-insert):
11387         * pop3.el (pop3-movemail):
11388         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11389         loaded.
11391 2010-10-03  Glenn Morris  <rgm@gnu.org>
11393         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11395         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11397         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11399         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11401         * gnus-util.el (gnus-make-local-hook): Simplify.
11403 2010-10-02  Julien Danjou  <julien@danjou.info>
11405         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11406         (gnus-ido-completing-read): New function.
11407         (gnus-emacs-completing-read): New function.
11408         (gnus-completing-read): Use gnus-completing-read-function.
11409         Add gnus-completing-read-function.
11411 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11413         * shr.el (shr-insert-document): Autoload.
11414         (shr-img): Be silent.
11415         (shr-insert): Add a newline after every picture before text.
11416         (shr-add-font): Use overlays for combining faces.
11417         (shr-insert): Pass upwards the text start point.
11419         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11420         possible.
11421         (mm-shr): New function.
11423 2010-10-02  Julien Danjou  <julien@danjou.info>
11425         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11426         should go backward.
11428 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11430         * shr.el (shr): Fix typo in provide call.
11432 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11434         * shr.el: New file.
11436         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11438         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11439         completing read.
11441 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11443         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11444         we're being queried about.  Suggested by Dan Jacobson.
11446         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11447         Suggested by Jason Eisner.
11449         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11450         table, too.  Suggested by Stefan Wiens.
11451         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11452         the table unnecessary.  Suggested by Stefan Wiens.
11454         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11455         longer needed, and probably doesn't work either, as pointed out by
11456         Stefan Wiens.
11457         (gnus-summary-exit): Remove call to the clearing function.
11458         (gnus-summary-exit-no-update): Ditto.
11460         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11461         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11462         Reported by Stefan Monnier.
11463         (gnus-summary-save-in-rmail): Ditto.
11465         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11466         article buffer, instead of both the article buffer and the summary
11467         buffer.  Sort of suggested by Dan Jacobson.
11469         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11471         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11472         Suggested by Dan Jacobson.
11474         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11475         documentation clearer.
11477         * message.el (message-shorten-references): Comment on the number "21".
11478         Suggested by Stefan Monnier.
11480         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11481         Suggested by Dan Jacobson.
11483         * gnus.el (gnus-large-newsgroup):
11484         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11486         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11487         externalize attachments.  Bug reported by Steve Wen.
11489         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11490         really message anything to the user.
11492         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11493         directly.
11495         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11496         messages in empty groups.
11498 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11500         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11501         non-UIDNEXT group.
11503 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11505         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11506         not the value from the collection.
11508         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11509         values.  This sometimes happens on some groups that have no info.
11510         (nnimap-request-newgroups): New function.
11512 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11514         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11515         check into `gnus-registry-initialize'.
11516         (gnus-registry-initialize): Ditto.
11517         Fix and extend header docs.
11519 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11522         regexp backtrace overflows.
11524         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11525         for starttls that tls.el implements; i.e. openssl.
11527         * tls.el (tls-starttls-switches): Give up on using starttls with
11528         gnutls-cli.
11529         (tls-program): Add --insecure to be consistent with the defaults from
11530         openssl s_client.  Now all three commands are insecure.
11532 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11534         * lpath.el: Bind completion-styles-alist for XEmacs.
11536         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11537         (gravatar-create-image): New function that's an alias to
11538         gnus-xmas-create-image, gnus-create-image, or create-image.
11539         (gravatar-data->image): Use it.
11541 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11543         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11544         install the nnregistry refer method.
11545         (gnus-registry-install-hooks): Use it.
11546         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11547         unfollowed groups.
11549 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11551         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11552         expanding threads.
11554 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11556         * nnir.el: Use the server names without suffixes (bug#7009).
11558         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11559         unencrypted to STARTTLS, if possible.
11561 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11563         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11564         headers before superseding.
11566 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11568         * nnrss.el (nnrss-use-local): Add documentation.
11570         * nnimap.el (nnimap-extend-tls-programs): New function.
11571         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11572         (nnimap-wait-for-connection): Accept the greeting from the stupid
11573         output from openssl s_client -starttls, too.
11575         * tls.el (tls-starttls-switches): New variable.
11576         (tls-find-starttls-argument): Use it.
11577         (open-tls-stream): Ditto.
11579         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11580         (netrc-machine): Ditto.
11582         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11583         article number.
11584         (nnimap-split-fancy): New variable.
11585         (nnimap-split-incoming-mail): Use it.
11587         * nntp.el (nntp-server-list-active-group): Document.
11589         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11590         SELECT to get the message-id.
11592         * mail-source.el (mail-sources): Remove webmail support.
11593         (defvar): Ditto.
11594         (mail-source-fetcher-alist): Ditto.
11595         (mail-source-fetch-webmail): Remove.
11597         * webmail.el: Remove -- doesn't seem relevant any more.
11599         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11601         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11602         the \r.
11604 2010-09-30  Julien Danjou  <julien@danjou.info>
11606         * gnus-agent.el (gnus-agent-add-group): Fix call to
11607         gnus-completing-read.
11609 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11611         * nndoc.el (nndoc-retrieve-groups): New function.
11613         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11614         `default', use nnmail-split-methods.
11615         (nnimap-request-article): Downcase the NILs so that they are nil.
11617         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11618         symbol.
11620         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11621         code, since if the user has requested network, that's what they ought
11622         to get.
11623         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11624         (nnimap-split-rule): Mark as obsolete.
11626         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11627         New variable.
11629         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11630         correct slot, too.
11632 2010-09-29  Julien Danjou  <julien@danjou.info>
11634         * gnus.el (gnus-local-domain): Declare variable obsolete.
11636         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11637         Fix history computing.
11638         (gnus-ido-completing-read): Require ido.
11640 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11642         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11643         build Gnus.
11645         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11646         when interpreting the structures.
11647         (nnimap-request-accept-article): Add \r\n to the lines to make this
11648         work with Cyrus.
11650         * nndraft.el (nndraft-request-expire-articles): Use the group name
11651         instead if "nndraft".  Fix found by Nils Ackermann.
11653 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11655         * nnregistry.el: Add.
11657 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11659         * nnmail.el (group, group-art-list, group-art):
11660         Remove unneeded directives.
11662 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11664         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11665         (mm-mime-charset):
11666         * rfc2047.el (rfc2047-syntax-table):
11667         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11669         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11670         rather than `insert-file-contents' and `eval-region'.
11672         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11673         construction.
11675         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11677         * time-date.el: No need to require cl for Emacs 21.
11679 2010-09-29  Julien Danjou  <julien@danjou.info>
11681         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11682         replacement of `gnus-gravatar-relief' to mimic
11683         `gnus-faces-properties-alist'.
11684         Add :version property.
11686 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11688         * mail-source.el (mail-source-report-new-mail):
11689         * message.el (message-default-mail-headers):
11690         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11692         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11694 2010-09-28  Julien Danjou  <julien@danjou.info>
11696         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11697         mail-address contains the same string as real-name.
11699         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11700         non-blank in header, otherwise it'll get stripped.
11702         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11703         real-name, and then for mail address rather than doing : or , search.
11705 2010-09-27  Julien Danjou  <julien@danjou.info>
11707         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11708         right completing-read function.
11709         (gnus-use-ido): New variable
11710         (gnus-completing-read-with-default): Remove.
11711         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11712         (gnus-agent-add-group):
11713         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11714         * mm-view.el (mm-view-pkcs7-decrypt):
11715         * mm-util.el (mm-codepage-setup):
11716         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11717         * mml-smime.el (mml-smime-openssl-sign-query):
11718         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11719         (mml-insert-multipart):
11720         * gnus-msg.el (gnus-summary-yank-message):
11721         * gnus-int.el (gnus-start-news-server):
11722         * mm-decode.el (mm-interactively-view-part):
11723         * gnus-dired.el (gnus-dired-attach):
11724         * gnus.el (gnus-read-method):
11725         * gnus-bookmark.el (gnus-bookmark-jump):
11726         * gnus-art.el (gnus-mime-view-part-as-type)
11727         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11728         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11729         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11730         * nnmairix.el (nnmairix-create-server-and-default-group)
11731         (nnmairix-update-groups, nnmairix-get-server)
11732         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11733         (nnmairix-get-group-from-file-path):
11734         * nnrss.el (nnrss-find-rss-via-syndic8):
11735         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11736         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11737         (gnus-group-browse-foreign-server):
11738         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11739         (gnus-summary-execute-command, gnus-summary-respool-article)
11740         (gnus-read-move-group-name):
11741         * gnus-score.el (gnus-summary-increase-score)
11742         (gnus-summary-score-effect):
11743         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11745 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11747         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11748         x-focus-frame.
11750         * nnimap.el (auth-source-forget-user-or-password)
11751         (auth-source-user-or-password): Autoload.
11753         * message.el (message-from-style, message-interactive)
11754         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11755         (message-yank-prefix, message-indentation-spaces, message-signature)
11756         (message-signature-file): Add comment.
11758 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11760         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11761         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11762         new articles.
11764         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11765         parts.
11766         (nnimap-request-article): Work with the t setting, too.
11768         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11769         that you don't get flashes of other buffers.
11770         (gnus-summary-show-complete-article): Intern before setting.
11772 2010-09-27  David Engster  <dengste@eml.cc>
11774         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11775         well as HEADERS.
11776         (nnmairix-retrieve-headers): Provide new argument for the above.
11778 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11780         * gnus-sum.el (gnus-summary-move-article): Don't alter
11781         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11782         group.
11784         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11786         * message.el (message-cite-prefix-regexp): Revert my last edit.
11788         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11789         variable instead of the Gnus variable.
11791         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11793         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11795         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11796         since some servers don't like it.
11797         (nnimap-open-connection): Forget credentials if the server says the
11798         password was wrong.
11799         (nnimap-parse-line): Protect against invalid data.
11801         * gnus-sum.el (gnus-summary-move-article): Add comment.
11802         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11803         nothing alters it while scanning for new messages.
11805         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11806         which may or may not help.
11807         (nnimap-open-connection): If we're doing a stream connection, and then
11808         discover we're on a STARTTLS-capable server, then open a STARTTLS
11809         connection instead.
11811 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813         * nnimap.el (utf7): Require.
11815         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11816         prefix.
11818 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11820         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11822 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11824         * nnimap.el (nnimap-request-accept-article): Message the error on
11825         error.
11827 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11829         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11831 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11833         * nndoc.el (nndoc-request-list): Return success always.
11835         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11836         `fetch-old' -- we only want to fetch the articles we've requested.
11837         The rest are in the agent, probably.
11838         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11839         disappeared server" to something low.  It's not important.
11841         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11842         arrived before the FETCH data.
11844         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11845         target here, because we don't know the Gnus name of the group.
11847         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11848         for the correct group.
11850         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11852         * gnus.el (gnus): Give a final warning after startup.
11854         * gnus-util.el (gnus-action-message-log): New variable.
11855         (gnus-message): Use it.
11856         (gnus-final-warning): New function.
11858         * nnimap.el (nnimap-open-connection): Record the greeting.
11859         (nnimap): Add greeting.
11861 2010-09-26  Julien Danjou  <julien@danjou.info>
11863         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11864         arguments.
11865         (gnus-html-wash-images): Fix spec computing to include start/end.
11867         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11869 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11871         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11872         deletion.
11873         (nnimap-retrieve-headers): Don't select the group, because that's
11874         already done by nnimap-possibly-change-group.
11876         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11877         (gnus-picon-transform-address): Use it.
11879         * mail-source.el (mail-source-value): Revert previous patch.
11881         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11882         on failure.
11883         (nnimap-open-connection): Look up both virtual and physical server name
11884         credentials.
11886         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11888 2009-02-07  Dave Love  <fx@gnu.org>
11890         * tls.el (open-tls-stream): Don't query killing process.
11892 2009-02-08  Dave Love  <fx@gnu.org>
11894         * gnus-win.el (gnus-window-to-buffer-helper)
11895         (gnus-all-windows-visible-p): Function needn't be a symbol.
11897         * mail-source.el (mail-source-value): Function needn't be a symbol.
11899 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11901         * message.el (message-cite-prefix-regexp): Remove } from the cite
11902         prefix.
11904         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11905         highlight again, so that the highlight is correct.
11907         * gnus-picon.el (gnus-picon): Remove again.
11908         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11910         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11911         doing the header highlightling, so that the background color of the
11912         picon is correct.
11914         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11915         (gnus-picon): Ditto.
11916         (gnus-picon): Reinstate.  The background color for picons is white.
11917         (gnus-picon-insert-glyph): Make the background white.
11919         * nnml.el (nnml-open-nov): Don't return dead buffers.
11921         * auth-source.el (auth-source-create): Query the user for whether to
11922         store the credentials.
11924         * netrc.el (netrc-store-data): New function.
11926         * auth-source.el (auth-source-user-or-password): Use the existing auth
11927         sources, if any, for creation.
11929         * gnus.el (gnus-group-fast-parameter): Return the last matching
11930         parameter instead of the first matching parameter.
11932 2010-09-26  Julien Danjou  <julien@danjou.info>
11934         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11936 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11938         * mml2015.el (mml2015-use): Remove gpg support.
11940         * mml1991.el (mml1991-function-alist): Remove gpg function.
11941         (mml1991-gpg-sign): Remove.
11943 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11945         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11946         (gnus-browse-unsubscribe-current-group): Document it.
11947         (gnus-browse-unsubscribe-group): Use it.
11949 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11951         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11952         address to the To list for easier response.
11954         * gnus.el (gnus-play-startup-jingle): Remove.
11955         (gnus-splash): Don't play jingle.
11956         (gnus): Silence gnus-load message.
11958         * gnus-art.el (gnus-treat-play-sounds): Remove.
11960         * gnus.el (gnus-play-jingle): Remove audio support.
11962         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11964         * earcon.el: Remove -- no users.
11966         * gnus-audio.el: Remove -- no users of this package.
11968         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11970         * gnus-start.el (gnus-setup-news): Remove nocem support.
11972         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11974         * gnus.el (gnus-use-nocem): Remove.
11976         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11977         Remove.
11979         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11980         uses NoCeM any more.
11982         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11983         (gnus-button-ctan-handler): Ditto.
11984         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11985         (gnus-button-ctan-directory-regexp): Ditto.
11986         (gnus-button-handle-ctan): Ditto.
11987         (gnus-button-tex-level): Ditto.
11988         (gnus-button-alist): Remove CTAN stuff.
11990 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11992         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11993         nnimap-streaming test.
11995         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11996         servers twice.
11998         * nnimap.el (nnimap-open-connection): Add more error reporting when
11999         nnimap fails early.
12001         * nnheader.el (nnheader-get-report-string): New function.
12002         (nnheader-get-report): Use it.
12004         * gnus-int.el (gnus-check-server): Say what the error was when opening
12005         failed.
12007         * nnimap.el (nnimap-wait-for-response): Search further when we're not
12008         using streaming.
12010 2010-09-25  Julien Danjou  <julien@danjou.info>
12012         * gnus-html.el (gnus-html-rescale-image): Use our defalias
12013         gnus-window-inside-pixel-edges.
12015 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12017         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
12019         * mm-decode.el (mm-save-part): Allow saving to other directories the
12020         normal Emacs way.
12022         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
12023         Suggested by Jay Berkenbilt.
12025         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
12026         there isn't a single byte.
12028         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
12029         just do it.  It doesn't really seem to matter what the user responds
12030         here, I think, so it's just a confusing question.
12032         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
12033         non-streaming case.
12035         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
12036         (gnus-article-encrypt-body): Use it.
12038         * gnus-sum.el (gnus-summary-show-complete-article): New command and
12039         keystroke.
12041         * nnimap.el (nnimap-find-wanted-parts-1):
12042         Use gnus-fetch-partial-articles.
12044         * gnus-art.el (gnus-fetch-partial-articles): New variable.
12046         * nnimap.el (nnimap-insert-partial-structure): New function.
12047         (nnimap-get-partial-article): New function.
12048         (nnimap-request-article): Use it.
12049         (nnimap-wait-for-response): Return whether the wait was successful.
12050         (nnimap-finish-retrieve-group-infos): Don't do anything if the
12051         retrieval wasn't successful.
12052         (nnimap-retrieve-group-data-early): Allow throttling servers.
12053         (nnimap-streaming): New variable.
12054         (nnimap-fetch-partial-articles): Remove.
12056         * mm-decode.el (mm-with-part): Protect against killed buffers.
12058         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
12059         for prettier summary display.
12061 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
12063         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
12065 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12067         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
12068         apparently third-party libraries depend on it.
12070         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
12071         before starting negotiation.
12073         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
12074         privacy reasons.
12075         (gnus-treat-mail-gravatar): Ditto.
12077         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
12078         buffer when inserting images.  Inserting text into the headers, for
12079         instance, can make them invalid.
12081 2010-09-25  Julien Danjou  <julien@danjou.info>
12083         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
12084         variables.
12086         * nnheader.el: Remove useless variables news-reply-yank-from and
12087         news-reply-yank-message-id.
12089         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
12090         variables.
12092         * mml1991.el: Remove useless mml1991-verbose.
12094         * gnus.el: Remove useless variable gnus-use-generic-from.
12095         Remove obsolete variable gnus-topic-indentation.
12097         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
12099         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
12101         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
12103         * gnus-group.el: Remove useless gnus-group-icon-cache.
12104         Remove useless gnus-ephemeral-group-server.
12106         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
12108         * mml2015.el: Remove useless mml2015-verbose.
12110         * mml-smime.el: Remove useless mml-smime-verbose.
12112         * gnus.el: Remove useless gnus-local-domain.
12114         * gnus-gravatar.el (gnus-gravatar-transform-address):
12115         Use gnus-gravatar-size.
12117         * gnus-art.el: Remove useless gnus-treat-translate.
12119 2010-09-24  Julien Danjou  <julien@danjou.info>
12121         * gnus-sum.el: Add support for Gravatars.
12123         * gnus-art.el: Add support for Gravatars.
12125         * gnus-gravatar.el: Add this file.
12127         * gravatar.el: Add this file.
12129 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12131         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
12133         * gnus-group.el (gnus-group-fetch-faq): Remove.
12135         * gnus.el (gnus-group-faq-directory): Remove.
12137         * gnus-group.el (gnus-group-fetch-charter): Remove.
12139         * gnus.el (gnus-group-charter-alist): Remove.
12141         * gnus-group.el (gnus-group-archive-directory): Remove.
12142         (gnus-group-recent-archive-directory): Ditto.
12143         (gnus-group-make-archive-group): Remove.
12145         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12147         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12148         use the same article number for all the cached articles.
12150         * nnimap.el (nnimap-command): Register the last command time so
12151         that we can use it for idling NOOPs.
12152         (nnimap-open-connection): Start the keeplive timer.
12153         (nnimap-make-process-buffer): Store all the process buffers.
12154         (nnimap-keepalive): New function.
12156         * starttls.el (starttls-open-stream): Add autoload cookie.
12158 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12160         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12161         handling.
12163 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12165         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12166         its data structures.
12168         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12169         instead of the cl.el copy-list.
12170         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12171         equalp.
12173 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12175         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12176         and tool-bar-local-item-from-menu.
12178         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12179         mode-line-highlight face for Emacs.
12181         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12182         loading gnus-sum.elc; fix comment for canlock-verify.
12183         (gnus-article-jump-to-part): Use read-number.
12184         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12185         Remove Emacs pre-21 compatible code for help-echo.
12186         (gnus-article-next-page-1): No need to adjust the number of lines.
12187         (gnus-article-describe-bindings): Always use help-buffer.
12189         * gnus-audio.el (gnus-audio-inline-sound):
12190         * gnus-cus.el (gnus-custom-mode):
12191         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12193         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12195         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12196         compatible code.
12198 2010-09-24  Glenn Morris  <rgm@gnu.org>
12200         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12201         visiting the fcc file in rmail-mode.
12203         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12205 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12207         * nnir.el: Silence the byte compiler.
12209         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12210         alias to browse-url-url-encode-chars if any.
12211         (gnus-html-encode-url): Use it.
12213 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12215         * gnus-start.el (gnus-use-backend-marks): New variable.
12216         (gnus-get-unread-articles-in-group): Use it.
12218         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12219         makeover.
12221 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12223         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12225 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12227         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12228         Remove.
12229         (gnus-setup-news-hook):
12230         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12232         * gnus-int.el (gnus-request-update-info): Protect against backends not
12233         having the function.
12235         * nnimap.el (nnimap-stream): Mention starttls.
12236         (nnimap-open-connection): Add starttls support.
12238 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12240         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12242 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12244         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12245         BODYSTRUCTUREs.
12246         (nnimap-transform-headers): Unfold quoted {42} headers.
12248         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12249         the info.
12250         (gnus-get-unread-articles): Only call updatep on backends that support
12251         it.
12253         * nnweb.el (nnweb-request-update-info): NOOP.
12255         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12257         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12258         since it only deals with marks.
12260         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12261         gnus-request-marks, and make a new gnus-request-update-info.
12263         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12264         the active instead of the high number, which is usually too low.
12266 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12268         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12269         * encrypt.el: Remove.
12271 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12273         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12274         server in symbolic form.
12276         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12278 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12280         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12281         (nnimap-update-info): Fix up code slightly.
12283         * gnus-int.el (gnus-open-server): Add tracing for performance
12284         debugging.
12286         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12287         (gnus-group-insert-group-line): Pass the real group name so that it
12288         gets the right data.
12290         * gnus-start.el (gnus-get-unread-articles): Don't have
12291         `gnus-get-unread-articles-in-group' update info, since that can be
12292         really slow and doesn't seem to be needed?
12294 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12296         * time-date.el (date-to-time): Try using parse-time-string first before
12297         using the slower timezone-make-date-arpa-standard.
12299 2010-09-22  Julien Danjou  <julien@danjou.info>
12301         * gnus-group.el (gnus-group-insert-group-line):
12302         Call gnus-group-highlight-line.
12303         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12304         default hook list.
12305         (gnus-group-update-eval-form): Add new function.
12306         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12307         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12309 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12311         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12312         immediate, then expire all articles.
12313         (nnimap-update-info): Fix off-by-one errors.
12314         (nnimap-flags-to-marks): Would return no marks lists for group with no
12315         flags.  Instead return the other data.
12317 2010-09-22  Julien Danjou  <julien@danjou.info>
12319         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12320         Only return an icon.
12321         (gnus-group-insert-group-line): Compute icon to return.
12323         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12324         (gnus-html-image-fetched): Only cache if
12325         gnus-html-image-automatic-caching is set.
12326         (gnus-html-image-fetched): Check for errors.
12328 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12330         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12331         once per method on `g'.  This ensures that backends like nnfolder don't
12332         open all their folders.
12334         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12335         (nnimap-request-list): Nix out group in the correct buffer.
12336         (nnimap-parse-flags): Implement by using `read' instead of
12337         hand-parsing.
12338         (nnimap-flags-to-marks): Pass on permanent-flags.
12339         (nnimap-make-process-buffer): Record the server name.
12340         (nnimap-parse-flags): Fix typo.
12341         (nnimap-request-scan): Run split on the server in general, not just a
12342         single group.
12344         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12345         parameter, and propagate this downwards.
12347         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12348         since EXAMINE changes it on the server.
12350         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12351         this command might take a while.
12353 2010-09-22  Julien Danjou  <julien@danjou.info>
12355         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12356         harmful if you have 2 images side-by-side, they can't be properly
12357         update on text deletion.  Using text-property is safer here.
12358         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12359         data.
12361 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12363         * nnimap.el (nnimap-expunge-inbox): Remove.
12364         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12365         (nnimap-expunge): Flip default to t.
12367         * gnus.el (gnus-method-to-server): Don't push things to the cache
12368         unless it's unique.
12369         (gnus-server-to-method): Ditto.
12371 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12373         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12375 2010-09-22  Julien Danjou  <julien@danjou.info>
12377         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12378         get the start of data.
12379         (gnus-html-encode-url): Add this function to encode special chars in
12380         URL.
12381         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12382         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12384         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12385         default.
12386         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12388         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12389         images alt-text.
12390         (gnus-html-put-image): Put alt-text as help-echo.
12392 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12394         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12395         * mm-util.el (mm-decompress-buffer):
12396         * nnir.el (nnir-run-find-grep):
12397         * pop3.el (pop3-list): Use 3rd arg of split-string.
12399         * time-date.el (format-seconds): Comment fix.
12401         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12402         and byte-optimize-form-code-walker.
12403         (dgnushack-make-auto-load): Don't advise make-autoload.
12405         * lpath.el: Remove Emacs 21 stuff.
12407 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12409         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12410         outside the active range.  Suggested by Dan Christensen.
12412         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12413         slightly later to avoid double-getting it.
12415         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12416         previous patch.
12418         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12420 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12422         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12424 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12426         * gnus-int.el (gnus-open-server): Give a better error message in the
12427         "go offline" case.
12429         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12430         marks for nnimap, which is seldom the right thing to do.
12432         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12433         (gnus-same-method-different-name): New function.
12435         * nnimap.el (parse-time): Require.
12437         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12438         method in the presence of many similar methods.
12440         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12442         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12443         nnml-inhibit-expiry.
12445         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12446         find out whether methods are equal.
12448         * nnimap.el (nnimap-find-expired-articles): New function.
12449         (nnimap-process-expiry-targets): New function.
12450         (nnimap-request-move-article): Request the article before looking at
12451         what the Message-ID is.  Fix found by Andrew Cohen.
12452         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12454         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12455         for oldness in addition to being a predicate.
12457         * nnimap.el (nnimap-request-group): When we have zero articles, return
12458         the right data to Gnus.
12459         (nnimap-request-expire-articles): Only delete articles immediately if
12460         the target is 'delete.
12462         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12463         method, this would bug out.
12465         * gnus-group.el (gnus-group-expunge-group): Rename from
12466         gnus-group-nnimap-expunge, and implemented as a normal interface
12467         function.
12469         * gnus-int.el (gnus-request-expunge-group): New function.
12471         * nnimap.el (nnimap-request-create-group): Implement.
12472         (nnimap-request-expunge-group): New function.
12474 2010-09-21  Julien Danjou  <julien@danjou.info>
12476         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12477         (gnus-html-cache-expired): Add new function.
12478         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12479         wethever we should display image for fetch it.
12480         Compute alt-text earlier to pass it to the fetching function too.
12481         (gnus-html-schedule-image-fetching): Change function argument to only
12482         get one image at a time, not a list.
12483         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12484         cache.
12485         (gnus-html-get-image-data): New function to retrieve image data from
12486         cache.
12487         (gnus-html-put-image): Change buffer argument to use image data rather
12488         than file, and place image above region rather than inserting a new
12489         one.  Do not take alt-text as argument, since it's useless now: we place
12490         the image above alt-text.
12491         (gnus-html-prune-cache): Remove.
12492         (gnus-html-show-images): Start to fetch image when we find one, do not
12493         push into a temporary list.
12494         (gnus-html-prefetch-images): Only fetch image if they have expired.
12495         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12496         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12498 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12500         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12502 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12505         spec inser "*" if the group isn't active instead of 0.
12507         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12508         opening the server.
12509         (nnimap-request-delete-group): Implement group deletion.
12510         (nnimap-transform-headers): Return the size of the entire message in
12511         the Bytes header, not just the size of the first part.
12512         (nnimap-request-move-article): When moving an article from nnimap,
12513         request the article first so the accepting form has an article to
12514         accept.  Reported by Dan Christensen.
12515         (nnimap-command): Make sure that the error message doesn't error out.
12517 2010-09-20  David Edmondson  <dme@dme.org>
12519         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12520         we haven't requested anything.
12522 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12524         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12525         "".  Fix found by Andrew Cohen.
12527         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12528         instead of -encode-string.
12530 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12532         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12534         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12535         by mm-subst-char-in-string.
12537 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12539         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12540         waiting for the connection string.
12542         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12543         arriving.
12545         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12546         bogus characters.  This allows selecting certain Gmail groups.
12548         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12549         (nnimap-fetch-partial-articles): New variable.
12550         (nnimap-open-connection): When looking for credentials, also use the
12551         nnimap-server-port.
12552         (nnimap-request-article): Return the group/article number, so that Gnus
12553         `^' works as expected.
12554         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12556         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12557         comments.
12558         (gnus-methods-sloppily-equal): New function.
12559         (gnus): When using the development version of Gnus, load the gnus-load
12560         file.
12562         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12563         `gnus-open-server' on each method before trying to scan them etc.
12564         This ensures that all the backend parameters are set correctly.
12566         * nnimap.el (nnimap-authenticator): New variable.
12567         (nnimap-open-connection): Allow anonymous login.
12568         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12569         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12571         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12572         patch, found by Knut Anders Hatlen.
12574 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12576         * gnus-agent.el (gnus-agent-batch-confirmation)
12577         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12578         to gnus-message.
12579         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12580         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12581         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12582         * gnus-int.el (gnus-open-server): Likewise.
12583         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12584         (gnus-score-check-syntax): Likewise.
12585         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12586         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12587         Likewise.
12588         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12590 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12592         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12593         calling conventions so that prefetch doesn't bug out.
12595 2010-09-19  Julien Danjou  <julien@danjou.info>
12597         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12598         rather than `subst-char-in-region' in order to be able to replace ASCII
12599         char by UTF-8 ones.
12601         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12602         than curl.
12603         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12604         the right URL and ALT text on images.
12605         (gnus-html-wash-tags): Fix tag case.
12606         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12607         (gnus-article-html): Add -o display_ins_del=2 option.
12608         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12610 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12612         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12613         the extra mail headers, which sometimes seem to happen for unknown
12614         reasons.
12616         * mail-parse.el (mail-header-encode-parameter): Define as
12617         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12618         (or most, perhaps?) mail readers don't understand the latter, but do
12619         understand the former.
12621         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12622         to nil, so that no methods are automatically agentized.  I think this
12623         is probably what most users want.
12625         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12626         from url-retrieve, for instance about invalid URLs.
12628         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12629         groups that have no articles.
12630         (nnimap-request-article): Check that we really got an article when we
12631         requested one.
12633         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12634         doesn't exist.
12636         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12637         nntp buffer so the agent can save it.
12638         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12639         that CRLF doesn't get translated to \n.
12640         (nnimap-open-connection): Don't make 'shell commands only send \n.
12642 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12644         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12645         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12646         Update var name.
12647         (nnml-generate-nov-file): Use dolist.
12648         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12649         Use with-current-buffer.
12651 2010-09-18  Julien Danjou  <julien@danjou.info>
12653         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12654         parallel.
12656 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12658         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12659         the range update right.
12660         (nnimap-request-group): Don't make `M-g' bug out on group with no
12661         marks.
12662         (nnoo): Require, so that other packages can require nnimap.
12663         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12664         command we're looking for.  This helps when the server sends more
12665         responses after we've gotten everything we expected.
12666         (nnimap): Add a `newlinep' field to keep track of end-of-line
12667         conventions.
12668         Don't send CRLF to things that don't want it.
12669         (nnimap-request-accept-article): Ditto.
12671 2010-09-18  Julien Danjou  <julien@danjou.info>
12673         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12674         than curl to retrieve images.
12676 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12678         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12679         the marks.
12680         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12681         (nnimap-wait-for-connection): New function.
12682         (nnimap-open-connection): If we have PREAUTH, don't query for login
12683         credentials.
12684         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12685         when doing a partial update.
12687 2010-09-18  Julien Danjou  <julien@danjou.info>
12689         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12690         tags.
12692 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12694         * nnimap.el (nnimap-credentials): New function.
12695         (nnimap-open-connection): Use the new function to look for credentials
12696         also on the numeric equivalents of "imap" and "imaps".
12698         * gnus-start.el (gnus-activate-group): Send the info to
12699         gnus-request-group.
12701         * nnimap.el (nnimap-request-group): Have the "check" version of the
12702         function parse flags and update the info, so that a `M-g' get a total
12703         resync of all flags from the group.
12705         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12706         to allow backends to alter the info on group selection.  Also alter all
12707         the backend -request-group functions to take the parameter.
12709         * nnimap.el (nnimap-store-info): New function.
12710         (nnimap-update-info): Store the info for later usage.
12711         (nnimap-request-group): Use the stored info for the dont-check case, so
12712         that we don't retrieve all marks when we enter a group.
12714         * nnimap.el: Use deffoo instead of defun for interface functions.
12716         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12717         update the group info.  This makes the nndraft groups, for instance, go
12718         back to their old behavior.
12720         * gnus-sum.el (gnus-select-newsgroup): Indent.
12722         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12723         in.
12724         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12725         nothing.
12727         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12728         from methods that are denied.
12730         * gnus-int.el (gnus-method-denied-p): New function.
12732         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12733         store the password instead of netrc.
12734         (nnimap-open-connection): Don't error out when we can't make a
12735         connections.
12737         * auth-source.el (auth-source-create): In the password prompt, say what
12738         we're querying for.  Also prompt for user name if that hasn't been
12739         given.
12741         * nnimap.el (nnimap-with-process-buffer): Remove.
12743 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12746         method when we're reading from the agent.
12748         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12750         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12751         that's probably most useful for users.
12753         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12754         "failed" all the time.
12756         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12757         ...)) with (with-current-buffer ... ).
12759         * nntp.el (nntp-open-server): Return whether the open was successful or
12760         not.
12762         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12763         select an unread unseen article first.
12765         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12766         /etc/services, supply some sensible port defaults.
12768         * dgnushack.el: Define netrc-credentials.
12770 2010-09-17  Julien Danjou  <julien@danjou.info>
12772         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12774 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12776         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12777         doesn't have any parameters.
12779 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12781         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12782         only upcased checks.
12784         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12786         * nnimap.el (nnimap-open-shell-stream): New function.
12787         (nnimap-open-connection): Use it.
12788         (nnimap-transform-headers): Get the number of lines in each message.
12789         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12790         number of lines.
12791         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12792         problem.
12794         * utf7.el (utf7-encode): Autoload.
12796         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12797         to allow the mail splitting to not return a default group.  This is
12798         useful for nnimap, which will leave unmatched mail in the inbox.
12800         * nnimap.el: Rewritten.
12802         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12803         nnimap usage.
12805         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12806         if the move is internal, so that nnimap can do fast internal moves.
12808         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12809         data.
12810         (gnus-read-active-for-groups): Support finishing the early retrieval of
12811         data.
12813         * gnus-range.el (gnus-range-nconcat): New function.
12815         * gnus-int.el (gnus-finish-retrieve-group-infos)
12816         (gnus-retrieve-group-data-early): New functions.
12818 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12820         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12821         (nnrss-retrieve-groups):
12822         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12823         (pop3-quit): Use with-current-buffer.
12825 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12827         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12828         instead of nnheader-accept-process-output.
12830         * dgnushack.el (dgnushack-compile): Add comment.
12832         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12834         * gnus-html.el (gnus-html-schedule-image-fetching)
12835         (gnus-html-prefetch-images): Replace process-kill-without-query by
12836         gnus-set-process-query-on-exit-flag.
12838 2010-09-16  Romain Francoise  <romain@orebokech.com>
12840         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12842 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12844         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12845         parameter to unintern is mandatory-ish in Emacs 24.
12847         * gnus-html.el (gnus-html-schedule-image-fetching)
12848         (gnus-html-prefetch-images): Check for curl before using it.
12850         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12851         depend on curl, which isn't essential.
12853         * imap.el: Revert back to version
12854         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12855         seem problematic.
12857 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12859         * gnus-registry.el (gnus-registry-install-shortcuts):
12860         Explicitly pass `obarray' to `unintern' to avoid a warning.
12862 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12864         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12865         change.
12867         * nnrss.el (nnrss-request-list): Remove this function and related
12868         functions, including the moreover stuff.
12870 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12872         * nnrss.el (nnrss-retrieve-groups): New function.
12874 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12876         * .dir-locals.el: Add no-byte-compile cookie.
12878 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12880         * time-date.el (format-seconds): Comment fix.
12882         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12883         for back end that doesn't support request-scan.
12885 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12887         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12888         then do request scans from the backends.
12890         * netrc.el (netrc-credentials): New conveniency function.
12892         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12893         avoid running a hook per line, since this takes a lot of time,
12894         profiling shows.
12895         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12896         directly if gnus-visual-p is true.
12898 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12900         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12901         groups; replace mapcar with dolist which is a bit faster; pass groups
12902         info to gnus-read-active-file-1.
12903         (gnus-read-active-file-1): Scan only specified groups if the new
12904         optional arg `infos' is given.
12906 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12908         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12910         * pop3.el (pop3-movemail): Remove.
12911         (pop3-streaming-movemail): Rename to pop3-movemail.
12913         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12914         don't restrict end-tag searches to the end of the line.
12916 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12918         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12919         articles of every unchecked group to t, which means unknown since the
12920         server has never been opened.
12922 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12924         * gnus-html.el (gnus-html-show-alt-text): New command.
12925         (gnus-html-browse-image): Ditto.
12926         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12927         to browse the image directly.
12928         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12929         better.
12931         * gnus-async.el (gnus-async-article-callback):
12932         Call `gnus-html-prefetch-images' unconditionally.
12934         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12935         before feeding URLs to curl.
12937 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12939         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12940         internal images as deletable by `W D D'.
12942         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12943         (gnus-async-article-callback): Fix typo.
12945 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12947         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12948         current line to work around bugs in the output from w3m.
12950         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12951         for groups that want that.
12953         * nntp.el (nntp-wait-for-string): Supply a timeout for
12954         accept-process-output to ensure progress.
12956         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12957         level to get unread articles from, then use that for foreign groups,
12958         too.
12960         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12961         confuses the rest of the function.
12963         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12964         for the methods that support -retrieve-groups, too.
12966         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12968 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12970         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12971         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12973         * pop3.el: Require cl when compiling.
12974         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12976 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12978         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12979         that aren't going to be activated.
12980         (gnus-get-unread-articles): Fix up the last commit.
12982         * gnus-html.el (gnus-article-html): Allow calling without specifying
12983         the handle.  In that case, dissect the buffer first.
12985         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12987         * nnimap.el (nnimap-open-connection): Revert the change that would look
12988         into authinfo for imaps instead of imap.
12990         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12991         say that you don't want to call gnus-request-group with don-check, but
12992         do check the reponse.  This is for virtual groups only.
12993         (gnus-get-unread-articles): Count the archive groups as secondary, so
12994         that they're activated the same way as before.
12996         * imap.el (imap-message-map): Removed optional buffer parameter, since
12997         no callers use it.
12998         (imap-message-get): Ditto.
12999         (imap-message-put): Ditto.
13000         (imap-mailbox-map): Ditto.
13001         (imap-mailbox-put): Ditto.
13002         (imap-mailbox-get): Ditto.
13003         (imap-mailbox-get): Revert last change for this function.
13005         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
13006         case-insensitively.
13007         (nnimap-debug): Remove.
13009         * net/imap.el (imap-fetch-safe): Remove function, and alter all
13010         callers to use `imap-fetch' instead.  According to the comments, this
13011         should be safe, since all other IMAP clients use the 1:* syntax.
13012         (imap-enable-exchange-bug-workaround): Remove.
13013         (imap-debug): Remove -- doesn't seem very useful.
13015         * mail-source.el (mail-source-fetch): Don't message if we're fetching
13016         mail from a file, and the file doesn't exist.
13018         * imap.el (imap-log): New convenience function used throughout instead
13019         of repeating the same code all over the place.
13021         * pop3.el (pop3-streaming-movemail): Return t for success.
13023         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
13024         .authinfo if we're using ssl connection.
13026         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
13027         already have if we're in a main Gnus `g' run.
13029         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
13031 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13033         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
13035         * nnmh.el (nnmh-request-list-1): Bind `file'.
13037         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
13038         alias to set-process-query-on-exit-flag or process-kill-without-query.
13039         (pop3-open-server): Use it.
13041 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13043         * mail-source.el (mail-source-delete-crash-box): Always move the crash
13044         box to the Incoming file.  Fixes mistake in previous checkin.
13046         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
13047         request loop (for debugging purposes) removed.
13049         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
13050         culprit is more visible.
13051         (nnml-save-incremental-nov, nnml-open-incremental-nov)
13052         (nnml-add-incremental-nov): New functions to do "incremental" nov
13053         updates, where we just append to the end of the existing nov files
13054         without reading/writing them in full.
13056         * mail-source.el (mail-source-delete-crash-box): Really only check the
13057         incoming files once in a while.
13059         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
13061         * mail-source.el (mail-source-delete-crash-box): Only check the
13062         incoming files for deletion once per day to save a lot of file
13063         accesses.
13065         * pop3.el (pop3-logon): Fix up unbound variable typo.
13067         * mail-source.el (pop3-streaming-movemail): Autoload.
13069         * pop3.el (pop3-streaming-movemail):
13070         Respect pop3-leave-mail-on-server.
13072         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
13073         retrieval.
13075         * pop3.el (pop3-process-filter): Remove unused function.
13076         (pop3-streaming-movemail, pop3-send-streaming-command)
13077         (pop3-wait-for-messages, pop3-write-to-file)
13078         (pop3-number-of-responses): New functions for streaming pop3
13079         retrieval.
13081         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
13082         come from no known methods.
13083         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
13084         list.
13086         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
13087         message sizes.
13088         (pop3-movemail): Use erase-buffer instead of looping and deleting
13089         regions, which seems rather odd.
13091         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
13092         file once per `g' run.
13094         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
13095         directories.  This makes the draft queue directory work.
13097         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
13098         data from the backends, so that we only request the list of groups from
13099         each method once.  This should speed things up considerably.
13101         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
13102         detect that it's not implemented.
13104         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
13105         we actually do recurse down into the tree, but don't stat all leaf
13106         nodes.
13108         * gnus-html.el (gnus-html-show-images): If there are no images to show,
13109         then say so instead of bugging out.
13111         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
13112         files exist before trying to read them.
13114         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
13115         around <pre_int>.
13117         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
13119         * nnmh.el (nnmh-request-list-1): Optimize for speed.
13121 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13123         * mm-util.el (mm-image-load-path): Just return the image directories,
13124         not all directories in the path in addition to the image directories.
13125         (mm-image-load-path): Maintain a cache of the image directories so that
13126         the `g' command in Gnus doesn't have to stat dozens of directories each
13127         time.
13129         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
13130         (gnus-html-wash-tags): Add a new `i' command to insert images.
13131         (gnus-html-insert-image): New command and keystroke.
13132         (gnus-html-redisplay-with-images): New command and keystroke.
13133         (gnus-html-show-images): Rename command.
13134         (gnus-html-wash-tags): Remove more white space before <pre_int> image
13135         spacers.
13136         (gnus-html-wash-tags): Decode entities at the end, so that entities
13137         inside the tags don't mess up the rest of the "parsing".
13139         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13140         so that nnimap methods aren't agentized by default.  There's apparently
13141         many problems related to agent/imap behavior.
13143         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13145         * gnus-html.el: Doc fix.
13147 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13149         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13150         specifier-spec-list for Emacs 21.
13152         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13153         glyph-width and glyph-height instead of display-graphic-p and
13154         image-size; make avoidance of displaying small images work for XEmacs.
13156         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13157         for XEmacs.
13159         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13160         of symbol that holds plist data.
13161         (gnus-process-plist): Remove plist of process after getting it.
13163 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13165         * message.el (message-generate-hashcash): Change default to
13166         'opportunistic if hashcash is installed.
13168         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13169         (gnus-html-put-image): Only call image-size once, since it's somewhat
13170         time-consuming on remote X servers.
13172 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13174         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13175         type on data, not a file name.
13177         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13178         window-pixel-edges for Emacs 21.
13180         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13181         decoded contents.
13182         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13184 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13186         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13187         group line format, since it isn't very interesting.
13189         * gnus-agent.el (gnus-agent-short-article),
13190         (gnus-agent-long-article): Increase values for these two variables,
13191         since most people are likely to have more network connection and
13192         storage than before.
13194         * gnus.el (gnus-refer-article-method): Change default to 'current.
13195         When referring an article, the common behavior is to refer it from the
13196         current select method, not the native select method.  The chances of
13197         the native select method having the message in question is rather slim
13198         these days.
13200         * gnus-sum.el (gnus-auto-select-subject): Change default to
13201         `unseen-or-unread'.  I think it's likely that most people want to
13202         select an unseen article over a previously seen, but unread one.
13204         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13205         means that in the article buffer none of the minor mode elements will
13206         be shown, usually, and this is not desirable in most cases.
13208         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13209         that commands like `d' (and the like) go to the next line in the
13210         buffer, instead of the next unread article.  I think this is the
13211         behavior that is most natural for most users.
13212         (gnus-single-article-buffer): Change default to nil, so that people can
13213         have as many article buffers open as they have summary buffer.  I think
13214         this is the most natural way for the groups to behave.
13216         * message.el (message-generate-new-buffers): Change default to
13217         `unsent', so that all new message buffers start their names with the
13218         string "*unsent", and it's easier to find the buffers if you move from
13219         them.
13221 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13223         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13224         small.  They're probably tracking images.
13225         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13226         (gnus-html-rescale-image): Yet another try at getting the image sizing
13227         right.
13229         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13230         nntp-marks-file-name is nil.
13232 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13234         * gnus-html.el (gnus-html-wash-tags)
13235         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13236         Better logging.
13238 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13240         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13242         * gnus-html.el (gnus-html-wash-tags): Check the value of
13243         gnus-blocked-images in the summary buffer.
13245 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13247         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13249 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13251         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13252         like "a", it seems like.
13253         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13254         since it needs to be picked from the correct buffer.
13256         * nnwfm.el: Remove.
13258         * nnlistserv.el: Remove.
13260 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13262         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13263         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13265 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13267         * nnkiboze.el: Remove.
13269         * nndb.el: Remove.
13271         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13272         alt text.
13273         (gnus-html-rescale-image): Try to get the rescaling logic right for
13274         images that are just wide and not tall.
13276         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13277         overshadow variable bindings.
13279 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13281         * gnus-html.el (gnus-html-wash-tags)
13282         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13283         Add extra logging.
13285 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13287         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13288         (gnus-max-image-proportion): New variable.
13289         (gnus-html-rescale-image): New function.
13290         (gnus-html-put-image): Rescale images.
13292 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13294         Fix up some byte-compiler warnings.
13295         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13296         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13297         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13298         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13299         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13300         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13301         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13303 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13305         * gnus-html.el (gnus-article-html): Decode contents by charset.
13307 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13309         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13310         (gnus-html-frame-width, gnus-blocked-images):
13311         * message.el (message-prune-recipient-rules): Add custom version.
13312         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13314         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13315         functions.
13317         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13318         gnus-process-get.
13320 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13322         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13323         instead of lsub directly.
13325 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13327         * nnwarchive.el: Remove.
13329         * gnus-soup.el: Remove.
13331         * nnsoup.el: Remove.
13333         * nnultimate.el: Remove.
13335         * gnus-html.el (gnus-blocked-images): New variable.
13337         * message.el (message-prune-recipients): New function.
13338         (message-prune-recipient-rules): New variable.
13340         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13341         guess whether a long line is natural text or not.
13343         * gnus-html.el (gnus-html-schedule-image-fetching):
13344         Use gnus-process-plist and friends for compatibility.
13346 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13348         * gnus-html.el: Require packages that define macros used in this file.
13349         (gnus-article-mouse-face): Declare to silence byte-compiler.
13350         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13351         process-get.
13352         (gnus-html-put-image): Use plist-get to avoid getf.
13353         (gnus-html-prefetch-images): Use with-current-buffer.
13355 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13357         * gnus-ems.el: Provide compatibility functions for
13358         gnus-set-process-plist.
13360         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13361         header-line-format for XEmacs 21.4.
13363         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13364         * gnus.el (gnus-valid-select-methods):
13365         * message.el (message-send-mail-partially-limit):
13366         * mm-decode.el (mm-text-html-renderer):
13367         * mml.el (mml-insert-mime-headers-always):
13368         * smiley.el (smiley-regexp-alist): Bump custom version.
13370 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13372         * gnus-html.el: Require mm-url.
13373         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13374         with the url to `url'.
13375         (gnus-html-wash-tags): Support cid: URLs/images.
13377 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13379         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13380         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13381         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13383         * gnus-move.el: Remove file, since it doesn't really work.
13385         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13386         UTF-8.  This seems to fix problems with some German web feeds.
13388         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13389         at the top so that the proper colors are applied.
13391         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13392         don't have dots in their names.
13394         * gnus-art.el (gnus-article-view-part): Doc fix.
13396         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13397         XEmacs-compatible.
13398         (gnus-html-put-image): Don't do images on non-graphic displays.
13400         * nnslashdot.el: Remove this unused backend.
13402         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13403         actions.
13404         (gnus-undo-register-1): Revert last change.
13406         * gnus-group.el (gnus-group-completing-read): Protect against not
13407         having completion-styles bound.
13409         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13410         make broken recipients happier.
13412         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13414         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13415         point parameter.
13417         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13419         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13420         completion-styles for group selection.
13422 2009-02-04  Andreas Schwab  <schwab@suse.de>
13424         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13425         headers and regexp-quote the match if necessary.
13427 2009-03-24  Miles Bader  <miles@gnu.org>
13429         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13430         the blinking smiley.
13432 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13434         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13435         blink smiley.
13437 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13439         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13440         where the dribbel file lives exists.
13442         * message.el (message-send-mail-partially-limit): Change the default to
13443         nil, since most people don't want this.
13445         * mm-url.el (mm-url-decode-entities): Also decode entities like
13446         &#x3212.
13448 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13450         * gnus-sum.el (gnus-summary-idna-message):
13451         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13452         Hyperlink urls in docstrings with URL `...'.
13454 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13456         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13457         functions.
13459 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13461         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13462         say what the mouseover text should be.
13464         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13465         version of the mm-w3m-safe-url-regexp variable to only download images
13466         in the groups where we want that to happen.
13468         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13470         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13471         easier debugging.
13472         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13473         big pictures in the article buffer.
13475         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13476         gnus-article-html.
13477         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13478         w3m.
13480         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13482 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13484         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13485         which doesn't exist.
13487         * message.el (message-inhibit-ecomplete): New variable to allow some
13488         function to inhibit ecomplete address storage.
13489         (message-resend): Disable ecomplete message storage when resending
13490         messages.
13492         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13494 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13496         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13497         Save excursion while copying, moving, and deleting articles in order to
13498         prevent the cursor from jumping to unforeseen place.
13500 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13502         * lpath.el: No need to bind bookmark-current-buffer,
13503         bookmark-yank-point and bookmark-make-record-function.
13505 2010-08-17  Glenn Morris  <rgm@gnu.org>
13507         * gnus-sync.el: Require gnus components whose functions are used.
13509         * gnus-art.el (bookmark-make-record-function):
13510         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13511         Declare for compiler.
13513         * mm-url.el (mml-compute-boundary): Autoload.
13515 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13517         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13519 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13521         Typo fix "hoo4a" -> "hook".
13523         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13525 2010-08-14  Glenn Morris  <rgm@gnu.org>
13527         * gnus-sync.el (gnus-sync): Fix defgroup version.
13529 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13531         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13533         * gnus-sync.el: Fix docs.
13534         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13535         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13537 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13539         Optimizations for gnus-sync.el.
13541         * gnus-sync.el: Add docs about gnus-sync-backend
13542         possibilities.
13543         (gnus-sync-save): Remove unnecessary message.
13544         (gnus-sync-read): Optimize and show what groups were skipped.
13546 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13548         Minor bug fixes for gnus-sync.el.
13550         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13551         Don't read the sync on get-new-news.
13553         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13554         quiet.
13556         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13557         (fix typo).
13559 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13561         Make saving and restoring of hidden threads work with overlays.
13562         Patch applied by Ted Zlatanov.
13564         * gnus-sum.el (gnus-hidden-threads-configuration)
13565         (gnus-restore-hidden-threads-configuration): Update to deal with text
13566         properties, rather than searching for a magic character.
13568 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13570         New gnus-sync.el library for synchronization of marks.
13572         * gnus-sync.el: New library for synchronization of marks.
13574         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13575         renamed from `gnus-registry-grep-in-list'.
13577         * gnus-registry.el (gnus-registry-follow-group-p):
13578         Use `gnus-grep-in-list'.
13580         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13582 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13584         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13585         determining charset of text fails.
13587 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13589         * nnmail.el (nnmail-get-new-mail-1): Revert.
13591         * nnml.el (nnml-active-number): Make sure names of newly created groups
13592         in nnml-group-alist are encoded.
13594 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13596         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13597         containing non-ASCII characters in active file for nnml back end.
13599 2010-07-24  David Engster  <dengste@eml.cc>
13601         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13602         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13604 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13606         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13607         tag (Bug#6654).
13609 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13611         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13612         the article buffer, not the summary buffer.
13614 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13616         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13617         Emacs 23 as well.
13619 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13621         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13622         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13624 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13626         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13627         Patch applied by Karl Fogel.
13629         * gnus-sum.el (gnus-summary-bookmark-make-record):
13630         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13632 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13634         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13635         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13636         C-w still not working correctly from Article buffers; Thierry's
13637         patch to fix that will be applied after this.
13639         * gnus-art.el (bookmark-make-record-function): New local variable.
13641         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13642         article buffer.
13643         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13645 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13647         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13648         on changes in bookmark.el.
13650 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13652         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13653         `no-log' instead of message not to log prompt string.
13655 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13657         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13658         the *other* type of HTML form submission.
13660 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13662         * auth-source.el (auth-source-pick): If choice does not contain a
13663         questioned keyword, set the check to t.
13665 2010-06-12  Romain Francoise  <romain@orebokech.com>
13667         * gnus-util.el (gnus-date-get-time): Move up before first use.
13669 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13671         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13672         (gnus-article-edit-part): Bind it to make last part that is substituted
13673         or deleted visible.
13674         (gnus-mime-display-single): Buttonize part of which id equals to
13675         gnus-mime-buttonized-part-id.
13677 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13679         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13680         (gnus-dd-mmm): Use gnus-date-get-time.
13681         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13682         simplify logic.
13683         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13684         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13686 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13688         * auth-source.el (top): Autoload `secrets-list-collections',
13689         `secrets-create-item', `secrets-delete-item'.
13690         (auth-sources): Fix tag string.
13691         (auth-get-source, auth-source-retrieve, auth-source-create)
13692         (auth-source-delete): New defuns.
13693         (auth-source-pick): Rewrite in order to avoid 2 passes.
13694         (auth-source-forget-user-or-password): New parameter USERNAME.
13695         (auth-source-user-or-password): New parameters CREATE-MISSING and
13696         DELETE-EXISTING.  Retrieve password interactively, if needed.
13698 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13700         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13701         deleting unused directories when gnus-expert-user is t.
13703 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13705         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13706         for each temp file when gnus-article-browse-delete-temp is ask.
13708 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13710         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13711         Replace Lisp calls to delete-backward-char by calls to delete-char.
13713 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13715         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13717 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13719         * password-cache.el (password-cache-remove): Fix docstring.
13721 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13723         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13724         article unless decoding article to be saved.
13726 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13728         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13729         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13730         generated within the mm-with-unibyte-current-buffer macro.
13732 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13734         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13735         to nil when we're in a mml-preview buffer and no group is selected.
13737 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13739         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13740         when catching the `C-g'.  Reported by "Leo".
13742 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13744         * message.el (message-forward-make-body-plain)
13745         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13746         multibyte-string-p.
13748         * lpath.el: Revert.
13750 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13752         * message.el (message-forward-make-body-mml): Assume original message
13753         is multibyte string; error on unibyte.
13754         (message-forward-make-body-plain): Ditto; don't add excessive newline
13755         in body end.
13757         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13759 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13761         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13762         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13764 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13766         * mm-extern.el (mm-extern-url): Don't use
13767         mm-with-unibyte-current-buffer.
13768         (mm-extern-cache-contents): Use with-current-buffer instead of
13769         save-excursion + set-buffer.
13771 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13773         * mm-util.el (mm-emacs-mule): Remove.
13775 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13777         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13778         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13779         change.
13781 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13783         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13784         bind the default value of enable-multibyte-characters to nil.
13786 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13788         * message.el (message-forward-make-body-plain)
13789         (message-forward-make-body-mml):
13790         Don't use mm-with-unibyte-current-buffer.
13792 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13794         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13796 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13798         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13799         (Bug#5592).
13801 2010-05-07  Julien Danjou  <julien@danjou.info>
13803         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13804         it to mm-pipe-part.
13806         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13807         it is given.
13809 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13811         * binhex.el (binhex-decode-region-internal):
13812         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13813         (dns-query):
13814         * nnweb.el (nnweb-gmane-search):
13815         * pgg-parse.el (pgg-parse-armor):
13816         * pgg.el (pgg-verify-region):
13817         * sha1.el (sha1-string-external):
13818         * uudecode.el (uudecode-decode-region-internal):
13819         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13820         XEmacs.
13822         * gnus-art.el (gnus-article-browse-html-parts):
13823         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13824         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13825         make-temp-file.
13827         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13828         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13829         compiling.
13831         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13832         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13833         XEmacs when compiling.
13835         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13836         gnus-pick-mode-off-hook for XEmacs when compiling.
13837         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13838         gnus-binary-mode-off-hook for XEmacs when compiling.
13840         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13841         Return nil if char-charset is not available.
13843         * imap.el (imap-disable-multibyte)
13844         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13845         macros.
13847         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13848         instead of encode-coding-string.
13850         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13851         'xemacs) instead of mm-emacs-mule to switch function definitions.
13852         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13854         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13855         bind temporary-file-directory for XEmacs;
13856         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13857         timer-set-function for XEmacs 21.4 and SXEmacs;
13858         bind timer-list for XEmacs 21.4 and SXEmacs;
13859         fbind char-charset and find-charset-region for non-Mule XEmacs;
13860         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13861         encode-coding-region and encode-coding-string for XEmacs having no
13862         file-coding feature.
13864 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13866         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13868 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13870         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13871         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13873 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13875         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13876         alias `jka-compr-delete-temp-file' no longer exists.
13878 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13880         Use define-minor-mode in Gnus where applicable.
13881         * mml.el (mml-mode): Use define-minor-mode.
13882         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13883         (gnus-undo-mode): Use define-minor-mode.
13884         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13885         (gnus-dead-summary-mode): Use define-minor-mode.
13886         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13887         Initialize in declaration.
13888         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13889         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13890         (gnus-mailing-list-mode): Use define-minor-mode.
13891         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13892         (gnus-draft-mode): Use define-minor-mode.
13893         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13894         (gnus-dired-mode): Use define-minor-mode.
13896 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13898         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13899         handles on recursive mml-to-mime translation and check them for
13900         boundary delimiter collisions.  Reported by Greg Troxel.
13902 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13904         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13906 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13908         * mm-util.el (mm-find-buffer-file-coding-system):
13909         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13911 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13913         * message.el (message-generate-headers): Record insertion of optional
13914         headers as well.  Otherwise the check to prevent repeated insertion of
13915         optional headers is a no-op.
13917 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13919         * smime.el: Don't mention CVS.
13921         * nnrss.el (nnrss-fetch): Don't mention CVS.
13923         * nnir.el: Don't mention CVS.
13925 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13927         * gnus-sum.el (gnus-summary-bookmark-make-record):
13928         Add `location' field.
13930 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13932         * lpath.el: Fbind bookmark-default-handler,
13933         bookmark-get-bookmark-record, bookmark-make-record-default,
13934         bookmark-prop-get for Emacs <23 and XEmacs.
13936 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13938         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13939         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13940         Use with-current-buffer to silence the byte-compiler.
13941         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13942         bother to require `gnus'.
13943         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13945 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13947         * gnus-sum.el (gnus-summary-bookmark-make-record)
13948         (gnus-summary-bookmark-jump): New functions.
13949         (gnus-summary-mode): Setup bookmark support.
13951 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13953         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13954         if set.
13956 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13958         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13959         gnus-article-browse-html-save-cid-image; make it work recursively for
13960         forwarded messages as well.
13961         (gnus-article-browse-html-parts): Work when prefix arg is given.
13962         (gnus-article-browse-html-article): Doc fix.
13964 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13966         * message.el (message-default-mail-headers)
13967         (message-default-headers): Carry the value mail-default-headers over
13968         into message-default-mail-headers, rather than message-default-headers.
13970 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13972         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13973         charset.
13975         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13976         charset into the <meta> tag when the article is encoded to utf-8.
13978 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13980         * gnus-art.el (gnus-article-browse-delete-temp-files):
13981         Delete directories as well.
13982         (gnus-article-browse-html-parts): Work for images that do not specify
13983         file names; delete temp directory when quitting; insert header at the
13984         right place; use file: scheme for image files.
13986 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13988         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13989         (gnus-article-browse-html-parts): Use it to make temporary cid image
13990         files in addition to html file so that browser may display them.
13992 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13994         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13996 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13998         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
14000 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
14002         * auth-source.el (auth-sources): Change default to be simpler.
14003         Explain about Secret Service API sources.  Improve Customize options.
14004         (auth-source-pick): Change to accept any number of search parameters.
14005         Implement fallbacks iteratively, not recursively.  Add scoring on the
14006         second pass and sort by score.  Call Secret Service API when needed.
14007         (auth-source-user-or-password): Use it.  Call Secret Service API
14008         directly when needed to get the user name and the password.
14010 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
14012         * message.el (message-interactive): Doc fix.
14013         (message-qmail-inject-args): Reflow.
14014         (message-kill-to-signature): Fix typo in docstring.
14016         * smiley.el (smiley-buffer): Fix typo in docstring.
14018 2010-03-24  Glenn Morris  <rgm@gnu.org>
14020         * mail-source.el (gnus-message): Declare.
14021         (mail-source-delete-old-incoming): Require gnus-util.
14023 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14025         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
14027         * message.el (ecomplete-setup): Autoload it for Emacs <23.
14029         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
14030         password-cache's default if it is not bound.
14031         (mml-secure-passphrase-cache-expiry): Default to 16 that is
14032         password-cache-expiry's default if it is not bound.
14034         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
14035         available in Emacs 21.
14037         * lpath.el: Suppress compiler warnings for:
14038         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
14039         XEmacs;
14040         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
14041         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
14042         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
14044 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
14046         * auth-source.el (auth-sources): Fix up definition so extra parameters
14047         are always inline.
14049 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
14051         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
14052         wasn't updated after mismatch.  Clear cached mailbox info correctly
14053         when uidvalidity changes.
14054         (nnimap-group-prefixed-name): New function to avoid some code
14055         duplication.
14056         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
14057         (nnimap-request-group): Use it.
14058         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
14059         (nnimap-update-unseen): Significantly improved speed of Gnus startup
14060         with many imap folders.  This is done by caching the group status from
14061         the imap server persistently in a group parameter `imap-status'.  (This
14062         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
14063         but not persistently, so every Gnus startup was still very slow.)
14065 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14067         * assistant.el (assistant-render-text): Run `widget-setup' and don't
14068         delete the extra newline.  Otherwise editing of :string and :number
14069         types don't work.
14071 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14073         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
14074         secrets.el dependency.
14075         (auth-sources): Add optional user name.  Add secrets.el configuration
14076         choice (unused right now).
14078 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14080         * gnus-sum.el (gnus-summary-make-menu-bar):
14081         Let `gnus-registry-install-shortcuts' fill in the functions.
14083         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
14084         warnings.
14085         (gnus-registry-misc-menus): Variable to hold registry mark menus.
14086         (gnus-registry-install-shortcuts): Populate and use it in a
14087         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
14089 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
14091         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
14092         In-place substitutions for the group name encoding/decoding.
14093         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
14094         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
14095         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
14096         (nnimap-update-unseen, nnimap-request-list)
14097         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
14098         (nnimap-request-set-mark, nnimap-split-to-groups)
14099         (nnimap-split-articles, nnimap-request-newgroups)
14100         (nnimap-request-create-group, nnimap-request-accept-article)
14101         (nnimap-request-delete-group, nnimap-request-rename-group)
14102         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
14103         `encoded-mbx' for consistency.
14104         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
14105         variable `imap-current-mailbox'.
14107         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
14108         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
14110 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
14112         * pop3.el (pop3-display-message-size-flag): Display message size byte
14113         counts during POP3 download.
14114         (pop3-movemail): Use it.
14115         (pop3-list): Implement listing of available messages.
14117 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
14119         * nnir.el (nnir-get-article-nov-override-function): New function to
14120         override the normal NOV retrieval.
14121         (nnir-retrieve-headers): Use it.
14123 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
14125         * auth-source.el (netrc-machine-user-or-password): Autoload.
14127 2010-03-19  Glenn Morris  <rgm@gnu.org>
14129         Stop message.el from loading about 40 libraries it doesn't always need.
14130         The general approach is to autoload rather than require, and to
14131         require in the specific functions rather than the file.  (Bug#5642)
14133         * gmm-utils.el: Don't require wid-edit.
14134         (widget-create-child-value, widget-convert, widget-default-get):
14135         Autoload.
14137         * gnus-util.el: Don't require time-date, netrc.
14138         (message-fetch-field, gnus-group-name-decode): Declare rather than
14139         autoloading.
14140         (gnus-fetch-field): Require message.
14141         (gnus-decode-newsgroups): Require gnus-group.
14143         * ietf-drums.el: Don't require time-date.
14145         * message.el: Don't require hashcash, canlock, ecomplete.
14146         Do require mail-utils.  Require nnheader only when compiling.
14147         (smtpmail-default-smtp-server): Remove declaration.
14148         (message-send-mail-function): Check smtpmail-default-smtp-server
14149         is bound rather than requiring smtpmail.
14150         (message-auto-save-directory, message-insert-signature):
14151         Use expand-file-name rather than nnheader-concat.
14152         (nnheader-insert-file-contents): Autoload.
14153         (hashcash-wait-async): Declare.
14154         (message-send-mail): Only call gnus-setup-posting-charset if
14155         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14156         (message-send-mail-with-sendmail): Require sendmail.
14157         (canlock-password, canlock-password-for-verify): Declare.
14158         (message-canlock-password): Require canlock.
14159         (nnheader-get-report): Autoload.
14160         (gnus-setup-posting-charset): Declare.
14161         (message-send-news): Require gnus-msg.
14162         (message-make-references, message-make-in-reply-to): Use mail-header-id
14163         rather than the alias mail-header-message-id.
14164         (ecomplete-add-item, ecomplete-save): Declare.
14165         (message-put-addresses-in-ecomplete): Require ecomplete.
14166         (ecomplete-display-matches): Autoload.
14168         * mm-decode.el: Don't require mailcap, gnus-util.
14169         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14170         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14171         Autoload.
14172         (mailcap-mime-extensions): Declare.
14174         * mm-encode.el: Don't require mailcap.
14175         (mailcap-extension-to-mime): Autoload.
14177         * mml-sec.el: Don't require password-cache.
14179         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14180         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14181         (mml-minibuffer-read-type): Require mailcap.
14182         (mml-preview): Require gnus-msg.
14184         * mml1991.el: Require password-cache.
14185         (password-cache-expiry): Remove declaration.
14187         * mml2015.el: Require password-cache.
14188         (password-cache-expiry): Remove declaration.
14190         * nneething.el (mailcap): Require mailcap.
14192         * nnheader.el (declare-function): Add compatibility stub.
14193         (message-remove-header): Declare rather than autoload.
14194         (nnheader-replace-header): Require message.
14196         * nnimap.el (declare-function): Add compatibility stub.
14197         (netrc-parse, netrc-machine-user-or-password): Declare.
14198         (nnimap-open-connection): Require netrc.
14200         * nntp.el (declare-function): Add compatibility stub.
14201         (netrc-parse, netrc-machine, netrc-get): Declare.
14202         (nntp-send-authinfo): Require netrc.
14204         * rfc2047.el: Don't require qp.
14205         (quoted-printable-encode-region, quoted-printable-decode-string):
14206         Autoload.
14208         * sieve-mode.el: Don't require easymenu.
14209         (easy-menu-add-item): Autoload it.
14211         * spam-stat.el (time-to-number-of-days): Autoload it.
14213 2010-03-19  Glenn Morris  <rgm@gnu.org>
14215         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14217 2010-03-18  Glenn Morris  <rgm@gnu.org>
14219         * hashcash.el (declare-function): Remove duplicate definition.
14221 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14223         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14224         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14225         value if any backslash escapes).
14227 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14229         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14230         if it is available.  (bug#5647)
14232         * lpath.el: Suppress compiler warning for coding-system-from-name for
14233         Emacs 21 and XEmacs.
14235 2010-03-14  Juri Linkov  <juri@jurta.org>
14237         * hmac-def.el:
14238         * hmac-md5.el:
14239         * netrc.el: Fix keywords.
14241 2010-02-26  Glenn Morris  <rgm@gnu.org>
14243         * message.el (message-send-mail-function): Change the default, so that
14244         it inherits from a customized send-mail-function.  (Bug#5643)
14246 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14248         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14249         shell-command-to-string signals an error (bug#5299).
14251 2010-02-24  Glenn Morris  <rgm@gnu.org>
14253         * message.el (message-smtpmail-send-it)
14254         (message-send-mail-with-mailclient): Doc fixes.
14256 2010-02-16  Glenn Morris  <rgm@gnu.org>
14258         * message.el (message-default-mail-headers): Change the default value
14259         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14261 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14263         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14264         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14266 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14268         * time-date.el (date-to-time): Doc fix (Bug#5408).
14270 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14272         * message.el (message-mail): Just pass yank-action on to message-setup.
14273         (message-setup): Handle (FUN . ARGS) form of yank-action.
14274         (message-with-reply-buffer, message-widen-reply)
14275         (message-yank-original): Handle non-buffer values of
14276         message-reply-buffer (Bug#4080).
14277         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14279 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14281         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14282         Fix typo in docstring.
14284 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14286         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14287         response.
14289 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14291         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14293         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14295         * message.el (message-check-news-header-syntax): Protect against a
14296         string that `rfc822-addresses' returns when parsing fails.
14298 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14300         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14301         (gnus-previous-char-property-change): New functions.
14303         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14305 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14307         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14308         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14310 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14312         * message.el (message-exchange-point-and-mark): Rework last change to
14313         avoid using optional arg of exchange-point-and-mark, for backward
14314         compatibility.
14316 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14318         * message.el (message-exchange-point-and-mark):
14319         Call exchange-point-and-mark with an argument rather than setting
14320         mark-active by hand (Bug#5175).
14322 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14324         * nntp.el (nntp-service-to-port): Work for service expressed with
14325         numeric string; replace [:digit:] with [0-9] for XEmacs.
14327 2009-12-17  Glenn Morris  <rgm@gnu.org>
14329         * gnus-group.el (gnus-bug-group-download-format-alist):
14330         Change emacs entry to debbugs.gnu.org.  Bump :version.
14332 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14334         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14336 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14338         * message.el (message-info): Explain why we use `Info-goto-node'.
14340 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14342         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14344 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14346         * message.el (message-completion-in-region): New compatibility function.
14347         (message-expand-group): Use it.
14349 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14351         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14352         with no unread article should be listed if the 2nd arg `predicate' is
14353         given.
14355 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14357         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14359 2009-11-29  Juri Linkov  <juri@jurta.org>
14361         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14362         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14363         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14365 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14367         * sha1.el (sha1-string-external): default-directory "/" in case
14368         otherwise non-existent.  process-connection-type pipe for touch of
14369         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14371 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14373         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14374         it's comms related and sgml-mode.el has "comm" on that basis too.
14376 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14378         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14379         containing tspecial characters if they have been already quoted.
14381 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14383         * dns-mode.el (auto-mode-alist): Purecopy string.
14385 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14387         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14389 2009-10-24  Glenn Morris  <rgm@gnu.org>
14391         * gnus-art.el (help-xref-stack-item): Define for compiler.
14393 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14395         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14397 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14399         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14401 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14403         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14404         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14406 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14408         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14409         (gnus-overlays-in): New alias to overlays-in.
14411         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14412         gnus-overlay-get, and gnus-delete-overlay.
14413         (gnus-summary-show-thread): Make it work as well for systems in which
14414         next-single-char-property-change is not available.
14415         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14417         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14418         (gnus-overlay-get): New alias to extent-property.
14419         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14421         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14422         SXEmacs.
14424         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14425         SXEmacs.
14427 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14429         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14431 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14433         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14434         and XEmacs that don't have `remove-overlays'.
14436 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14438         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14439         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14440         selective display.  Use overlays instead.
14442 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14444         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14446 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14448         * spam-stat.el (spam-stat-load): Fix typo in message.
14450 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14452         * dig.el (dig-invoke): Fix typo in docstring.
14453         (query-dig): Reflow docstring.
14455 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14457         * gnus-art.el (gnus-article-encrypt-body):
14458         * message.el (message-check-recipients):
14459         * mm-util.el (mm-codepage-setup):
14460         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14461         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14463 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14465         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14466         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14467         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14468         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14469         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14471 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14473         * dig.el: Add "Keywords: comm", as per net-utils.el.
14475 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14477         * dig.el (dig-mode): Use define-derived-mode.
14479 2009-09-19  Glenn Morris  <rgm@gnu.org>
14481         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14483 2009-09-18  Glenn Morris  <rgm@gnu.org>
14485         * gnus-diary.el (gnus-diary-check-message):
14486         * message.el (message-insert-formatted-citation-line):
14487         * nnbabyl.el (top-level):
14488         * nndiary.el (nndiary-schedule):
14489         Fix typos in condition-case handlers.
14491 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14493         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14494         configuration that provides the sole article window in a frame;
14495         position point correctly after deleting a part.
14497 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14499         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14500         (spam-resolve-registrations-routine): Use it to unregister articles
14501         that change status.
14503 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14505         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14506         with XEmacs.
14507         (parse-time-string-chars): Use it.
14509 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14511         * imap.el (imap-interactive-login): Better messages.
14512         (imap-open): Fix bug with renamed buffer on reconnect.
14513         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14514         for easier debugging and cleaner code.  On successful (guessed based on
14515         server capabilities) secondary authentication, set imap-state
14516         correctly.
14517         (imap-last-authenticator): Define imap-last-authenticator as a variable
14518         to avoid warnings.
14520 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14522         * nnrss.el (nnrss-request-article): Remove binding of
14523         default-enable-multibyte-characters that has gotten needless by
14524         the 2007-07-13 change in rfc2047-encode-message-header.
14526         * mml.el (mml-insert-multipart): Error on the message header.
14527         (mml-insert-part): Error on the message header; position point at
14528         the end of a MIME tag.
14530 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14532         * time-date.el (autoload): Expand define-obsolete-function-alias into
14533         defalias and make-obsolete for old Emacsen that Gnus supports.
14534         (with-no-warnings): Define it for old Emacsen.
14535         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14536         is available.
14537         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14538         float-time is available; suppress compile warning for time-to-seconds.
14540         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14541         (gnus-float-time): Alias to float-time if it exists.
14543         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14544         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14545         float-time is available; suppress compile warning for time-to-seconds.
14547         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14548         XEmacs.
14550 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14552         * imap.el (imap-message-map): Docstring fix.
14554 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14556         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14557         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14558         Add the optional argument `encoding' that overrides the default.
14560         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14561         mm-encode-buffer.
14563 2009-09-04  Glenn Morris  <rgm@gnu.org>
14565         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14566         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14567         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14568         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14569         * mm-util.el (mm-with-unibyte-current-buffer)
14570         (mm-find-buffer-file-coding-system):
14571         * yenc.el (yenc-decode-region): Use default-value rather than
14572         default-enable-multibyte-characters.
14574 2009-09-03  Glenn Morris  <rgm@gnu.org>
14576         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14577         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14578         than default-enable-multibyte-characters.
14580 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14582         * gnus-art.el (gnus-article-read-summary-keys):
14583         Fix gnus-buffer-configuration's value temporarily used.
14585 2009-09-02  Glenn Morris  <rgm@gnu.org>
14587         * gnus-util.el (gnus-float-time): New function.
14588         * gnus-delay.el (gnus-delay-article):
14589         * gnus-sum.el (gnus-thread-latest-date):
14590         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14591         * nnspool.el (nnspool-request-newgroups):
14592         Use gnus-float-time rather than time-to-seconds.
14593         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14595         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14596         (gnus-header-subject-face, gnus-header-newsgroups-face)
14597         (gnus-header-name-face, gnus-header-content-face):
14598         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14599         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14600         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14601         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14602         (gnus-cite-face-11):
14603         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14604         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14605         (gnus-server-closed-face, gnus-server-denied-face)
14606         (gnus-server-offline-face):
14607         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14608         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14609         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14610         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14611         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14612         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14613         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14614         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14615         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14616         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14617         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14618         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14619         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14620         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14621         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14622         (gnus-summary-high-undownloaded-face)
14623         (gnus-summary-low-undownloaded-face)
14624         (gnus-summary-normal-undownloaded-face)
14625         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14626         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14627         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14628         (gnus-splash-face):
14629         * message.el (message-header-to-face, message-header-cc-face)
14630         (message-header-subject-face, message-header-newsgroups-face)
14631         (message-header-other-face, message-header-name-face)
14632         (message-header-xheader-face, message-separator-face)
14633         (message-cited-text-face, message-mml-face):
14634         * sieve-mode.el (sieve-control-commands-face)
14635         (sieve-action-commands-face, sieve-test-commands-face)
14636         (sieve-tagged-arguments-face):
14637         * spam.el (spam-face):
14638         Mark face aliases with "-face" in the name as obsolete.
14640 2009-09-01  Glenn Morris  <rgm@gnu.org>
14642         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14643         than goto-line.
14645 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14647         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14648         Don't move point if the command is invoked inside the message header.
14650 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14652         * imap.el (imap-send-command): Simplify.
14653         (imap-wait-for-tag): point-max -> buffer-size.
14655 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14657         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14658         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14659         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14660         * nnir.el (nnir-swish-e-index-file):
14661         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14662         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14663         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14664         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14665         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14666         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14668 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14670         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14671         Don't save excursion.
14673 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14675         * nnheader.el (nnheader-find-file-noselect):
14676         * mm-util.el (mm-insert-file-contents):
14677         Use (default-value 'major-mode) instead of default-major-mode.
14679 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14681         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14683 2009-08-26  Glenn Morris  <rgm@gnu.org>
14685         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14686         than placing in files.el.
14688 2009-08-25  Glenn Morris  <rgm@gnu.org>
14690         * nnir.el (top-level): Don't require cl at run-time.
14691         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14692         Replace cl-function substitute with gnus-replace-in-string.
14693         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14694         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14695         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14696         simplified expansions.
14698 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14700         * dig.el (dig): Add autoload cookie.
14702 2009-08-22  Glenn Morris  <rgm@gnu.org>
14704         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14705         goto-line.
14707 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14709         * parse-time.el (parse-time-string-chars): Save match data.
14711 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14713         * parse-time.el (parse-time-string-chars): Compute using character
14714         classes, to handle non-ascii characters (Bug#3190).
14716 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14718         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14720         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14721         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14722         (gnus-mm-display-part, gnus-mime-display-single)
14723         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14724         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14726         * gnus-sum.el
14727         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14728         (gnus-summary-move-article): Add expirable mark to articles copied or
14729         moved to group that has auto-expire turned on if the option is non-nil.
14731 2009-07-24  Glenn Morris  <rgm@gnu.org>
14733         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14734         Fix typo.  (Bug#3903)
14736 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14738         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14739         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14740         that should not be used for draft articles.
14741         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14742         that has no concern in minor mode keys.
14743         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14744         Abolish.
14746 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14748         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14749         article without making inquiry to a user for unknown encoding.
14751         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14752         (nnmaildir--scan): Assume i-node and device number that file-attributes
14753         returns might be cons-cell.
14755         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14757         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14759 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14761         * auth-source.el: Remove docs now in auth.texi.  Don't use
14762         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14763         `auth-source-hide-passwords' and use them.
14765 2009-07-15  Glenn Morris  <rgm@gnu.org>
14767         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14769 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14771         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14772         excessive whitespace from the default values of title and description.
14774 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14776         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14777         mail-fetch-field to fetch Content-Description header in order to
14778         exclude newlines.
14780 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14782         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14783         format used by GnuPG 2.0.11.
14785 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14787         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14788         to deleted part.
14790 2009-05-30  David Engster  <dengste@eml.cc>
14792         * nnmairix.el: Remove old documentation in the commentary block.
14793         (nnmairix-request-group): Do not update active file for nnml back ends.
14794         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14795         end so that overview files are ignored.
14796         (nnmairix-update-groups): Make updating the groups more robust by using
14797         marks.
14798         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14799         with dollar characters in message-id.
14801 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14803         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14804         2008-12-25 in dns.el.
14806 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14808         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14809         could happen if the text is only composed of spaces and/or tabs.
14811 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14813         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14814         when sending a queued message to avoid extra mml tags.
14816 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14818         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14820 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14822         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14823         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14824         rmail-toggle-header for XEmacs;
14825         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14827 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14829         * gnus-dired.el: Remove autoload for gnus-setup-message.
14830         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14831         displaying Gnus logo; always use compose-mail.
14833 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14835         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14837 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14839         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14840         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14841         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14842         available.
14843         (gnus-nocem-epg-verify): New function.
14845 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14847         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14849 2009-02-15  Glenn Morris  <rgm@gnu.org>
14851         * gnus-util.el (rmail-insert-rmail-file-header)
14852         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14853         autoloads.
14854         (rmail-default-rmail-file): Remove unnecessary declaration.
14855         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14857 2009-02-14  Glenn Morris  <rgm@gnu.org>
14859         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14860         variable (only used in gnus-util, which declares it anyway).
14861         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14862         which was only needed by gnus-art (changed to not use it any more).
14863         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14864         only used in gnus-util, which autoloads it itself.
14865         (rmail-update-summary): Fix autoload.
14867         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14868         rather than rmail-output-to-rmail-file.
14870 2009-02-07  Glenn Morris  <rgm@gnu.org>
14872         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14873         autoload of function that no longer exists.
14874         (rmail-toggle-header): Declare.
14875         (message-forward-rmail-make-body): Handle mbox Rmail.
14877 2009-01-31  Glenn Morris  <rgm@gnu.org>
14879         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14880         2009-01-09 change.
14882 2009-01-31  Dave Love  <fx@gnu.org>
14884         * imap.el (imap-fetch-safe): Bind debug-on-error.
14885         (imap-debug): Add imap-fetch-safe.
14887 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14889         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14890         (auth-source-forget-all-cached): New convenience function.
14891         (auth-source-user-or-password): Accept list of modes or a single mode.
14893         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14894         auth-source modes.
14896         * netrc.el (netrc-machine-user-or-password): Use list of
14897         auth-source modes.
14899         * nnimap.el (nnimap-open-connection): Use list of
14900         auth-source modes.
14902         * nntp.el (nntp-send-authinfo): Use list of
14903         auth-source modes.
14905 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14907         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14908         now.
14910 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14912         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14913         coding system in XEmacs; add a workaround for XEmacs.
14915         * lpath.el: Fbind coding-system-aliasee.
14917 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14919         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14920         of current-language-environment.
14922 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14924         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14925         available at runtime.
14927 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14929         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14931 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14933         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14934         the greatest positive fixnum value doesn't work under an XEmacs with
14935         bignum support; use the most-positive-fixnum constant instead,
14936         available since Emacs 21.1 with cl and XEmacs 21.1.
14938 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14940         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14941         XEmacs gets not to work.
14943 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14945         * mm-util.el (mm-coding-system-priorities): Allow the value like
14946         "Japanese (UTF-8)" of current-language-environment.
14948 2009-01-09  Glenn Morris  <rgm@gnu.org>
14950         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14951         with last-command-event.
14953 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14955         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14956         in the doc string.
14958         * message.el (message-fix-before-sending): Amend comment.
14960 2009-01-08  Dave Love  <fx@gnu.org>
14962         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14964 2009-01-07  David Engster  <dengste@eml.cc>
14966         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14967         simplified server definitions by converting it via
14968         gnus-server-to-method.
14970 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14972         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14973         parameter's operands.
14975 2009-01-06  David Engster  <dengste@eml.cc>
14977         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14978         primary select method (for gnus-group-mark-article-as-read).
14980 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14982         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14983         `(gnus)Face', not `(gnus)X-Face'.
14985 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14987         * mm-util.el (mm-ucs-to-char): New function.
14989         * mm-url.el (mm-url-decode-entities): Use it.
14991         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14992         unicode-to-char.
14994 2009-01-05  Dave Love  <fx@gnu.org>
14996         * time-date.el: Require cl for `declare'.
14998 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15000         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
15001         Dave Love.
15003 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15005         * message.el (message-fix-before-sending): Add `eight-bit' to
15006         illegible-text check.
15008 2009-01-03  Michael Olson  <mwolson@gnu.org>
15010         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
15011         `headers' is nil.  This can occur if the IMAP server does not have
15012         permissions to read messages from a folder, but can write new messages
15013         to the folder.
15014         (nnimap-request-article-part): Do not insert `data' if it is nil.
15016         * imap.el (imap-parse-fetch): Courier can insert spurious blank
15017         characters which will confuse `read', so skip past them.
15019 2009-01-01  Dave Love  <fx@gnu.org>
15021         * imap.el (imap-string-to-integer): Fix typo.
15022         (imap-fetch-safe): New function.
15023         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
15025         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
15027         * imap.el (imap-process-connection-type, imap-debug, imap-open):
15028         (imap-parse-greeting): Fix doc strings.
15029         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
15030         (imap-parse-flag-list): Make messages unique.
15031         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
15033         * nnimap.el: Fix author email.
15034         (nnimap-split-rule): Add FIXME comment.
15035         (nnimap-debug): Fix doc string.
15037 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15039         * dns.el (dns-set-servers): Check "Address".  Fix typo.
15041 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
15043         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
15044         nslookup if resolv.conf isn't available.
15045         (dns-query): Rename from query-dns.
15046         (dns-query-cached): Rename from query-dns-cached.
15048 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15050         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
15051         overlay-arrow-position and overlay-arrow-string buffer-local; no need
15052         to check if those variables exist (first appeared in Emacs 18.50).
15054 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15056         * mm-util.el (mm-line-number-at-pos): New function.
15058         * spam-report.el (spam-report-process-queue): Use it.
15060 2008-12-24  David Engster  <dengste@eml.cc>
15062         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
15063         parameters that haven't existed as variables as buffer-local variables.
15065 2008-12-23  Dave Love  <fx@gnu.org>
15067         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
15068         cadar.
15070         * sieve-manage.el (sieve-manage-starttls-p): Rename from
15071         imap-starttls-p.
15072         (sieve-manage-starttls-open): Rename from imap-starttls-open.
15074 2008-12-22  Dave Love  <fx@gnu.org>
15076         * imap.el: Fix author email.  Doc fixes.
15077         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
15078         reply.
15080 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
15082         * spam-report.el (spam-report-gmane-max-requests): New constant.
15083         (spam-report-gmane-wait): New variable.
15084         (spam-report-gmane-ham, spam-report-gmane-spam)
15085         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
15086         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
15087         the server.
15089         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
15090         Add explanations.
15092         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
15093         nnheader-accept-process-output and nnheader-read-timeout if available.
15094         (pop3-movemail): Use it.
15096         * message.el (message-check-news-body-syntax): Fix signature check if
15097         there's an attachment.
15099 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15101         * mm-util.el: Add comments to the mm- emulating functions.
15103 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
15105         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
15106         Reported by Stephen Berman <stephen.berman@gmx.net>.
15108 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15110         * mm-util.el (mm-substring-no-properties): New function.
15111         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
15112         (mm-special-display-p): Enable those lambda forms to be byte compiled.
15113         (mm-string-to-multibyte): Doc fix.
15115         * mml.el (mml-attach-file): Use mm-substring-no-properties.
15117 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15119         * mml.el (mml-attach-file): Strip text properties from file name.
15120         (Bug#1574)
15122 2008-12-16  Glenn Morris  <rgm@gnu.org>
15124         * mm-util.el (mm-charset-override-alist): Declare for compiler.
15126 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15128         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
15129         knows since the charset specified might be a bogus alias that
15130         mm-charset-synonym-alist provides.
15132 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15134         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
15135         "ISO_8859-1".
15137         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
15139 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15141         * mm-util.el (mm-charset-eval-alist):
15142         Define it before mm-charset-to-coding-system.
15143         (mm-charset-to-coding-system): Add optional argument `silent';
15144         define it before mm-charset-override-alist.
15145         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15146         default value if it can be used in Emacs currently running;
15147         silence mm-charset-to-coding-system.
15149 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15151         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15152         `allow-override' which says whether to use `mm-charset-override-alist'.
15153         (rfc2047-decode-encoded-words): Use it.
15155         * mm-util.el (mm-charset-override-alist): Fix custom type;
15156         add `(gb2312 . gbk)' to choices.
15158 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15160         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15161         fast.
15163         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15165         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15167 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15169         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15170         on links.
15172         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15174 2008-12-03  Lute Kamstra  <lute@gnu.org>
15176         * sha1.el: Remove leading * from docstrings of defcustoms,
15177         deffaces, defconsts and defuns.
15179 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15181         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15182         users' addresses that don't have domain parts.
15183         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15184         rather than message-narrow-to-head since there will be the message
15185         header separator.
15187 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15189         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15190         since the result is inserted in a unibyte buffer anyway.
15191         (nnimap-demule-use-string-to-multibyte): Remove.
15192         (nnimap-demule): Alias it to mm-string-to-multibyte.
15194 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15196         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15197         variable for debugging bug#464 and bug#1174.
15198         (nnimap-demule): Use it.
15200 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15202         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15203         score calculation correctly.
15205 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15207         * message.el (message-send-mail): Just set the buffer to unibyte
15208         rather than use mm-with-unibyte-current-buffer which does a lot more.
15209         (message-send-mail-partially): Don't bother with
15210         mm-with-unibyte-current-buffer since it's already been made unibyte by
15211         message-send-mail.
15213 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15215         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15217 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15219         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15221 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15223         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15224         require itself and to remove `with-no-warnings'.
15226 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15228         * starttls.el (starttls-any-program-available): Get the name of the
15229         available TLS layer program.
15230         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15231         well as the host name in the "opening" message.
15233         * auth-source.el (auth-source-cache, auth-source-do-cache)
15234         (auth-source-user-or-password): Cache passwords and logins by default,
15235         allow override with `auth-source-do-cache'.
15236         (auth-source-forget-user-or-password): Allow users to remove cache
15237         entries if needed.
15239 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15241         * md4.el (md4-buffer): Fix typo in docstring.
15242         (md4, md4-64): Doc fixes.
15243         (md4-pack-int32): Reflow docstring.
15245 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15247         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15248         condition-case to only the forward-sexp call.
15250 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15252         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15253         quotes contained.  Make it more robust regardless by an extra
15254         condition-case wrapper.
15256 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15258         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15260 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15262         * nnml.el (nnml-request-expire-articles): Check if the function set to
15263         `nnmail-expiry-target' returns the symbol `delete'.
15265         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15267         * nnmail.el (nnmail-expiry-target): Fix custom type.
15269 2008-10-02  Glenn Morris  <rgm@gnu.org>
15271         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15272         Silence compiler warning.
15274 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15276         * tls.el (open-tls-stream): Show the actual command being
15277         executed, instead of the format string.
15279 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15281         * lpath.el: Fbind codepage-setup for Emacs 23.
15283 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15285         * mml.el (mml-menu): Don't assume mml2015 is bound.
15287 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15289         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15290         exists.
15292 2008-09-27  Glenn Morris  <rgm@gnu.org>
15294         * gnus-util.el (mail-header-remove-comments): Autoload it.
15296 2008-09-27  Andreas Schwab  <schwab@suse.de>
15298         * gnus-util.el (gnus-split-references): Strip comments.
15299         (gnus-parent-id): Likewise.
15301 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15303         * message.el (message-confirm-send): Fix version.
15305 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15307         * message.el (message-idna-to-ascii-rhs-1): Use
15308         mail-extract-address-components rather than mail-header-parse-addresses
15309         that is an alias by default to ietf-drums-parse-addresses that does not
15310         support non-ASCII names in headers' contents.
15312 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15314         * message.el (message-confirm-send): Fix variable documentation to
15315         avoid the "y/n" wording.
15317 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15319         * message.el (message-set-auto-save-file-name): Save to a different
15320         filename so multiple messages (especially drafts) can be recovered.
15322 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15324         * message.el (message-confirm-send): Add appropriate version.
15326 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15328         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15329         defvar.
15331 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15333         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15334         (mm-pkcs7-enveloped-magic): Ditto.
15336 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15338         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15339         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15341 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15343         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15344         default, it's better.
15346 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15348         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15349         summary line gnus-number property and ignore them (with a warning
15350         message).
15352 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15354         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15355         macro caddr in the interactive form since it won't be expanded.
15357 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15359         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15360         `charset'; fix name of function called recursively.
15361         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15363 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15365         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15366         (gnus-mime-set-charset-parameters): New function.
15367         (gnus-mime-view-part-as-charset): Use it to correctly display part
15368         specifying wrong charset.
15370 2008-09-08  David Engster  <dengste@eml.cc>
15372         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15373         in completing-read for back end server.
15375 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15377         * message.el (message-confirm-send): New variable to confirm sending a
15378         message.
15379         (message-send): Use it.
15381 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15383         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15385 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15387         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15389 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15391         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15392         prevent tracking too many groups.
15393         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15394         Use it.
15396 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15398         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15399         moving point to the bottom of the window in order to avoid recentering.
15401 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15403         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15405         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15406         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15407         (gnus-article-beginning-of-window): Fix calculation.
15409 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15411         * gnus-msg.el (gnus-summary-supersede-article)
15412         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15413         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15414         message header.
15416 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15418         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15419         pending output coming after the status change.
15421 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15423         * message.el:
15424         * gnus-start.el:
15425         * gnus-registry.el: Remove VMS support.
15427 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15429         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15430         macro.
15431         (rfc2104-hash): Use it.
15433 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15435         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15436         (gnus-summary-sort-by-most-recent-date): New commands.
15437         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15438         and menu entries.
15440 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15442         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15443         don't redisplay article for raw contents; remove plural articles stuff.
15445         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15446         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15447         on gnus-summary-save-article; display results properly.
15449 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15451         * lpath.el: No need to fbind ns-focus-frame.
15453 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15455         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15457 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15459         * gnus-art.el (gnus-summary-save-in-pipe):
15460         Consider gnus-save-all-headers.
15462 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15464         * gnus-util.el (ns-focus-frame): Remove declaration.
15465         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15466         like x.
15468 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15470         * rfc2104.el (rfc2104-zero): Delete defconst.
15471         (rfc2104-hex-alist): Likewise.
15472         (rfc2104-hex-to-int): Delete func.
15473         (rfc2104-hexstring-to-bitstring): Likewise.
15474         (rfc2104-nybbles): New defconst.
15475         (rfc2104-hash): Rewrite for speed.
15477 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15479         * tls.el (open-tls-stream): Make it work with the 2nd argument
15480         BUFFER that is a string but does not exist as a buffer object, as
15481         mentioned in the doc-string.
15483 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15485         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15486         SXEmacs.
15488 2008-07-16  Glenn Morris  <rgm@gnu.org>
15490         * gnus-util.el (ns-focus-frame): Declare for compiler.
15492 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15494         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15495         set as a group parameter.
15496         (gnus-summary-save-in-pipe): Work when it is called independently.
15497         (gnus-summary-pipe-to-muttprint): Don't modify
15498         gnus-summary-pipe-output-default-command.
15500 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15502         * message.el (message-send-mail-with-sendmail):
15503         Display the error message.
15505 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15507         * gnus-art.el (gnus-default-article-saver):
15508         Add gnus-summary-save-in-pipe to choices.
15509         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15510         gnus-summary-pipe-output-default-command as the default command.
15511         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15512         instead of gnus-last-shell-command.
15514         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15515         New user option.
15516         (gnus-summary-muttprint-program): Mention the value will be changed.
15517         (gnus-summary-save-article): Force showing of all headers.
15518         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15520 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15522         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15524 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15526         * nnimap.el (nnimap-id):
15527         * sieve-manage.el (sieve-manage-open): Doc fixes.
15529 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15531         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15532         if available.
15534 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15536         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15538         * nnkiboze.el (nnkiboze-generate-group):
15539         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15541         * nnmairix.el: Require CL.
15543 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15545         * dgnushack.el: Autoload get-display-table and put-display-table for
15546         XEmacs 21.5.
15548         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15549         21.4 and SXEmacs.
15551 2008-06-15  David Engster  <dengste@eml.cc>
15553         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15555 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15557         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15558         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15559         runtime choice under XEmacs.
15561         * gnus-sum.el (gnus-summary-set-display-table):
15562         Use `gnus-put-display-table', `gnus-get-display-table',
15563         `gnus-set-display-table' for the display table, instead of `aset'.
15565         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15566         Use `gnus-put-display-table', `gnus-get-display-table',
15567         `gnus-set-display-table' for the display table.
15569 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15571         * nnmairix.el: Add autoloads.
15573 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15575         * nnmairix.el (nnmairix-delete-recreate-group)
15576         (nnmairix-update-and-clear-marks): Fix error messages.
15578 2008-06-14  David Engster  <dengste@eml.cc>
15580         * nnmairix.el: Upgrade to version 0.6.
15581         (nnmairix-group-toggle-propmarks-this-group)
15582         (nnmairix-group-toggle-readmarks-this-group)
15583         (nnmairix-group-delete-recreate-this-group)
15584         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15585         (nnmairix-remove-tick-mark-original-article): New commands.
15586         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15587         (nnmairix-propagate-marks-to-nnmairix-groups)
15588         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15589         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15590         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15591         functions needed for marks propagation and manipulation of read marks.
15592         (nnmairix-update-groups): New function.
15593         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15594         (nnmairix-determine-original-group-from-registry)
15595         (nnmairix-determine-original-group-from-path)
15596         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15597         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15598         New helper functions.
15599         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15600         keystrokes for new commands.
15601         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15602         (nnmairix-request-group): Check allow-fast group parameter.
15603         (nnmairix-request-create-group): Set allow-fast group parameter if
15604         nnmairix-allowfast-default is set.
15605         (nnmairix-close-group): Propagate marks upon closing if needed.
15606         (nnmairix-group-toggle-threads-this-group): Use new.
15607         nnmairix-group-toggle-parameter helper function.
15608         (nnmairix-search): Better check for empty search result.
15609         (nnmairix-goto-original-article): Use new helper functions for
15610         determining original article.
15611         (nnmairix-show-original-article): Make sure message-id is in brackets.
15612         (nnmairix-call-mairix-binary): Change variable name.
15613         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15614         helper function.
15615         (nnmairix-widget-toggle-activate): Fix doc string.
15617 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15619         * nnir.el: Require edmacro when compiling with XEmacs.
15620         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15621         available in Emacs 21.
15623 2008-06-11  Glenn Morris  <rgm@gnu.org>
15625         * gnus-util.el (x-focus-frame):
15626         * gnus.el (image-size):
15627         * mm-decode.el (image-size): Declare.
15629         * gnus-picon.el (declare-function): Add compat definition.
15630         (image-size): Declare.
15632         * gnus-group.el (tool-bar-map):
15633         * gnus-sum.el (tool-bar-map): Define for compiler.
15635         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15637         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15639         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15640         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15641         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15642         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15643         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15644         * sieve-manage.el, spam-report.el, spam.el:
15645         Remove unnecessary eval-and-compile of autoloads.
15647 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15649         * auth-source.el: Precise Tramp doc.
15651 2008-06-07  Glenn Morris  <rgm@gnu.org>
15653         * nnmairix.el: Remove unnecessary eval-when-compile.
15655 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15657         * lpath.el: Fbind propertize for XEmacs 21.4.
15659 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15661         * nnir.el: Move here from ../contrib.
15663 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15665         * gnus-util.el (gnus-read-shell-command): New function.
15666         * mm-decode.el (mm-pipe-part):
15667         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15669 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15671         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15673 2008-06-03  Glenn Morris  <rgm@gnu.org>
15675         * pop3.el (nnheader-accept-process-output): Autoload it.
15677 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15679         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15680         are not 2-digit hexadecimal characters that follow `%'s.
15682 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15684         * message.el (message-bogus-recipient-p): Fix type in doc string.
15685         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15686         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15687         Improve custom options.
15688         (message-bogus-recipient-p): Adjust accordingly.
15690 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15692         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15693         long-form month and day names.
15695 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15697         * dgnushack.el: Autoload debug, eudc-expand-inline and
15698         pgg-snarf-keys-region for XEmacs.
15700         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15702         * nnmairix.el: Require edmacro when compiling with XEmacs.
15704 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15706         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15707         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15709 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15711         * auth-source.el: Add more docs.
15713         * netrc.el (netrc-machine): Always match if the port is not given.
15715 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15717         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15718         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15719         retrieval faster in some cases, but might make CPU usage larger.
15720         If this has any bad side effects, we might revert this change.
15722         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15723         seems to make mail retrieval much, much faster.
15724         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15725         unconditionally.
15727         * gnus-draft.el (gnus-group-send-queue):
15728         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15730 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15732         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15734         * message.el (message-bogus-address-regexp): Fix and improve custom
15735         type.
15736         (message-setup-hook): Add message-check-recipients as custom option.
15738 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15740         * message.el (message-cite-function): Remove bogus autoload which crept
15741         in during merge from v5-10.
15743 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15745         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15747         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15749         * auth-source.el: Preliminary Tramp docs.
15750         (auth-sources): Change the default auth-sources to use
15751         EPA .gpg files.
15753 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15755         * nntp.el: Autoload `auth-source-user-or-password'.
15756         (nntp-send-authinfo): Use it.
15758         * nnimap.el: Autoload `auth-source-user-or-password'.
15759         (nnimap-open-connection): Use it.
15761         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15762         for the gnus-message function.
15763         (auth-source-user-or-password): Use it.
15765 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15767         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15768         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15769         (rfc2104-hash): Use it.
15771 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15773         * gnus-art.el (gnus-article-toggle-truncate-lines):
15774         Don't use `iff' in docstring.
15776 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15778         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15780         * gnus-util.el (gnus-extract-address-component-name)
15781         (gnus-extract-address-component-email): Convenience functions around
15782         `gnus-extract-address-components'.
15784         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15785         Use `gnus-extract-address-component-email' to fix bug of comparing full
15786         sender name to `user-mail-address'.
15788 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15790         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15791         catch/throw to optimize.
15792         (gnus-registry-find-keywords): Just use member to find a keyword.
15794 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15796         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15797         is current before calling gnus-server-prepare.
15798         (gnus-server-setup-buffer, gnus-server-update-server)
15799         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15801 2008-05-04  Juri Linkov  <juri@jurta.org>
15803         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15804         (mailcap-file-default-commands): Use mailcap-replace-in-string
15805         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15806         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15808 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15810         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15812 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15814         * gnus.el: Bump version to 0.11.
15816 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15818         * gnus.el: No Gnus v0.10 is released.
15820 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15822         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15823         hooks.
15824         (gnus-update-read-articles): Speed up non-marks-using users.
15825         (gnus-use-marks): Define gnus-use-marks.
15826         (gnus-propagate-marks): Rename variable to something more sensible.
15828 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15830         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15831         (gmm-image-load-path-for-library): Fix typos in docstrings.
15832         (gmm-message): Reflow docstring.
15834 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15836         * mail-source.el (mail-source-set-1, mail-source-bind):
15837         Move auth-source code out of the macro to clean it up and fix bugs.
15839 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15841         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15842         by sender if it's equal to user-mail-address, it's likely to be
15843         useless.
15845         * mail-source.el (mail-source-bind): Don't use user or password if they
15846         are not bound.  Unintern them if they are nil.  Don't use server unless
15847         it's bound, and default it to empty string otherwise.
15849 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15851         * mail-source.el: Load auth-source.el.
15852         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15853         get user name or password, if auth-sources is set up.
15855         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15856         strategy of splitting with parent.
15857         (gnus-registry-split-fancy-with-parent)
15858         (gnus-registry-post-process-groups): Use it and fix prior
15859         bug (returning a list as the split result).
15861         * auth-source.el (auth-sources): Remove server parameter.
15862         (auth-source-pick, auth-source-user-or-password)
15863         (auth-source-user-or-password-imap)
15864         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15865         (auth-source-user-or-password-sftp)
15866         (auth-source-user-or-password-smtp): Remove server parameter.
15868 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15870         * smime.el (smime-sign-region, smime-encrypt-region)
15871         (smime-decrypt-region):
15872         Remove redundant calls to `generate-new-buffer-name'.
15874 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15876         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15877         Don't use QP for message/rfc822.
15878         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15880 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15882         * sieve-manage.el (sieve-string-bytes): Remove.
15883         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15884         correct byte-length only if the process's coding-system is the same as
15885         the one used internally by Emacs to represent strings.
15887 2008-04-22  Juri Linkov  <juri@jurta.org>
15889         * mailcap.el (mailcap-file-default-commands): New function.
15891 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15893         * message.el (message-signature-separator, message-cite-function):
15894         Change custom version.
15896 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15898         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15899         commands.
15900         (tls-checktrust): Ditto.
15902 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15904         * mm-decode.el (mm-display-external): Make temp file read-only.
15906 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15908         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15909         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15910         `C-c C-f d'.
15912 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15914         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15916 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15918         * gnus.el: Bump version to 0.9.
15920 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15922         * gnus.el: No Gnus v0.8 is released.
15924 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15926         * mail-source.el (mail-source-value):
15927         Prefer fboundp to functionp so it works with macros as well.
15929 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15931         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15932         Fix last change in case the element is not even a symbol.
15934 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15936         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15937         Prefer fboundp to functionp so it works with macros as well.
15939 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15941         * auth-source.el: Add docs.
15942         (auth-sources): Modify format to support server.
15943         (auth-source-pick, auth-source-user-or-password)
15944         (auth-source-user-or-password-imap)
15945         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15946         (auth-source-user-or-password-sftp)
15947         (auth-source-user-or-password-smtp): Add server parameter.
15949 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15951         * gnus-registry.el: Initialize the registry when gnus-registry-install
15952         is t.
15954 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15956         * compface.el (uncompface): Make buffer unibyte.
15958 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15960         * mail-source.el (mail-source-value):
15961         Prefer fboundp to functionp so it works with macros as well.
15963 2008-04-05  Glenn Morris  <rgm@gnu.org>
15965         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15967 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15969         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15970         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15972         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15973         multibyteness after rather than before erasing it.
15975         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15976         mm-with-multibyte.
15977         (gnus-request-article-this-buffer): Make sure the proper decoding is
15978         used if gnus-original-article-buffer happens to be unibyte.
15980         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15981         default-enable-multibyte-characters.
15983         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15984         default-enable-multibyte-characters.
15986         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15988         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15990 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15992         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15993         Fix last change in case the element is not even a symbol.
15995 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15997         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15998         (imap-message-copyuid-1): Use it.
15999         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
16000         J. Williams in
16001         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
16003         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
16004         imap-enable-exchange-bug-workaround.
16005         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
16007 2008-04-01  Simon Josefsson  <simon@josefsson.org>
16009         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
16010         a 100 byte status-checks into a 2-3MB transfer for each group.
16011         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
16012         to enable bug workaround or not.
16013         (nnimap-find-minmax-uid): Only enable workaround conditionally.
16015 2008-03-31  Glenn Morris  <rgm@gnu.org>
16017         * message.el (mml2015-use): Declare for compiler.
16018         (message-info): Require mml2015 when appropriate.
16020 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16022         * Makefile.in (EMACS_COMP): Quote directory name that might contain
16023         whitespace.
16025 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16027         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
16028         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
16029         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
16030         (nntp-service-to-port): New function.
16031         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
16032         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
16033         (nntp-open-netcat-stream): New function.
16034         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
16036 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
16038         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
16040 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16042         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
16044 2008-03-28  Magnus Henoch  <mange@freemail.hu>
16046         * dns.el (dns-write): Use set-buffer-multibyte.
16048 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
16050         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
16052 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16054         * message.el (message-signature-separator): Change default.
16055         Improve custom type.
16056         (message-cite-function): Change default to
16057         message-cite-original-without-signature.
16059         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
16060         toggle.
16062         * message.el (message-check-news-body-syntax): Fix signature check.
16063         (message-setup-1): Mark buffer as unmodified _after_ running
16064         message-setup-hook and handling message-alternative-emails.
16065         (message-shorten-references): Be more strict when building list of
16066         valid references to comply with GNKSA.
16068         * gnus-group.el (gnus-read-ephemeral-bug-group)
16069         (gnus-read-ephemeral-debian-bug-group)
16070         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
16072         * message.el (message-info): Don't use booleanp which isn't supported
16073         in Emacs 21 and XEmacs.
16075 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
16077         * gnus-group.el (gnus-gmane-group-download-format): Rename from
16078         gnus-group-gmane-group-download-format.
16079         (gnus-group-read-ephemeral-gmane-group): Rename from
16080         gnus-group-read-ephemeral-gmane-group.
16081         (gnus-read-ephemeral-gmane-group-url): Rename from
16082         gnus-group-read-ephemeral-gmane-group-url.
16083         (gnus-bug-group-download-format-alist): New variable.
16084         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
16085         (gnus-read-ephemeral-emacs-bug-group): New commands.
16087 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16089         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
16090         (gnus-visible-headers): Improve custom type.
16092 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16094         * mml.el (mml-menu): Add workarounds for XEmacs.
16096         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
16097         X-Boundary header.
16099         * message.el (message-simplify-recipients): Fix previous commit.
16101 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16103         * mm-util.el (mm-set-buffer-multibyte): New function.
16104         * mm-decode.el (mm-copy-to-buffer): Use it.
16106         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
16107         Prefer fboundp to functionp so it works with macros as well.
16109 2008-03-19  Glenn Morris  <rgm@gnu.org>
16111         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
16112         Accidentally removed in the sync process with Emacs.
16114 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16116         * message.el (message-alter-recipients-discard-bogus-full-name):
16117         New function.
16118         (message-alter-recipients-function): New variable.
16119         (message-get-reply-headers): Use it.
16120         (message-replace-header): New helper function.
16121         (message-recipients-without-full-name): New variable.
16122         (message-simplify-recipients): New command.
16124         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
16126         * message.el (message-info): Handle EasyPG manual.
16128         * mml.el (mml-menu): Add entry for EasyPG.
16130 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
16132         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
16133         parameter.
16135         * message.el (message-disassociate-draft): Specify drafts group name
16136         fully.
16138 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
16140         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16141         Eliminate unnecessary duplicates from the match list.
16143 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16145         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16147         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16149         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16150         args of `how-many' of which the XEmacs version doesn't take; declare
16151         Info-index-next as function.
16153 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16155         * gnus-score.el (gnus-score-headers): Fix handling of
16156         gnus-inhibit-slow-scoring.
16158         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16159         string.
16160         (gnus-button-url-regexp): Improve handling of parenthesis.
16161         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16162         (gnus-button-handle-info-keystrokes): Handle index entries.
16164 2008-03-15  Glenn Morris  <rgm@gnu.org>
16166         * parse-time.el (parse-time-string): Simplify.
16168 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16170         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16171         Incoming* files.
16173 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16175         * auth-source.el (auth-sources): Rename from auth-source-choices.
16176         (auth-source-pick): Use it.
16178 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16180         * binhex.el (binhex-decode-region-internal):
16181         * uudecode.el (uudecode-decode-region-internal):
16182         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16183         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16184         setting default-enable-multibyte-characters.
16186 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16188         * auth-source.el (auth-source-protocols)
16189         (auth-source-protocols-customize, auth-source-choices): Add and
16190         modified variable customizations and defaults.
16191         (auth-source-pick, auth-source-user-or-password)
16192         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16193         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16194         (auth-source-user-or-password-sftp)
16195         (auth-source-user-or-password-smtp): Use new variables and provide an
16196         interface to netrc.el.
16198 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16200         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16201         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16202         Make sure the nntp port to specify is a string.
16204 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16206         * nntp.el: Use with-current-buffer.
16207         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16208         dubious mm-with-unibyte-current-buffer.
16209         (nntp-with-open-group-function): New function extracted from
16210         nntp-with-open-group macro.
16211         (nntp-with-open-group): Use the function, so it's easier to debug.
16212         Add indentation and debugging info.
16213         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16214         Recommend the use of the netcat alternatives.
16216         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16217         Avoid mm-string-as-multibyte as well.
16219         * nnweb.el (nnweb-insert-html):
16220         Remove use of nnheader-string-as-multibyte.
16222         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16223         (nnheader-string-as-multibyte): Remove.
16225         * mm-view.el: Use inhibit-read-only.
16226         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16227         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16228         or unibyte-string.
16230         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16231         (mm-uu-yenc-extract): Use with-current-buffer.
16233         * gnus-soup.el (gnus-soup-send-packet): Don't use
16234         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16236         * nnmh.el: Use with-current-buffer.
16237         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16238         mm-string-as-multibyte on the output of mm-encode-coding-string.
16240         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16241         (nnimap-request-move-article): Use with-current-buffer.
16243         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16244         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16245         conversion uses string-make-unibyte rather than string-as-unibyte.
16247         * gnus-msg.el: Use with-current-buffer.
16249         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16251 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16253         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16254         string for caching if it is 'PIN.
16256 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16258         * lpath.el: Consider the case without Emacs/W3.
16260 2008-03-08  Glenn Morris  <rgm@gnu.org>
16262         * time-date.el (date-to-time, time-subtract, time-add)
16263         (safe-date-to-time): Doc fixes.
16265 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16267         * mail-source.el (mail-source-delete-old-incoming-confirm):
16268         Change default to nil.
16269         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16271 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16273         * lpath.el: Rearrange.
16275         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16276         (gnus-article-goto-prev-page): Work for articles having ^L's.
16278         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16280         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16282 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16284         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16285         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16286         (gnus-bookmark-jump): Adjust some variable names.
16288 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16290         * auth-source.el: New package.
16291         (auth-source-choices): Add customization entry point variable.
16293         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16294         bug.
16296 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16298         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16299         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16300         (gnus-registry-install-shortcuts): Rename from
16301         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16302         the `gnus-registry-mark-map' keymap dynamically from
16303         `gnus-registry-marks'.  The generated functions update the summary line
16304         when a registry mark is added or deleted, and will call
16305         `gnus-registry-install-p' (see the comments in the code).
16306         (gnus-registry-user-format-function-M): Use concat intelligently.
16308         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16309         the registry mark functions.
16311 2008-03-05  Glenn Morris  <rgm@gnu.org>
16313         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16314         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16315         gnus-art.
16316         (top-level): No need to load own source when compiling.
16318 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16320         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16321         Suggested by <chris.anderton@zetnet.co.uk>.
16323 2008-03-04  Glenn Morris  <rgm@gnu.org>
16325         * gnus-sum.el (top-level): No need to require gnus when compiling,
16326         since unconditionally required near start of file.
16327         (gnus-summary-display-while-building): Move definition before use.
16329 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16331         * gnus-registry.el (gnus-registry-user-format-function-M):
16332         Add formatting function.
16334 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16336         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16337         with plists.
16338         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16339         Use new format.
16341 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16343         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16344         `where-is-internal' that returns a range of key sequences.
16346 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16348         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16350         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16351         (gnus-summary-jump-to-group): Consider windows on other displayed
16352         frames as well.  Similar changes might be needed elsewhere, but that's
16353         the one I've bumped into during my use.
16355         * nndoc.el (nndoc-oe-dbx-type-p):
16356         * gnus-msg.el (gnus-debug):
16357         * gnus-group.el (gnus-update-group-mark-positions):
16358         Use mm-string-to-multibyte.
16360 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16362         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16363         doesn't handle NotDashEscaped.
16365         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16366         (mml-dnd-attach-options): Fix typo in custom choice.
16368         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16369         Change nndoc-article-type to mbox.
16370         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16372         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16373         to nil, instead of html2text.
16375         * imap.el (imap-debug): Add `imap-ping-server'.
16377         * gnus-bookmark.el: Add FIXMEs.
16379         * message.el (message-form-letter-separator)
16380         (message-send-form-letter-delay): New variables.
16381         (message-send-form-letter): Use them.  New command to send form
16382         letters.  Requested by Uwe Siart.
16383         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16385 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16387         * Update copyright years.
16389 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16391         Sync from EMACS_22_BASE.
16393         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16395 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16397         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16398         empty author.
16400 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16402         * gnus-registry.el (gnus-registry-marks): Add variable for
16403         customization of marks and their appearance.
16404         (gnus-registry-read-mark): Use it.
16405         (gnus-registry-do-marks): Add utility function to loop through
16406         `gnus-registry-marks'.
16407         (gnus-registry-install-shortcuts-and-menus): Add function to install
16408         shortcuts and menus.
16409         (gnus-registry-initialize): Use it.
16410         (gnus-registry-default-mark): Clarify documentation.
16412 2008-02-29  Glenn Morris  <rgm@gnu.org>
16414         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16415         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16416         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16417         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16418         Change defcustom :version from 23.0 to 23.1.
16420 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16422         * gnus-registry.el (gnus-registry-follow-group-p)
16423         (gnus-registry-post-process-groups): Add functions to aid registry
16424         splitting and improve logging.  Clarify behavior in function
16425         documentation.
16426         (gnus-registry-split-fancy-with-parent): Use them.
16428 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16430         * gnus-art.el: Use with-current-buffer.
16432 2008-02-27  David Engster  <dengste@eml.cc>
16434         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16435         Express real group name in the response.
16437 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16439         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16440         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16441         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16442         autoload gnus-registry-fetch-group when compiling.
16443         (nnmairix-request-group-with-article-number-correction):
16444         Remove unreferenced argument passed to nnmairix-call-backend.
16446 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16448         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16449         (mm-uu-extract): Improve face for low color ttys.
16450         Reported by Sascha Wilde.
16452 2008-02-27  Glenn Morris  <rgm@gnu.org>
16454         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16455         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16456         variables to defconsts.  Convert comments to doc-strings.
16457         (nnmairix-last-server, nnmairix-current-server): Convert from free
16458         variables to defvars.  Convert comments to doc-strings.
16459         (gnus-registry-fetch-group): Autoload.
16460         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16461         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16462         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16463         caddr.
16464         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16465         nnmairix-request-group-with-article-number-correction call.
16466         (nnmairix-fast, nnmairix-group): New, less general names, for free
16467         variables passed from nnmairix-request-group to
16468         nnmairix-request-group-with-article-number-correction.  Declare.
16469         (nnmairix-request-group-with-article-number-correction):
16470         Use nnmairix-fast, nnmairix-group rather than fast, group.
16472 2008-02-26  David Engster  <dengste@eml.cc>
16474         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16475         version 0.5.
16477 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16479         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16480         instead of making an extra function call.  Don't add the current group
16481         to articles only when they have the group.  Use
16482         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16483         Reported by David <de_bb@arcor.de>.
16485 2008-02-24  Miles Bader  <miles@gnu.org>
16487         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16488         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16489         (mm-find-mime-charset-region):
16490         * mm-bodies.el (mm-encode-body):
16491         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16493 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16495         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16496         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16498 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16500         * mail-source.el (mail-source-delete-incoming): Change default.
16501         Supplement doc string.
16503         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16505 2008-02-14  Glenn Morris  <rgm@gnu.org>
16507         * time-date.el (format-seconds): New function.
16509 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16511         * nnmail.el (nnmail-message-id-cache-file): Derive from
16512         `gnus-home-directory'.
16514 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16516         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16517         Document negative prefix.
16519         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16521 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16523         * message.el (message-unsent-separator): Add the Exim bounce
16524         separator.
16526 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16528         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16529         list.
16530         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16531         recipient/signer list.
16533 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16535         * Makefile.in (datarootdir): Define.
16536         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16537         name that might contain whitespace.
16539 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16541         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16542         fbound (Emacs 23 unicode), signal an error.
16544 2008-02-08  Glenn Morris  <rgm@gnu.org>
16546         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16548 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16550         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16551         ports to the calls to `netrc-machine-user-or-password' in addition to
16552         "imap" and "imaps".
16554 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16556         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16558         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16560 2008-02-01  Kenichi Handa  <handa@m17n.org>
16562         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16563         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16564         (rfc2104-hash): Convert the result of concat to unibyte string.
16566 2008-02-01  Dave Love  <fx@gnu.org>
16568         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16569         coding-system-for-read.
16570         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16572 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16574         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16575         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16576         <hanche@math.ntnu.no>.
16578 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16580         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16582         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16584 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16586         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16587         * message.el (message-beginning-of-line): Use featurep instead of bound
16588         tests in order to resolve conditionals at compile time.
16590 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16592         * mail-source.el (mail-sources): Add `group' choice.
16594         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16595         parameter `in-group' to control into which group the articles go.
16596         Add treatment of `group' mail-source.
16598 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16600         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16602         * mm-decode.el (mm-dissect-buffer): Decode description.
16604         * mml.el (mml-to-mime): Encode message header first.
16606 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16608         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16609         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16611         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16612         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16614 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16616         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16618 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16620         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16621         prefix keys.
16622         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16623         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16624         gnus-xmas.el.
16626         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16627         (gnus-xmas-article-describe-bindings): New function.
16628         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16629         gnus-xmas-article-describe-bindings.
16631         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16633 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16635         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16636         Add new variables for article mark management.
16637         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16638         list of extra data entries which, when present, will indicate that the
16639         article ID should not be trimmed from the registry.
16640         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16641         functions.
16642         (gnus-registry-read-mark): New function to read a mark name from the
16643         user.
16644         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16645         (gnus-registry-set-article-mark-internal): New functions to add and
16646         remove marks.
16647         (gnus-registry-get-article-marks): New function to show the marks for
16648         an article, or retrieve them for further use.
16650 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16652         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16653         keys when no argument is given.
16655 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16657         * imap.el (imap-ping-server): New variable.
16658         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16659         (imap-ping-server): Minor doc string fixes.
16661 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16663         * imap.el (imap-ping-server): New function.
16664         (imap-opened): Call imap-ping-server.
16666 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16668         * gnus-sum.el (gnus-article-sort-by-random)
16669         (gnus-thread-sort-by-random): Fix doc strings.
16670         Reported by jidanni@jidanni.org.
16672 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16674         * gnus-art.el (gnus-article-describe-bindings): New function.
16675         (gnus-article-read-summary-keys): Use it.
16676         (gnus-article-mode-map): Bind `C-h b' to it.
16678 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16680         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16681         XEmacs.
16682         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16683         Protect against non-character events.
16685         * lpath.el: Fbind map-keymap for Emacs 21.
16687 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16689         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16690         New command.
16691         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16692         instead of END.  Change name of the temp file.
16693         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16694         customizable.
16696 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16698         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16699         bind `S W' to gnus-article-wide-reply-with-original; set default
16700         binding to gnus-article-read-summary-send-keys.
16701         (gnus-article-read-summary-keys): Fix the order of keys; display
16702         continuation keys correctly in the echo area; describe bindings
16703         correctly when keys end with `C-h'.
16704         (gnus-article-read-summary-send-keys): New function.
16705         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16706         Work for gnus-article-read-summary-send-keys; display continuation keys
16707         correctly in the echo area.
16708         (gnus-article-reply-with-original): Ignore prefix argument.
16709         (gnus-article-wide-reply-with-original): New function.
16711         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16712         Emacs 21.
16714 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16716         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16717         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16719 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16721         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16722         (gnus-group-read-ephemeral-gmane-group): New command.
16724 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16726         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16728 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16730         * message.el (message-send-mail-function): Increase custom version.
16732         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16733         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16735 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16737         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16738         for the cases where imap-authenticate is called with a nil buffer
16739         parameter.
16741 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16743         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16744         html parts correctly; support forwarded messages.
16745         (gnus-article-browse-html-article): Remove work buffers.
16747         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16748         compiling.
16749         (netrc-bound-and-true-p): New macro.
16750         (netrc-parse): Use it instead of bound-and-true-p that is not available
16751         in XEmacs 21.4.
16753 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16755         * gnus-registry.el (gnus-registry-mark-article)
16756         (gnus-registry-article-marks): Add functionality to mark articles
16757         through the Gnus registry.
16759         * encrypt.el: Clarify documentation for the new pgg method.
16760         (encrypt-file-alist): Add PGG option.
16761         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16762         functionality.  Abstract password key and messaging to external
16763         functions.
16764         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16765         (encrypt-message-method-and-cipher): Add new convenience external
16766         functions.
16767         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16768         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16770         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16771         (netrc-parse): Use encrypt-file-alist to determine if
16772         encrypt-find-model or encrypt-insert-file-contents should be used.
16774         * encrypt.el: Clarify documentation.  Load password-cache or
16775         password, whichever one is found first, instead of autoloading.
16777 2007-12-19  Glenn Morris  <rgm@gnu.org>
16779         * mml.el (message-options-set, message-narrow-to-head)
16780         (message-in-body-p, message-mail-p, message-encode-message-body):
16781         Autoload.
16782         (message-remove-header, message-narrow-to-headers-or-head)
16783         (message-subscribed-p, message-make-mail-followup-to)
16784         (message-position-on-field, message-news-p)
16785         (message-options-set-recipient, message-generate-headers)
16786         (message-sort-headers): Declare as functions.
16788 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16790         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16791         convention in doc string.
16793 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16795         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16796         title to html parts.
16797         (gnus-article-browse-html-article): Pass message header to it.
16799         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16801 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16803         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16804         or password compatible with XEmacs.
16806 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16808         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16809         format document.
16810         (gnus-mime-delete-part): Don't write description line if empty.
16811         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16813 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16815         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16816         (gnus-summary-mark-read-and-unread-as-read)
16817         (gnus-summary-mark-current-read-and-unread-as-read)
16818         (gnus-summary-mark-unread-as-ticked): Doc fix.
16819         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16821 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16823         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16824         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16826 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16828         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16829         yes-or-no-p.
16831 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16833         * mm-decode.el (mm-add-meta-html-tag): New function.
16834         (mm-save-part-to-file, mm-pipe-part): Use it.
16836         * gnus-art.el (gnus-article-browse-delete-temp-files):
16837         Use gnus-y-or-n-p instead of y-or-n-p.
16838         (gnus-article-browse-html-parts): Work with message/external-body; use
16839         mm-add-meta-html-tag.
16841 2007-12-11  Glenn Morris  <rgm@gnu.org>
16843         * gnus-cache.el: Require gnus-sum not just when compiling.
16845         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16847         * gnus-int.el (gnus-server-opened, gnus-status-message):
16848         Move definitions before use.
16850         * mm-decode.el: Require gnus-util.
16851         (mm-remove-part): Only call delete-annotation on XEmacs.
16853         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16855         * nnmail.el: Require gnus-int.
16857         * spam.el: Move `require's before `eval-when-compile's.
16859         * gnus-ems.el (gnus-alive-p):
16860         * gnus-fun.el (message-goto-eoh):
16861         * gnus-util.el (gnus-group-name-decode):
16862         * mail-source.el (gnus-compress-sequence):
16863         * message.el (Info-goto-node, format-spec):
16864         * mm-bodies.el (message-options-get):
16865         * mm-decode.el (mm-view-pkcs7):
16866         * mm-util.el (gmm-write-region):
16867         * mml-smime.el (mml-compute-boundary)
16868         (gnus-completing-read-with-default):
16869         * mml.el (widget-button-press, gnus-make-hashtable):
16870         * mml1991.el (mm-decode-content-transfer-encoding)
16871         (mm-encode-content-transfer-encoding)
16872         (message-options-get, message-options-set):
16873         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16874         * nnfolder.el (gnus-request-group):
16875         * nnheader.el (ietf-drums-unfold-fws):
16876         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16877         * smime.el (gnus-run-mode-hooks):
16878         * spam-stat.el (gnus-message): Autoload.
16880         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16881         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16882         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16883         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16884         Add declare-function compatibility definition.
16886         * gnus-cache.el (nnvirtual-find-group-art):
16887         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16888         (gnus-add-image, gnus-add-wash-type):
16889         * gnus-group.el (nnkiboze-score-file):
16890         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16891         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16892         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16893         (message-tokenize-header, gnus-get-buffer-create)
16894         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16895         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16896         * gnus.el (gnus-group-decoded-name):
16897         * mail-source.el (imap-capability):
16898         * mm-bodies.el (message-options-set):
16899         * mm-decode.el (gnus-configure-windows):
16900         * mm-extern.el (message-goto-body):
16901         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16902         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16903         (epg-sub-key-validity, message-options-set):
16904         * mml.el (widget-event-point, gnus-configure-windows):
16905         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16906         * mml2015.el (epg-check-configuration, epg-configuration)
16907         (message-options-set):
16908         * nndb.el (nndb-request-article):
16909         * nnfolder.el (gnus-request-create-group):
16910         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16911         * nnmaildir.el (gnus-group-mark-article-read):
16912         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16913         * rfc1843.el (message-fetch-field):
16914         * spam.el (gnus-extract-address-components):
16915         Declare as functions.
16917 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16919         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16921         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16923         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16924         bind show-trailing-whitespace for XEmacs.
16926 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16928         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16929         new no-op macro for backward compatibility.
16931         * imap.el (imap-string-to-integer): New function.
16933 2007-12-09  Glenn Morris  <rgm@gnu.org>
16935         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16937         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16938         * message.el, mm-view.el, sieve-manage.el, smime.el:
16939         Add declare-function compatibility definition.
16941         * gnus-art.el (w3-region, w3m-region, Info-menu):
16942         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16943         * gnus-sum.el (gnus-get-predicate):
16944         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16945         * message.el (mail-abbrev-in-expansion-header-p):
16946         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16947         (w3m-detect-meta-charset, w3m-region):
16948         * sieve-manage.el (password-read, password-cache-add)
16949         (password-cache-remove):
16950         * smime.el (password-read-and-add): Declare as functions.
16952 2007-12-08  David Kastrup  <dak@gnu.org>
16954         * gnus-sum.el (gnus-summary-simplify-subject-query):
16955         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16956         `message'.
16958 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16960         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16961         it to bind idna-program, installation-directory, defined-colors, and
16962         face-attribute for XEmacs of the version that compiles defcustom forms.
16964 2007-12-07  Glenn Morris  <rgm@gnu.org>
16966         * gnus-art.el (article-make-date-line): Revert previous change.
16968 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16970         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16972 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16974         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16975         Call gnus-add-to-range ranges only once with a prepared article-list.
16977 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16979         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16980         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16981         group names with backslashes.
16982         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16984 2007-12-06  Deepak Goel  <deego3@gmail.com>
16986         * gnus-art.el (article-make-date-line):
16987         * gnus-start.el (gnus-load):
16988         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16990 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16992         * gnus-art.el (gnus-use-idna):
16993         * gnus-start.el (gnus-site-init-file):
16994         * message.el (message-use-idna):
16995         * mm-uu.el (mm-uu-hide-markers):
16996         * smiley.el (smiley-style): Revert changes that suppress warnings.
16998 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17000         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
17001         specify charset to html source.
17002         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
17004 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17006         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
17007         idna-program in order to suppress byte compile warning issued by XEmacs
17008         that came to byte compile the default value section of defcustom forms
17009         recently.
17011         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
17012         value of installation-directory.
17014         * message.el (message-use-idna): Don't directly refer to the value of
17015         idna-program.
17017         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
17019         * smiley.el (smiley-style): Don't directly call face-attribute.
17021 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
17023         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
17025         * gnus-dired.el: Reduce Gnus dependencies.
17026         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
17027         Don't require.  Use autoloads instead.
17028         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
17029         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
17030         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
17031         (gnus-dired-mode): Adjust doc string.
17032         (gnus-dired-mail-mode): New variable.
17033         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
17034         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
17035         (gnus-dired-mail-buffers): New function.  Return mail or message
17036         composition buffers.
17037         (gnus-dired-attach): Use it.
17038         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
17039         NO-DECODE.
17040         (gnus-dired-print): Use `gnus-print-buffer' depending on
17041         `gnus-dired-mail-mode'.
17043 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17045         * rfc2047.el (rfc2047-encoded-word-regexp)
17046         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
17047         explaining what regexp patterns are for.
17049 2007-12-04  Glenn Morris  <rgm@gnu.org>
17051         * password.el: Move to password-cache.el.
17053         * mml1991.el (password-read, password-cache-add, password-cache-remove):
17054         * mml2015.el (password-read, password-cache-add, password-cache-remove):
17055         * mml-smime.el (password-read, password-cache-add)
17056         (password-cache-remove):
17057         No need to autoload, since mml-sec requires password.
17059         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
17060         * message.el (gnus-extract-address-components):
17061         * mml-smime.el (gnus-extract-address-components): Define for compiler.
17063         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
17064         password.
17066 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17068         * mailcap.el: Reduce dependencies.
17069         (mail-header-parse-content-type): Autoload.
17070         (mailcap-delete-duplicates): New alias.
17071         (mailcap-mime-info): Add optional argument NO-DECODE.
17072         (mailcap-mime-types): Use mailcap-delete-duplicates.
17074         * message.el (message-ignored-supersedes-headers): Add "X-ID".
17076 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
17078         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
17079         (imap-parse-status): Upcase status-att for servers that sends them
17080         lower-case (e.g., MS Exchange 2007).
17082 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17084         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
17085         function.
17087         * gnus-uu.el (gnus-uu-decode-yenc): New command.
17088         (gnus-uu-yenc-article): New function.
17090         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
17092         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
17094 2007-12-02  Glenn Morris  <rgm@gnu.org>
17096         * binhex.el (binhex): New custom group.
17097         (binhex-decoder-program, binhex-decoder-switches)
17098         (binhex-use-external): Move to the binhex custom group.
17100         * uudecode.el (uudecode): New custom group.
17101         (uudecode-decoder-program, uudecode-decoder-switches)
17102         (uudecode-use-external): Move to the uudecode custom group.
17104         * netrc.el (top-level): Don't load `encrypt' features.
17105         (netrc-parse): Don't use encrypt.
17106         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
17108         * encrypt.el: Remove file.
17110 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
17112         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
17113         matches on patches.
17115         * gnus-art.el (gnus-article-browse-html-article):
17116         Mention `mm-text-html-renderer' in the doc string.
17118         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
17119         string.  Add comments.
17121         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
17122         if rhs is ASCII.
17124 2007-12-01  Glenn Morris  <rgm@gnu.org>
17126         * mail-source.el (top-level): Require format-spec before
17127         eval-when-compile.
17129 2007-11-30  Glenn Morris  <rgm@gnu.org>
17131         * encrypt.el: Require password, rather than autoloading password-read.
17133 2007-11-29  Glenn Morris  <rgm@gnu.org>
17135         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
17136         (sasl-make-client, sasl-next-step, sasl-step-data)
17137         (sasl-step-set-data): Declare as functions.
17139 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17141         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17143 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17145         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17146         certs should be verified and what is to be done in the event of a
17147         verification failure.
17149         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17150         caller can indicate whether the cache should be disregarded for this
17151         call.  This way the result of the call is reproducible at all times and
17152         can be considered a canonical server name for the supplied method.
17153         (gnus-agent-method-p): Canonicalize server names by pushing their
17154         method through `gnus-method-to-server' using the no-cache argument.
17156         * gnus-srvr.el (gnus-server-insert-server-line):
17157         Call `gnus-method-to-server' with `no-cache' argument.
17159         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17160         gnus-agent-possibly-synchronize-flags as this should be called when the
17161         server is actually being opened.
17162         (gnus-agent-possibly-synchronize-flags)
17163         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17164         flags file of an agentized server to the latter function.
17166         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17167         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17168         after a connection has been established successfully.
17170 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17172         * gnus-art.el (article-display-face): Force to display face if called
17173         interactively; check if gnus-article-x-face-too-ugly matches author.
17174         (article-display-x-face): Display face even if From header is missing
17175         as article-display-face does.
17177 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17179         * hashcash.el (message-narrow-to-headers-or-head)
17180         (message-fetch-field, message-goto-eoh)
17181         (message-narrow-to-headers): Declare as functions.
17183 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17185         * mail-source.el (mail-sources): Default to fetch from file for
17186         compatibility with default of nnmail-spool-file.
17188 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17190         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17191         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17192         to look for encoded word that should be encoded again.
17193         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17194         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17195         encoding pattern.
17196         (rfc2047-decode-region): Switch strict regexp and loose one according
17197         to rfc2047-allow-irregular-q-encoded-words.
17199 2007-11-25  Romain Francoise  <romain@orebokech.com>
17201         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17203 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17205         * tls.el (tls-program): Provide more custom choices from
17206         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17207         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17209 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17211         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17212         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17214         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17215         `nnmail-spool-file'.
17217         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17218         `nnmail-spool-file'.
17220         * gnus-move.el (gnus-change-server): Ditto.
17222         * gnus-kill.el (gnus-batch-score): Ditto.
17224         * gnus-cache.el (gnus-jog-cache): Ditto.
17226         * gnus-msg.el (gnus-summary-reply):
17227         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17229 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17231         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17232         version.  Minor improvement to doc strings.
17233         (tls-program): Add comment.
17235 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17237         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17238         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17239         mismatch between the hostname provided in the certificate and the name
17240         of the host connnecting to.
17241         (open-tls-stream): Use them.  Check certificates against trusted root
17242         certificates.
17244 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17246         * gnus-cache.el (gnus-cache-generate-nov-databases):
17247         Use nnml-generate-nov-databases-directory instead of
17248         nnml-generate-nov-databases-1.
17250 2007-11-24  Glenn Morris  <rgm@gnu.org>
17252         * message.el (message-tool-bar-retro): Update for rename
17253         mail_send.xpm->mail-send.xpm.
17255 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17257         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17258         `smime-ldap-search' for Emacs 22 and up.
17260 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17262         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17264         * message.el (message-send-mail-function): Fix error convention.
17265         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17266         (message-widen-reply, message-send-mail, message-talkative-question)
17267         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17268         (message-clone-locals, message-send-news): Use with-current-buffer.
17269         (message-insert-or-toggle-importance): Remove unused var `valid'.
17270         (message-make-references): Remove unused var `new-references'.
17271         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17273 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17275         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17276         (spam-split-symbolic-return-positive): Reflow docstring.
17277         (spam-backends, spam-summary-exit-behavior)
17278         (spam-mark-ham-unread-before-move-from-spam-group)
17279         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17280         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17281         (spam-clear-cache, spam-backend-check, spam-install-backend)
17282         (spam-install-statistical-backend, spam-list-of-processors)
17283         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17284         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17285         (spam-check-crm114, spam-initialize, spam-unload-hook):
17286         Fix typos in docstrings.
17288 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17290         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17291         been checked if they have never been read and those group levels are
17292         higher than the one that a user specified.
17294 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17296         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17297         foreign groups unless a group level is specified by a user.
17298         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17300 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17302         * message.el (message-send-mail-function): Require sendmail.
17304 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17306         * message.el (message-send-mail-function): Check for smtpmail too.
17308         * utf7.el (utf7-encode, utf7-decode): Use coding system
17309         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17311         * message.el (message-send-mail-function): New function.
17312         (message-send-mail-function): Set default using
17313         message-send-mail-function.  Adjust doc string.
17314         (message-send-mail-with-mailclient): New function.
17316 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17318         * smime.el (from):
17319         * rfc2047.el (message-posting-charset):
17320         * qp.el (mm-use-ultra-safe-encoding):
17321         * pop3.el (parse-time-months):
17322         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17323         * nnml.el (files):
17324         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17325         (jka-compr-compression-info-list, ange-ftp-path-format)
17326         (efs-path-regexp):
17327         * nndiary.el (files):
17328         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17329         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17330         (epg-digest-algorithm-alist, inhibit-redisplay)
17331         (password-cache-expiry):
17332         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17333         (pgg-output-buffer, password-cache-expiry):
17334         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17335         (efs-path-regexp):
17336         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17337         (inhibit-redisplay):
17338         * mm-uu.el (file-name, start-point, end-point, entry)
17339         (gnus-newsgroup-name, gnus-newsgroup-charset):
17340         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17341         (latin-unity-ucs-list):
17342         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17343         (mm-uu-binhex-decode-function):
17344         * message.el (gnus-message-group-art, gnus-list-identifiers)
17345         (rmail-enable-mime-composing, gnus-local-organization)
17346         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17347         (gnus-read-active-file, facemenu-add-face-function)
17348         (facemenu-remove-face-function, gnus-article-decoded-p)
17349         (tool-bar-mode):
17350         * mail-source.el (display-time-mail-function):
17351         * gnus-util.el (nnmail-pathname-coding-system)
17352         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17353         (gnus-original-article-buffer, gnus-user-agent)
17354         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17355         (xemacs-codename, sxemacs-codename, emacs-program-version):
17356         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17357         * gnus-start.el (gnus-agent-covered-methods)
17358         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17359         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17360         (gnus-newsgroup-headers, gnus-group-list-mode)
17361         (gnus-group-mark-positions, gnus-newsgroup-data)
17362         (gnus-newsgroup-unreads, nnoo-state-alist)
17363         (gnus-current-select-method, mail-sources)
17364         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17365         (nnmail-spool-file, gnus-cache-active-hashtb):
17366         * gnus-mh.el (mh-lib-progs):
17367         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17368         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17369         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17370         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17371         (gnus-group-buffer):
17372         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17373         (font-lock-set-defaults):
17374         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17375         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17376         (gnus-summary-post-menu, total-parts, type, condition, length):
17377         * gnus-agent.el (gnus-agent-read-agentview):
17378         * flow-fill.el (show-trailing-whitespace):
17379         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17380         eval-and-compile wrappers for byte compiler pacifiers.
17382         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17383         (mm-display-inline-fontify): Check for featurep 'xemacs not
17384         extent-list.
17386         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17387         itimer-list.
17388         (mm-create-image-xemacs): Only do something for XEmacs.
17389         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17391         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17393         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17394         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17396 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17398         * nnimap.el (nnimap-split-download-body):
17399         * gnus-demon.el (gnus-demon):
17400         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17402 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17404         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17405         New macros.
17406         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17407         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17408         copy data from unibyte buffer to multibyte current buffer.
17409         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17410         to copy data from unibyte current buffer to multibyte buffer.
17411         (nntp-make-process-buffer): Make process buffer unibyte.
17413         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17415 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17417         * pop3.el (pop3-open-server): Accept and process data more robustly at
17418         connection start to avoid spurious "POP SSL connection failed" errors.
17420 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17422         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17423         read group names.
17425 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17427         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17429 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17431         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17432         (nnmail-save-active): Use a unibyte buffer when saving active file,
17433         which may contain non-ASCII group names.
17435         * nnml.el (nnml-request-group): Decode group names in messages.
17437 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17439         * message.el (message-citation-line-function)
17440         (message-insert-formatted-citation-line): Fix spelling of
17441         `message-insert-formated-citation-line'.
17443 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17445         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17447 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17449         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17450         nnmail-pathname-coding-system.
17452         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17453         that a user enters; decode group names in messages.
17455         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17457 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17459         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17461         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17463         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17464         risky local variable.
17466         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17468 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17470         * encrypt.el: Improve documentation to fix function name typo.
17471         Reported by Daiki Ueno <ueno@unixuser.org>.
17473 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17475         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17476         even if the point is not in the last page of an article.
17477         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17478         back to the previous page.
17480 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17482         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17484 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17486         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17488 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17490         * message.el (message-check-news-body-syntax):
17491         Avoid mm-string-as-multibyte.
17492         (message-hide-headers): Don't assume (point-min)==1.
17494 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17496         * message.el (message-remove-blank-cited-lines): Fix if remove is
17497         given.
17498         (message-bogus-address-regexp): New variable.
17499         (message-bogus-recipient-p): New function.
17500         (message-check-recipients): New command.
17501         (message-syntax-checks): Add `bogus-recipient'.
17502         (message-fix-before-sending): Add `bogus-recipient'.
17504         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17505         (gnus-treat-body-boundary): Don't test window-system.
17507 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17509         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17511 2007-10-28  Miles Bader  <miles@gnu.org>
17513         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17514         at compile-time too.
17516 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17518         * gnus-msg.el (gnus-message-setup-hook):
17519         Add `message-remove-blank-cited-lines' to options.
17521 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17523         * message.el (message-remove-blank-cited-lines): New function.
17524         Suggested by Karl Plästerer.
17526 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17528         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17529         mapc.
17531         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17532         (top-level): Use mapc to set functions to be traced for debugging.
17534         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17535         called for effect with while loop.
17537         * message.el (message-talkative-question): Replace mapcar called for
17538         effect with mapc.
17540         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17541         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17542         called for effect with dolist.
17544         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17546         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17547         gnus-extra-headers and nnmail-extra-headers.
17549         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17550         called for effect with dolist.
17551         (top-level): Use mapc to set functions to be traced for debugging.
17553         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17554         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17555         dolist.
17557         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17558         Replace mapcar called for effect with mapc.
17559         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17560         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17561         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17562         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17564         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17565         remove-if that's a cl function.
17567         * webmail.el (webmail-debug): Replace mapcar called for effect with
17568         dolist.
17570         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17571         with mapc.
17573 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17575         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17576         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17577         with while loop.
17579         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17580         functions from article-* functions.
17581         (gnus-multi-decode-header): Replace mapcar called for effect with
17582         dolist.
17584         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17585         (gnus-bookmark-show-details): Replace mapcar called for effect with
17586         while loop.
17588         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17589         called for effect with while loop.
17591         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17592         with dolist.
17594         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17595         Replace mapcar called for effect with dolist.
17597         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17599         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17600         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17601         Replace mapcar called for effect with dolist.
17602         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17603         mapc.
17605         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17606         Replace mapcar called for effect with dolist.
17607         (gnus-topic-list): Replace mapcar called for effect with mapc.
17609         * gnus.el: Use mapc instead of mapcar to add autoloads.
17611 2007-10-23  Richard Stallman  <rms@gnu.org>
17613         * gnus-group.el (gnus-group-highlight): Mark as risky.
17615 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17617         * gnus.el (gnus-server-to-method): Return method found first in
17618         gnus-newsrc-alist.
17620         * gnus-art.el (gnus-article-highlight-signature)
17621         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17622         button overlay without the front stickiness.
17624 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17626         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17627         overview buffer needed a catch to receive its throw.
17628         (gnus-agent-flush-cache): Declare as interactive to make this function
17629         easier to use.
17631 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17633         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17634         `next-line'.
17636 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17638         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17639         exclude address matching message-dont-reply-to-names.
17641 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17643         * gnus-util.el (gnus-string<): New function.
17645         * gnus-sum.el (gnus-article-sort-by-author)
17646         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17648 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17650         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17651         the frame-focus tag is set in gnus-buffer-configuration.
17653 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17655         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17656         the front stickiness.
17658 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17660         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17661         url pattern; remove duplicate one.
17662         (gnus-article-extend-url-button): New function.
17663         (gnus-article-add-buttons): Use it.
17664         (gnus-button-push): Use concatenated url that it makes.
17666 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17668         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17670 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17672         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17673         Don't hardcode point-min==1.
17675 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17677         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17678         Fix comment about "iso8859-1".
17680 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17682         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17683         ones returned from the verify-function.
17685         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17686         Call mml2015-extract-cleartext-signature if extraction failed.
17688 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17690         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17691         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17692         failed.
17694 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17696         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17698 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17700         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17701         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17702         recommends to use EasyPG instead of PGG.
17704         * pgg.el: Revert to revision 6.23.2.16.
17706         * pgg-def.el: Revert to revision 6.6.2.14.
17708         * pgg-gpg.el: Revert to revision 6.23.2.34.
17710 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17712         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17713         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17714         thread for both the null and zero (kill/expire thread) universal prefix
17715         cases.
17716         (gnus-summary-expire-thread): Add new function to expire a thread,
17717         using gnus-summary-kill-thread.
17718         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17719         shortcuts for gnus-summary-expire-thread.
17720         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17721         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17723 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17725         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17726         extras value, so an extras entry can be deleted.
17727         (gnus-registry-delete-extra-entry): Use it.
17728         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17729         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17730         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17731         storage through the gnus-registry, and provide an appropriate API for
17732         it.
17734 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17736         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17737         Suggested by Leo <sdl.web@gmail.com>.
17739         * gnus.el: Do.
17741 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17743         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17744         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17746         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17748         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17749         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17751 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17753         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17754         newline.
17755         (nnmbox-request-accept-article): Don't change article in source buffer;
17756         narrow to header to use message-fetch-field rather than
17757         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17758         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17759         as delimiters; make sure article ends with newline.
17760         (nnmbox-delete-mail): Correct last position of article to be deleted;
17761         ignore X-Gnus-Newsgroup header in article body.
17762         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17763         positions; make sure article ends with newline.
17765         * message.el (message-display-abbrev): Don't infloop when a user
17766         inserts SPC in the beginning of header.
17768         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17769         coding-system-for-read and coding-system-for-write for XEmacs having no
17770         file-coding feature.
17772         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17774 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17776         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17777         list of groups not followed by default.  Fix type to be regexp.
17778         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17780 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17782         * hmac-def.el (define-hmac-function): Switch from old-style to
17783         new-style backquotes.
17785         * md4.el (md4-make-step): Likewise.
17787 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17789         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17790         raw-text coding system when saving .newsrc file, which may contain
17791         non-ASCII group names.
17793 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17795         * gnus-cus.el (gnus-score-extra): New widget.
17796         (gnus-score-extra-convert): New function.
17797         (gnus-score-customize): Use it for Extra.
17799 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17801         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17802         (mml2015-mailcrypt-clear-verify): Use it.
17803         (mml2015-gpg-clear-verify): Use it.
17804         (mml2015-pgg-clear-verify): Use it.
17805         (mml2015-epg-clear-verify): Replace the current part with the output
17806         from GnuPG; don't extract the plaintext by itself.
17808         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17809         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17810         mml2015-clear-verify-function; don't touch the armor headers or
17811         dash-escaped text here.
17813 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17815         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17816         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17817         parts, or application/octet-stream as a last resort.
17818         (gnus-mime-view-part-as-type): Don't toggle display.
17819         (gnus-mime-view-part-as-charset): Don't turn off display before
17820         querying charset.
17822         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17823         stuff to undisplayer function in Emacs.
17824         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17826         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17827         text/calendar parts.
17829 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17831         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17832         decoding text/calendar parts.
17834         * message.el (message-forward-make-body-mime): Always mark body as
17835         having no illegible text; remove signed-or-encrypted argument.
17836         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17838         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17839         (mml-generate-mime-1): Don't encode body if it is specified to be in
17840         raw form; don't make buffer be unibyte when inserting multibyte string.
17842 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17844         * sha1.el: Fix up comment style.
17845         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17846         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17848         * hex-util.el: Fix up comment style.
17849         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17851         * gnus-salt.el: Use with-current-buffer.
17852         (gnus-pick-setup-message): Fix long-standing typo.
17854 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17856         * imap.el (imap-logout-timeout): New variable.
17857         (imap-logout, imap-logout-wait): New functions.
17858         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17860         * nnimap.el (nnimap-logout-timeout): New server variable.
17861         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17862         nnimap-logout-timeout.
17864         * gnus-art.el (gnus-article-summary-command-nosave)
17865         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17867 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17869         * gnus.el (gnus-maximum-newsgroup): New variable.
17871         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17872         according to gnus-maximum-newsgroup.
17874         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17875         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17876         Limit the range of articles according to gnus-maximum-newsgroup.
17878 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17880         * gnus-art.el (gnus-sticky-article): Fix problems described in
17881         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17882         Don't perform gnus-configure-windows here; reuse existing sticky
17883         article buffer.
17885         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17886         it doesn't exist in gnus-article-mode.
17888 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17890         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17891         (gnus-agent-decoded-group-name): New function.
17892         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17893         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17895 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17897         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17898         Add binding for gnus-sticky-article.
17899         (gnus-summary-exit): Don't kill sticky article buffers.
17901         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17902         article buffer.
17903         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17904         (gnus-kill-sticky-article-buffers): New commands.
17906 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17908         * nntp.el (nntp-xref-number-is-evil): New server variable.
17909         (nntp-find-group-and-number): If it is non-nil, don't trust article
17910         numbers in the Xref header.
17912 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17914         * gnus-agent.el (gnus-agent-read-group): New function.
17915         (gnus-agent-flush-group, gnus-agent-expire-group)
17916         (gnus-agent-regenerate-group): Use it.
17917         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17918         nnmail-pathname-coding-system.
17920 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17922         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17924         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17925         that are unread as unread, and also as selected so that information of
17926         marks having been changed by a user may be updated when exiting group.
17928 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17930         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17932 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17934         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17935         calculated ignoring signature parts to gnus-treat-article.
17937 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17939         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17940         a point here in order to keep the window start.
17941         (gnus-insert-mime-security-button): Make a button overlay without the
17942         front stickiness.
17943         (gnus-mime-display-security): Goto the end of a button.
17945         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17947 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17949         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17950         group-name-at-point.
17951         (gnus-group-completing-read): New function that offers decoded
17952         non-ASCII group names for completion.
17953         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17954         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17955         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17956         (gnus-group-fetch-control): Use it.
17957         (gnus-fetch-group): Use group-name-at-point for the initial value
17958         rather than the default value; use gnus-alive-p.
17960         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17961         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17962         (gnus-summary-post-news): Use gnus-group-completing-read.
17964         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17965         (gnus-read-move-group-name): Decode group name for completion.
17967 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17969         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17970         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17971         Yamaoka slightly modified the code).
17973 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17975         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17976         (nnmail-split-incoming): Bind it.
17978         * nnml.el (nnml-group-name-charset): New function.
17979         (nnml-decoded-group-name): Use it; don't decode group name if
17980         nnmail-group-names-not-encoded-p is non-nil.
17981         (nnml-encoded-group-name): New function.
17982         (nnml-group-pathname): Inline nnml-decoded-group-name.
17983         (nnml-request-expire-articles): Decode group name in message.
17984         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17985         nnmail-pathname-coding-system.
17986         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17987         not decoded ones according to nnmail-group-names-not-encoded-p.
17988         (nnml-generate-active-info): Use nnml-encoded-group-name.
17990 2007-08-08  Glenn Morris  <rgm@gnu.org>
17992         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17993         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17994         doc-strings and comments.
17996 2007-07-25  Glenn Morris  <rgm@gnu.org>
17998         * Relicense all FSF files to GPLv3 or later.
18000 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18002         * gnus-sum.el (gnus-summary-move-article):
18003         Make gnus-summary-respool-article work.
18005 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
18007         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
18008         string.
18010 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
18012         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
18013         that should be ignored when comparing distant RSS articles with local
18014         ones.
18015         (nnrss-make-hash-index): New function.  Create a hash index according
18016         to the ignored fields.
18017         (nnrss-check-group): Use it.
18019 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18021         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
18023         * gnus-art.el (article-decode-group-name): Decode Xref header too.
18025         * gnus-group.el (gnus-group-make-group): Encode group name here unless
18026         the new optional argument ENCODED is non-nil.
18027         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
18028         coding system for encoding group name.
18029         (gnus-group-make-rss-group): Pass un-encoded group name to
18030         gnus-group-make-group.
18031         (gnus-group-set-info): Tell gnus-group-make-group that group name is
18032         encoded.
18034         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
18035         Encode group name to which articles are moved or copied.
18036         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
18037         coding system for encoding Newsgroup, Followup-To and Xref headers.
18039         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
18040         marks; use nnheader-file-coding-system to write a file.
18041         (nnagent-retrieve-headers): Bind file-name-coding-system to
18042         nnmail-pathname-coding-system.
18044         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
18046         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
18047         (nnml-request-article, nnml-request-create-group)
18048         (nnml-request-rename-group, nnml-find-id)
18049         (nnml-possibly-change-directory, nnml-possibly-create-directory)
18050         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
18051         (nnml-save-marks): Use nnml-group-pathname instead of
18052         nnmail-group-pathname.
18054         (nnml-request-create-group, nnml-request-expire-articles)
18055         (nnml-request-move-article, nnml-request-delete-group)
18056         (nnml-deletable-article-p, nnml-possibly-create-directory)
18057         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
18058         (nnml-open-marks): Bind file-name-coding-system to
18059         nnmail-pathname-coding-system.
18061         (nnml-request-article): Pass server argument to nnml-find-group-number.
18062         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
18063         Pass server argument to nnml-possibly-create-directory.
18064         (nnml-request-accept-article): Pass server argument to
18065         nnml-active-number and nnml-save-mail.
18066         (nnml-find-group-number): Pass server argument to nnml-find-id.
18067         (nnml-request-update-info): Pass server argument to
18068         nnml-marks-changed-p.
18070         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
18071         (nnml-save-mail, nnml-active-number): Add server argument.
18073         (nnml-request-delete-group): Warn if group is missing.
18074         (nnml-get-nov-buffer): Decode group name.
18075         (nnml-generate-active-info): Encode group name.
18076         (nnml-open-marks): Decode group name in messages.
18078 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18080         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
18081         if it is not specified.
18082         (gnus-article-pipe-part, gnus-article-save-part)
18083         (gnus-article-interactively-view-part, gnus-article-copy-part)
18084         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
18085         (gnus-article-inline-part, gnus-article-save-part-and-strip)
18086         (gnus-article-replace-part, gnus-article-delete-part)
18087         (gnus-article-view-part-as-type): Pass raw prefix argument to
18088         gnus-article-part-wrapper.
18090 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18092         * gnus-agent.el (gnus-agent-save-active):
18093         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
18095         * gnus-cache.el (gnus-cache-save-buffers)
18096         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
18097         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
18098         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
18099         (gnus-cache-braid-nov, gnus-cache-braid-heads)
18100         (gnus-cache-generate-active, gnus-cache-rename-group)
18101         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
18102         (gnus-cache-update-overview-total-fetched-for):
18103         Bind file-name-coding-system to nnmail-pathname-coding-system.
18104         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
18105         New variables.
18106         (gnus-cache-decoded-group-name): New function.
18107         (gnus-cache-file-name): Use it.
18108         (gnus-cache-generate-active): Use non-decoded group name for active.
18110         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
18111         right place.
18112         (gnus-write-active-file): Don't break non-ASCII group names.
18114         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
18115         nnmail-pathname-coding-system.
18117         * lpath.el: Bind default-file-name-coding-system,
18118         file-name-coding-system and language-info-alist for XEmacs.
18120         * gnus-uu.el (gnus-uu-decode-save): Typo.
18122 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18124         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
18126 2007-07-14  David Kastrup  <dak@gnu.org>
18128         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
18129         finishing actions if we did not edit the article.
18131 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18133         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
18134         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
18135         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
18136         (gnus-agent-flush-group, gnus-agent-flush-cache)
18137         (gnus-agent-fetch-headers, gnus-agent-load-alist)
18138         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
18139         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18140         (gnus-agent-regenerate-group)
18141         (gnus-agent-update-files-total-fetched-for)
18142         (gnus-agent-update-view-total-fetched-for):
18143         Bind file-name-coding-system to nnmail-pathname-coding-system.
18144         (gnus-agent-group-pathname): Don't encode file names by
18145         nnmail-pathname-coding-system.
18146         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18147         coding-system-for-write instead of buffer-file-coding-system to
18148         gnus-agent-file-coding-system.
18150         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18151         Decode group name.
18153         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18155         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18156         (gnus-read-newsrc-el-file): Make group names unibyte.
18158         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18159         nnmail-pathname-coding-system.
18161         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18162         (nnrss-request-delete-group): Bind file-name-coding-system to
18163         nnmail-pathname-coding-system.
18164         (nnrss-read-server-data, nnrss-read-group-data):
18165         Bind file-name-coding-system correctly.
18166         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18168         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18169         (nntp-server-to-method-cache): New variable.
18170         (nntp-group-pathname): New function that decodes non-ASCII group names.
18171         (nntp-possibly-create-directory, nntp-marks-changed-p)
18172         (nntp-save-marks, nntp-open-marks): Use it.
18173         (nntp-possibly-create-directory, nntp-open-marks):
18174         Bind file-name-coding-system to nnmail-pathname-coding-system.
18175         (nntp-open-marks): Decode group names when bootstrapping marks.
18177         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18178         Newsgroups and Followup-To headers.
18180 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18182         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18183         (gnus-server-closed-face, gnus-server-denied-face)
18184         (gnus-server-offline-face): Remove variable.
18185         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18187         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18188         of modifying message-stack directly for XEmacs.
18190         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18191         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18192         if the coding-system argument is nil for XEmacs.
18194         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18195         mm-charset-override-alist.
18197         * rfc2047.el: Don't require base64; require rfc2045 for the function
18198         rfc2045-encode-string.
18199         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18200         to quote the parameter value.
18202 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18204         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18205         form in gnus-group-name-charset-method-alist.
18207         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18208         overrides the default layout edit-form.
18210         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18212         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18214 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18216         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18217         as unfetched articles.
18219 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18221         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18223 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18225         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18226         original back end that keeps marks in the local system.
18228 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18230         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18231         arg of pop-to-buffer for XEmacs.
18232         (gnus-article-read-summary-keys): Ditto; don't restore window
18233         configuration if summary command ends up with neither article buffer
18234         nor summary buffer; describe bindings if summary keys end with C-h.
18236 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18238         * message.el (message-fix-before-sending): Skip raw message part to be
18239         forwarded while checking illegible text.
18240         (message-forward-make-body-mime, message-forward-make-body):
18241         Mark signed or encrypted raw message as having no illegible text.
18243 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18245         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18246         (gnus-message-with-timestamp-1): New macro.
18247         (gnus-message-with-timestamp): New function.
18248         (gnus-message): Use them.
18250         * nnheader.el (nnheader-message): Use them.
18252 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18254         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18255         .newsrc.eld file.
18257 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18259         * gnus-agent.el (gnus-agent-fetch-headers)
18260         (gnus-agent-retrieve-headers):
18261         Bind gnus-decode-encoded-address-function to identity.
18263         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18264         available also when the server returns simply a dot.
18266         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18268 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18270         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18272 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18274         * gnus-ems.el (gnus-x-splash): Make it work.
18276         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18277         from being used.
18279         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18281 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18283         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18284         4th and the 5th arguments.
18286         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18287         the front stickiness.
18288         (gnus-article-summary-command-nosave): Correct the order of the
18289         arguments passed to pop-to-buffer.
18290         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18291         summary command ends up with the article buffer.
18293         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18294         the same faces.
18296 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18298         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18300 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18302         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18303         * gnus-sum.el (gnus-summary-highlight):
18304         * pgg.el (pgg-sign-region, pgg-sign):
18305         * mail-source.el (mail-source-delete-old-incoming-confirm):
18306         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18308 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18310         * gnus-art.el (gnus-mime-view-part-externally)
18311         (gnus-mime-view-part-internally): Fix predicate function passed to
18312         completing-read.
18314         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18316         * gnus.el (gnus-update-message-archive-method): Add :version.
18318 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18320         * gnus.el (gnus-update-message-archive-method): New variable.
18322         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18323         according to gnus-message-archive-method if
18324         gnus-update-message-archive-method is non-nil.
18326 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18328         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18329         Suggested by Loic Dachary <loic@dachary.org>.
18330         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18332 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18334         * message.el (message-pop-to-buffer): Add switch-function argument.
18335         (message-mail): Pass switch-function argument to it.
18337 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18339         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18340         Improve doc string.
18342 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18344         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18345         (gnus-header-content):
18346         * gnus-cite.el (gnus-cite-10):
18347         * gnus-srvr.el (gnus-server-closed):
18348         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18349         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18350         (gnus-group-mail-3-empty, gnus-group-mail-low)
18351         (gnus-group-mail-low-empty, gnus-splash):
18352         * message.el (message-header-to, message-header-cc)
18353         (message-header-subject, message-header-other, message-header-name)
18354         (message-header-xheader, message-separator, message-cited-text)
18355         (message-mml): Lighten colors of faces used for dark background.
18357 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18359         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18360         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18362 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18364         * message.el (message-narrow-to-headers-or-head):
18365         Ignore mail-header-separator in the body.
18367 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18369         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18370         same as window size.
18372 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18374         * message.el (message-font-lock-keywords): Use message-header-xheader
18375         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18376         ahead of the anything pattern, to get it recognized.
18378 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18380         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18381         spam.el loads uses it in the compiled defadvice form.
18383 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18385         * gnus-sum.el (gnus-articles-to-read)
18386         (gnus-summary-insert-old-articles): Don't truncate group name for
18387         `read-string'.
18389         * gnus-util.el (gnus-limit-string): Delete this function.
18391         * gnus-sum.el (gnus-simplify-subject-fully):
18392         Use `truncate-string-to-width' instead.
18394 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18396         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18397         Tell if, on summary exit, the next group has to be selected.
18398         (gnus-summary-exit): Use it.
18400 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18402         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18403         non-break space.
18405 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18407         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18408         Check if group is not a directory.
18409         (nnfolder-request-expire-articles): Don't delete articles if the target
18410         group is not available.
18412         * nnml.el (nnml-request-create-group): Properly check if group is not a
18413         file.
18414         (nnml-request-expire-articles): Don't delete articles if the target
18415         group is not available.
18417         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18418         Don't quote characters that are within parentheses.
18420 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18422         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18423         (gnus-handle-ephemeral-exit): Select article according to it.
18425 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18427         * message.el (message-insert-formated-citation-line): Remove newline.
18428         (message-citation-line-format): Add final \n here so that the user can
18429         avoid a blank line.
18431 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18433         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18434         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18435         Update lanl/arXiv support.
18437 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18439         * gnus.el: Bump version number.
18441 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18443         * gnus.el (gnus-version-number): Bump version.
18445 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18447         * gnus.el: No Gnus v0.6 is released.
18449 2007-04-27  Didier Verna  <didier@xemacs.org>
18451         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18452         * gmm-utils.el (gmm-regexp-concat): ... here.
18453         * message.el: Don't require 'gnus-util.
18454         (message-dont-reply-to-names): Handle name change above.
18455         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18457 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18459         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18460         since the initial value varies according to the system.
18462 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18464         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18466 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18468         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18470 2007-04-24  Didier Verna  <didier@xemacs.org>
18472         Improve the type of gnus-ignored-from-addresses.
18473         * gnus-util.el (gnus-orify-regexp): New function.
18474         * message.el (gnus-util): Require it.
18475         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18476         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18477         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18479 2007-04-24  Didier Verna  <didier@xemacs.org>
18481         * gnus-sum.el:
18482         * gnus-utils.el: Fix some trailing whitespaces.
18484 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18486         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18487         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18488         article's Message-ID; refer parent article in summary buffer.
18490         * message.el (message-bounce): Call mime-to-mml.
18492         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18493         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18494         optimize and/or forms properly.
18496 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18498         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18499         URL.
18501 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18503         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18505 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18507         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18508         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18509         displayed of multipart/alternative part if it is invoked from summary
18510         buffer.
18512         * mm-view.el (mm-inline-text-html-render-with-w3m)
18513         (mm-inline-text-html-render-with-w3m-standalone)
18514         (mm-inline-render-with-function): Use mail-parse-charset by default.
18516 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18518         * parse-time.el (parse-time-string-chars): Check if CHAR
18519         is less than the length of parse-time-syntax.
18521 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18523         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18524         from gnus-newsgroup-processable.
18526 2007-04-16  Didier Verna  <didier@xemacs.org>
18528         * gnus-msg.el (gnus-configure-posting-styles):
18529         Handle message-signature-directory properly with :file syntax.
18530         Reported by "Leo".
18532 2007-04-11  Didier Verna  <didier@xemacs.org>
18534         New user option: message-signature-directory.
18535         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18536         * message.el (message-insert-signature): Ditto.
18537         * message.el (message-signature-file): Doc update.
18538         * message.el (message-signature-directory): New.
18540 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18542         * gnus-msg.el (gnus-inews-yank-articles):
18543         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18545 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18547         * message.el (message-yank-original): Make sure cited text ends with
18548         newline; don't exchange point and mark.
18550 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18552         * tls.el (open-tls-stream): Properly handle case where there
18553         is no associated buffer.
18555 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18557         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18558         message-yank-original, make sure (< mark TEXT point).
18560 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18562         * message.el (message-fill-column): New variable.
18563         (message-mode): Use it.  Add comment on a possible new hook.
18565         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18566         (nnmail-get-new-mail): Reformat.
18568         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18570         * gmm-utils.el: Fix Commentary.
18571         (gmm-tool-bar-from-list): Fix typo in doc string.
18573 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18575         * message.el (message-yank-original): Don't switch point and mark
18576         unnecessarily to put point and mark as documented.
18578 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18580         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18581         from the message heads.
18583 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18585         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18586         article buffer does not have a window.  This may not be the best
18587         solution but is certainly better than setting the start of the null,
18588         that is the current, window.
18590 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18592         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18593         (gnus-draft-setup): Run it.
18595         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18596         gnus-score-fast-scoring.  Allow regexp.
18597         (gnus-score-headers): Use it.
18599         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18600         XEmacs.
18602         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18603         string.
18604         (gnus-button-alist): Also catch `<f1> k ...'.
18605         (gnus-treat-display-x-face): Fix doc string.
18607 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18609         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18610         evaluation of gnus-extended-version to ensure correct generation of the
18611         User-Agent header when message-generate-headers-first is used.
18613 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18615         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18616         hashcash-path is nil.  Don't call callback with incorrect number of
18617         parameters if val is 0.
18619 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18621         * message.el (message-required-news-headers):
18622         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18624 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18626         * tls.el (open-tls-stream): In handshake-waiting loop,
18627         don't wait more if there is output available to process.
18629 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18631         * tls.el (tls-program): Doc fix.
18633 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18635         * message.el (message-generate-new-buffers): Change the meaning of the
18636         nil value; add `standard' to the choices; treat t as `unique'; improve
18637         doc string.
18638         (gnus-select-frame-set-input-focus): Autoload.
18639         (message-buffer-name): Search for the existing message buffer if
18640         message-generate-new-buffers is nil or `standard'; treat the value t of
18641         message-generate-new-buffers as `unique'.
18642         (message-pop-to-buffer): Raise the frame already displaying the message
18643         buffer; clear the echo area after querying.
18644         (message-setup): Pass the `continue' argument to compose-mail.
18645         (message-mail): Prefer `switch-function' if it is given; search for the
18646         existing message buffer if the `continue' argument is non-nil; pass
18647         continue and switch-function arguments to compose-mail by way of
18648         message-setup.
18649         (message-mail-other-window): Adjust argument of message-setup.
18650         (message-mail-other-frame): Ditto.
18652 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18654         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18655         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18656         to turn font-lock on when turning gnus-message-citation-mode on.
18658 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18660         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18661         (mml-smime-function-alist): New variable; add epg as the backend.
18662         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18663         mml-smime- functions instead.
18664         * mm-view.el: Require smime.
18666 2007-03-05  Didier Verna  <didier@xemacs.org>
18668         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18669         instead of just inheritance for posting styles.
18670         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18672 2007-02-24  Chris Moore  <dooglus@gmail.com>
18674         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18675         * pgg-pgp.el (pgg-pgp-encrypt-region):
18676         * pgg-gpg.el (pgg-gpg-encrypt-region):
18677         Check pgg-encrypt-for-me if no other recipients.
18679 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18681         * tls.el (tls-certtool-program): Fix custom type.
18683 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18685         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18686         and point-at-eol instead of line-(beginning|end)-position.
18688         * assistant.el (assistant-parse-buffer): Ditto.
18690         * netrc.el (netrc-parse-services): Ditto.
18692 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18694         * mml2015.el (mml2015-epg-find-usable-key): New function.
18695         (mml2015-epg-sign): Use it.
18696         (mml2015-epg-encrypt): Use it.
18698 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18700         * message.el (message-make-in-reply-to): Quote name containing
18701         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18702         if there are special characters.  Reported by NAKAJI Hiroyuki
18703         <nakaji@jp.freebsd.org>.
18705 2007-02-27  Didier Verna  <didier@xemacs.org>
18707         Include the group parameters as well as the topic ones in the
18708         inheritance filter process.
18709         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18710         argument GROUP-PARAMS-LIST.
18711         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18713 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18715         * nntp.el (nntp-never-echoes-commands)
18716         (nntp-open-connection-functions-never-echo-commands): New variables.
18717         (nntp-send-command): Use them.
18719 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18721         * mml2015.el (mml2015-epg-verify): Simplify.
18723 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18725         * mml.el (mml-content-disposition-alist): New user option.
18726         (mml-content-disposition): New function.
18727         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18728         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18730 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18732         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18733         verification.
18735 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18737         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18738         articles posted in the last 24 hours.
18740 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18742         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18744 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18746         * nntp.el (nntp-send-command): Don't wait for echoes when
18747         nntp-open-ssl-stream is used.
18749 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18751         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18752         (gnus-message-add-citation-keywords)
18753         (gnus-message-remove-citation-keywords): Remove.
18754         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18755         directly, make the variables in font-lock-defaults buffer-local, add
18756         gnus-message-citation-keywords to them and then update the value of
18757         font-lock-keywords.
18759 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18761         * message.el (message-cite-original-1): Don't call
18762         gnus-article-highlight-citation.
18764         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18765         citations; fix line count.
18767 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18769         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18770         (gnus-message-add-citation-keywords)
18771         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18772         versions of font-lock-add-keywords and font-lock-remove-keywords to
18773         work with XEmacs correctly.
18775 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18777         * gnus-cite.el (gnus-cite-face-list): Set the values of
18778         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18779         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18780         (gnus-message-cite-prefix-regexp): New variable.
18781         (gnus-message-search-citation-line): Use it; protect against long
18782         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18783         the 0th match data for Emacs.
18784         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18785         (gnus-message-add-citation-keywords): Append keywords rather than
18786         prepending; emulate font-lock-add-keywords if it is not available.
18787         (gnus-message-remove-citation-keywords):
18788         Emulate font-lock-remove-keywords if it is not available.
18790         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18792         * message.el (message-cite-prefix-regexp): Set the value of
18793         gnus-message-cite-prefix-regexp.
18795 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18797         * nnweb.el (nnweb-google-parse-1): Update parser.
18799 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18801         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18803 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18805         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18806         regexp.
18808 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18810         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18811         string-to-multibyte.
18812         (uudecode-decode-region-internal): Use it.
18814         * lpath.el: Fbind string-as-multibyte for XEmacs.
18816 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18818         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18819         Fix custom choice.
18821         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18823 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18825         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18827         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18828         `write-region' to respect `mm-inhibit-file-name-handlers'.
18830 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18832         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18833         Use gnus-home-directory instead of "~/" or "$HOME".
18835 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18837         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18838         to mention filename.
18839         Add comments at beginning regarding usage.
18840         (encrypt-write-file-contents): Change interactive so a string is
18841         acceptable.  If the file has no associated model, show an error instead
18842         of a nonsense prompt.
18844 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18846         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18847         Thanks to Yoshihiko Yamada for kind notification of this typo.
18849 2007-01-12  Kenichi Handa  <handa@m17n.org>
18851         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18852         multibyte buffer.
18854 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18856         * gnus-score.el (gnus-score-fast-scoring): New variable.
18857         (gnus-score-headers): Use it.
18859         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18861         * message.el (message-cite-original-1):
18862         Call gnus-article-highlight-citation if requested.
18863         (message-make-from): Allow name and address as optional arguments.
18865         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18867         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18868         bugs to doc string.
18869         (gnus-button-alist): Add mid\\|message-id.
18870         (gnus-button-fetch-group): Extend for use in
18871         `browse-url-browser-function'.
18872         (gnus-button-url-regexp): Try to catch paired parentheses like in
18873         Wikipedia URLs.
18875         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18876         Suggested by Simon Krahnke <overlord@gmx.li>.
18878 2007-01-13  Romain Francoise  <romain@orebokech.com>
18880         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18881         Update copyright.
18883 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18885         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18887 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18889         * gnus-registry.el (gnus-registry-unfollowed-groups)
18890         (gnus-registry-split-fancy-with-parent): Fix documentation.
18892 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18894         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18895         from nnweb groups.
18897 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18899         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18900         Xref urls.  Erase buffer before requesting head.
18902         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18904 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18906         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18907         customizable.
18909 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18911         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18912         no signing key is found.
18913         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18914         no encrypting and/or signing key is found.
18916 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18918         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18920 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18922         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18923         headers read from disk with the ones newly found in the current search.
18924         This should no longer cause problems, because the article numbers in
18925         Gmane's `nov.php' output are ignored since the previous change.
18927 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18929         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18931 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18933         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18934         replace-regexp-in-string; bind url-version; fbind display-images-p and
18935         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18936         find-face and set-itimer-function for Emacs; bind itimer-list for
18937         Emacs.
18939         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18941 2007-01-01  Romain Francoise  <romain@orebokech.com>
18943         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18945 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18947         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18948         `define-minor-mode' macro definition expanded properly.
18949         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18950         exclude it there.
18952         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18953         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18954         `fboundp' test.
18955         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18956         This is OK to autoload in (S)XEmacs now.
18958 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18960         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18961         keystroke.
18962         (gnus-summary-limit-to-singletons): Fix typo.
18964         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18965         else fails.
18967 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18969         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18970         docstring.
18972         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18973         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18974         (gnus-summary-insert-dormant-articles): Fix typo in message.
18976 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18978         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18979         nil for XEmacs.
18980         (gnus-message-citation-mode): Don't autoload in XEmacs.
18982         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18984 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18986         * nnimap.el (nnimap-expunge-search-string):
18987         Mention nnimap-search-uids-not-since-is-evil in docstring.
18989 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18991         * spam.el: Revert to make-obsolete-variable because
18992         define-obsolete-variable-alias is not supported in Emacs 21.
18994         * spam.el (spam-ifile-path, spam-ifile-database-path)
18995         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18996         make-obsolete-variable.
18997         (spam-bsfilter-path, spam-bsfilter-program)
18998         (spam-spamassassin-path, spam-spamassassin-program)
18999         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
19000         Don't use "path" inappropriately.
19001         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
19002         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
19003         variable names.
19005 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
19007         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
19008         summary buffer.
19010         * password.el (password-cache-remove): Use clear-string to burn
19011         password, if available.
19013 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
19015         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
19017         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
19019         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
19020         (gnus-message-highlight-citation): Move defcustom here from
19021         gnus-cite.el.
19022         (gnus-message-citation-mode): Autoload.
19024         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
19025         checks to make it compile with XEmacs.
19026         (gnus-message-citation-mode): New minor mode.
19027         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
19028         (gnus-message-highlight-citation): New variables.
19029         (gnus-message-search-citation-line)
19030         (gnus-message-add-citation-keywords)
19031         (gnus-message-remove-citation-keywords)
19032         (turn-on-gnus-message-citation-mode)
19033         (turn-off-gnus-message-citation-mode): New functions.
19035 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
19037         * gnus-cite.el: Enable highlighting of different citation levels in
19038         message-mode.
19040 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
19042         * message.el (message-make-fqdn): Fix comment.
19043         (message-bogus-system-names): Add ".local".
19045         * spam.el (spam-ifile-path, spam-ifile-program)
19046         (spam-ifile-database-path, spam-ifile-database)
19047         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
19048         Don't use "path" inappropriately.
19049         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
19050         strings.
19051         (spam-check-ifile, spam-ifile-register-with-ifile)
19052         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
19053         Use new variable names.
19055         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
19056         (gnus-treat-display-smileys): Simplify using
19057         gnus-image-type-available-p.
19059         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
19060         available.
19062         * gnus-xmas.el (gnus-xmas-image-type-available-p):
19063         Use `display-images-p' if available.
19065 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19067         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
19068         one after turning on the buffer's multibyteness instead of decoding
19069         them directly in the unibyte buffer that causes unexpected conversion
19070         in Emacs 23 (unicode).
19072 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19074         * message.el (message-generate-hashcash): Fix custom type.
19076 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19078         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
19080 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19082         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
19083         disconnect icons.  Add help text.
19085 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
19087         * spam.el (spam-extra-header-to-number): CRM114 spam score is
19088         negated to be consistent with the others we handle.
19090 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19092         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
19093         version of gnus-summary-buffer to something, so that we can use two
19094         article buffers at the same time.
19096 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
19098         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
19099         trigger all the extra headers.
19100         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
19101         sorting.
19103 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19105         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
19106         solid groups.
19108 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
19110         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
19112 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
19114         * legacy-gnus-agent.el: Add Copyright notice.
19116 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
19118         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
19120 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19122         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
19124         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
19125         to make it work reliably in CVS Emacs.
19126         (gnus-summary-limit-strange-charsets-predicate)
19127         (gnus-summary-limit-to-predicate): New functions.
19129 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
19131         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
19132         specifying array size.
19133         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
19134         array if it is too small.
19135         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
19136         (gnus-sort-threads-loop): New function.
19138 2006-12-06  Chris Moore  <dooglus@gmail.com>
19140         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19141         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19143 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19145         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19146         options.
19148 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19150         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19151         DOS-ing the recipient.
19153         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19154         the headers when creating the mapping to avoid mismappings.
19155         (nnweb-gmane-create-mapping): Always nix out old mapping.
19157 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19159         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19160         and mm-verify-option to never.
19162 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19164         * message.el (message-signed-or-encrypted-p): New function.
19165         (message-forward-make-body): Use it.
19167         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19168         Replace encode-coding-string with mm-encode-coding-string.
19170 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19172         * nneething.el (nneething-decode-file-name):
19173         Replace decode-coding-string with mm-decode-coding-string.
19175         * gnus-int.el (gnus-open-server): Say failed server's name.
19177 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19179         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19180         strings to a single string.  Quote `errors-file-name'.
19181         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19182         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19183         Adjust calls.  Use `shell-quote-argument'.
19185 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19187         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19188         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19190         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19191         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19192         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19193         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19194         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19195         (gnus-subscribe-newsgroup, gnus-1):
19196         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19197         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19198         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19199         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19201 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19203         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19204         keystroke.
19205         (gnus-summary-limit-to-bodies): Implement headersp.
19207 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19209         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19211 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19213         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19215 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19217         * message.el (message-generate-hashcash): Expand range of values to
19218         include `opportunistic'.
19219         (message-send-mail): Use it.
19221 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19223         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19224         and comment it.
19226         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19228 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19230         * gnus-util.el (gnus-extract-address-components): Improve comment.
19232 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19234         * gnus-util.el (gnus-extract-address-components): Work with address in
19235         which the name portion contains @.
19237         * lpath.el: Fbind custom-autoload.
19239 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19241         * gnus.el (gnus-start): Move custom group up.
19242         (gnus-select-method): Don't autoload, but make it available for
19243         `customize-variable'.
19244         (gnus-getenv-nntpserver): Don't autoload.
19246 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19248         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19250 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19252         * message.el (message-sendmail-extra-arguments): New variable.
19253         (message-send-mail-with-sendmail): Use it.
19255 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19257         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19258         mm-with-unibyte-current-buffer to make string unibyte.
19260         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19261         mm-string-as-multibyte.
19263 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19265         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19266         Reported by Werner Koch <wk@gnupg.org>.
19268 2006-11-14  Daiki Ueno  <ueno@p360>
19270         * mml2015.el: Autoload epa-select-keys when compiling.
19272 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19274         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19275         message-options.
19276         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19278 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19280         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19281         EasyPG (< 0.0.6).
19282         (mml2015-always-trust): New user option.
19283         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19284         prompt.
19286 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19288         * nntp.el (nntp-authinfo-force): New variable.
19289         (nntp-send-authinfo): Use it.
19291 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19293         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19294         decode encoded words.  Improve prompt.  Add comment about forwarding.
19295         (message-replacement-char): Move up.
19297 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19299         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19300         instead of gnus-intersection because arguments of gnus-sorted-nunion
19301         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19303 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19305         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19306         (message-simplify-subject-functions):
19307         Enable message-strip-subject-encoded-words by default.
19309 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19311         * message.el (message-strip-subject-encoded-words): New function.
19312         (message-simplify-subject-functions): New variable.
19313         (message-simplify-subject): Use it.  Fix typo in doc string.
19314         Support message-strip-subject-encoded-words.
19316 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19318         * gnus-diary.el (gnus-diary-delay-format-function):
19319         * nndiary.el (nndiary-reminders):
19320         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19322 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19324         * gnus-art.el (article-hide-boring-headers): Fetch date from
19325         gnus-original-article-buffer to avoid problems with localized date
19326         strings.
19328 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19330         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19332 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19334         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19335         New variables.
19336         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19337         (mm-charset-synonym-alist): Move some entries to
19338         mm-codepage-iso-8859-list.
19339         (mm-charset-synonym-alist, mm-charset-override-alist):
19340         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19342 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19344         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19346 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19348         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19349         with Emacs 21 and XEmacs.
19351 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19353         * spam.el (spam-parse-address): New function for better parsing,
19354         catching errors, etc.
19355         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19357 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19359         * mm-view.el: Add interactive arg to html2text autoload.
19361 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19363         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19365 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19367         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19368         New variables.
19369         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19370         (mm-charset-synonym-alist): Move some entries to
19371         mm-codepage-iso-8859-list.
19373         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19375 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19377         * message.el (message-citation-line-format)
19378         (message-insert-formated-citation-line): Fix implementation of %E, %N
19379         and %n according to the doc string.
19381 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19383         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19384         Use car-safe to avoid bad parses.
19386 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19388         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19389         names.
19391         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19393 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19395         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19396         header.
19398         * message.el (message-draft-headers): Add Date.
19399         (message-headers-to-generate): Fix typo in docstring.
19401         * nndraft.el (nndraft-required-headers): New variable.
19402         (nndraft-generate-headers): Use it.
19404         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19406 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19408         * gnus-registry.el (gnus-registry-wash-for-keywords)
19409         (gnus-registry-find-keywords): New functions to allow easy searching of
19410         articles that are in the registry.
19412 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19414         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19415         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19416         Reported by Damien Elmes <damien@repose.cx>.
19418 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19420         * gnus.el (gnus-mime): Remove unused custom group.
19422 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19424         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19425         "blank line" when searching for end of armor headers.
19427 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19429         * gmm-utils.el (gmm-write-region): Fix variable name.
19431 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19433         * gmm-utils.el (gmm-write-region): New function based on compatibility
19434         code from `mm-make-temp-file'.
19436         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19438         * nnmaildir.el (nnmaildir--update-nov)
19439         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19440         Use `gmm-write-region'.
19442 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19444         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19445         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19447         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19449         * message.el (message-replacement-char): New variable.
19450         (message-fix-before-sending): Use it.
19451         (message-simplify-subject): New function to remove duplicate code.
19452         (message-reply, message-followup): Use it.
19454         * gnus-sum.el (gnus-summary-make-menu-bar):
19455         Clarify gnus-summary-limit-to-articles.
19457 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19459         * gnus-util.el (gnus-with-local-quit): New macro.
19461         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19463 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19465         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19466         ignore non-string data.
19468 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19470         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19471         non-string data (needs to be done in the registry too).
19473 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19475         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19476         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19477         (gnus-registry-split-fancy-with-parent)
19478         (gnus-registry-fetch-simplified-message-subject-fast)
19479         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19480         Remove text properties on ingress into the registry and when it's saved.
19481         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19482         registry from entries with no groups.
19484 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19486         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19487         function to remove string properties.
19489 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19491         * gmm-utils.el (gmm): Adjust custom version.
19493         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19494         Adjust custom version.
19496         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19498 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19500         * gnus-art.el (gnus-insert-prev-page-button)
19501         (gnus-insert-next-page-button): Simplify.  Reformat.
19503 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19505         * gnus-art.el (gnus-insert-prev-page-button)
19506         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19508 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19510         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19512 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19514         * gnus-art.el (gnus-insert-mime-button)
19515         (gnus-insert-mime-security-button):
19516         Apply gnus-article-button-face to MIME and security buttons.
19518 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19520         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19521         readable.
19523 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19525         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19527 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19529         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19530         `browse-url-of-file' instead of `browse-url'.
19532 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19534         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19535         regexp.  Articles containing quotation were cut prematurely.
19537 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19539         * message.el (message-cite-original-1): Use nobody by default for the
19540         value of From header.
19541         (message-reply): Ditto.
19543 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19545         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19546         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19547         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19549 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19551         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19552         mails in the doc string.  Add some URLs in comment.
19553         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19555 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19557         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19558         backslashes handling and the way to find boundaries of quoted strings.
19560 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19562         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19563         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19564         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19565         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19567 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19569         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19570         doc string.
19571         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19573 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19575         * lpath.el: Fbind epg-check-configuration.
19577 2006-09-06  Simon Josefsson  <jas@extundo.com>
19579         * mml2015.el (mml2015-use): Doc fix, mention epg.
19581 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19583         * mml2015.el (mml2015-use): Default to epg, if available.
19585 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19587         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19588         message-sender.
19589         (mml1991-epg-encrypt): Ditto.
19590         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19591         message-sender.
19592         (mml2015-epg-encrypt): Ditto.
19594 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19596         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19597         several common directories.
19599 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19601         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19602         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19604 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19606         * gnus-art.el (article-decode-encoded-words): Make it fast.
19608 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19610         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19612         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19613         in quoted string into `\'.
19615 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19617         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19618         Use standard-syntax-table.
19620 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19622         * gnus-art.el (gnus-decode-address-function): New variable.
19623         (article-decode-encoded-words): Use it to decode headers which are
19624         assumed to contain addresses.
19625         (gnus-mime-delete-part): Remove useless `or'.
19627         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19628         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19629         (gnus-nov-parse-line): Use it to decode From header.
19630         (gnus-get-newsgroup-headers): Ditto.
19631         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19633         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19634         (mail-decode-encoded-address-string): New alias.
19636         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19637         New function.
19638         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19639         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19640         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19641         (rfc2047-decode-string): Ditto.
19642         (rfc2047-decode-address-region): New function.
19643         (rfc2047-decode-address-string): New function.
19645 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19647         * message.el (message-caesar-buffer-body): Allow rotating headers.
19649         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19651         * message.el (message-insert-formated-citation-line): Fix %f.
19652         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19654 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19656         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19657         (gnus-bookmark-mouse-available-p): New macro.
19658         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19659         (gnus-bookmark-bmenu-show-infos): Use it.
19660         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19661         (gnus-bookmark-bmenu-hide-infos): Ditto.
19662         (gnus-bookmark-remove-properties): New function.
19663         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19664         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19665         (gnus-bookmark-write-file): Bind coding-system-for-write.
19666         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19667         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19668         group before selecting it.
19669         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19670         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19671         quit-window if it is not available; use gnus-mouse-2 and bind it to
19672         gnus-bookmark-bmenu-select-by-mouse.
19673         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19674         (gnus-bookmark-bmenu-select-by-mouse): New function.
19676 2006-08-13  Romain Francoise  <romain@orebokech.com>
19678         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19679         space.
19681 2006-08-10  Romain Francoise  <romain@orebokech.com>
19683         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19684         (dns-mode-soa-auto-increment-serial): New user option.
19685         (dns-mode-soa-maybe-increment-serial): New function.
19686         (dns-mode): Add the latter to `write-contents-functions'.
19688 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19690         * compface.el (uncompface): Use binary rather than raw-text-unix.
19692 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19694         * compface.el (uncompface): Make sure the eol conversion doesn't take
19695         place when communicating with the external programs.
19696         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19698 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19700         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19702 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19704         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19705         Make it more robust by parsing author and date independently.
19707 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19709         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19711 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19713         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19714         first matching secret key.
19715         (mml2015-epg-encrypt): Ditto.
19717         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19718         first matching secret key.
19719         (mml1991-epg-encrypt): Ditto.
19721         * mml2015.el (mml2015-encrypt-to-self): New user option.
19722         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19723         mml2015-epg-encrypt-to-self is set.
19725         * mml1991.el (mml1991-encrypt-to-self): New variable.
19726         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19727         mml1991-epg-encrypt-to-self is set.
19729         * mml2015.el (mml2015-signers): New user option.
19730         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19731         (mml2015-epg-encrypt): Allow to select signing keys.
19733         * mml1991.el (mml1991-signers): New variable.
19734         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19735         (mml1991-epg-encrypt): Allow to select signing keys.
19737 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19739         * nnheader.el (nnheader-insert-head): Make it work even if the file
19740         uses CRLF for the line-break code.
19742 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19744         * mml2015.el: Require mml-sec instead of password.
19745         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19746         (mml2015-cache-passphrase): Inherit the default value from
19747         mml-secure-cache-passphrase.
19748         (mml2015-passphrase-cache-expiry): Inherit the default value from
19749         mml-secure-passphrase-cache-expiry.
19751         * mml1991.el: Require mml-sec instead of password.
19752         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19753         (mml1991-cache-passphrase): Inherit the default value from
19754         mml-secure-cache-passphrase.
19755         (mml1991-passphrase-cache-expiry): Inherit the default value from
19756         mml-secure-passphrase-cache-expiry.
19758         * mml-sec.el: Require password.
19759         (mml-secure-verbose): New user option.
19760         (mml-secure-cache-passphrase): New user option.
19761         (mml-secure-passphrase-cache-expiry): New user option.
19763 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19764             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19766         * pgg-def.el (pgg-truncate-key-identifier):
19767         Truncate the key ID to 8 letters from the end.
19769 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19771         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19772         workaround for the url package included with Emacs.
19774         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19776 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19778         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19779         correctly.  This fixes a bug caused by the 2006-05-12 change.
19781 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19783         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19784         some information about the error when saying that the `bogus' mail
19785         group will be used.
19787 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19789         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19790         string.
19792 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19794         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19796 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19798         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19800 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19802         * mml1991.el (mml1991-function-alist): Add epg.
19803         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19804         (mml1991-epg-encrypt): New functions.
19806 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19808         * mml2015.el (mml2015-verbose): New variable.
19809         (mml2015-cache-passphrase): Ditto.
19810         (mml2015-passphrase-cache-expiry): Ditto.
19811         (mml2015-function-alist): Add epg.
19812         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19813         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19814         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19815         New functions.
19817 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19819         * message.el (message-cite-original-1): Preserve region when removing
19820         quoted text due to X-No-Archive in order to avoid bogus attribution
19821         when citing multiple messages.
19823 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19825         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19826         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19828 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19830         * gnus-diary.el (gnus-user-format-function-d)
19831         (gnus-user-format-function-D): Autoload.
19833         * imap.el (Commentary): Fix typo.
19835         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19836         2006-04-22 contribution.
19838 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19840         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19841         It didn't really fix the bogosity I'm seeing with solid web groups.
19843 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19845         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19846         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19847         created using server names.  If we use the feature without declaring
19848         it, Gnus does not properly manage server and group state.
19850         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19851         bound.
19853 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19855         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19856         looking up the method using GROUP's prefix before inventing a new one.
19857         It is used on killed/unknown groups in various places where returning
19858         an all-new method isn't expected by the caller.
19860         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19861         and match semantics of gnus-group-real-prefix.
19863 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19865         * nnmail.el (nnmail-broken-references-mailers): New variable.
19866         (nnmail-ignore-broken-references): New function generalizing
19867         nnmail-fix-eudora-headers.
19868         (nnmail-fix-eudora-headers): Now obsolete.
19870         * gnus-art.el (gnus-button-handle-custom):
19871         Support `customize-apropos*'.
19873 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19875         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19877         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19878         articles.
19880 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19882         * message.el (message-cite-reply-above): New variable.
19883         (message-yank-original): Use it.
19885 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19887         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19889 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19891         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19892         as read.
19894         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19896 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19898         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19899         (gnus-bookmark-default-file): Use gnus-directory.
19900         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19901         Remove "*" in doc string.
19902         (gnus-bookmark-write-file): Simplify.
19903         (gnus-bookmark-maybe-sort-alist): Use `when'.
19904         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19905         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19906         Add FIXME about Emacs 21 and XEmacs compatibility.
19907         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19908         compatibility.
19909         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19910         compatibility.
19911         (gnus-bookmark-menu-heading): Fix version.
19913 2006-06-19  Bastien Guerry  <bzg@altern.org>
19915         * gnus-bookmark.el: New file.
19917 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19919         * message.el (message-syntax-checks): Doc fix.
19921 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19923         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19924         unsubscribed groups as if they were killed ones.  It causes duplicate
19925         entries in gnus-newsrc-alist.
19927 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19929         * message.el (message-syntax-checks): Doc fix.
19930         (message-send-mail): Add check for continuation headers.
19931         (message-check-news-header-syntax): Fix regexp used to check for
19932         continuation headers.
19934 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19936         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19938 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19940         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19942 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19944         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19945         default-truncate-lines.
19947 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19949         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19950         to fill the utf-8 entry.
19952         * lpath.el: Fbind unicode-precedence-list.
19954 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19956         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19958 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19960         * gnus-agent.el (directory-files-and-attributes): Move all the way
19961         forward (the third and final move).
19962         (gnus-agent-read-agentview): Trap reconstruction errors due to
19963         nonexistent directory.  Handle by returning nil.
19965 2006-05-30  Didier Verna  <didier@xemacs.org>
19967         * message.el (message-dont-reply-to-names): Update the custom type.
19968         * message.el (message-dont-reply-to-names): New defsubst: potentially
19969         convert a list of regexps into a single one.
19970         * message.el (message-get-reply-headers): Use it.
19971         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19973 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19975         * gnus-agent.el (directory-files-and-attributes): Move forward.
19977 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19979         * gnus-ml.el (gnus-mailing-list-subscribe)
19980         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19981         (gnus-mailing-list-message): Fix doc strings.
19983 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19985         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19986         of doing it manually.
19988 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19990         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19991         comment.
19993 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19995         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19996         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19997         (gnus-agent-read-local): All symbols allocated in my-obarray.
19998         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19999         (gnus-agent-regenerate-group): Check numeric names to see if they are
20000         messages or groups.
20001         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
20002         better way of do this...)
20004         * gnus-cache.el (gnus-agent-total-fetched-for):
20005         Ignore 'dummy.group' (there should be a better way of do this...)
20007 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20009         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
20010         (gnus-saved-headers): Ditto.
20011         (gnus-default-article-saver): Mention functions may have properties.
20012         (gnus-article-save): Override gnus-save-all-headers and
20013         gnus-saved-headers by :headers property which saver function may have.
20014         (gnus-summary-save-in-file): Add :headers property.
20015         (gnus-summary-write-to-file): Ditto.
20017         * gnus-sum.el (gnus-summary-save-article): Bind
20018         gnus-prompt-before-saving to t when saving many articles in a file;
20019         always show all headers.
20021         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
20023 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
20025         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
20026         marks.
20028         * message.el (message-indent-citation): Add optional arguments to allow
20029         using it outside of message buffers.
20031         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
20032         (gnus-article-treat-unfold-headers): Use it.
20033         (gnus-article-truncate-lines): New variable.
20034         (gnus-article-mode): Use it.
20035         (gnus-article-toggle-truncate-lines): New function.
20037         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20038         Add gnus-article-toggle-truncate-lines.
20040         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
20041         coding system in XEmacs, use binary.
20043 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20045         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
20046         after-load-alist.
20048         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
20049         this function should save decoded articles.
20050         (gnus-summary-write-to-file): Use property to specify this function
20051         should save decoded articles and specify gnus-summary-save-in-file
20052         should be used to save articles other than the first one when saving
20053         many articles.
20054         (gnus-summary-save-body-in-file): Use property to specify this
20055         function should save decoded articles.
20056         (gnus-summary-write-body-to-file): Use property to specify this
20057         function should save decoded articles and specify
20058         gnus-summary-save-body-in-file should be used to save articles other
20059         than the first one when saving many articles.
20061         * gnus-sum.el (gnus-summary-save-article): Simplify.
20063 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20065         * gnus-art.el (gnus-default-article-saver):
20066         Add gnus-summary-write-body-to-file.
20067         (gnus-article-save-coding-system): Don't use coding system object
20068         in XEmacs.
20069         (gnus-read-save-file-name): Add optional `dir-var' argument which
20070         specifies directory in which files are saved; work even if optional
20071         `variable' argument is not specified.
20072         (gnus-summary-write-to-file): Read file name.
20073         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
20074         (gnus-summary-write-body-to-file): New function.
20076         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
20077         (gnus-summary-local-variables): Add it.
20078         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
20079         (gnus-summary-save-article): Remove optional `decode' argument;
20080         determine whether to decode articles by the value of
20081         gnus-default-article-saver; when saving many files using
20082         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
20083         it first and use gnus-summary-save-in-file or
20084         gnus-summary-save-body-in-file thereafter unless
20085         gnus-prompt-before-saving is always; move point to article which
20086         will be saved.
20087         (gnus-summary-save-article-file): Revert.
20088         (gnus-summary-write-article-file): Revert.
20089         (gnus-summary-save-article-body-file): Revert.
20090         (gnus-summary-write-article-body-file): New function.
20092 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20094         * gnus-art.el (gnus-default-article-saver): Doc fix.
20095         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
20096         from gnus-summary-save-article-coding-system, and default to a
20097         certain coding system.
20098         (gnus-output-to-file): Add coding cookie and encode text according
20099         to gnus-article-save-coding-system; don't use mm-append-to-file.
20101         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
20102         gnus-art.el and rename to gnus-article-save-coding-system.
20103         (gnus-summary-save-article): Require gnus-art; don't show all
20104         headers if it decodes articles; don't add coding cookie here;
20105         don't bind mm-text-coding-system-for-write.
20106         (gnus-summary-save-article-file): Save decoded articles.
20107         (gnus-summary-write-article-file): When saving many files, use
20108         gnus-summary-write-to-file first and gnus-summary-save-in-file
20109         thereafter unless gnus-prompt-before-saving is always.
20110         (gnus-summary-save-article-body-file): Save decoded articles.
20112         * lpath.el: Fbind select-safe-coding-system for XEmacs.
20114 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20116         * nnrss.el (nnrss-check-group): Bind hash-index.
20118 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
20120         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
20121         its hash index.  Store this hash in `nnrss-group-data'.
20122         (nnrss-read-group-data): Update accordingly.
20124 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20126         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
20127         entry.
20129         * gnus-sum.el (gnus-summary-make-menu-bar):
20130         Add gnus-article-browse-html-article.
20132 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
20134         * gnus-sum.el (gnus-summary-mime-map):
20135         Add gnus-article-browse-html-article.
20137         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
20139 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20141         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20142         suitable coding systems in customize.
20144 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20146         * mail-source.el (mail-sources): Fix custom type.
20148 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20150         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20151         (gnus-summary-expire-articles-now): Shorten prompt.
20153         * gmm-utils.el (wid-edit): Require.
20154         (defun-gmm): Rename from `gmm-defun-compat'.
20155         (gmm-image-search-load-path): Use it.
20156         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20158 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20160         * gnus-sum.el (gnus-summary-save-article-coding-system):
20161         New variable.
20162         (gnus-summary-save-article): Add optional `decode' argument.
20163         If it is set and gnus-summary-save-article-coding-system is non-nil,
20164         save decoded article.
20165         (gnus-summary-write-article-file): Save decoded article if
20166         gnus-summary-save-article-coding-system is non-nil.
20168         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20169         type.
20171 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20173         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20175 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20177         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20178         first to test gnus-single-article-buffer which may be buffer-local.
20180         * gnus-sum.el (gnus-summary-setup-buffer):
20181         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20182         group; make gnus-article-buffer, gnus-article-current, and
20183         gnus-original-article-buffer always buffer-local.
20184         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20185         group.
20186         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20188 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20190         * nnml.el (nnml-request-compact-group): Compressed files might not
20191         have .gz extension.
20193 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20195         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20196         (mm-copy-to-buffer): Use with-current-buffer.
20197         (mm-display-part): Simplify.
20198         (mm-inlinable-p): Add optional arg `type'.
20200 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20202         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20203         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20204         Try harder to show the attachment internally or externally using
20205         gnus-mime-view-part-as-type.
20207 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20209         * message.el (message-from-style, message-signature-separator)
20210         (message-user-organization-file, message-send-mail-function)
20211         (message-citation-line-function, message-yank-prefix)
20212         (message-indent-citation-function, message-signature)
20213         (message-signature-file, message-signature-insert-empty-line):
20214         Remove autoloads.
20216         * gnus-art.el (gnus-buttonized-mime-types):
20217         Remove "multipart/signed".  Revert 2006-04-26 change.
20219 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20221         * gnus.el (gnus-version-number): Bump version.
20223 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20225         * gnus.el: No Gnus v0.5 is released.
20227 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20229         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20230         fetching articles by message-id.
20232 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20234         * message.el (hashcash): Require hashcash as normal.
20236         * ecomplete.el (ecomplete-highlight-match-line):
20237         Use point-at-eol.
20238         (ecomplete-highlight-match-line): Use `highlight', because that
20239         face exists in both Emacs and XEmacs.
20241         * message.el (message-display-abbrev): Use point-at-bol.
20243         * mail-source.el: Don't require timer/timer-funcs.
20245         * gnus-async.el: Ditto.
20247         * password.el: Ditto.
20249         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20251         * mm-url.el: Ditto.
20253         * gnus-xmas.el: Don't require timer-funcs.
20255         * mm-util.el: Require timer/timer-funcs.
20257 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20259         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20260         Close.
20262 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20264         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20265         unibyte after clear-decrypt function runs.
20267         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20268         returns as a unibyte string.
20270 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20272         * lpath.el: Revert.
20274         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20275         (pgg-gpg-process-sentinel): Revert.
20277         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20278         (pgg-pgp-lookup-key): Revert.
20280         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20281         (pgg-pgp5-lookup-key): Revert.
20283         * pgg.el (pgg-fetch-key): Revert.
20285 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20287         * lpath.el: Fbind string-as-multibyte for XEmacs.
20289         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20290         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20291         (mml1991-pgg-encrypt): Ditto.
20293         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20294         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20295         a multibyte buffer.
20297         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20298         (pgg-pgp-lookup-key): Ditto.
20300         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20301         (pgg-pgp5-lookup-key): Ditto.
20303         * pgg.el (pgg-fetch-key): Ditto.
20305 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20307         * message.el (message-user-organization-file): Check several
20308         locations of the organization file.
20310         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20311         Add gnus-article-view-part-as-type.
20313         * gnus-art.el (gnus-article-view-part-as-type): New function.
20315         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20316         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20318         * mml.el: Simplify autoload.
20319         (mml-mode): defvar dnd-protocol-alist instead of using
20320         symbol-value.
20321         (mml-default-directory): New variable.
20322         (mml-minibuffer-read-file): Use it.
20323         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20325         * message.el (message-citation-line-format): New variable.
20326         (message-insert-formated-citation-line): New function.
20327         (message-citation-line-function):
20328         Add `message-insert-formated-citation-line' to custom type.
20330         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20331         to doc string.
20333         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20334         depending on mm-verify-option.
20336 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20338         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20339         binding pgg-* variables; reimplement the section which prevents
20340         MIME header from being signed.
20341         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20342         pgg-text-mode; remove a blank line at the top of body.
20344         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20345         lines at the top of body; use gnus-newsgroup-charset if there's no
20346         Charset header.
20348 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20350         * message.el (message-self-insert-commands): Doc fix.
20352         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20353         (mm-uu-pgp-encrypted-test): Ditto.
20354         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20355         between header and body; return application/pgp-encrypted handle
20356         if decryption failed; decode decrypted body by charset.
20358         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20359         element match to application/pgp-*.
20361 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20363         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20364         HTML.
20366 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20368         * mail-source.el (mail-source-call-script): Message the error
20369         string.
20371 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20373         * gnus-util.el (gnus-byte-compile): Use it.
20375 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20377         * gnus-util.el (kill-empty-logs): New function.
20379 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20381         * message.el (message-mail-alias-type): Doc fix.
20382         (message-mail-alias-type-p): New function.
20383         (message-send): Use it.
20384         (message-mode): Ditto.
20385         (message-strip-forbidden-properties): Ditto.
20387         * ecomplete.el (ecomplete-database-file-coding-system):
20388         New variable.
20389         (ecomplete-save): Use it.
20390         (ecomplete-setup): Use it.
20392 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20394         * message.el (message-self-insert-commands): New variable.
20395         (message-strip-forbidden-properties): Use it.
20397 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20399         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20400         that doesn't make XEmacs choke.
20402 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20404         * gnus-util.el (gnus-replace-in-string):
20405         Prefer replace-regexp-in-string over of replace-in-string.
20407 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20409         * gnus-util.el (gnus-select-frame-set-input-focus):
20410         Use select-frame-set-input-focus if it is available in XEmacs; use
20411         definition defined in Emacs 22 for old Emacsen.
20413         * dgnushack.el: Autoload unmorse-region for XEmacs.
20415         * lpath.el: Bind cursor-in-non-selected-windows and
20416         select-frame-set-input-focus for XEmacs.
20418 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20420         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20422 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20424         * gnus-registry.el (gnus-registry-cache-save): Remove text
20425         properties when saving via the temp buffer.
20427 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20429         * message.el (message-generate-hashcash): Honor custom type.
20431 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20433         * message.el (message-generate-hashcash): Default to non-nil when
20434         hashcash is found.
20436         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20437         (gnus-refer-thread-limit): Increase default to 500.
20439         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20441         * flow-fill.el (fill-flowed): Allow delete-space.
20443 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20445         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20446         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20447         Remove autoloads.
20449 2006-04-18  Simon Josefsson  <jas@extundo.com>
20451         * message.el (message-generate-hashcash): Default to.
20453 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20455         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20456         concatenating segments rather than before concatenating them.
20458 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20460         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20462 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20464         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20466         * message.el (message-forward-make-body-plain):
20467         Allow message-forward-ignored-headers to be a list.
20468         (message-remove-ignored-headers): Factor out into function.
20469         (message-forward-make-body-mml): Use it.
20471         * imap.el (imap-quote-specials): New function.
20472         (imap-login-auth): Quote specials.
20474         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20475         (rfc2231-parse-string): Allow concatanation of parameters that
20476         aren't contiguous.  The test case is
20477           (mail-header-parse-content-type "message/external-body;
20478             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20479             access-type=LOCAL-FILE;
20480             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20482 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20484         * nntp.el (nntp-accept-process-output): Return the value of
20485         `nnheader-accept-process-output'.
20487 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20489         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20490         (gnus-button-alist): Recognize more diff formats.
20491         (gnus-button-patch): Strip directory.
20493 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20495         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20496         Emacs 22 when setting focus.
20498 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20500         * gnus-art.el (gnus-article-treat-types): Do treatment of
20501         text/x-verbatim parts.
20502         (gnus-button-patch): New command.
20504         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20505         addresses that contain invalid characters.
20507 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20509         * message.el (message-put-addresses-in-ecomplete):
20510         Use gnus-replace-in-string.
20511         (message-is-yours-p): Use the more correct
20512         mail-header-parse-address instead of
20513         mail-extract-address-components.
20514         (message-put-addresses-in-ecomplete): Fix typo.
20516         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20517         keystroke.
20519         * gnus-art.el (gnus-treatment-function-alist): Change order of
20520         newsgroups/generic header folding to avoid double-folding.
20522         * message.el (message-hidden-headers): Add X-Draft-From.
20524         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20525         New command.
20526         (gnus-summary-repeat-search-article-backward): New command.
20528         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20529         groups in the parent topic.
20531 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20533         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20534         (spam-extra-header-to-number): Return the CRM114 number as a
20535         number instead of a string.
20537 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20539         * gnus-art.el (gnus-face-properties-alist): Move here from
20540         gnus-fun.
20542         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20544 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20546         * message.el (message-strip-forbidden-properties): Only display on
20547         self-insert-command.
20549         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20550         reindent.
20551         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20553 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20555         * smiley.el (smiley-style): Fix typo.
20557 2006-03-23  Kenichi Handa  <handa@m17n.org>
20559         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20560         instead of set-buffer-multibyte.
20562 2006-03-23  Kenichi Handa  <handa@m17n.org>
20564         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20565         buffer and then decode the buffer text if necessary.
20566         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20567         first, and after mm-encode-body, change the buffer to unibyte.
20569 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20571         * hashcash.el (hashcash-insert-payment-async-2):
20572         Use message-goto-eoh instead of doing it manually.
20573         (mail-add-payment): Use message-narrow-to-header instead of trying
20574         to do the same itself.
20576         * message.el (message-hidden-headers): Add Face.
20578         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20579         reparenting code.
20580         (gnus-summary-reparent-children): Refactored out code.
20581         (gnus-summary-thread-map): New keystroke.
20582         (gnus-summary-reparent-children): Make into command.
20584         * smiley.el (smiley-style): Default to `medium' if using a large
20585         font.
20587         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20588         does it itself.
20590         * message.el (message-point-in-header-p): Simplify definition.
20592 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20594         * nnagent.el (nnagent-request-set-mark): Silence log file
20595         writing.
20596         (nnagent-request-set-mark): Use write-region instead of
20597         append-to-file.
20599         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20600         strange select method.
20602         * ecomplete.el (ecomplete-display-matches): Get highlightling
20603         right.
20604         (ecomplete-display-matches): Use literals.
20605         (ecomplete-display-matches): Disable message logging.
20607         * message.el (message-display-abbrev): Small optimization.
20609         * ecomplete.el (ecomplete-display-matches): Allow automatic
20610         display.
20612         * message.el (message-strip-forbidden-properties):
20613         Display abbrevs.
20614         (message-display-abbrev): Get automatic display right.
20616         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20617         keystrokes.
20619 2006-04-13  Romain Francoise  <romain@orebokech.com>
20621         TODO: Backport to v5-10!
20623         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20624         Move here (and rename) from gnus-registry.el.
20626         * gnus-registry.el: Require gnus-util.
20627         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20629 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20631         * gnus-group.el (gnus-group-catchup-current):
20632         Change if-then-else-if-then-else into cond.
20633         (gnus-group-catchup): Indent.
20634         (group-name-at-point): New function.
20635         (gnus-fetch-group): Provide default from thing at point.
20637 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20639         * message.el (message-display-abbrev): Fix regexp.
20641         * ecomplete.el (ecomplete-highlight-match-line):
20642         Reimplement choosing.
20643         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20644         dead variables.
20646         * message.el (message-newline-and-indent): Remove debugging.
20647         (message-display-abbrev): Use new implementation.
20649 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20651         * gnus-art.el (gnus-article-mode):
20652         Set cursor-in-non-selected-windows to nil.
20654         * smiley.el: Revert previous change.
20655         (smiley-data-directory): defvar it before using it in the
20656         defcustom of `smiley-style'.
20658 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20660         * message.el (message-newline-and-indent): New function.
20662         * ecomplete.el: Implement more bits.
20664         * message.el (message-put-addresses-in-ecomplete): Clean up the
20665         string.
20667         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20669         * gnus-sum.el (gnus-summary-save-parts):
20670         Bind gnus-summary-save-parts-counter and use it to make unique file
20671         names.
20673         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20675         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20676         parameter to say whether to actually parse the individual
20677         addresses.
20679         * message.el (message-put-addresses-in-ecomplete): New function.
20680         (ecomplete): Require.
20681         (message-mail-alias-type): Add ecomplete as an option.
20683 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20685         * flow-fill.el (fill-flowed): Remove trailing space from blank
20686         quoted lines.
20688 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20690         * smiley.el (smiley-style): Move definition later to avoid a
20691         compilation warning.
20693 2006-04-12  Kenichi Handa  <handa@m17n.org>
20695         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20696         buffer and then decode the buffer text if necessary.
20697         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20698         first, and after mm-encode-body, change the buffer to unibyte.
20699         Use mm-disable-multibyte instead of set-buffer-multibyte.
20701 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20703         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20704         Content-Type header instead of Content-Disposition header.
20705         (gnus-mime-inline-part): Ditto.
20706         (gnus-mime-view-part-as-charset): Ignore charset that the part
20707         specifies.
20709         * mm-decode.el (mm-display-part): Work with external parts and
20710         usual parts similarly.
20712         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20713         instead of gnus-display-mime.
20715         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20716         instead of with-temp-buffer.
20718         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20719         tag to summarized topics part in order to encode non-ASCII text.
20721 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20723         * smiley.el (smiley-style): New variable.
20724         (smiley-directory): New function.
20725         (smiley-data-directory): Derive from `smiley-style' using
20726         `smiley-directory'.
20727         (smiley-regexp-alist): Add new entries.
20729         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20730         (gnus-article-browse-delete-temp): Add :version.
20732 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20734         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20735         the sieve region.
20737 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20739         * gnus.el (gnus-version-number): Bump version.
20741 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20743         * gnus.el: No Gnus v0.4 is released.
20745 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20747         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20748         layout.
20750         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20751         unknown charset.
20753         * message.el (message-header-synonyms): Add Original-To to the
20754         default.
20756         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20757         optional parameter.
20759 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20761         * gnus-fun.el (gnus): Require it for gnus-directory.
20763 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20765         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20767 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20769         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20771 2006-04-05  Simon Josefsson  <jas@extundo.com>
20773         * password.el (password-reset): New function.
20775 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20777         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20778         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20780 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20782         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20783         Some whitespace was matched into the url, which broke browsing hits
20784         > 100 when mm-url-use-external was nil.
20786 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20788         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20789         Check gnus-extra-headers for 'Newsgroups.
20791         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20792         bound.
20794 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20796         * pgg-gpg.el: Clean up process buffers every time gpg processes
20797         complete.
20799 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20801         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20802         doc string.
20804 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20806         * pgg-gpg.el (pgg-gpg-process-filter)
20807         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20809         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20810         lines, temporary fix.
20812 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20814         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20816 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20818         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20819         default-enable-multibyte-characters.  This reverts the change from
20820         revision 6.17 which is no longer necessary because the passphrase
20821         is sent separately now.  GnuPG messages are unreadable under
20822         multibyte locales with default-enable-multibyte-characters set to
20823         nil.
20825 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20827         * message.el (message-tool-bar-gnome): Move "spell".
20829 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20831         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20832         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20833         instead.
20835 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20837         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20838         Improve newsgroups handling for NNTP overviews which don't include
20839         Newsgroups.
20841 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20843         * message.el (message-resend): Bind message-generate-hashcash to nil.
20845 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20847         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20848         when searching for already-paid recipients.
20850 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20852         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20853         passphrases when it is not needed.
20854         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20855         passphrase stuff from gpg, should only be necessary when you use
20856         gpg with a smartcard.
20858 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20860         * mml.el (mml-insert-mime): Ignore cached contents of
20861         message/external-body part.
20863         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20864         (mm-insert-part): Ditto.
20866 2006-03-23  Simon Josefsson  <jas@extundo.com>
20868         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20869         Reiner.
20870         (pgg-gpg-use-agent-p): Use it again.
20872 2006-03-23  Simon Josefsson  <jas@extundo.com>
20874         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20875         older emacsen.
20876         (pgg-gpg-use-agent-p): Don't use it.
20878 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20880         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20881         if we can.
20883 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20885         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20886         (pgg-gpg-update-agent): New function.
20887         (pgg-gpg-use-agent-p): New function.
20888         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20889         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20890         (pgg-gpg-sign-region): Use it.
20892 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20894         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20895         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20897 2006-03-21  Simon Josefsson  <jas@extundo.com>
20899         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20900         <wilde@sha-bang.de>.
20901         (pgg-gpg-use-agent): New variable.
20902         (pgg-gpg-process-region): Use it.
20903         (pgg-gpg-encrypt-region): Likewise.
20904         (pgg-gpg-encrypt-symmetric-region): Likewise.
20905         (pgg-gpg-decrypt-region): Likewise.
20906         (pgg-gpg-sign-region): Likewise.
20907         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20909 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20911         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20913         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20914         Add comment on version.
20916 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20918         * smiley.el: Add missing test smiley.
20920 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20922         * mm-decode.el (mm-with-part): New macro.
20923         (mm-get-part): Use it; work with message/external-body as well.
20924         (mm-save-part): Treat name and filename equally.
20926         * mm-extern.el (mm-extern-cache-contents): New function.
20927         (mm-inline-external-body): Use it; force the part to be displayed;
20928         move undisplayer added to the cached handle to the parent.
20930         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20931         (gnus-mime-view-part-as-type): Work with message/external-body.
20933         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20935 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20937         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20938         images in image-load-path.  [Sync with image.el, revision 1.60, in
20939         Emacs.]
20941 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20943         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20944         path rather than symbol.  Always return list of directories.
20945         Guarantee that image directory comes first.  [Sync with image.el,
20946         revision 1.59, in Emacs.]
20948         * message.el (message-make-tool-bar): Adjust to new API of
20949         `gmm-image-load-path-for-library'.
20951         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20953         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20955 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20957         * gnus-art.el (gnus-article-only-boring-p):
20958         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20959         intangible text.
20960         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20962 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20964         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20965         Use `defun' instead of `gmm-defun-compat'.
20967 2006-03-14  Simon Josefsson  <jas@extundo.com>
20969         * message.el (message-unique-id): Don't use message-number-base36
20970         if (user-uid) is a float.
20971         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20973 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20975         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20977         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20978         empty line between a part and a message part.
20980 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20982         * smiley.el: Add more test smileys.
20983         (smiley-data-directory, smiley-regexp-alist)
20984         (gnus-smiley-file-types): Fix doc strings.
20985         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20986         adding new elements.
20987         (smiley-mouse-map): Unused code.  Make it a comment.
20989 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20991         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20992         scan latest NoCeM messages instead of old ones.
20993         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20994         delimiters that are recently used.
20995         (gnus-nocem-load-cache): Add autoload cookie.
20997         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20999         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
21000         level which is larger than gnus-use-nocem is specified.
21002         * gnus-group.el (gnus-group-get-new-news): Ditto.
21004 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
21006         * gnus-util.el (gnus-tool-bar-update): New function.
21008         * gnus-group.el (gnus-group-update-tool-bar): New variable.
21009         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
21011         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
21013         * gnus-group.el (gnus-group-redraw-when-idle)
21014         (gnus-group-redraw-check): Remove.
21015         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
21017 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21019         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
21020         if optional last element is specified in splits (FIELD VALUE...).
21022 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
21024         * message.el (message-make-tool-bar): Rename gmm-image-load-path
21025         to gmm-image-load-path-for-library.  Call with no-error argument.
21026         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
21028         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21030         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
21032         * gmm-utils.el (gmm-image-load-path): Remove alias.
21034 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
21036         * gmm-utils.el (gmm-image-load-path): Add alias.
21038         * nnml.el (nnml-generate-nov-databases-directory): Rename from
21039         nnml-generate-nov-databases-1.
21040         (nnml-generate-nov-databases): Use it.
21041         (nnml-generate-nov-databases-directory): Document no-active
21042         argument.
21044         * gmm-utils.el (gmm-image-load-path-for-library): Return single
21045         directory if path is t.  Add no-error.
21047         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
21048         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21050         * gnus-art.el (gnus-article-browse-delete-temp-files):
21051         Simplify resetting gnus-article-browse-html-temp-list.
21053         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
21054         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
21055         Add example to docstring.  Rename local variables.  Move error
21056         checks to default case in cond and simplify.
21058 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21060         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
21061         handle is multipart when calling it recursively.
21062         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
21064 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
21066         * nnimap.el (nnimap-request-update-info-internal): Optimize.
21067         Don't `gnus-uncompress-range' to avoid excessive memory usage.
21069 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21071         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
21072         is loaded.
21074         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
21075         loaded.
21077 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21079         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
21080         to "Emacs 23 (unicode)" in doc string.
21082         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
21083         "Emacs 23 (unicode)" in comment.
21085 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21087         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
21089         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
21090         characters 160 through 255 in Emacs 23.
21092 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21094         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
21095         gnus-article-browse-html-temp.
21096         (gnus-article-browse-delete-temp): Make it customizable.
21097         Add `file'.  Adjust doc string.
21098         (gnus-article-browse-delete-temp-files): Add argument.
21099         Allow query for each file.  Adjust doc string.
21100         (gnus-article-browse-html-parts):
21101         Add `gnus-article-browse-delete-temp-files' to
21102         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
21104 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
21106         * gnus-art.el (gnus-article-browse-html-temp)
21107         (gnus-article-browse-delete-temp): New variables.
21108         (gnus-article-browse-delete-temp-files): New function.
21109         (gnus-article-browse-html-parts): Use it.
21111 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21113         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
21115         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
21116         string.
21118         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
21119         gnus-summary-insert-new-articles when unplugged.
21120         Remove gnus-summary-search-article-forward.
21122         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
21123         display-visual-class instead of display-color-cells.
21125 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21127         * dgnushack.el: Autoload customize-group for XEmacs.
21129         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
21130         message/* containing non-ASCII text properly.
21132 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
21134         * message.el: Require gmm-utils, remove autoloads.
21135         (message-tool-bar): Set default based on
21136         gmm-tool-bar-style.
21137         (message-tool-bar-gnome): Add gmm-customize-mode.
21139         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21140         gmm-tool-bar-style.
21141         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21143         * gnus-group.el (gnus-group-tool-bar): Set default based on
21144         gmm-tool-bar-style.
21145         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21147         * gmm-utils.el (gmm-image-directory): Rename variable from
21148         gmm-image-load-path.
21149         (gmm-image-load-path): Use gmm-image-directory.
21150         (gmm-customize-mode): New function.
21151         (gmm-tool-bar-style): New variable.
21153         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21154         gnus-group-redraw-line-number.
21155         (gnus-group-redraw-check): Simplify.
21156         (gnus-group-tool-bar-update): Remove redraw check.
21157         (gnus-group-make-tool-bar): Add redraw check.
21159 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21161         * gnus-art.el (gnus-button): Add missing parentheses.
21163 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21165         * lpath.el: Fbind line-number-at-pos.
21167 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21169         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21171 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21173         * gnus-art.el (gnus-button): New face.
21174         (gnus-article-button-face): Use it.
21176         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21177         Add gnus-summary-next-page.  Re-order.
21179         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21180         next-node are now included.
21181         (gnus-group-redraw-line-number): New internal variable.
21182         (gnus-group-redraw-check): Helper function for updating the tool
21183         bar.
21184         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21186         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21188         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21189         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21190         Use it to match format of Spamassassin 3.0 and later.
21191         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21192         (spam-check-bogofilter)
21193         (spam-bogofilter-register-with-bogofilter): Fix args of
21194         `gnus-error' calls.
21196 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21198         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21199         unnecessary interaction when sending queued mails.
21200         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21202 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21204         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21205         first or last are nil.
21207 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21209         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21211 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21213         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21215 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21217         * dns.el (query-dns): Protect more against buggy tcp output.
21219 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21221         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21222         nov.php.
21224 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21226         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21227         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21228         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21229         output on the server side.
21230         (nnweb-google-create-mapping): Update regexps and add some
21231         progress indication.
21233 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21235         * gnus-group.el (gnus-group-tool-bar-gnome):
21236         Fix gnus-agent-toggle-plugged.  Re-order icons.
21237         (gnus-group-tool-bar-gnome):
21238         Add gnus-group-{prev,next}-unread-group.
21239         (gnus-group-tool-bar-gnome): Re-order icons.
21241         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21242         Move gnus-summary-insert-new-articles.
21244         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21245         Fix comments.
21247         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21248         also available in Emacs 21.3.
21250         * message.el (message-fix-before-sending): Change "Emacs 22" to
21251         "Emacs 23 (unicode)" in comment.
21253         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21254         "Emacs 23 (unicode)" in comment.
21256         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21257         comment.
21258         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21260         * mm-view.el (mm-fill-flowed): Add :version.
21262 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21264         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21265         and load-path.
21267 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21269         * message.el: Autoload gmm-image-load-path.
21270         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21271         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21272         consitency.
21274         * gmm-utils.el (gmm-image-load-path): Also search in
21275         "../etc/images".  Don't set gmm-image-load-path if we don't find
21276         the image.
21278 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21280         * gmm-utils.el (gmm-image-load-path): Don't make
21281         `gmm-image-load-path' include subdirectories which the second arg
21282         `image' might specify.
21284         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21285         subdirectory to icon file names.
21287         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21289 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21291         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21292         gmm-image-load-path calls.
21294         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21296         * message.el (message-make-tool-bar): Ditto.
21298         * mml.el (mml-preview): Add comment concerning tool bar icons.
21300         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21301         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21303         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21304         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21306         * message.el (message-tool-bar-gnome): Use new icon names.
21307         (message-make-tool-bar): Use `gmm-image-load-path'.
21309         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21310         New functions from MH-E.
21311         (gmm-image-load-path): New variable from MH-E.
21312         (gmm-image-load-path): New function from MH-E.  Add arguments
21313         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21314         *-image-load-path-called-flag.
21316 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21318         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21320 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21322         * nnimap.el (nnimap-request-move-article): Change folder back to
21323         source group before deleting.
21325 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21327         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21329         * gnus-art.el (mm-url-insert-file-contents-external):
21330         Autoload mm-url.
21332         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21334 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21336         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21337         coding system which mm-charset-to-coding-system returns for a
21338         given charset is valid.
21340 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21342         * html2text.el (html2text-remove-tag-list):
21343         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21345 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21347         * gnus-cus.el: Revert 2005-10-17 change.
21349 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21351         * gnus-art.el (article-strip-banner):
21352         Call article-really-strip-banner only when the regexp match is made.
21354 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21356         * gnus-art.el (article-strip-banner):
21357         Use gnus-extract-address-components instead of
21358         mail-header-parse-addresses to make it work with non-ASCII text;
21359         remove mail-encode-encoded-word-string.
21361         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21362         values which are surrounded with \"...\"; make it never cause a
21363         Lisp error; give up parsing of parameters if it failed in
21364         extracting type.
21366 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21368         * smime.el (smime-cert-by-ldap-1): Fix bug where
21369         `smime-ldap-search' returns results without userCertificates.
21371 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21373         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21375 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21377         * spam.el (spam-check-spamassassin-headers): Adapt format for
21378         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21379         <ari@mbf.ocn.ne.jp>.
21380         (spam-list-of-processors): Add spam-use-gmane.
21382 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21384         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21385         make-temp-file; make it work with XEmacs as well.
21387         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21388         mm-make-temp-file.
21390         * mm-decode.el (mm-display-external): Use the 3rd arg of
21391         mm-make-temp-file.
21392         (mm-create-image-xemacs): Ditto.
21394 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21396         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21397         with message-narrow-to-headers.
21398         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21399         (gnus-draft-check-draft-articles): New function.
21400         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21402 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21404         * gnus-art.el (gnus-article-browse-html-parts):
21405         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21406         Don't use suffix argument for mm-make-temp-file for Emacs 21
21407         compatibility.  Remove useless `format'.
21409 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21411         * nnweb.el (nnweb-google-wash-article): Update regexps.
21412         (nnweb-group-alist): Use defvoo instead of defvar.
21414 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21416         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21417         re-loading nn* modules.
21419 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21421         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21422         for `tool-bar-mode' and don't check it's default-value.
21424         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21426         * message.el (message-make-tool-bar): Ditto.
21428         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21429         `substring'.  Shorten tmp-file name.
21431         * gnus.el: Remove bogus comment.
21433 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21435         * gnus-art.el (gnus-article-browse-html-parts): New function.
21436         (gnus-article-browse-html-article): New function for viewing html
21437         articles with a browser.
21439 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21441         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21442         in elisp.
21443         (pgg-gpg-encrypt-symmetric-region): Ditto.
21444         (pgg-gpg-sign-region): Ditto.
21446         * pgg-def.el (pgg-text-mode): New variable.
21448         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21449         (mml2015-pgg-encrypt): Ditto.
21451         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21452         (mml1991-pgg-encrypt): Ditto.
21454 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21456         * nnfolder.el (nnfolder-insert-newsgroup-line):
21457         Use message-make-date instead of current-time-string.
21459         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21460         to gnus-decoded which mm-uu might set.
21462 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21464         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21465         don't decode quoted parameters; remove misimported Emacs code.
21466         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21467         (rfc2231-decode-encoded-string): Don't use split-string which
21468         behaves differently according to Emacs version; use
21469         mm-decode-coding-region to convert charset to coding-system.
21470         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21471         (rfc2231-encode-string): Remove misimported Emacs code.
21473 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21475         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21476         when calling mail-header-parse-content-type.
21477         (article-de-quoted-unreadable): Ditto.
21478         (article-de-base64-unreadable): Ditto.
21479         (article-wash-html): Ditto.
21481         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21482         calling mail-header-parse-content-type and
21483         mail-header-parse-content-disposition.
21484         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21485         mail-header-parse-content-type.
21487         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21488         insert charset and format parameters; encode description after
21489         inserting it to buffer.
21490         (mml-insert-parameter): Fold lines properly even if a parameter is
21491         segmented into two or more lines; change the max column to 76.
21493         * rfc1843.el (rfc1843-decode-article-body): Don't use
21494         ignore-errors when calling mail-header-parse-content-type.
21496         * rfc2231.el (rfc2231-parse-string): Return at least type if
21497         possible; don't cause an error even if it fails in parsing of
21498         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21499         (rfc2231-encode-string): Don't break lines at the beginning, leave
21500         it to mml-insert-parameter.
21502         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21503         calling mail-header-parse-content-type.
21505 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21507         * spam-report.el (spam-report-gmane-use-article-number):
21508         Improve doc string.
21509         (spam-report-gmane-internal): Check if a suitable header was found
21510         in the article.
21512 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21514         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21515         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21517 2006-02-05  Romain Francoise  <romain@orebokech.com>
21519         Update copyright notices of all files in the gnus directory.
21521 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21523         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21525 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21527         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21528         segmented lines of parameter value to cope with Thunderbird 1.5
21529         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21530         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21531         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21533 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21535         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21536         parts.
21538 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21540         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21541         there's only one active file for all servers.
21542         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21543         solid groups.  Gnus might have used a FAST request to select the group.
21544         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21545         and nnweb-search redundantly in the active file.
21546         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21547         (nnweb-request-create-group): Don't use ARGS.
21548         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21549         initializations.  Let nnoo do the work.
21551 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21553         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21554         Say the part has been decoded.
21556         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21558 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21560         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21561         mailcap-viewer-test-cache when there's no 'test clause, since that
21562         will invert the meaning of a "nil" test previously determined by
21563         mailcap-mailcap-entry-passes-test.
21565 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21567         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21568         compiling.
21570         * gnus-sum.el: Ditto.
21572         * message.el: Don't bind tool-bar-map when compiling.
21574 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21576         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21578 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21580         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21581         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21582         current Google Groups.
21584 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21586         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21587         and tool-bar-mode.
21589         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21590         and tool-bar-mode.
21592         * message.el (message-tool-bar-update): Simplify.
21593         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21595         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21596         gnus-summary-buffer.
21597         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21598         gnus-summary-reply.
21600         * gmm-utils.el (gmm): Add :version.
21602 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21604         * Makefile.in (clean): New rule.
21605         (distclean): Use it.
21607 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21609         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21610         Don't autoload.
21612 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21614         * gmm-utils.el (gmm-verbose): Add :group.
21616 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21618         * message.el: Change some comments WRT tool-bars.
21620         * gnus-sum.el (gnus-summary-tool-bar)
21621         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21622         (gnus-summary-tool-bar-zap-list): New variables.
21623         (gnus-summary-make-tool-bar): Complete rewrite using
21624         `gmm-tool-bar-from-list'.
21626         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21627         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21628         New variables.
21629         (gnus-group-make-tool-bar): Complete rewrite using
21630         `gmm-tool-bar-from-list'.
21631         (gnus-group-tool-bar-update): New function.
21633         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21635 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21637         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21638         is dissected into a single part of which the type is the same as
21639         the given one; decode charset.
21641 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21643         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21644         into alists as symbol not string, since that's what
21645         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21646         look for.
21648 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21650         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21651         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21653         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21655 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21657         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21658         (gnus-xmas-mime-security-button-menu): New function.
21660         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21661         (gnus-mime-security-button-menu): New definition.
21662         (gnus-mime-security-button-map): Use them.
21663         (gnus-mime-security-button-menu): New function.
21664         (gnus-insert-mime-security-button): Addition to help echo.
21665         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21666         (gnus-mime-security-pipe-part): New functions.
21668         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21669         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21671         * mm-decode.el (mm-handle-set-disposition): Remove.
21672         (mm-handle-set-description): Remove.
21674 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21676         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21677         (mm-w3m-standalone-supports-m17n-p): New function.
21678         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21679         w3m usage.
21681         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21682         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21684 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21686         * message.el (message-tool-bar-zap-list):
21687         Use gmm-tool-bar-zap-list as custom type.
21688         (message-tool-bar-update): New function.
21689         (message-tool-bar, message-tool-bar-gnome)
21690         (message-tool-bar-retro): Add message-tool-bar-update.
21691         (message-tool-bar-gnome): Add flyspell-buffer.
21693         * gnus-util.el (gnus-error): Describe `args'.
21695         * gmm-utils.el (gmm-error): Describe `args'.
21696         (gmm-tool-bar-zap-list): New widget.
21697         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21699 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21701         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21702         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21703         the number of recursive calls.
21705         * mm-decode.el (mm-handle-set-disposition): New macro.
21706         (mm-handle-set-description): New macro.
21708 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21710         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21711         encoding.
21713 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21715         * message.el (message-tool-bar-zap-list, message-tool-bar)
21716         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21717         (message-tool-bar-local-item-from-menu): Remove.
21718         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21719         (message-make-tool-bar): New function.
21720         (message-mode): Use `message-make-tool-bar'.
21722         * gmm-utils.el: New file.
21723         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21724         (gmm-lazy): New widget copied from `nnmail.el'.
21725         (gmm-tool-bar-from-list): New function for creating customizable
21726         tool bars.
21727         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21728         output.
21729         (gmm): Add :prefix to defgroup.
21731 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21733         * gmm-utils.el (gmm-widget-p): New function.
21735 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21737         * mml.el (mml-attach-file): Describe `description' in doc string.
21738         (mml-menu): Add Emacs MIME manual and PGG manual.
21740 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21742         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21744 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21746         * nntp.el (nntp-end-of-line): Doc fix.
21748 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21750         * imap.el (imap-open): Handle case where buffer is a buffer
21751         object.
21753 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21755         * gnus-delay.el (gnus-delay): Don't autoload.
21756         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21757         to be re-loaded when customizing the `gnus-delay' group.
21759 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21761         * message.el (message-insert-citation-line): Use newlines.
21763 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21765         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21766         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21767         these routines, so the passphrase can be managed externally and
21768         passed in to the system.
21769         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21770         pgg-add-passphrase-to-cache function.
21772         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21773         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21774         these routines, so the passphrase can be managed externally and
21775         passed in to the system.
21776         (pgg-pgp5-sign-region): Use new name of
21777         pgg-add-passphrase-to-cache function.
21779 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21781         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21782         part of the decoded armor to find the key-identifier.
21783         (pgg-gpg-lookup-key-owner): New function to return the
21784         human-readable identifier of a key owner.
21785         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21786         itself.
21787         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21788         the key value) if we have a key and can match it against a secret
21789         key.  Also, added a note pointing out fact that the prompt only
21790         indicates the first matching key.
21792         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21793         pgg-decrypt-region.
21794         (pgg-add-passphrase-to-cache): Rename from
21795         `pgg-add-passphrase-cache' to reduce confusion (all callers
21796         changed).
21797         (pgg-remove-passphrase-from-cache): Rename from
21798         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21799         changed).
21800         (pgg-read-passphrase, pgg-add-passphrase-cache)
21801         (pgg-remove-passphrase-cache): Add informative docstrings.
21802         (pgg-decrypt): Convey provided passphrase in subordinate call to
21803         pgg-decrypt-region.
21805 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21807         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21808         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21809         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21810         'passphrase' argument, so the passphrase can be managed externally
21811         and then passed in to the system.
21813         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21814         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21815         so the passphrase cache can be used reliably with identifiers
21816         besides a pgp packet's key id.
21818         * pgg-gpg.el (pgg-gpg-encrypt-region)
21819         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21820         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21821         these routines, so the passphrase can be managed externally and
21822         passed in to the system.
21824         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21825         'notruncate' argument, so the passphrase cache can be used
21826         reliably with identifiers besides a pgp packet's key id.
21828 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21830         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21831         symmetric encryption.
21832         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21833         encrypted session key.
21834         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21835         message ask for the passphrase in a proper way.
21837         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21838         New user commands for symmetric encryption.
21840 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21842         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21844         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21846 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21848         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21850 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21852         * mm-decode.el (mm-inlined-types): Add application/pgp.
21853         (mm-automatic-display): Ditto.
21855         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21856         part as text.
21858 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21860         * nnrss.el: Update copyright.
21861         (nnrss-opml-import): Query whether to subscribe to each entry.
21863         * gnus-art.el:
21864         * gnus-sum.el:
21865         * gnus-xmas.el:
21866         * messagexmas.el:
21867         * mm-uu.el:
21868         * mm-view.el: Update copyright.
21870 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21872         * message.el (message-info): New function.
21873         (message-mode-menu): Add it.
21874         Update copyright.
21876         * ChangeLog: Fix and update copyright.
21878 2006-01-13  Romain Francoise  <romain@orebokech.com>
21880         * message.el (message-forward-subject-name-subject): Prefer the
21881         address to 'nowhere' if the sender has no name.
21882         Fix typo.  Update copyright year.
21884 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21886         * gnus-art.el (article-wash-html):
21887         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21888         (gnus-article-wash-html-with-w3m-standalone): New function.
21890         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21891         mm-inline-text-html-render-with-w3m-standalone.
21892         (mm-text-html-washer-alist): Map w3m-standalone to
21893         gnus-article-wash-html-with-w3m-standalone.
21894         (mm-inline-text-html-render-with-w3m-standalone): New function.
21896 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21898         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21899         Improve LaTeX.
21901 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21903         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21904         (nnrss-request-article): Render text/plain parts as HTML.
21906         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21907         the buffer.
21909 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21911         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21912         custom definition of `gnus-posting-styles'.
21914         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21915         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21917 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21919         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21920         Use nntp for bug archive.
21922 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21924         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21925         parts.
21926         (nnrss-normalize-date): New function converts ISO 8601 date into
21927         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21928         (nnrss-check-group): Use it.
21930 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21932         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21934         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21935         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21936         (nnrss-insert-w3): Ditto.
21938 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21940         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21941         the articles to be forwarded including the case where neither a
21942         number of articles nor a region is specified.
21944 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21946         * nnrss.el (nnrss-request-article): Fix last change; fill
21947         text/plain parts.
21949 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21951         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21952         in text/plain part.
21953         (nnrss-check-group): Don't add excessive newline to dc:subject.
21955 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21957         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21958         article.
21960 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21962         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21963         (nnml-use-compressed-files, nnml-save-mail): Support other
21964         comression programs such as bzip2.
21966 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21968         * dns.el (query-dns): Make sure we check the buffer size before
21969         removing tcp headers.
21971 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21973         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21974         remove MIME buttons associated with multipart/alternative parts.
21975         (gnus-mime-display-alternative): Tag buttons using `article-type'
21976         text property.
21978         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21979         associated with multipart/alternative parts.
21981         * gnus-art.el (gnus-signature-separator): Fix custom type.
21983         * mm-decode.el (mm-inlined-types): Fix custom type.
21984         (mm-keep-viewer-alive-types): Ditto.
21985         (mm-automatic-display): Ditto.
21986         (mm-attachment-override-types): Ditto.
21987         (mm-inline-override-types): Ditto.
21988         (mm-automatic-external-display): Ditto.
21990 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21992         * spam-report.el (spam-report-user-mail-address)
21993         (spam-report-user-agent): New variables.
21994         (spam-report-url-ping-plain): Use spam-report-user-agent.
21996 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21998         * gnus-art.el (gnus-button-handle-custom): Do not just use
21999         `customize-apropos' for any "M-x customize-*" button but the
22000         function called for.  Accept both the function name and its
22001         argument in order to achieve this.
22002         (gnus-button-alist): Remove support for "custom:" URL's.
22003         Pass function name to `gnus-button-handle-custom' in case of "M-x
22004         customize-*" buttons.
22006 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22008         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
22009         multipart/alternative and add xref to mm-discouraged-alternatives
22010         in doc string.
22012         * mm-decode.el (mm-discouraged-alternatives): Add xref to
22013         gnus-buttonized-mime-types in doc string.
22015 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
22017         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
22018         Suggest image/.* in the doc string.
22020 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
22022         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
22023         message-marks (Debian bug#342521).
22025 2005-12-12  Simon Josefsson  <jas@extundo.com>
22027         * password.el (password-read-from-cache): Add.
22028         (password-read): Use it.
22030 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22032         * rfc2047.el (rfc2047-charset-to-coding-system):
22033         Recognize us-ascii as a MIME charset.
22035         * mm-bodies.el (mm-decode-content-transfer-encoding):
22036         Protect against the case where the 2nd arg TYPE is nil.
22038 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22040         * pop3.el (pop3-stream-type): Fix custom version.
22042         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
22044 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22046         * mm-decode.el (mm-display-external): Add missing cdr.
22048 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22050         * mm-decode.el (mm-display-external): Use nametemplate (defined in
22051         RFC1524) if it is in mailcap or add a suffix according to
22052         mailcap-mime-extensions when generating a temp filename; postpone
22053         deleting a temp file for 2 seconds for some wrappers, shell
22054         scripts, and so on, which might exit right after having started a
22055         viewer command as a background job.
22057 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22059         * nntp.el (nntp-marks-directory): Fix custom group.
22061         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
22062         steps when < 10.
22064         * gnus-start.el (gnus-no-server-1):
22065         Mention `gnus-level-default-subscribed' in doc string.
22067 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22069         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
22070         parens.
22072 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22074         * gnus-xmas.el (gnus-use-toolbar): Revert.
22075         (gnus-xmas-setup-toolbar): Use global default-toolbar if
22076         gnus-use-toolbar is default.
22078         * messagexmas.el (message-use-toolbar): Revert.
22079         (message-setup-toolbar): Use global default-toolbar if
22080         message-use-toolbar is default.
22082 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22084         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
22085         according to default-toolbar-visible-p.
22087         * messagexmas.el (message-use-toolbar): Ditto.
22089 2005-11-26  Dave Love  <fx@gnu.org>
22091         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
22092         (tls-program, tls-success): Provide openssl alternative.
22094         * starttls.el: Doc fixes.
22095         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
22096         SERVICE to PORT.
22098         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
22099         port null or service name.
22100         (starttls-negotiate): Autoload.
22102 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22104         * message.el (message-kill-to-signature): Fix interactive spec.
22106 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22108         * pop3.el (pop3-open-server): Recognize a string as a service name.
22110 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
22112         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
22114 2005-11-23  Dave Love  <fx@gnu.org>
22116         Add pop3s, pop3/starttls.
22118         * pop3.el (pop3-authentication-scheme): Clarify doc.
22119         (open-tls-stream, starttls-open-stream): Autoload.
22120         (pop3-stream-type): New.
22121         (pop3-open-server): Use it.
22123         * mail-source.el (mail-sources): Fix some :types.  Add stream type
22124         for POP.
22125         (mail-source-keyword-map): Add :stream for POP.
22126         (mail-source-fetch-pop): Use pop3-stream-type.
22128 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22130         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
22131         of current-time-string.
22133 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
22135         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
22136         date header.
22138 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22140         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22141         it can seriously impact performance as it bypasses the agent's
22142         local caches.
22144 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22146         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22147         must be explicitly online rather than "not explicitly offline" for
22148         its flags to be synchronized.
22150         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22151         that gnus-uu-unmark-thread will function correctly.
22153         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22154         1024K is instead displayed as 1M.
22156 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22158         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22160 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22162         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22164 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22166         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22167         error message to display actual error condition.
22168         (gnus-agent-save-local): Avoid saving symbols that are bound to
22169         nil as they simply result in a warning message in
22170         gnus-agent-read-local.
22172 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22174         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22175         rather than make-variable-buffer-local for file-precious-flag.
22177 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22179         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22180         for duplicates which are removed.  The invalid sort check then
22181         triggers a rescan after the sort as sorting may have moved
22182         duplicate entries such that they can be cheaply detected.
22184 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22186         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22188 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22190         * gnus-agent.el (gnus-agent-article-alist-save-format):
22191         Change internal variable to a custom variable.  Change default value
22192         from compressed(2) to uncompressed(1).
22193         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22194         support for uncompressed agentview files.  Taken together, reading
22195         the agentview file should now be 6-7 times faster.
22197 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22199         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22200         as a buffer-local variable.  This avoids creating truncated
22201         dribble files as a result of a hang up, eg.
22203 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22205         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22206         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22207         XEmacs.
22209 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22211         * gnus-start.el (gnus-start-draft-setup):
22212         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22214         * gnus.el (gnus-splash): Change custom group.
22215         (gnus-group-get-parameter, gnus-group-parameter-value):
22216         Describe allow-list argument.
22218         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22219         string.
22221 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22223         * gnus-art.el (gnus-default-article-saver): Add user-defined
22224         `function' to custom type.
22226 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22228         * imap.el (imap-open): Handle case where buffer is a buffer
22229         object.
22231 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22233         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22234         long lines.
22235         (gnus-cache-delete-group): Wrap doc strings.
22237         * gnus-agent.el (gnus-agent-rename-group)
22238         (gnus-agent-delete-group): Wrap doc strings.
22240 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22242         * messagexmas.el (message-use-toolbar): Change the valid values
22243         into default, top, bottom, left, and right.
22244         (message-toolbar-thickness): New variable.
22245         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22246         well.
22247         (message-setup-toolbar): Make it work.
22249         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22250         (gnus-use-toolbar): Change the valid values into default, top,
22251         bottom, left, and right.
22252         (gnus-toolbar-thickness): New variable.
22253         (gnus-xmas-setup-toolbar): New function.
22254         (gnus-xmas-setup-group-toolbar): Use it.
22255         (gnus-xmas-setup-summary-toolbar): Use it.
22257 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22259         * gnus-start.el (gnus-1): Add "native" to
22260         gnus-predefined-server-alist.
22262         * gnus.el (gnus-method-to-server): Don't add "native" to the
22263         lists here, because that leads to problems when
22264         gnus-select-method is bound.
22266 2005-11-09  Simon Josefsson  <jas@extundo.com>
22268         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22269         use (not sort-by-date) instead.
22271 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22273         * gnus-delay.el (gnus-delay-group): Don't autoload.
22274         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22275         to be re-loaded when customizing the `gnus-delay' group.
22277 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22279         * message.el: Revert last changes.
22280         (message-insert-citation-line): Use newlines.
22282 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22284         * message.el (message-courtesy-message)
22285         (message-mark-insert-begin, message-mark-insert-end)
22286         (message-elide-ellipsis, message-cancel-message)
22287         (message-add-header, message-change-subject)
22288         (message-cross-post-followup-to-header)
22289         (message-cross-post-insert-note, message-reduce-to-to-cc)
22290         (message-widen-reply, message-delete-not-region)
22291         (message-kill-to-signature, message-insert-signature)
22292         (message-insert-importance-high, message-insert-importance-low)
22293         (message-insert-or-toggle-importance)
22294         (message-insert-disposition-notification-to)
22295         (message-indent-citation, message-yank-original)
22296         (message-cite-original-without-signature, message-cite-original)
22297         (message-insert-citation-line, message-position-on-field)
22298         (message-fix-before-sending, message-send-mail-partially)
22299         (message-send-mail, message-send-mail-with-sendmail)
22300         (message-send-mail-with-qmail, message-send-news)
22301         (message-check-news-header-syntax, message-generate-headers)
22302         (message-insert-courtesy-copy, message-fill-address)
22303         (message-fill-header, message-shorten-references)
22304         (message-setup-1, message-cancel-news)
22305         (message-forward-make-body-plain, message-forward-make-body-mime)
22306         (message-forward-make-body-mml, message-encode-message-body)
22307         (message-forward-make-body-digest-plain)
22308         (message-forward-make-body-digest-mime)
22309         (message-use-alternative-email-as-from): Insert `hard-newline'
22310         instead of ordinary newlines.
22312 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22314         * message.el (message-generate-headers): Downcase the argument
22315         given to message-check-element.
22317 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22319         * nntp.el (nntp-authinfo-rejected): New error condition.
22320         (nntp-wait-for): Use new error condition to signal authentication
22321         error.
22322         (nntp-retrieve-data): Rethrow new error condition to break out of
22323         recursive call to nntp-send-authinfo.
22325 2005-11-08  Romain Francoise  <romain@orebokech.com>
22327         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22328         (gnus-summary-exit-map): Bind to `Z p'.
22329         (gnus-summary-make-menu-bar): Add menu item.
22331 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22333         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22334         (gnus-treat-*): Add `first' in all doc strings.
22336         * gnus-group.el (gnus-group-compact-group): Fix typo.
22338 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22340         * gnus.el (gnus-parameters-case-fold-search): New variable.
22341         (gnus-parameters-get-parameter): Use it.
22343         * gnus-score.el (gnus-home-score-file): Doc fix.
22345 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22347         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22349 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22351         * mm-util.el (mm-special-display-p): New function.
22353         * mml.el (mml-preview): Use it; doc fix.
22355 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22357         * imap.el (imap-open): Handle case where buffer is a buffer object.
22359 2005-10-29  Romain Francoise  <romain@orebokech.com>
22361         * message.el (message-fix-before-sending): Fix comment.
22363 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22365         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22367 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22369         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22370         Used in gnus-score.el.
22372 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22374         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22376 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22378         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22379         whitespace removed in revision 7.8.  Use concatenated string to
22380         protect trailing whitespace.
22382 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22384         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22385         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22386         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22387         Courier IMAP ("some version from 2004").  Mostly based on similar
22388         code in the same function.
22390 2005-10-26  Didier Verna  <didier@xemacs.org>
22392         * gnus-group.el (gnus-group-compact-group): Invalidate original
22393         article buffer.
22394         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22395         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22396         NOV database and in article itself.
22397         Invalidate article backlog.
22399 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22401         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22403 2005-10-26  Simon Josefsson  <jas@extundo.com>
22405         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22406         part of 2004-07-25 change.
22408 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22410         * message.el (message-display-completion-list): New function.
22411         (message-expand-group): Use it; make sure the Completions buffer
22412         is modifiable.
22413 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22415         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22416         user-mail-name is an empty string.
22418 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22420         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22421         depending on gnus-score-decay-constant.
22423         * encrypt.el (encrypt-insert-file-contents)
22424         (encrypt-write-file-contents): Don't use `gnus-message'.
22426         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22427         arguments.
22428         (mm-uu-type-alist): Add message-marks and insert-marks.
22429         Pass arguments to mm-uu-verbatim-marks-extract.
22430         (mm-uu-hide-markers): New variable.
22431         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22433         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22434         (gnus-convert-image-to-face-command): Use "convert" by default to
22435         allow other input image formats.
22436         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22437         accordingly.
22439 2005-10-23  Simon Josefsson  <jas@extundo.com>
22441         * imap.el (imap-gssapi-program): Align command line parameters
22442         with latest GNU SASL.
22443         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22445 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22447         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22448         HTML.
22449         (nnslashdot-request-article): Ditto.
22451         * lpath.el (featurep): Add nobreak-char-display.
22453 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22455         * mail-source.el (mail-source-fetch-pop): Require pop3.
22456         (mail-source-check-pop): Ditto.
22458 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22460         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22461         errors.
22463 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22465         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22466         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22468         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22470         * mm-bodies.el (mm-decode-string):
22471         Call `mm-charset-to-coding-system' with allow-override argument.
22473 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22475         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22476         (rfc2047-charset-to-coding-system): New function.
22477         (rfc2047-decode-encoded-words): New function.
22478         (rfc2047-decode-region): Use them.
22479         (rfc2047-decode-cte): Remove.
22480         (rfc2047-parse-and-decode): Remove.
22481         (rfc2047-decode): Remove.
22483 2005-10-15  Kenichi Handa  <handa@m17n.org>
22485         * rfc2047.el (rfc2047-decode-cte): New function.
22486         (rfc2047-decode-region): Change the way to decode successive
22487         encoded-words: decode B- or Q-encoding in each encoded-word,
22488         concatenate them, and decode it as charset.
22490 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22492         * lpath.el: Fbind codepage-setup for XEmacs.
22494 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22496         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22497         widget-move-and-invoke.
22498         (gnus-custom-mode): Use gnus-custom-map.
22500 2005-10-15  Bill Wohler  <wohler@newt.com>
22502         * message.el (message-tool-bar-map): Rename image file from
22503         mail_send to mail/send.
22505 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22507         * message.el (message-expand-group): Pass the common
22508         prefix substring of completion to `display-completion-list'.
22510 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22512         * mml-sec.el (mml-secure-method): New internal variable.
22513         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22514         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22515         New functions using mml-secure-method.
22517         * mml.el (mml-mode-map): Add key bindings for those functions.
22518         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22519         Harder <harder@myrealbox.com>.
22520         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22521         Goto end of message if point is the headers of the message.
22523         * message.el (message-in-body-p): New function.
22525         * assistant.el: Autoload gnus-util and netrc.
22527         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22528         Use `mm-charset-override-alist' only when decoding.
22530         * mm-bodies.el (mm-decode-body):
22531         Call `mm-charset-to-coding-system' with allow-override argument.
22533         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22534         `filename' from Content-Disposition if Content-Type doesn't
22535         provide `name'.
22536         (gnus-mime-view-part-as-type): Set default instead of
22537         initial-input.
22539 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22541         * format-spec.el (format-spec): Propagate text properties of % spec.
22543 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22545         * gnus-art.el (gnus-treat-predicate): Add `first'.
22547 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22549         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22550         (mm-charset-override-alist): New variable.
22551         (mm-charset-to-coding-system): Use it.
22552         (mm-codepage-setup): New helper function.
22553         (mm-charset-eval-alist): New variable.
22554         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22555         Warn about unknown charsets.
22557         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22559 2005-10-04  David Hansen  <david.hansen@gmx.net>
22561         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22562         (nnrss-check-group): Ditto.
22564 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22566         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22567         Rename x-gnus-verbatim to x-verbatim.
22568         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22570         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22571         x-verbatim.
22573         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22575         * gnus-util.el (gnus-remove-duplicates): Remove.
22577         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22578         instead of gnus-remove-duplicates.
22580         * message.el (message-remove-duplicates): Remove.
22581         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22582         message-remove-duplicates.
22584         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22585         available, else use implementation from `delete-dups'.
22587         * message.el (message-insert-expires): New function.
22588         (message-mode-map): Add key binding.
22589         (message-mode-field-menu): Add menu entry.
22590         (message-mode): Document it.
22591         (message-make-expires-date): Use `message-make-date'.
22593 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22595         * message.el (message-make-expires-date): New function.
22597 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22599         * Makefile.in (list-installed-shadows): New entry.
22600         (install): Use it.
22601         (remove-installed-shadows): New entry.
22603         * dgnushack.el (dgnushack-default-load-path): New variable.
22604         (dgnushack-find-lisp-shadows): New function.
22605         (dgnushack-remove-lisp-shadows): New function.
22607 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22609         * Makefile.in (install-el-elc): New entry.
22610         (install): Use it so that .el files are necessarily installed.
22612 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22614         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22616 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22618         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22619         function rather than the diff-mode.el package.
22620         (mm-display-external): Use with-current-buffer.
22621         (mm-viewer-completion-map, mm-viewer-completion-map):
22622         Move initialization inside declaration.
22624 2005-09-29  Simon Josefsson  <jas@extundo.com>
22626         * spam.el: Load hashcash when compiling, to avoid warnings.
22627         Don't autoload mail-check-payment.
22628         (spam-check-hashcash): Define unconditionally, since hashcash.el
22629         is part of Gnus now.  Ignore errors from payment checking.
22631 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22633         * message.el (message-bold-region, message-unbold-region):
22634         Rename from `bold-region' and `unbold-region'.
22636         * message.el: Remove useless autoloads.
22638 2005-09-28  Simon Josefsson  <jas@extundo.com>
22640         * message.el (message-use-idna): Default to t.
22641         (message-use-idna): Test whether encoding works too.  Doc fix.
22643 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22645         * nntp.el (nntp-warn-about-losing-connection): Remove.
22647 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22649         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22650         customizable.  Change default value.
22651         (mm-uu-diff-groups-regexp): Change default value.
22652         (mm-uu-type-alist): Add doc string.
22653         (mm-uu-configure): Add doc string.  Make it interactive.
22654         (mm-uu-tex-groups-regexp): New variable.
22655         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22656         (mm-uu-type-alist): Add LaTeX documents.
22657         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22658         of "text/verbatim".
22659         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22661         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22662         instead of "text/verbatim".
22664         * message.el (message-mark-inserted-region)
22665         (message-mark-insert-file): Use slrn style marks when called with
22666         prefix argument.
22668 2005-09-27  Simon Josefsson  <jas@extundo.com>
22670         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22672 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22674         * message.el (message-remove-duplicates): New function.
22675         Implementation borrowed from `gnus-remove-duplicates'.
22676         (message-idna-to-ascii-rhs): Also encode idna addresses in
22677         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22678         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22679         only ask about the same idna domain once per header and also tell
22680         in what header to replace the idna domain.
22682         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22683         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22684         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22685         a header is decoded and not just the last one.
22687 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22689         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22690         has been decoded.
22692         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22693         (mm-insert-part): Don't modify text if it has been decoded.
22695         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22696         decoded.
22698         * mm-view.el (mm-inline-text): Don't strip text props unless
22699         decoding enriched or richtext parts.
22701 2005-09-25  Romain Francoise  <romain@orebokech.com>
22703         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22704         * gnus-start.el (gnus-subscribe-interactively):
22705         * gnus-uu.el (gnus-uu-grab-articles):
22706         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22707         space.
22709 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22711         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22712         * mm-view.el (mm-view-pkcs7-decrypt):
22713         * gnus-sum.el (gnus-summary-limit-to-extra)
22714         (gnus-summary-respool-article, gnus-read-move-group-name):
22715         * gnus-score.el (gnus-summary-increase-score):
22716         * gnus-util.el (gnus-completing-read-with-default):
22717         * gnus-art.el (gnus-read-save-file-name)
22718         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22719         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22720         * message.el (message-check-news-header-syntax):
22721         Follow convention for reading with the minibuffer.
22723 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22725         * spam-report.el (spam-report-url-ping-plain):
22726         Use gnus-extended-version as User-Agent.
22728         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22729         default value is nil.
22731         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22732         (mm-uu-verbatim-marks-extract): New function.
22733         (mm-uu-extract): New face.
22734         (mm-uu-copy-to-buffer): Use it.
22736         * spam-report.el (spam-report-gmane-ham): Rename from
22737         `spam-report-gmane-unspam'.
22738         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22739         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22741         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22742         Autoload.
22743         (spam-report-gmane-unregister-routine):
22744         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22746 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22748         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22749         (spam-report-gmane-unregister-routine): Add support for gmane
22750         unregistration.
22752         * spam-report.el (spam-report-gmane-unspam)
22753         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22754         (spam-report-gmane): Change to take a single article and do unspam
22755         registration.
22757 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22759         * mm-url.el (mm-url-decode-entities): Fix regexp.
22761 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22763         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22764         default to nil, to be able to use Gnus at all.  If the default
22765         switches to something else, then the function should be fixed not
22766         be exceedingly slow.
22768 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22770         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22771         fail hard.
22773         * spam-report.el: Add better Keywords line.
22775         * spam.el: Add Maintainer and better Keywords line.
22777 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22779         * gnus-art.el (gnus-article-replace-part)
22780         (gnus-mime-replace-part): New functions.
22781         (gnus-mime-action-alist, gnus-mime-button-commands)
22782         (gnus-mime-save-part-and-strip): Add file argument.
22783         (gnus-article-part-wrapper): Add interactive argument.
22785         * gnus-sum.el (gnus-summary-mime-map):
22786         Add `gnus-article-replace-part'.
22788 2005-09-19  Didier Verna  <didier@xemacs.org>
22790         The nnml compaction feature:
22791         * nnml.el (nnml-request-compact-group): New function.
22792         * nnml.el (nnml-request-compact): New function.
22793         * gnus-int.el (gnus-request-compact-group): New function.
22794         * gnus-int.el (gnus-request-compact): New function.
22795         * gnus-group.el (gnus-group-compact-group): New function.
22796         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22797         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22798         * gnus-srvr.el (gnus-server-compact-server): New function.
22799         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22800         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22802 2005-09-18  Deepak Goel  <deego@gnufans.org>
22804         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22805         format spec.
22807 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22809         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22811 2005-09-15  Romain Francoise  <romain@orebokech.com>
22813         * message.el (message-fill-paragraph): Clarify docstring.
22815 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22817         * gnus-art.el (gnus-mime-display-part): Protect against broken
22818         MIME messages.
22820 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22822         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22823         before parsing header.
22825 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22827         * html2text.el (html2text-replace-list): Add new entities.
22829 2005-09-11  Romain Francoise  <romain@orebokech.com>
22831         * message.el (message-alternative-emails): Improve docstring.
22832         (message-setup-1): Call `message-use-alternative-email-as-from'
22833         after `message-setup-hook' to give it precedence over posting
22834         styles, etc.
22835         (message-use-alternative-email-as-from): Add docstring.
22836         Remove the original From header if present.
22838         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22839         (nnml-save-mail): Use it.
22841         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22842         articles.  Add new argument `silent'.
22843         (gnus-uu-mark-all): Report the total number of marked articles.
22845 2005-09-10  Romain Francoise  <romain@orebokech.com>
22847         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22848         (gnus-uu-mark-series): Likewise.
22850 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22852         * spam-report.el (spam-report-gmane): Fix generation of spam
22853         report URL.
22855 2005-09-10  Simon Josefsson  <jas@extundo.com>
22857         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22858         t, based on discussion on the ding list with Robert Epprecht
22859         <epprecht@solnet.ch>.
22861 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22863         * spam-report.el (spam-report-gmane): Make it work without
22864         X-Report-Spam header.  Gmane now only provides Archived-At.
22865         This is only used if `spam-report-gmane-use-article-number' is nil.
22866         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22868         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22869         make `gnus-summary-sort-by-recipient' work with threading.
22871         * nnweb.el (nnweb-google-wash-article): Print a message if article
22872         is not available.
22874 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22876         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22877         change.  Decode text/* parts content before displaying.
22879 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22881         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22883 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22885         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22887         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22888         url-package-name, url-package-version,
22889         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22890         w3m-display-inline-images, and w3m-minor-mode-map.
22892 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22894         * message.el (message-tab-body-function): Fix mismatched custom type.
22896         * gnus.el (gnus-group-change-level-function): Ditto.
22898         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22900         * gnus-art.el (gnus-signature-limit)
22901         (gnus-article-mime-part-function): Ditto.
22903 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22905         * mml.el (mml-mode): Silence the byte compiler.
22907         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22908         using `(sit-for 0)' before moving the point to the specified part;
22909         skip unbuttonized parts.
22910         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22911         return to the summary window if gnus-auto-select-part is non-nil.
22913 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22915         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22916         New variables.
22917         (mml-dnd-attach-file, mml-mode): Use them.
22919         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22920         Make fetching article by MID work again for Google Groups.
22921         Add FIXME concerning gnus-group-make-web-group.
22923         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22924         Don't depend on Gnus by using mail-extract-address-components if
22925         gnus-extract-address-components is not bound.
22927 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22929         * gnus-art.el (gnus-mime-display-security): Don't display the
22930         signature, but only the signed part.
22932 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22934         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22936         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22937         list, not listp.
22939 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22941         * mm-encode.el (mm-encode-content-transfer-encoding):
22942         Likewise when encoding.
22944         * mm-bodies.el (mm-decode-content-transfer-encoding):
22945         De-canonicalize CRLF for all text content types, not just
22946         text/plain.
22948 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22950         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22951         valid article; point arrow and cursor at the MIME button.
22953 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22955         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22956         Suggested by Dan Christensen <jdc@uwo.ca>.
22958         * mm-decode.el (mm-save-part): Enable change of prompt.
22960 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22962         * gnus-msg.el (gnus-inews-add-send-actions):
22963         Make `message-post-method' lambda parameter ARG `&optional'.
22965 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22967         * gnus-sum.el (gnus-summary-mime-map):
22968         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22969         gnus-article-jump-to-part.
22971         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22972         (gnus-article-edit-part): Use it.
22973         (gnus-article-part-wrapper): Add no-handle argument.
22974         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22975         New functions.
22977 2005-08-29  Romain Francoise  <romain@orebokech.com>
22979         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22980         docstring.
22981         (gnus-face-from-file): Likewise.
22983 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22985         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22986         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22987         non-nil.
22988         (gnus-auto-select-part): New variable.
22989         (gnus-article-jump-to-part): New function.
22990         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22991         (gnus-mime-delete-part): Allow selecting specified part after
22992         deleting or stripping parts.
22993         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22994         part if argument is bogus.
22996 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22998         * gnus-art.el (w3m-minor-mode-map):
22999         * gnus-spec.el (gnus-newsrc-file-version):
23000         * gnus-util.el (nnmail-active-file-coding-system)
23001         (gnus-original-article-buffer, gnus-user-agent):
23002         * gnus.el (gnus-ham-process-destinations)
23003         (gnus-parameter-ham-marks-alist)
23004         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
23005         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
23006         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
23007         * mm-decode.el (gnus-current-window-configuration):
23008         * mm-extern.el (gnus-article-mime-handles):
23009         * mm-url.el (url-current-object, url-package-name)
23010         (url-package-version):
23011         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
23012         (smime-keys, w3m-cid-retrieve-function-alist)
23013         (w3m-current-buffer, w3m-display-inline-images)
23014         (w3m-minor-mode-map):
23015         * mml-smime.el (gnus-extract-address-components):
23016         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
23017         (gnus-newsrc-hashtb, message-default-charset)
23018         (message-deletable-headers, message-options)
23019         (message-posting-charset, message-required-mail-headers)
23020         (message-required-news-headers):
23021         * mml1991.el (mc-pgp-always-sign):
23022         * mml2015.el (mc-pgp-always-sign):
23023         * nnheader.el (nnmail-extra-headers):
23024         * rfc1843.el (gnus-decode-encoded-word-function)
23025         (gnus-decode-header-function, gnus-newsgroup-name):
23026         * spam-stat.el (gnus-original-article-buffer): Add defvars.
23028 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
23030         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
23031         the end of the date treatments.
23033 2005-08-15  Simon Josefsson  <jas@extundo.com>
23035         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
23036         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
23037         Capello and Romain Francoise.
23038         (pgg-fetch-key-function): Remove, not used?
23039         (pgg-insert-url-with-w3): Require url, to get
23040         url-insert-file-contents regardless of where it is defined.
23042 2005-08-13  Romain Francoise  <romain@orebokech.com>
23044         * message.el (message-cite-original-1): New function.
23045         (message-cite-original): Use it.
23046         (message-cite-original-without-signature): Ditto.
23048 2005-08-08  Romain Francoise  <romain@orebokech.com>
23050         * message.el (message-yank-empty-prefix): New variable.
23051         (message-indent-citation): Use it.
23052         (message-cite-original-without-signature): Respect X-No-Archive.
23054 2005-08-08  Simon Josefsson  <jas@extundo.com>
23056         * pgg.el: Autoload url-insert-file-contents instead of loading
23057         w3/url.
23058         (pgg-insert-url-with-w3): Don't load url here.
23060 2005-08-07  Jesper Harder  <harder@phys.au.dk>
23062         * message.el (message-kill-to-signature): Don't insert newline at
23063         bol.
23064         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
23066 2005-08-06  Romain Francoise  <romain@orebokech.com>
23068         * message.el (message-user-fqdn): Fix typo in docstring.
23070 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
23072         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
23074         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
23076 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23078         * mm-bodies.el (mm-encode-body): Use coding system rather than
23079         charset to encode text.
23081         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
23082         number of charsets if utf-8 is available (XEmacs).
23084 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
23086         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
23087         taken from `gnus-button-mid-or-mail-regexp'.
23088         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
23089         (gnus-button-alist): Improve regexp for domain part of the MIDs
23090         for news:localpart@domain buttons.
23091         (gnus-button-ctan-directory-regexp): Update.
23093 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23095         * sieve-manage.el (sieve-manage-interactive-login):
23096         Use make-local-variable rather than make-variable-buffer-local.
23097         (sieve-manage-open): Ditto.
23098         (sieve-manage-authenticate): Ditto.
23100         * mml.el (mml-generate-mime-1): Make the content type default to
23101         text/plain if the filename is not specified.
23103 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23105         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
23106         instead of insert-buffer.
23108         * message.el (message-yank-original): Ditto; set the mark at the
23109         end of the yanked message.
23111 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23113         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
23114         lines to scroll rather than to stop it.
23116         * mml.el (mml-generate-default-type): Add doc string.
23117         (mml-generate-mime-1): Use mm-default-file-encoding or make it
23118         default to application/octet-stream when determining the content
23119         type if it is not specified for the part or the mml contents; add
23120         a comment about mml-generate-default-type.
23122 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
23124         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
23125         make it default to application/octet-stream when determining the
23126         content type if it is not specified for the external contents.
23128 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23130         * rfc2231.el (rfc2231-parse-string): Take care that not only a
23131         segmented parameter but also other parameters might be there.
23133 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23135         * mm-decode.el (mm-display-external): Delete temp file, directory
23136         and buffer immediately if the external process is exited.
23138 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23140         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23141         fewer lines than that of scroll-margin.
23142         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23144 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23146         * gnus-art.el (gnus-article-next-page): Revert.
23147         (gnus-article-beginning-of-window): New macro.
23148         (gnus-article-next-page-1): Use it.
23149         (gnus-article-prev-page): Ditto.
23150         (gnus-article-edit-part): Use insert-buffer-substring instead of
23151         insert-buffer.
23152         (gnus-article-edit-exit): Ditto.
23154         * gnus-util.el (gnus-beginning-of-window): Remove.
23155         (gnus-end-of-window): Remove.
23157         * lpath.el: Don't bind header-line-format and scroll-margin.
23159 2005-07-25  Simon Josefsson  <jas@extundo.com>
23161         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23162         to have the url package without w3.  Reported by Daiki Ueno
23163         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23165 2005-07-20  Didier Verna  <didier@xemacs.org>
23167         * gnus-diary.el: Remove the description comment (nndiary is now
23168         properly documented in the Gnus manual).
23169         Fix the spelling of "Back End".
23170         * nndiary.el: Ditto.
23171         Fix the copyright notice.
23173 2005-07-18  Romain Francoise  <romain@orebokech.com>
23175         * gnus-sum.el (gnus-summary-to-prefix)
23176         (gnus-summary-newsgroup-prefix): New variables.
23177         (gnus-summary-from-or-to-or-newsgroups): Use them.
23179 2005-07-17  Romain Francoise  <romain@orebokech.com>
23181         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23182         space as it's generally not especially interesting to the user.
23184 2005-07-16  Romain Francoise  <romain@orebokech.com>
23186         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23187         nil to avoid prompting and file modification if one of the
23188         messages at the top of the nnfolder file contains a copyright
23189         notice.
23190         Update copyright notice.
23192         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23193         instead of `current-time-string' as the latter creates a time
23194         string that is not RFC 2822 compliant (it lacks the zone).
23195         Update copyright notice.
23197 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23199         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23200         for text/rtf.  Display default in prompt.  Pass default for M-n.
23202         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23204 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23206         * gnus-msg.el (gnus-button-mailto):
23207         Remove save-selected-window-window hackery because it relies on
23208         save-selected-window internals.
23210 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23212         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23213         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23214         (gnus-article-prev-page): Ditto.
23216         * gnus-util.el (gnus-beginning-of-window): New function.
23217         (gnus-end-of-window): New function.
23219         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23221 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23223         * gnus-score.el (gnus-score-edit-all-score):
23224         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23225         gnus-message.
23227 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23229         * gnus-msg.el (gnus-button-mailto):
23230         Remove save-selected-window-window hackery because it relies on
23231         save-selected-window internals.
23233 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23235         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23236         add-minor-mode.
23237         (gnus-binary-mode): Ditto.
23239         * gnus-topic.el (gnus-topic-mode): Ditto.
23241 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23243         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23244         (gnus-article-prev-page): Take scroll-margin into consideration.
23246 2005-07-04  Lute Kamstra  <lute@gnu.org>
23248         Update FSF's address in GPL notices.
23250 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23252         * gnus.el (gnus-exit):
23253         * gnus-group.el (gnus-group-icons):
23254         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23256         * gnus-nocem.el (gnus-nocem):
23257         * message.el (message-various, message-buffers, message-sending)
23258         (message-interface, message-forwarding, message-insertion)
23259         (message-headers, message-news, message-mail):
23260         * pgg-gpg.el (pgg-gpg):
23261         * pgg-parse.el (pgg-parse):
23262         * pgg-pgp.el (pgg-pgp):
23263         * pgg-pgp5.el (pgg-pgp5):
23264         * pop3.el (pop3): Finish `defgroup' description with period.
23266 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23268         * gnus-art.el (article-display-face): Improve the efficiency.
23269         (article-display-x-face): Ditto; remove gray x-face stuff.
23271 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23273         * gnus-art.el (article-display-face): Correct the position in
23274         which Faces are inserted.
23276 2005-06-29  Didier Verna  <didier@xemacs.org>
23278         * gnus-art.el (article-display-face): Display faces in correct
23279         order.
23281 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23283         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23284         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23285         (gnus-nocem-check-article): Fetch the Type header.
23286         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23287         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23288         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23289         make sure gnus-nocem-hashtb is initialized.
23290         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23291         (gnus-nocem-unwanted-article-p): Ditto.
23293         * pgg.el (pgg-verify): Return the verification result.
23295 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23297         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23298         is ascii.
23300 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23302         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23303         `show-nonbreak-escape'.
23305 2005-06-23  Lute Kamstra  <lute@gnu.org>
23307         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23309         * dig.el (dig-mode):
23310         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23312 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23314         * nnimap.el (nnimap-split-download-body): Fix spellings.
23316 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23318         * gnus-art.el (gnus-article-encrypt-body):
23319         * gnus-cus.el (gnus-score-customize):
23320         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23321         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23323 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23325         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23326         header by looking for magic "MII" at the beginning.
23328 2005-06-16  Miles Bader  <miles@gnu.org>
23330         * gnus-xmas.el (gnus-xmas-group-startup-message):
23331         Use renamed gnus-splash face.
23333         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23334         (assistant-field-face): New backward-compatibility alias for renamed
23335         face.
23336         (assistant-render-text): Use renamed assistant-field face.
23338         * spam.el (spam): Remove "-face" suffix from face name.
23339         (spam-face): New backward-compatibility alias for renamed face.
23340         (spam-face, spam-initialize): Use renamed spam face.
23342         * message.el (message-header-to, message-header-cc)
23343         (message-header-subject, message-header-newsgroups)
23344         (message-header-other, message-header-name)
23345         (message-header-xheader, message-separator, message-cited-text)
23346         (message-mml): Remove "-face" suffix from face names.
23347         (message-header-to-face, message-header-cc-face)
23348         (message-header-subject-face, message-header-newsgroups-face)
23349         (message-header-other-face, message-header-name-face)
23350         (message-header-xheader-face, message-separator-face)
23351         (message-cited-text-face, message-mml-face):
23352         New backward-compatibility aliases for renamed faces.
23353         (message-font-lock-keywords): Use renamed message faces.
23355         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23356         (sieve-test-commands, sieve-tagged-arguments):
23357         Remove "-face" suffix from face names.
23358         (sieve-control-commands-face, sieve-action-commands-face)
23359         (sieve-test-commands-face, sieve-tagged-arguments-face):
23360         New backward-compatibility aliases for renamed faces.
23361         (sieve-control-commands-face, sieve-action-commands-face)
23362         (sieve-test-commands-face, sieve-tagged-arguments-face):
23363         Use renamed sieve faces.
23365         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23366         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23367         (gnus-group-news-3-empty, gnus-group-news-4)
23368         (gnus-group-news-4-empty, gnus-group-news-5)
23369         (gnus-group-news-5-empty, gnus-group-news-6)
23370         (gnus-group-news-6-empty, gnus-group-news-low)
23371         (gnus-group-news-low-empty, gnus-group-mail-1)
23372         (gnus-group-mail-1-empty, gnus-group-mail-2)
23373         (gnus-group-mail-2-empty, gnus-group-mail-3)
23374         (gnus-group-mail-3-empty, gnus-group-mail-low)
23375         (gnus-group-mail-low-empty, gnus-summary-selected)
23376         (gnus-summary-cancelled, gnus-summary-high-ticked)
23377         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23378         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23379         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23380         (gnus-summary-low-undownloaded)
23381         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23382         (gnus-summary-low-unread, gnus-summary-normal-unread)
23383         (gnus-summary-high-read, gnus-summary-low-read)
23384         (gnus-summary-normal-read, gnus-splash):
23385         Remove "-face" suffix from face names.
23386         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23387         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23388         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23389         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23390         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23391         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23392         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23393         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23394         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23395         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23396         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23397         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23398         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23399         (gnus-summary-normal-ticked-face)
23400         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23401         (gnus-summary-normal-ancient-face)
23402         (gnus-summary-high-undownloaded-face)
23403         (gnus-summary-low-undownloaded-face)
23404         (gnus-summary-normal-undownloaded-face)
23405         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23406         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23407         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23408         (gnus-splash-face):
23409         New backward-compatibility aliases for renamed faces.
23410         (gnus-group-startup-message): Use renamed gnus faces.
23412         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23413         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23414         (gnus-server-agent): Remove "-face" suffix from face names.
23415         (gnus-server-agent-face, gnus-server-opened-face)
23416         (gnus-server-closed-face, gnus-server-denied-face)
23417         (gnus-server-offline-face):
23418         New backward-compatibility aliases for renamed faces.
23419         (gnus-server-agent-face, gnus-server-opened-face)
23420         (gnus-server-closed-face, gnus-server-denied-face)
23421         (gnus-server-offline-face): Use renamed gnus faces.
23423         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23424         Remove "-face" suffix from face names.
23425         (gnus-picon-xbm-face, gnus-picon-face):
23426         New backward-compatibility aliases for renamed faces.
23428         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23429         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23430         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23431         (gnus-cite-11): Remove "-face" suffix from face names.
23432         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23433         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23434         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23435         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23436         New backward-compatibility aliases for renamed faces.
23437         (gnus-cite-attribution-face, gnus-cite-face-list)
23438         (gnus-article-boring-faces): Use renamed gnus faces.
23440         * gnus-art.el (gnus-signature, gnus-header-from)
23441         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23442         (gnus-header-content): Remove "-face" suffix from face names.
23443         (gnus-signature-face, gnus-header-from-face)
23444         (gnus-header-subject-face, gnus-header-newsgroups-face)
23445         (gnus-header-name-face, gnus-header-content-face):
23446         New backward-compatibility aliases for renamed faces.
23447         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23449         * gnus-sum.el (gnus-summary-selected-face)
23450         (gnus-summary-highlight): Use renamed gnus faces.
23451         * gnus-group.el (gnus-group-highlight): Likewise.
23453 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23455         * gnus-sieve.el (gnus-sieve-article-add-rule):
23456         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23457         * spam-stat.el (spam-stat-buffer-change-to-spam)
23458         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23460         * message.el (message-is-yours-p):
23461         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23463 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23465         * mm-view.el (mm-inline-text): Withdraw the last change.
23467 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23469         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23470         executing enriched-decode.
23472 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23474         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23475         charset of tar files.
23477 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23479         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23481 2005-06-04  Lute Kamstra  <lute@gnu.org>
23483         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23484         information is never recorded.
23486 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23488         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23490 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23492         * pop3.el (pop3-apop): Run md5 in the binary mode.
23494         * starttls.el (starttls-set-process-query-on-exit-flag):
23495         Use eval-and-compile.
23497 2005-05-31  Simon Josefsson  <jas@extundo.com>
23499         * smime.el (smime-replace-in-string): Define.
23500         (smime-cert-by-ldap-1): Use it.
23502 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23504         * gnus-art.el (article-display-x-face): Replace
23505         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23507         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23508         set-process-query-on-exit-flag or process-kill-without-query.
23510         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23511         loop instead of replace-regexp.
23513         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23514         instead of process-kill-without-query if it is available.
23516         * lpath.el: Fbind ldap-search-entries.
23518         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23519         instead of find-file-hooks if it is available.
23521         * mml1991.el: Bind pgg-default-user-id when compiling.
23523         * mml2015.el: Bind pgg-default-user-id when compiling.
23525         * nndraft.el (nndraft-request-associate-buffer):
23526         Use write-contents-functions instead of write-contents-hooks if it is
23527         available.
23529         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23530         instead of find-file-hooks if it is available.
23532         * nntp.el (nntp-open-connection): Replace
23533         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23534         (nntp-open-ssl-stream): Ditto.
23535         (nntp-open-tls-stream): Ditto.
23537         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23538         set-process-query-on-exit-flag or process-kill-without-query.
23539         (starttls-open-stream-gnutls): Use it instead of
23540         process-kill-without-query.
23541         (starttls-open-stream): Ditto.
23543 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23545         * smime.el (smime-cert-by-ldap-1): Don't use
23546         replace-regexp-in-string.
23548 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23550         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23552         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23553         in PEM format.  Adjust to the XEmacs compatibility.
23555 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23557         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23558         by `string-to-number'.
23559         * gnus-agent.el (gnus-agent-regenerate-group)
23560         (gnus-agent-fetch-articles): Ditto.
23561         * gnus-art.el (gnus-button-fetch-group): Ditto.
23562         * gnus-cache.el (gnus-cache-generate-active)
23563         (gnus-cache-articles-in-group): Ditto.
23564         * gnus-group.el (gnus-group-set-current-level)
23565         (gnus-group-insert-group-line): Ditto.
23566         * gnus-score.el (gnus-score-set-expunge-below)
23567         (gnus-score-set-mark-below, gnus-summary-score-effect)
23568         (gnus-summary-score-entry): Ditto.
23569         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23570         (gnus-soup-pack): Ditto.
23571         * gnus-spec.el (gnus-xmas-format): Ditto.
23572         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23573         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23574         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23575         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23576         * nndb.el (nndb-get-remote-expire-response): Ditto.
23577         * nndiary.el (nndiary-parse-schedule-value)
23578         (nndiary-string-to-number, nndiary-request-replace-article)
23579         (nndiary-request-article): Ditto.
23580         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23581         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23582         * nneething.el (nneething-make-head): Ditto.
23583         * nnfolder.el (nnfolder-request-article)
23584         (nnfolder-retrieve-headers): Ditto.
23585         * nnheader.el (nnheader-file-to-number): Ditto.
23586         * nnkiboze.el (nnkiboze-request-article): Ditto.
23587         * nnmail.el (nnmail-process-unix-mail-format)
23588         (nnmail-process-babyl-mail-format): Ditto.
23589         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23590         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23591         (nnmh-request-create-group, nnmh-request-list-1)
23592         (nnmh-request-group, nnmh-request-article): Ditto.
23593         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23594         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23595         * nnsoup.el (nnsoup-make-active): Ditto.
23596         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23597         * nntp.el (nntp-find-group-and-number)
23598         (nntp-retrieve-headers-with-xover): Ditto.
23599         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23600         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23601         (pgg-format-key-identifier): Ditto.
23602         * pop3.el (pop3-last, pop3-stat): Ditto.
23603         * qp.el (quoted-printable-decode-region): Ditto.
23605         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23606         of concat.
23608 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23610         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23612         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23614         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23616         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23618         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23620         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23622         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23623         (gnus-carpal-mode): Ditto.
23625         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23626         (gnus-browse-mode): Ditto.
23628         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23630         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23632 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23634         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23636 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23638         * gnus-util.el (gnus-run-mode-hooks): New function.
23640         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23642         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23643         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23645 2005-05-27  Lute Kamstra  <lute@gnu.org>
23647         * dns-mode.el (dns-mode): Specify customization group.
23649 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23651         * gnus-agent.el (gnus-agent-make-mode-line-string):
23652         Use mode-line-highlight as mouse-face.
23654 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23656         * canlock.el (canlock): Change the parent group to news.
23658         * deuglify.el (gnus-outlook-deuglify): Add :group.
23660         * dig.el (dig): Add :group.
23662         * dns-mode.el (dns-mode): Add :group.
23664         * encrypt.el (encrypt): Add :group.
23666         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23667         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23668         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23669         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23670         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23672         * gnus-diary.el (gnus-diary): Add :group.
23674         * gnus.el (gnus-group-news-1-face): Add :group.
23675         (gnus-group-news-1-empty-face): Ditto.
23676         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23677         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23678         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23679         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23680         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23681         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23682         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23683         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23684         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23685         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23686         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23687         (gnus-summary-high-ticked-face): Ditto.
23688         (gnus-summary-low-ticked-face): Ditto.
23689         (gnus-summary-normal-ticked-face): Ditto.
23690         (gnus-summary-high-ancient-face): Ditto.
23691         (gnus-summary-low-ancient-face): Ditto.
23692         (gnus-summary-normal-ancient-face): Ditto.
23693         (gnus-summary-high-undownloaded-face): Ditto.
23694         (gnus-summary-low-undownloaded-face): Ditto.
23695         (gnus-summary-normal-undownloaded-face): Ditto.
23696         (gnus-summary-high-unread-face): Ditto.
23697         (gnus-summary-low-unread-face): Ditto.
23698         (gnus-summary-normal-unread-face): Ditto.
23699         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23700         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23702         * hashcash.el (hashcash): New custom group.
23703         (hashcash-default-payment): Add :group.
23704         (hashcash-payment-alist): Ditto.
23705         (hashcash-default-accept-payment): Ditto.
23706         (hashcash-accept-resources): Ditto.
23707         (hashcash-path): Ditto.
23708         (hashcash-extra-generate-parameters): Ditto.
23709         (hashcash-double-spend-database): Ditto.
23710         (hashcash-in-news): Ditto.
23712         * message.el (message-minibuffer-local-map): Add :group.
23714         * netrc.el (netrc): Add :group.
23716         * sieve-manage.el (sieve-manage-log): Add :group.
23717         (sieve-manage-default-user): Diito.
23718         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23719         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23720         (sieve-manage-authenticators): Ditto.
23721         (sieve-manage-authenticator-alist): Ditto.
23722         (sieve-manage-default-port): Ditto.
23724         * sieve-mode.el (sieve-control-commands-face): Add :group.
23725         (sieve-action-commands-face): Ditto.
23726         (sieve-test-commands-face): Ditto.
23727         (sieve-tagged-arguments-face): Ditto.
23729         * smime.el (smime): Add :group.
23731         * spam-report.el (spam-report): Add :group.
23733         * spam.el (spam, spam-face): Add :group.
23735 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23737         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23738         return \n.\n.\n at the end of articles.  Protect against that.
23739         (nntp-with-open-group): Allow debugging.
23741         * nnheader.el (mail-header-set-extra): Make into a function
23742         because I just could't understand how to quote the list properly.
23744         * dns.el (query-dns-cached): New function.
23746 2005-05-26  Lute Kamstra  <lute@gnu.org>
23748         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23750 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23752         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23754         * gnus-art.el: Don't autoload mail-extract-address-components.
23756         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23757         eval-and-compile to evaluate it.
23759         * hashcash.el: Don't autoload executable-find.
23761         * nndb.el: Don't declare the nndb back end two or more times; don't
23762         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23764         * nntp.el: Autoload format-spec instead of format; use
23765         eval-and-compile to evaluate autoload forms.
23767 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23769         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23771 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23773         * gnus.el (gnus-version-number): Bump version.
23775 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23777         * gnus.el: No Gnus v0.3 is released.
23779 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23781         * lpath.el (featurep): Bind show-nonbreak-escape.
23783 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23785         * gnus-art.el (gnus-article-edit-part): Disable undo.
23787 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23789         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23790         gnus-article-date-lapsed-new-header is t if date timer is active;
23791         skip headers in which the original date value is empty.
23792         (gnus-article-save-original-date): Redefine it as a macro.
23793         (gnus-display-mime): Use it.
23795 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23797         * gnus-art.el (article-date-ut): Support converting date in
23798         forwarded parts as well.
23799         (gnus-article-save-original-date): New function.
23800         (gnus-display-mime): Use it.
23802 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23804         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23805         enclosure element of <item>.
23807 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23809         * message.el (message-kill-buffer-query): Rename from
23810         `message-kill-buffer-query-if-modified'.  Add :version.
23812 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23814         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23815         window layout.
23817 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23819         * mml.el: Autoload dnd when compiling.
23821 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23823         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23824         x-dnd-*.
23826 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23828         * qp.el (quoted-printable-encode-region): Save excursion.
23830 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23832         * message.el (message-kill-buffer-query-if-modified): Add new variable
23833         so the user can kill a modified message buffer quickly.
23834         (message-kill-buffer): Use it.
23836 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23838         * lpath.el: Fbind display-time-event-handler; don't fbind
23839         string-to-multibyte.
23841         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23843 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23845         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23846         contained in text because xml.el decodes entities) with LFs.
23848 2005-04-11  Lute Kamstra  <lute@gnu.org>
23850         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23851         differently.
23853 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23855         * mm-util.el (mm-detect-coding-region): Typo.
23857 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23859         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23861 2005-04-06  Deepak Goel  <deego@gnufans.org>
23863         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23864         user-function allow user modifications of the scores.
23865         (spam-stat-score-buffer-user): New function, to allow
23866         user-computed modifications to the score.
23867         (spam-stat-score-buffer-user-functions): List of additional
23868         scoring functions.
23869         (spam-stat-error-holder): Global temporary error holder.
23870         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23871         variable.
23873 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23875         * gnus-registry.el (gnus-registry-clean-empty-function)
23876         (gnus-registry-trim, gnus-registry-fetch-groups)
23877         (gnus-registry-delete-group): Groups that match
23878         `gnus-registry-ignored-groups' are removed from the registry
23879         entries, not just ignored for splitting.  This helps clean up the
23880         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23881         to get all the groups a message ID is in.
23883         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23884         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23885         (spam-stat-score-buffer-user-functions): Add :number custom type.
23887 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23889         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23890         argument in XEmacs.
23892         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23893         (nnrss-request-group): Decode group name first.
23894         (nnrss-request-article): Make a text/plain article if mml-to-mime
23895         failed.
23896         (nnrss-get-encoding): Return a compatible encoding according to
23897         nnrss-compatible-encoding-alist.
23898         (nnrss-find-el): Use consp instead of listp.
23899         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23901 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23903         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23904         which Emacs 20 doesn't support.
23905         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23907 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23909         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23910         silence the byte compiler inside the defun.
23912         * gnus-demon.el (parse-time-string): Add autoload.
23914         * gnus-delay.el (parse-time-string): Add autoload.
23916         * gnus-art.el (parse-time-string): Add autoload.
23918         * nnultimate.el (parse-time): Require for `parse-time-string'.
23920 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23922         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23924         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23926         * smime.el (smime-ldap-host-list): Add :version.
23928 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23930         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23931         pass it to `gnus-browse-read-group'.
23932         (gnus-browse-read-group): Add NUMBER argument and pass it to
23933         `gnus-group-read-ephemeral-group'.
23935         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23936         argument and pass it to `gnus-group-read-group'.
23938 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23940         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23941         mm-xemacs-find-mime-charset-1 if we have the mule feature
23942         available at runtime.
23944 2005-03-25  Werner Lemberg  <wl@gnu.org>
23946         * nnmaildir.el: Replace `illegal' with `invalid'.
23948 2005-03-23  Lute Kamstra  <lute@gnu.org>
23950         * time-date.el: Add comment on time value formats.
23951         Don't require parse-time.
23952         (with-decoded-time-value): New macro.
23953         (encode-time-value): New function.
23954         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23955         (days-to-time): Return a valid time value when arg is huge.
23956         (time-since): Use time-subtract.
23957         (time-to-number-of-days): Use time-to-seconds.
23959 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23961         * gnus-start.el (gnus-display-time-event-handler):
23962         Check display-time-timer at runtime rather than only at load time
23963         in case display-time-mode is turned off in the mean time.
23965 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23967         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23968         used.
23970         * nneething.el (nneething-map-file-directory): Derive from
23971         `gnus-directory'.
23973         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23974         the To/Cc button.
23976 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23978         * nnmaildir.el (nnmaildir-request-accept-article):
23979         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23981 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23983         * gnus-async.el: Require timer-funcs at compile time when in
23984         XEmacs for `run-with-idle-timer'.
23986 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23988         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23989         autoloaded function.
23991 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23993         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23995 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23997         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23999 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24001         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
24002         Add gnus-expert-user to default.
24004 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
24006         * nnimap.el (nnimap-open-server): Ditto.
24008         * imap.el (imap-authenticate): Fix typo.
24010 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
24012         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
24013         buffer (since IMAP server might return FETCH response out of
24014         order, and the nntp buffer must be sorted).
24016 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
24018         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
24019         comparison on string.
24021         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
24022         (gnus-agent-score): Rename category keywords to match gnus-cus.
24023         (gnus-agent-summary-fetch-series): Modify to protect against
24024         gnus-agent-summary-fetch-group clearing processable flags.
24025         (gnus-agent-synchronize-group-flags): Update live group buffer as
24026         synchronization may occur due to the user toggle the plugged
24027         status.
24028         (gnus-agent-fetch-group-1): Clear downloadable flag when article
24029         successfully downloaded.
24030         (gnus-agent-expire-group-1): Avoid using markers when the overview
24031         is in ascending order; greatly improves performance.
24032         (gnus-agent-regenerate-group):
24033         Use gnus-agent-synchronize-group-flags to reset read status in both
24034         gnus and server.
24035         (gnus-agent-update-files-total-fetched-for): Fix initial size.
24037 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
24039         * message.el: Don't autoload former message-utils variables.
24040         (message-strip-subject-trailing-was): Change doc string.
24042         * nnweb.el: Fixes for `gnus-group-make-web-group'.
24043         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
24044         (nnweb-google-search): Add "hl=en" here.
24045         (nnweb-google-parse-1, nnweb-google-create-mapping):
24046         Don't hardcode URL.
24048 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
24050         * message.el (message-get-reply-headers, message-followup):
24051         Mention related variables `message-use-followup-to' and
24052         `message-use-mail-followup-to', in the information buffer.
24054         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
24055         of broken groups(-beta).google.com.
24057 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
24059         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
24060         parameter to invoked gnus-request-move-article; remove the
24061         redundant gnus-sum-hint-move-is-internal variable; apply the marks
24062         all at once instead of once per article.
24063         (gnus-summary-remove-process-mark): Accept a list of articles as
24064         well as a single article for processing.
24066         * gnus-int.el (gnus-request-move-article): Add move-is-internal
24067         parameter.
24069         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
24071         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
24073         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
24074         parameter.
24076         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
24077         parameter.
24079         * nnimap.el (nnimap-request-move-article): Add move-is-internal
24080         parameter and remove the gnus-sum-hint-move-is-internal variable.
24082         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
24083         parameter.
24085         * nndraft.el (nndraft-request-move-article): Add move-is-internal
24086         parameter.
24088         * nndiary.el (nndiary-request-move-article): Add move-is-internal
24089         parameter.
24091         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
24093         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
24094         parameter.
24096         * nnagent.el (nnagent-request-move-article): Add move-is-internal
24097         parameter.
24099 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24101         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
24102         a more conservative way.
24104 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24106         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
24107         buffer, so it moves the window's cursor.
24109 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
24111         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
24112         `mm-dissect-multipart' and receive the from field as an (optional)
24113         argument from `mm-dissect-multipart'.
24114         (mm-dissect-multipart): Receive the from field as an argument and
24115         pass it on when we call `mm-dissect-buffer' on MIME parts.
24116         Fixes verification/decryption of signed/encrypted MIME parts.
24118 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
24120         * gnus-sum.el (gnus-summary-move-article):
24121         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
24122         whatever it calls (right now, only nnimap-request-move article
24123         respects it).
24125         * nnimap.el (nnimap-request-move-article):
24126         When gnus-sum-hint-move-is-internal is set, don't do the extra
24127         nnimap-request-article.
24129 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24131         * nnheader.el (nnheader-find-file-noselect): Add doc string.
24133         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
24134         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
24136         * gnus-sum.el (gnus-summary-caesar-message):
24137         Apply `gnus-treat-article' after rotation.
24139         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24140         doc string.
24142 2005-02-22  Simon Josefsson  <jas@extundo.com>
24144         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24145         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24146         <arne@arnested.dk>.
24147         (encrypt): Add password-cache and password-cache-expiry as group
24148         members.
24150 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24152         * smime.el (smime-ldap-host-list): Doc fix.
24153         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24154         cache) password.
24155         (smime-sign-region): Use it.
24156         (smime-decrypt-region): Use it.
24157         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24158         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24159         fails.
24160         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24161         certificate from DER to PEM format rather than calling openssl.
24163         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24165         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24166         for signing/encryption.
24168         * mml.el (mml-parse-1): Use them.
24170 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24172         * nnrss.el (nnrss-verbose): Remove.
24173         (nnrss-request-group): Use `nnheader-message' instead.
24175 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24177         * nnrss.el (nnrss-verbose): New variable.
24178         (nnrss-request-group): Make it say nnrss is requesting a group.
24180 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24182         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24183         Handle news URL with given port correctly.
24185 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24187         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24188         containing special characters.
24190         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24192         * mml.el (mime-to-mml): Ditto.
24194         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24195         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24196         (rfc2047-decode-region): Quote decoded words containing special
24197         characters when rfc2047-quote-decoded-words-containing-tspecials
24198         is non-nil.
24200 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24202         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24204         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24206 2005-02-15  Simon Josefsson  <jas@extundo.com>
24208         * nnimap.el (nnimap-debug): Doc fix.
24210         * imap.el (imap-debug): Doc fix.
24212 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24214         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24216 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24218         * gnus.el (spam-contents): Improve docs for spam-contents
24219         parameter in its variable incarnation.
24221 2005-02-14  Simon Josefsson  <jas@extundo.com>
24223         * smime-ldap.el: Use require instead of load-library for ldap.
24224         (smime-ldap-search): Indent.
24225         (smime-ldap-search-internal): Shorten line.
24227         * smime.el (smime-cert-by-dns): Add doc-string.
24228         (smime-cert-by-ldap-1): Indent.
24230         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24231         mml-smime-get-dns-ldap.
24232         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24234 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24236         * smime.el: Require smime-ldap.
24237         (smime-ldap-host-list): New variable.
24238         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24240         * mml-smime.el (mml-smime-encrypt-query): New function.
24241         (mml-smime-encrypt-query): Use it.
24243         * smime-ldap.el: New file.
24245 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24247         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24249 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24251         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24252         argument in doc string.  Make query for type more clear.
24254 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24256         * gnus.el (gnus-group-startup-message): Search for gnus images in
24257         etc/images/gnus.
24258         * mm-util.el (mm-image-load-path): Likewise.
24259         * smiley.el (smiley-data-directory): Search for smilies in
24260         etc/images/smilies.
24262 2005-02-09  Kim F. Storm  <storm@cua.dk>
24264         Change Emacs release version from 21.4 to 22.1 throughout.
24265         Change Emacs development version from 21.3.50 to 22.0.50.
24267 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24269         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24271         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24272         non-Mule XEmacs as well.
24273         (mm-decompress-buffer): Signal an error intentionally if it does
24274         not decompress compressed data because auto-compression-mode is
24275         disabled.
24277 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24279         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24280         an ID in the registry even if it has no groups.
24282 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24284         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24285         merge it into mm-decompress-buffer.
24286         (gnus-mime-copy-part): Use the MIME part charset, the value which
24287         a user specified or gnus-newsgroup-charset for decoding, like
24288         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24289         save-buffer what was used.  Suggested by Kevin Ryde
24290         <user42@zip.com.au>.
24291         (gnus-mime-inline-part): Allow the name parameter as well as the
24292         filename parameter; force decompressing of compressed data; always
24293         display contents being not decoded as unibyte.
24295         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24296         as well as the filename parameter.
24298         * mm-util.el (mm-decompress-buffer):
24299         Merge gnus-mime-jka-compr-maybe-uncompress.
24300         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24301         of compressed data.
24303 2005-02-08  Simon Josefsson  <jas@extundo.com>
24305         * imap.el (imap-log): Doc fix.
24307 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24309         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24310         the coding cookies; decompress compressed parts.
24312         * mml.el (mml-generate-mime-1): Add the charset parameter according
24313         to the value which a user specified manually or the coding cookie.
24315         * mm-util.el (mm-string-to-multibyte): New function.
24316         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24317         (mm-coding-system-to-mime-charset): New function.
24318         (mm-decompress-buffer): New function.
24319         (mm-find-buffer-file-coding-system): New function.
24321         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24322         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24323         parts.
24325 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24327         * mm-view.el (mm-display-inline-fontify): Decode a part according
24328         to the charset parameter.
24330 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24332         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24333         prefix arg is neither nil nor a number, as info specifies.
24335 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24337         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24338         timestamps.
24340 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24342         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24343         groups error checking and notify user.
24345 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24347         * message.el (message-send-mail-function): Check existence of
24348         sendmail-program first before using default value
24349         `message-send-mail-with-sendmail'.  Otherwise use more generic
24350         `smtpmail-send-it'.
24352 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24354         * nntp.el (nntp-request-update-info): Always return nil.
24356 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24358         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24360 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24362         * message.el (message-beginning-of-line): Change the behavior when
24363         invoked between BOL and : so that it first moves backward.
24365 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24367         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24368         article buffer when editing of the article is discarded.
24369         (gnus-article-prepare): Revert.
24371 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24373         * gnus-art.el (gnus-article-prepare):
24374         Remove message-strip-forbidden-properties from the local hook.
24376 2005-01-27  Simon Josefsson  <jas@extundo.com>
24378         * password.el (password-cache-add): Only start one timer per key.
24379         Reported by Derek Atkins <warlord@MIT.EDU>.
24381 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24383         * run-at-time.el: Remove.  It is no longer needed as
24384         timer-funcs.el in the xemacs-base package has a working version of
24385         `run-at-time'.
24387         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24389         * password.el: Require timer-funcs instead of run-at-time in
24390         XEmacs.
24391         Remove `password-run-at-time' macro.
24392         (password-cache-add): Use `run-at-time' instead of
24393         `password-run-at-time'.
24395         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24396         Remove `nnheader-cancel-function-timers' alias,
24397         `cancel-function-timers' exists in XEmacs in timer-funcs.
24399         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24400         for `run-with-idle-timer'.
24402         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24403         for `run-at-time'.
24405         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24406         for `with-timeout'.
24408         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24409         the same as for XEmacs 21.4.
24410         No need to ignore `run-with-idle-timer', this function exists in
24411         XEmacs now in timer-funcs.el in the xemacs-base package.
24412         (dgnushack-compile): No need to delete
24413         run-at-time.el from the list of files to compile because it
24414         doesn't exist anymore.
24416 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24418         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24419         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24421 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24423         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24424         sensitively.
24426 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24428         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24430 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24432         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24433         which will be inserted according to the multibyteness of a buffer
24434         rather than the type of contents.  Suggested by ARISAWA Akihiro
24435         <ari@mbf.ocn.ne.jp>.
24437         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24438         of string which old xml.el may return rather than a string.
24440 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24442         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24444 2005-01-16  Simon Josefsson  <jas@extundo.com>
24446         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24447         idn/idna.el isn't available.
24448         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24449         <michael@waxrat.com>.
24451         * hashcash.el: Remove non-FSF copyright header.
24453         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24454         (hashcash-generate-payment): Use it.
24455         (hashcash-generate-payment-async): Use it.
24457 2005-01-15  Simon Josefsson  <jas@extundo.com>
24459         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24460         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24462         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24463         gnus-summary-idna-message.
24464         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24465         (gnus-summary-idna-message): New function.
24467 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24469         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24470         gnus-novice-user.
24472 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24474         * nnrss.el (nnrss-request-delete-group): Delete entries in
24475         nnrss-group-alist as well.
24476         (nnrss-save-server-data): Insert newline.
24478 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24480         * gnus.el (gnus-user-agent): Use list of symbols instead of
24481         symbols.  Display full version number for (S)XEmacs.
24482         Optionally display (S)XEmacs codename.
24484         * gnus-util.el (gnus-emacs-version): Update for new
24485         `gnus-user-agent'.
24487         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24488         Gnus version.
24490 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24492         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24493         which is unreadable in some setups.
24495 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24497         * gnus-spec.el (gnus-update-format-specifications): Flush the
24498         group format spec cache if it doesn't support decoded group names.
24500 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24502         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24503         Allow to apply decay on score files matching a regexp.
24505 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24507         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24508         compatibility in %g and %c.
24510 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24512         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24513         name for only %g and %c.
24514         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24515         of gnus-tmp-group to decoded group name.
24516         (gnus-group-make-rss-group): Exclude `/'s from group names.
24518 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24520         * nnrss.el (nnrss-get-encoding): Fix regexp.
24522 2004-12-27  Simon Josefsson  <jas@extundo.com>
24524         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24525         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24526         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24528 2004-12-17  Kim F. Storm  <storm@cua.dk>
24530         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24532         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24534 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24536         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24538 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24540         * nnrss.el: Require rfc2047 and mml.
24541         (nnrss-file-coding-system): New variable.
24542         (nnrss-format-string): Redefine it as an inline function.
24543         (nnrss-decode-group-name): New function.
24544         (nnrss-string-as-multibyte): Remove.
24545         (nnrss-retrieve-headers): Decode group name; don't use
24546         nnrss-format-string.
24547         (nnrss-request-group): Decode group name.
24548         (nnrss-request-article): Decode group name; allow a Message-ID as
24549         well as an article number; don't use nnrss-format-string; encode a
24550         Message-ID string which may contain non-ASCII characters; use
24551         mml-to-mime to compose a MIME article.
24552         (nnrss-request-expire-articles): Decode group name.
24553         (nnrss-request-delete-group): Decode group name.
24554         (nnrss-fetch): Clarify error message.
24555         (nnrss-read-server-data): Use insert-file-contents instead of load;
24556         bind file-name-coding-system; use multibyte buffer.
24557         (nnrss-save-server-data): Bind coding-system-for-write to the
24558         value of nnrss-file-coding-system; bind file-name-coding-system;
24559         add coding cookie.
24560         (nnrss-read-group-data): Use insert-file-contents instead of load;
24561         bind file-name-coding-system; use multibyte buffer.
24562         (nnrss-save-group-data): Bind coding-system-for-write to the
24563         value of nnrss-file-coding-system; bind file-name-coding-system.
24564         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24565         make it work with non-ASCII text.
24566         (nnrss-find-el): Make it work with old xml.el as well.
24568 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24570         * nnrss.el (nnrss-get-encoding): New function.
24571         (nnrss-fetch): Use unibyte buffer initially; bind
24572         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24573         decode contents according to the encoding attribute.
24574         (nnrss-save-group-data): Add coding cookie.
24575         (nnrss-mime-encode-string): New function.
24576         (nnrss-check-group): Use it to encode subject and author.
24578 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24580         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24581         imaginary variable.
24583 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24585         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24586         correctly even if there are wide characters.
24588 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24590         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24591         downcased symbol names; make a new cache instead of reusing
24592         bbdb-hashtable.
24594 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24596         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24597         concatenating segments rather than before concatenating them.
24598         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24600         * message.el (message-get-reply-headers): Bind `extra'.
24602 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24604         * message.el (message-extra-wide-headers): New variable.
24605         (message-get-reply-headers): Use it.
24607 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24609         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24610         (gnus-agent-group-pathname): Ditto.
24612         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24614         * gnus-group.el (gnus-group-make-group): Decode group name.
24615         (gnus-group-make-rss-group): Register the group data after opening
24616         the nnrss group.
24618 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24620         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24621         by expiry now get marked as read.
24623 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24625         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24627 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24629         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24630         unify Latin characters in XEmacs.
24631         (mm-find-mime-charset-region): Use it.
24633 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24635         * gnus-util.el (gnus-delete-directory): New function.
24637         * gnus-agent.el (gnus-agent-delete-group): Use it.
24639         * gnus-cache.el (gnus-cache-delete-group): Use it.
24641 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24643         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24644         names.
24646 2004-12-16  Simon Josefsson  <jas@extundo.com>
24648         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24650 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24652         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24654         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24655         (gnus-group-set-current-level): Decode group name.
24657 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24659         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24660         failed.
24662 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24664         * gnus-group.el (gnus-group-delete-group): Decode group name.
24665         (gnus-group-make-rss-group): Encode group name.
24666         (gnus-group-catchup-current): Decode group name.
24667         (gnus-group-kill-group): Decode group name.
24669 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24671         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24673 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24675         * gnus-group.el (gnus-group-make-rss-group):
24676         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24678         * gnus-start.el (gnus-setup-news): Honor user's setting to
24679         gnus-message-archive-method.  Suggested by Lute Kamstra
24680         <lute@gnu.org>.
24682 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24684         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24685         global counterparts of the buffer-local variables.
24687 2004-11-16  Romain Francoise  <romain@orebokech.com>
24689         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24690         counterparts of the buffer-local variables.
24692 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24694         * message.el (message-forbidden-properties): Fix typo in doc
24695         string.
24697 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24699         * gnus-util.el (gnus-replace-in-string): Add doc string.
24701         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24702         to avoid problems when splitting mails with many recipients.
24704 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24706         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24707         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24709 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24711         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24712         if there is no hashtable in memory or file modification time is
24713         newer than cached timestamp.
24715 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24717         * gnus-sum.el (gnus-summary-limit-to-recipient):
24718         Implement not-matching option.
24720 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24722         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24723         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24724         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24725         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24726         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24727         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24729 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24731         * message.el (message-forward-make-body-mml): Remove headers
24732         according to message-forward-ignored-headers if a message is decoded.
24734 2004-12-02  Romain Francoise  <romain@orebokech.com>
24736         * message.el (message-forward-make-body-plain): Always remove
24737         headers according to message-forward-ignored-headers.
24739 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24741         * spam.el (spam-summary-prepare-exit): Remove the
24742         gnus-summary-limit pop for now, it has problems with ham marks for
24743         me.
24745 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24747         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24748         correctly.
24750 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24752         * format-spec.el (format-spec): Message the char.
24754 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24756         * gnus-art.el (gnus-split-methods): Reformat comments.
24758         * spam.el (spam-summary-prepare-exit): Remove article limits
24759         before exiting the summary buffer.
24761 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24763         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24764         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24766         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24767         order to silence the byte compiler.
24769         * spam.el: Fix the way to silence the byte compiler, which
24770         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24771         bbdb-search-simple, spam-BBDB-register-routine,
24772         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24773         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24774         spam-stat-buffer-is-spam, spam-stat-load,
24775         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24776         spam-stat-save and spam-stat-split-fancy.
24778 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24780         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24781         which may confuse users.
24782         (canlock-password-for-verify): Ditto.
24784         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24786         * gnus-art.el (gnus-emphasis-alist): Ditto.
24788         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24790         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24792         * gnus-start.el (gnus-save-killed-list): Ditto.
24794         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24795         (gnus-sum-thread-tree-root): Ditto.
24796         (gnus-sum-thread-tree-false-root): Ditto.
24797         (gnus-sum-thread-tree-single-indent): Ditto.
24799         * message.el (message-courtesy-message): Ditto.
24800         (message-archive-note): Ditto.
24801         (message-subscribed-address-file): Ditto.
24802         (message-user-fqdn): Ditto.
24804         * spam-report.el (spam-report-gmane-regex): Ditto.
24806         * spam.el (spam-blackhole-good-server-regex): Ditto.
24808 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24810         * mml.el (mml-preview): Widen the message buffer before copying
24811         the contents to the preview buffer; sort headers before previewing.
24813         * message.el (message-hidden-headers): Fix the way to avoid a bug
24814         in the `repeat' widget in Emacs 21.3 or earlier.
24816 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24818         * message.el (message-hidden-headers): Default to "^References:".
24819         Improve customization type.  Suggested by Reiner Steib
24820         <Reiner.Steib@gmx.de>.
24822 2004-11-25  Romain Francoise  <romain@orebokech.com>
24824         * message.el (message-strip-forbidden-properties): Remove check for
24825         obsolete `message-hidden' text property, hidden headers are not
24826         accessible in the buffer anymore.
24828 2004-11-22  Romain Francoise  <romain@orebokech.com>
24830         * message.el (message-header-format-alist): Add `From' in list
24831         so that it can be sorted.
24832         (message-fix-before-sending): Widen and sort headers before
24833         sending.
24834         (message-hide-headers): Use narrowing to hide headers by moving
24835         them to the top of the buffer and narrowing to the region
24836         underneath.
24838 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24840         * message.el (message-strip-forbidden-properties):
24841         Bind buffer-read-only (etc) to nil.
24843 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24845         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24846         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24848 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24850         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24852 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24854         * dns.el (query-dns): Use sit-for to time instead of
24855         accept-process-output, since that doesn't seem to work on udp
24856         sockets.
24858 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24860         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24862 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24864         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24865         doc string.  Improve doc string.
24867 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24869         * nntp.el (nntp-request-update-info): Return nil if
24870         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24871         may not call gnus-activate-group which uselessly issues the GROUP
24872         commands for all nntp groups and wastes time.  Reported by Romain
24873         Francoise <romain@orebokech.com>.
24875         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24877 2004-11-15  Simon Josefsson  <jas@extundo.com>
24879         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24880         headers separately.
24881         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24882         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24884 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24886         * gnus-start.el (gnus-convert-old-newsrc):
24887         Assign legacy-gnus-agent to 5.10.7.
24889 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24891         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24892         start of the lines.
24894 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24896         * hashcash.el (hashcash-default-payment): Change default to 20.
24897         (hashcash-default-accept-payment): Change default to 20.
24898         (hashcash-process-alist): New variable.
24899         (hashcash-generate-payment-async): Add.
24900         (hashcash-already-paid-p): Add.
24901         (hashcash-insert-payment): Don't generate payments twice.
24902         (hashcash-insert-payment-async): Add.
24903         (hashcash-insert-payment-async-2): Add.
24904         (hashcash-cancel-async): Add.
24905         (hashcash-wait-async): Add.
24906         (hashcash-processes-running-p): Add.
24907         (hashcash-wait-or-cancel): Add.
24908         (mail-add-payment): New optional argument.  Conditionally start
24909         asynchronous calculation.
24910         (mail-add-payment-async): Add.
24912         * message.el (message-send-mail): Wait for asynchronous hashcash
24913         results.  Don't clobber existing X-Hashcash headers.
24914         (message-setup-1): Call mail-add-payment-async when
24915         message-generate-hashcash is non-nil.
24917 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24919         * message.el (message-use-alternative-email-as-from): Examine the
24920         From header as well; use message-make-from in order to include a
24921         user's full name.
24923 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24925         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24926         default; improve customization type.
24927         (gnus-emphasis-custom-with-format): New macro.
24928         (gnus-emphasis-custom-value-to-external): New function.
24929         (gnus-emphasis-custom-value-to-internal): New function.
24931 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24933         * dns.el (query-dns): Resolve reverse addresses.
24935 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24937         * gnus-group.el (gnus-group-get-new-news): Use it.
24939         * gnus-start.el (gnus-check-reasonable-setup): New function.
24941 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24943         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24944         "Args out of range" error.  Reported by Arnaud Giersch
24945         <arnaud.giersch@free.fr>.
24947 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24949         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24951 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24953         * spam.el (spam group): Add :version.
24955         * pgg-def.el (pgg group): Add :version.
24957 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24959         * gnus-art.el (gnus-article-edit-article): Don't associate the
24960         article buffer with a draft file.  This is a temporary measure
24961         against the 2004-08-22 change to gnus-article-edit-mode.
24963 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24965         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24966         (html2text-format-tags): Remove unused variable `attr'.
24968 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24970         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24972         * tls.el (tls-process-connection-type, tls-success)
24973         (tls-certtool-program): Add :version.
24975         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24976         (starttls-extra-arguments, starttls-process-connection-type)
24977         (starttls-connect, starttls-failure, starttls-success): Add :version.
24979         * spam-stat.el (spam-stat): Add :version.
24981         * sieve.el (sieve): Add :version.
24983         * sha1.el (sha1): Add :version.
24984         (sha1-use-external): Remove redundant version.
24986         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24987         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24988         (nnmail-split-fancy-match-partial-words)
24989         (nnmail-split-lowercase-expanded): Add :version.
24991         * nndiary.el (nndiary): Add :version.
24993         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24995         * mml-sec.el (mml-default-sign-method)
24996         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24997         Add :version.
24999         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
25001         * mm-url.el (mm-url-use-external, mm-url-program)
25002         (mm-url-arguments): Add :version.
25004         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
25005         (mm-attachment-file-modes, mm-decrypt-option)
25006         (mm-w3m-safe-url-regexp): Add :version.
25008         * message.el (message-cite-prefix-regexp)
25009         (message-sendmail-envelope-from, message-minibuffer-local-map)
25010         (message-user-fqdn, message-completion-alist): Add :version.
25012         * gnus-win.el (gnus-configure-windows-hook)
25013         (gnus-use-frames-on-any-display): Add :version.
25015         * gnus-art.el (gnus-article-address-banner-alist)
25016         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
25017         (gnus-treat-from-picon, gnus-treat-mail-picon)
25018         (gnus-treat-x-pgp-sig): Add :version.
25020         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
25021         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
25022         (gnus-summary-article-delete-hook)
25023         (gnus-summary-display-while-building): Add :version.
25025         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
25026         (gnus-get-top-new-news-hook): Add :version.
25028         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
25029         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
25031         * gnus-registry.el (gnus-registry): Add :version.
25033         * gnus-spec.el (gnus-use-correct-string-widths)
25034         (gnus-make-format-preserve-properties): Add :version.
25036         * gnus.el (gnus-group-charter-alist)
25037         (gnus-group-fetch-control-use-browse-url)
25038         (gnus-install-group-spam-parameters): Add :version.
25040         * gnus-diary.el (gnus-diary): Add :version.
25042         * gnus-delay.el (gnus-delay): Add :version.
25044         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
25045         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
25046         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
25047         Add :version.
25049         * gnus-agent.el (gnus-agent-max-fetch-size)
25050         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
25051         (gnus-agent-prompt-send-queue): Add :version.
25053         * deuglify.el (gnus-outlook-deuglify): Add :version.
25055         * html2text.el: Beautify code.  Improve doc strings.
25056         Some checkdoc cleanup.
25057         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
25059 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
25061         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
25063 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
25065         * gnus-registry.el (gnus-registry-hashtb): Create the registry
25066         when package is loaded.
25068         * spam.el (spam-summary-score-preferred-header): Add global preference
25069         for people who want to override the default SpamAssassin over
25070         Bogofilter preference (when both are set).
25071         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
25072         (spam-user-format-function-S):
25073         Check spam-summary-score-preferred-header.
25074         (spam-extra-header-to-number): Add X-Bogosity header parsing.
25075         (spam-user-format-function-S): Format the score correctly.
25077 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25079         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
25080         signature file.  Suggested by Manoj Srivastava
25081         <srivasta@golden-gryphon.com>.
25083         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
25084         iso-2022-jp even in the Japanese language environment.
25085         Suggested by Jason Rumney <jasonr@gnu.org>.
25087 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25089         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
25090         use the same characters as the dummy marks; make it free from
25091         getting affected by the language environment.
25092         (gnus-summary-read-group-1): Update mark positions only when the
25093         format spec is updated.
25095         * gnus-spec.el (gnus-update-format-specifications): Return a list
25096         of updated types.
25098 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25100         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
25101         of boundp to check if display-warning is available.
25103 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
25105         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
25107 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25109         * nnspool.el (nnspool-spool-directory): Use news-path if the
25110         news-directory variable is not bound.
25112         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
25113         function instead of display-warning if it is not available.
25115 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
25117         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
25118         v5-10: Use `point-at-bol'.
25120 2004-10-26  Simon Josefsson  <jas@extundo.com>
25122         * hashcash.el: Fix URL in comment, reported by Cheng Gao
25123         <chenggao@gmail.com>.
25125 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
25127         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
25128         instead.
25130 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
25132         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
25133         to remove a server from the nnimap-server-buffer-alist.
25134         (nnimap-open-connection, nnimap-close-server): Use it.
25136         * gnus-encrypt.el: Remove file in favor of encrypt.el.
25138 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25140         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25141         running the major-mode function.
25143 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25145         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25146         dummy marks in the right way.
25148 2004-10-18  David Edmondson  <dme@dme.org>
25150         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25151         excessively.
25153 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25155         * gnus-util.el (gnus-split-references): Accept a nil references
25156         string and go on blissfully.
25158         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25159         cases where the references string is non-nil but has no references.
25161         * encrypt.el: Add autoload tags.
25163         * spam.el (spam-resolve-registrations-routine): Remove article
25164         from unregistration list too.  Reported by David Hanak
25165         <dhanak@isis.vanderbilt.edu>
25167 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25169         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25170         nil.  Change custom type.
25172 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25174         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25176         * gnus-sum.el (gnus-summary-move-article): Use it.
25178 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25180         * encrypt.el: Add autoload cookies.
25182         * spam.el (spam-backend-article-list-property)
25183         (spam-backend-get-article-todo-list)
25184         (spam-backend-put-article-todo-list)
25185         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25186         Resolve registrations separately.
25187         (spam-register-routine): Format comments.
25188         (spam-unregister-routine, spam-register-routine): Always call with
25189         specific-articles, no default list.
25190         (spam-summary-prepare-exit): Use the spam-classifications function.
25192         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25193         gnus-encrypt.el.
25195         * encrypt.el: Copied from gnus-encrypt.el.
25197         * gnus-encrypt.el: Commented that it's obsolete.
25199 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25201         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25202         (gnus-score-save): Use it.
25204         * message.el (message-bury): Use `window-dedicated-p'.
25206 2004-10-15  Simon Josefsson  <jas@extundo.com>
25208         * pop3.el (top-level): Don't require nnheader.
25209         (pop3-read-timeout): Add.
25210         (pop3-accept-process-output): Add.
25211         (pop3-read-response, pop3-retr): Use it.
25213 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25215         * spam.el (spam-register-routine): Move comment.
25216         (spam-verify-bogofilter): Use 'unknown for the initial
25217         spam-bogofilter-valid state, not 'never.
25219         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25220         for netrc-machine.
25222         * nnimap.el (nnimap-open-connection):
25223         Use netrc-machine-user-or-password.
25225 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25227         * gnus-registry.el (gnus-registry-unload-hook):
25228         Set as a variable with add-hook.
25230         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25231         of news-path.
25233         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25235         * spam.el: Delete duplicate `provide'.
25236         (spam-unload-hook): Set as a variable with add-hook.
25238 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25240         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25241         in the doc string.
25243         * message.el (message-ignored-news-headers)
25244         (message-ignored-supersedes-headers)
25245         (message-ignored-resent-headers)
25246         (message-forward-ignored-headers): Improve custom type.
25248 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25250         * message.el (message-tokenize-header): Fix 2004-09-06 change
25251         which used point-min in the wrong place.
25253 2004-10-12  Simon Josefsson  <jas@extundo.com>
25255         * tls.el (tls-certtool-program): New variable.
25256         (tls-certificate-information): New function, based on
25257         ssl-certificate-information.
25259 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25261         * compface.el: Move the version of ELisp-based uncompface program
25262         to the contrib directory because of the copyright problem.
25264 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25266         * message.el (message-kill-buffer): Raise the current frame.
25268 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25270         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25272         * gnus.el (message-y-or-n-p): Autoload.
25274         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25275         (pop3-password-required, pop3-authentication-scheme)
25276         (pop3-leave-mail-on-server): Make customizable.
25277         (pop3): New custom group.
25278         (pop3-retr): Remove `sleep-for' statements.
25279         Suggested by Dave Love <fx@gnu.org>.
25281         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25282         Windows/DOS.
25284         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25285         (imap-parse-body): Fix incorrect use of `assert'.
25286         Suggested by Dave Love <fx@gnu.org>.
25288         * mml.el (mml-minibuffer-read-disposition): Require match.
25289         Suggested by Dave Love <fx@gnu.org>.
25291 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25293         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25294         doc string.
25296 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25298         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25300 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25302         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25303         instead of calling `mm-insert-inline', to decode text/* parts
25304         before displaying them.
25306 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25308         * mm-uu.el (mm-uu-text-plain-type): New variable.
25309         (mm-uu-pgp-signed-extract-1): Use it.
25310         (mm-uu-pgp-encrypted-extract-1): Use it.
25311         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25312         bind mm-uu-text-plain-type with that value.
25313         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25314         mm-uu-dissect.
25316 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25318         * gnus-group.el (gnus-update-group-mark-positions):
25319         * gnus-sum.el (gnus-update-summary-mark-positions):
25320         * message.el (message-check-news-body-syntax):
25321         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25322         of string-as-multibyte.
25324 2004-10-05  Juri Linkov  <juri@jurta.org>
25326         * gnus-group.el (gnus-update-group-mark-positions):
25327         * gnus-sum.el (gnus-update-summary-mark-positions):
25328         * message.el (message-check-news-body-syntax):
25329         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25330         8-bit unibyte values to a multibyte string for search functions.
25332 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25334         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25335         (mm-uu-dissect-text-parts): New function.
25337         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25338         dissect text parts.
25340         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25341         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25343         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25345         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25346         Use gnus-current-topics instead of gnus-current-topic.
25348 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25350         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25352 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25354         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25355         where appropriate.
25357         * nnml.el (nnml-generate-active-info): do.
25359         * nndiary.el (nndiary-generate-active-info): do.
25361         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25362         (gnus-topic-move): do.
25364         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25365         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25367         * gnus-srvr.el (gnus-server-prepare)
25368         (gnus-server-open-all-servers): do.
25370         * gnus-msg.el (gnus-summary-cancel-article)
25371         (gnus-summary-resend-message)
25372         (gnus-summary-mail-crosspost-complaint): do.
25374         * gnus-move.el (gnus-change-server): do.
25376         * gnus-group.el (gnus-group-unmark-all-groups)
25377         (gnus-group-set-current-level): do.
25379 2004-10-04  Simon Josefsson  <jas@extundo.com>
25381         * message.el (message-generate-hashcash): Doc fix.
25383 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25385         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25386         avoid infinite recursion via gnus-get-function.
25388 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25390         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25392         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25394         * nnmail.el (nnmail-split-history): do.
25396         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25397         (nnml-request-delete-group): do.
25399         * nnslashdot.el (nnslashdot-read-groups): do.
25401         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25402         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25404         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25405         (nnspool-sift-nov-with-sed): Use last.
25406         (nnspool-retrieve-headers-with-nov): Use mapc.
25407         (nnspool-request-newgroups): Use dolist.
25408         (nnspool-request-group): Use last.
25410         * nntp.el (nntp-read-server-type): Use dolist.
25412         * nnvirtual.el (nnvirtual-create-mapping)
25413         (nnvirtual-update-read-and-marked): Use dolist.
25414         (nnvirtual-convert-headers): Simplify.
25416 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25418         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25419         Add support for sync'ing tick marks.
25421 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25423         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25424         there's no visible header.
25426 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25428         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25429         When necessary, pass full group name to gnus-request-set-marks.
25431 2004-10-01  Simon Josefsson  <jas@extundo.com>
25433         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25434         acroread.
25436 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25438         * spam-report.el (spam-report-gmane): Fix interactive.
25440         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25442         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25443         when writing file.
25444         (gnus-agent-synchronize-flags): Don't default to being
25445         interactive.
25447 2004-09-30  Simon Josefsson  <jas@extundo.com>
25449         * message.el (message-generate-hashcash): Add.
25450         (message-send-mail): Use it, call mail-add-payment.
25452 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25454         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25456 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25458         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25459         gnus-requst-update-info with explicit code to sync the in-memory
25460         info read flags with the marks being sync'd to the backend.
25462         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25464 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25466         * spam.el (spam-verify-bogofilter): Add new function.
25467         (spam-check-bogofilter)
25468         (spam-bogofilter-register-with-bogofilter): Use it.
25469         (spam-verify-bogofilter): Add small fixes.
25471 2004-09-28  Simon Josefsson  <jas@extundo.com>
25473         * hashcash.el (hashcash-generate-payment): Revert.
25475 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25477         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25478         Use gnus-extract-references instead of gnus-split-references.
25480         * gnus-util.el (gnus-extract-references): Add new function, analogous
25481         to gnus-split-references but extracts only the message-ID without
25482         anything extra.
25484         * hashcash.el (hashcash-generate-payment)
25485         (hashcash-check-payment): Do the right thing if hashcash-path is
25486         nil (because the hashcash program could not be found).
25488         * spam.el (spam-use-hashcash): Remove comment.
25490 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25492         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25493         (gnus-cache-enter-article, gnus-cache-remove-article)
25494         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25496         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25498         * gnus-art.el (article-hide-boring-headers)
25499         (article-translate-strings, article-display-face)
25500         (gnus-article-mime-match-handle-first)
25501         (gnus-article-highlight-headers)
25502         (gnus-article-add-buttons-to-head): do.
25504 2004-09-27  Simon Josefsson  <jas@extundo.com>
25506         * hashcash.el: New version, from
25507         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25508         ../contrib/.
25510 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25512         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25514 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25516         * gnus-dup.el (gnus-dup-open): Use mapc.
25517         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25519         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25520         Reported by Stefan Wiens <s.wi@gmx.net>.
25522         * gnus.el (gnus-shutdown): Use dolist.
25524         * gnus-undo.el (gnus-undo): Use mapc.
25526         * nnrss.el (nnrss-generate-active): do.
25528         * message.el (message-cite-original-without-signature)
25529         (message-cite-original): Use mapc.
25530         (message-do-actions, message-make-forward-subject): Use dolist.
25532 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25534         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25535         deletion to remove entire duplicate line.  Fixes merged article
25536         number bug.
25538 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25540         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25541         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25542         first ask if you want to open a server and then, even when you
25543         responded with no, asking if you want to synchronize the server's
25544         flags.
25545         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25546         multi-line expressions.
25547         (gnus-agent-synchronize-group-flags): New internal function.
25548         Updates marks in memory (in the info structure) AND in the
25549         backend.
25551         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25553         * nnagent.el (nnagent-request-set-mark):
25554         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25555         method, to ensure that synchronization updates marks in the
25556         backend and in the info (in memory) structure.
25558 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25560         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25561         convention fully; don't miss the root article of a thread; make
25562         the X-Draft-From header with correct article numbers.
25564 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25566         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25567         unless plugged.  Disable the agent so that an open failure causes
25568         an error.
25570         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25571         Revert 2004-09-21 change.  The backend must be opened while
25572         synchronizing flags even when the backend stores the flags
25573         locally.
25575 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25577         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25578         in `header' match.  Reported by Svend Tollak Munkejord.
25580         * message.el (message-cite-original): Fix use of
25581         `message-cite-articles-with-x-no-archive'.
25583 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25585         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25586         (gnus-window-to-buffer): Ditto.
25588         * mml.el (mml-preview-buffer): New variable.
25589         (mml-preview): Manage window layout with gnus-buffer-configuration.
25591         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25592         X-Draft-From header even if those articles aren't quoted.
25594 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25596         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25597         (gnus-request-set-mark, gnus-request-update-mark): Use new
25598         g-s-t-u-l-m to decide to use backend even when unplugged.
25600 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25602         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25603         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25605 2004-09-20  Simon Josefsson  <jas@extundo.com>
25607         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25608         "utf-16-le".
25610 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25612         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25614 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25616         * uudecode.el (uudecode-use-external): Add :version.
25618         * smime.el (smime-CA-file, smime-encrypt-cipher)
25619         (smime-dns-server): Add :version.
25621         * smiley.el (gnus-smiley-file-types): Add :version.
25623         * sha1.el (sha1-use-external): Add :version.
25625         * pgg-def.el (pgg-query-keyserver): Add :version.
25627         * nnmail.el (nnmail-fancy-expiry-targets)
25628         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25629         Add :version.
25631         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25632         (nnimap-retrieve-groups-asynchronous): Add :version.
25633         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25635         * mml.el (mml-content-disposition-parameters)
25636         (mml-insert-mime-headers-always): Add :version.
25638         * mm-util.el (mm-coding-system-priorities): Add :version.
25640         * mm-decode.el (mm-inline-text-html-with-images)
25641         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25642         (mm-verify-option): Add :version.
25643         (mm-text-html-renderer): Change :version.
25645         * message.el (message-fcc-externalize-attachments)
25646         (message-required-headers, message-draft-headers)
25647         (message-subject-trailing-was-query)
25648         (message-subject-trailing-was-ask-regexp)
25649         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25650         (message-mark-insert-end, message-archive-header)
25651         (message-archive-note, message-cross-post-default)
25652         (message-cross-post-note, message-followup-to-note)
25653         (message-cross-post-note-function, message-use-mail-followup-to)
25654         (message-subscribed-address-functions)
25655         (message-subscribed-address-file, message-subscribed-addresses)
25656         (message-subscribed-regexps, message-allow-no-recipients)
25657         (message-yank-cited-prefix, message-signature-insert-empty-line)
25658         (message-hidden-headers, message-hierarchical-addresses)
25659         (message-mail-user-agent, message-use-idna)
25660         (message-valid-fqdn-regexp)
25661         (message-strip-special-text-properties, message-header-synonyms)
25662         (message-beginning-of-line, message-tab-body-function): Add :version.
25663         (message-insert-canlock, message-wide-reply-confirm-recipients):
25664         Change :version.
25666         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25667         and :version.
25668         (mail-source-delete-old-incoming-confirm)
25669         (mail-source-movemail-program): Add :version.
25671         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25672         (gnus-agent-cache, gnus-agent): Change :version.
25674         * gnus-util.el (gnus-use-byte-compile): Change :version.
25676         * gnus-sum.el (gnus-summary-make-false-root-always)
25677         (gnus-summary-default-high-score)
25678         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25679         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25680         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25681         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25682         (gnus-sum-thread-tree-single-indent)
25683         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25684         (gnus-sum-thread-tree-leaf-with-other)
25685         (gnus-sum-thread-tree-single-leaf): Add :version.
25686         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25687         (gnus-article-loose-mime): Change :version.
25689         * gnus-start.el (gnus-backup-startup-file)
25690         (gnus-save-startup-file-via-temp-buffer): Add :version.
25692         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25693         (gnus-server-offline-face): Add :version.
25695         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25697         * gnus-msg.el (gnus-gcc-externalize-attachments)
25698         (gnus-debug-files, gnus-debug-exclude-variables)
25699         (gnus-discouraged-post-methods): Change :version.
25700         (gnus-confirm-mail-reply-to-news)
25701         (gnus-confirm-treat-mail-like-news): Add :version.
25703         * gnus-int.el (gnus-server-unopen-status): Add :version.
25705         * gnus-group.el (gnus-group-jump-to-group-prompt)
25706         (gnus-large-ephemeral-newsgroup)
25707         (gnus-fetch-old-ephemeral-headers): Add :version.
25709         * gnus-fun.el (gnus-x-face-directory)
25710         (gnus-convert-pbm-to-x-face-command)
25711         (gnus-convert-image-to-x-face-command)
25712         (gnus-convert-image-to-face-command): Add :version.
25714         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25716         * gnus-cite.el (gnus-cite-blank-line-after-header)
25717         (gnus-article-boring-faces): Add :version.
25719         * gnus-art.el (gnus-buttonized-mime-types)
25720         (gnus-inhibit-mime-unbuttonizing)
25721         (gnus-treat-display-face)
25722         (gnus-treat-body-boundary): Change :version.
25723         (gnus-body-boundary-delimiter, gnus-picon-databases)
25724         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25725         (gnus-treat-date-english, gnus-treat-fold-headers)
25726         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25727         (gnus-treat-mail-picon, gnus-treat-wash-html)
25728         (gnus-article-encrypt-protocol)
25729         (gnus-use-idna, gnus-article-over-scroll)
25730         (gnus-mime-display-multipart-alternative-as-mixed)
25731         (gnus-mime-display-multipart-related-as-mixed)
25732         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25733         (gnus-ctan-url, gnus-button-ctan-handler)
25734         (gnus-button-handle-ctan-bogus-regexp)
25735         (gnus-button-ctan-directory-regexp)
25736         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25737         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25738         (gnus-button-man-level, gnus-button-emacs-level)
25739         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25741         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25742         (gnus-agent-go-online): Change :version.
25743         (gnus-agent-expire-unagentized-dirs)
25744         (gnus-agent-auto-agentize-methods): Add :version.
25746         * flow-fill.el (fill-flowed-display-column)
25747         (fill-flowed-encode-column): Add :version.
25749         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25750         (gnus-outlook-deuglify-unwrap-max)
25751         (gnus-outlook-deuglify-cite-marks)
25752         (gnus-outlook-deuglify-unwrap-stop-chars)
25753         (gnus-outlook-deuglify-no-wrap-chars)
25754         (gnus-outlook-deuglify-attrib-cut-regexp)
25755         (gnus-outlook-deuglify-attrib-verb-regexp)
25756         (gnus-outlook-deuglify-attrib-end-regexp)
25757         (gnus-outlook-display-hook): Add :version.
25759         * binhex.el (binhex-use-external): Add :version.
25761 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25763         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25764         and `invisible'.
25766 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25768         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25769         in gnus-registry-trim.
25771 2004-09-13  Simon Josefsson  <jas@extundo.com>
25773         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25775         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25777         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25778         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25779         <yamaoka@jpl.org>.
25780         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25781         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25782         <yamaoka@jpl.org>.
25784         * sieve.el (sieve-manage-mode): Ditto.
25786 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25788         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25790 2004-09-11  Simon Josefsson  <jas@extundo.com>
25792         * dns-mode.el: Add.
25794         * mm-view.el (mm-display-dns-inline): Add.
25796         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25797         (mm-automatic-display): Ditto.
25799         * mailcap.el (mailcap-mime-data): Add text/dns.
25800         (mailcap-mime-extensions): Map .soa to text/dns.
25802 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25804         * gnus-art.el (article-decode-mime-words, article-babel)
25805         (gnus-article-highlight-signature, gnus-article-add-buttons)
25806         (gnus-signature-toggle): Remove unnecessary bindings of
25807         `inhibit-read-only' inherited from v5.10 merge.
25809 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25811         * nntp.el (nntp): New customization group.
25812         (nntp-authinfo-file): Add customization group.
25814         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25816         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25818         * gnus.el (to-address, to-list, subscribed)
25819         (large-newsgroup-initial): Ditto.
25821         * flow-fill.el (fill-flowed-display-column)
25822         (fill-flowed-encode-column): Ditto.
25824 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25826         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25827         Use point-min rather than 1.
25828         (message-send-mail): Use buffer-size rather than point-max.
25830         * gnus-sum.el (gnus-summary-search-article-forward):
25831         Signal a specific `search-failed' rather than a generic `error'.
25833         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25834         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25835         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25837 2004-09-10  Simon Josefsson  <jas@extundo.com>
25839         * nndb.el (require): Remove tcp and duplicate cl.
25841 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25843         * gnus-agent.el (directory-files-and-attributes): Move forward.
25845 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25847         * gnus-agent.el (directory-files-and-attributes):
25848         Optionally defined to support XEmacs.
25850 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25852         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25853         to avoid run-time CL dependencies.
25854         (gnus-agent-unfetch-articles): New function.
25855         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25856         article numbers even when local .overview file is missing.
25857         (gnus-agent-read-article-number): New function.  Only accepts
25858         27-bit article numbers.
25859         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25860         Use gnus-agent-read-article-number.
25861         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25862         from backend while recognizing that article numbers in .overview
25863         must be valid.
25864         (gnus-agent-update-files-total-fetched-for):
25865         Use directory-files-and-attributes to improve performance.
25866         * gnus-int.el (gnus-request-move-article):
25867         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25868         improve performance.
25870         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25871         some users confused by references to .newsrc when they only have a
25872         .newsrc.eld file.
25873         (gnus-convert-mark-converter-prompt)
25874         (gnus-convert-converter-needs-prompt): Fix use of property list.
25875         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25876         New function.  Used internally to only display 'gnus converting
25877         files' message when actually necessary.
25879         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25880         methods now autoloaded.
25882 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25884         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25885         identifiers.
25887 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25889         * gnus-picon.el: Fix indentation and closing parenthesis.
25891 2004-09-01  Simon Josefsson  <jas@extundo.com>
25893         * message.el (message-canlock-generate): Require sha1, not
25894         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25895         to require within a function.  Sadly, if sha1.el isn't loaded, the
25896         let binding in m-c-g will hide the defcustom definition, which is
25897         bad.)
25899         * canlock.el: Require sha1, not sha1-el.
25901         * message.el: Don't autoload sha1 (there is a autoload cookie in
25902         sha1.el).
25904         * sha1-el.el: Rename to sha1.el.
25906 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25908         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25910 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25912         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25914 2004-08-30  Kim F. Storm  <storm@cua.dk>
25916         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25918         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25919         Add :group 'nnimap.
25921 2004-08-30  Andreas Schwab  <schwab@suse.de>
25923         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25924         ?* and ?\;.
25926         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25927         and ?\' to symbol instead of whitespace.
25929 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25931         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25933         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25934         instead of re-search-forward.
25936         * gnus-uu.el (gnus-uu-save-article): Ditto.
25937         (gnus-uu-post-encode-uuencode): Ditto.
25939         * html2text.el (html2text-clean-list-items): Ditto.
25940         (html2text-clean-dtdd): Ditto.
25941         (html2text-format-tags): Ditto.
25943         * message.el (message-send-mail-with-sendmail): Fix regexp.
25944         (message-fill-field-general): Use search-forward instead of
25945         re-search-forward.
25946         (unbold-region): Ditto.
25948         * nnrss.el (nnrss-request-article): Ditto.
25950         * nnslashdot.el (nnslashdot-request-article): Ditto.
25952         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25954         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25955         "Unrecognized menu descriptor" error in XEmacs.
25957 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25959         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25960         parent article of a sparse article in the thread hashtb.
25962 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25964         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25965         (nnmail-expand-newtext): Lowercase expanded entries if
25966         nnmail-split-lowercase-expanded is non-nil.
25968 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25970         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25972         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25973         of gnus-tmp-news-method into string under XEmacs.  It will be
25974         passed to gnus-correct-length which takes only a string argument.
25976 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25978         * gnus-util.el (gnus-bind-print-variables): New macro.
25979         (gnus-prin1): Use it.
25980         (gnus-prin1-to-string): Use it.
25981         (gnus-pp): New function.
25982         (gnus-pp-to-string): New function.
25984         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25985         Replace pp-to-string with gnus-pp-to-string.
25986         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25987         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25988         * gnus-msg.el (gnus-debug): Ditto.
25989         * gnus-score.el (gnus-score-save): Ditto.
25990         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25991         gnus-pp-to-string.
25992         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25993         with gnus-pp.
25994         * score-mode.el (gnus-score-pretty-print): Ditto.
25995         * webmail.el (webmail-debug): Ditto.
25997 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25999         * gnus-art.el (article-display-face, article-display-x-face):
26000         Use buffer-read-only.
26002 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26004         * gnus-art.el (article-hide-list-identifiers):
26005         Bind inhibit-read-only as t.
26007 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
26009         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
26011 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26013         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
26014         (gnus-narrow-to-page): Don't assume point-min == 1.
26015         (gnus-article-edit-mode): Derive from message-mode.
26017         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
26018         point-min == 1.
26020         * imap.el (imap-parse-address-list, imap-parse-body-ext):
26021         Disable incorrect use of `assert'.
26023         * message.el (message-mode): Set comment-start-skip.
26026 2004-08-22  Sam Steingold  <sds@gnu.org>
26028         * pop3.el (pop3-leave-mail-on-server): New user variable.
26029         (pop3-movemail): Delete mail only when it is nil.
26031 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
26033         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
26035         * mml.el (mml-preview): Use `pop-to-buffer'.
26037         * message.el (message-goto-mail-followup-to): Insert after "To".
26038         (message-carefully-insert-headers): Add comment.
26040         * gnus.el: Remove unused variable `gnus-article-check-size'.
26042         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
26044         * gnus-art.el (gnus-button-alist):
26045         Improve `gnus-button-handle-library' entry.
26047 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
26049         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
26050         Use downcase, since XEmacs capitalizes error messages differently.
26052 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
26054         * nntp.el: Add (require 'gnus) due to reference to
26055         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
26057 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
26059         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
26060         Bind `mm-fill-flowed'.
26062         * mm-decode.el (mm-dissect-singlepart): Check it.
26064 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
26066         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
26067         'imap' for netrc parsing.
26069 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
26071         * mailcap.el (mailcap-mime-data): Mark as risky.
26073 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26075         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
26076         may be included in the encoded word.
26077         (rfc2047-encode): Don't append a space if the encoded word
26078         includes close parenthesis.
26080 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26082         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
26083         of text within parentheses.
26085 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
26087         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
26088         (gnus-encrypt-write-file-contents): Make the password key the file
26089         name PLUS the cipher, not just the cipher.  Also remove failed
26090         passwords from the cache.
26092 2004-08-06  Simon Josefsson  <jas@extundo.com>
26094         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
26095         Doc fix.
26097 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26099         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
26100         LWSP.
26102 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
26104         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26105         Try to append in-reply-to: data to the references: header.
26107         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
26108         (netrc-parse): Use gnus-encrypt.el functions.
26110         * gnus-encrypt.el: Add new file for encryption support; currently
26111         does only a few GPG ciphers and an internal XOR cipher.
26113         * password.el: Add comments on using password-read-and-add.
26114         (password-read-and-add): Add function to read and add the
26115         password to the cache at once.
26117 2004-07-28  Simon Josefsson  <jas@extundo.com>
26119         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
26120         parameter (but don't use it, for now).
26122         * imap.el (imap-ssl-open): Use imap-process-connection-type,
26123         instead of hard coding to nil.
26125 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26127         * mm-view.el (mm-inline-image-emacs): Open lines under an image
26128         as mm-inline-image-xemacs does.
26130 2004-07-26  Simon Josefsson  <jas@extundo.com>
26132         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
26133         Revert part of 2004-07-17 change below.
26135 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26137         * rfc2047.el (rfc2047-encode-region): Don't infloop.
26138         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26140 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26142         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26143         quotes that actually start with ">" at the beginning of the
26144         lines.
26146 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26148         * rfc2047.el (rfc2047-encode-region): Fix last change.
26149         (rfc2047-encode-parameter): Remove useless concat.
26151 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26153         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26154         encode special characters; fix some kind of misconfigured headers;
26155         signal a real error if debug-on-quit or debug-on-error is non-nil.
26156         (rfc2047-encode-max-chars): New variable.
26157         (rfc2047-encode-1): Use it.
26158         (rfc2047-encode-parameter): New function.
26160         * mml.el (mml-insert-parameter): Remove an excessive space.
26162 2004-07-17  Simon Josefsson  <jas@extundo.com>
26164         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26165         Kai Grossjohann <kai@emptydomain.de>.
26166         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26167         (gnus-group-make-menu-bar): Ditto.
26169         * gnus-util.el (gnus-group-server): Add.
26171 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26173         * message.el (message-clone-locals): Clone sendmail and smtp
26174         variables.
26176 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26178         * rfc2047.el (rfc2047-encode-region): Fix last change.
26180 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26182         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26183         characters as non-special.
26185 2004-07-09  Simon Josefsson  <jas@extundo.com>
26187         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26188         Users will lose all flag changes made while unplugged with
26189         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26190         good default.  See numerous reports on ding mailing list.
26192 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26194         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26195         add generate-head-function and generate-article-function to the
26196         rfc822-forward entry.
26197         (nndoc-rfc822-forward-generate-article): New function.
26198         (nndoc-rfc822-forward-generate-head): New function.
26200         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26202 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26204         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26205         respect display group parameter and gnus-summary-expunge-below.
26206         (gnus-articles-to-read): Remove unused reference to display group
26207         parameter.
26209 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26211         * nnheader.el (nnheader-uniquify-message-id): New experimental
26212         variable.
26213         (nnheader-nov-read-message-id): Use it.
26215         * spam-report.el (spam-report-gmane): Add interactive.
26217 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26219         * mm-encode.el (mm-content-transfer-encoding-defaults):
26220         Use qp-or-base64 for the application/* types.
26222 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26224         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26226 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26228         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26229         trim value.
26231 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26233         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26234         New macro and function.
26235         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26237 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26239         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26240         after-load-alist.
26242 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26244         * gnus-group.el (gnus-group-get-new-news-this-group):
26245         Don't update info that isn't there.
26247 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26249         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26250         entry.
26252 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26254         * mm-view.el (mm-inline-render-with-function): Use multibyte
26255         buffer; decode html source by charset.
26257         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26259         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26260         Mule-UCS is loaded under XEmacs.
26261         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26263 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26265         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26267 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26269         * mm-util.el (mm-coding-system-p): Return a coding-system.
26270         (mm-mime-mule-charset-alist): Use shift_jis instead of
26271         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26272         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26273         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26274         instead of japanese-shift-jis and iso-latin-1 respectively in
26275         order to share the default value with both Emacs and XEmacs-mule.
26276         (mm-mule-charset-to-mime-charset):
26277         Make mm-coding-system-priorities effective.
26278         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26279         while predicating of candidates upon the priorities.
26281 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26283         * gnus-sum.el (gnus-summary-make-menu-bar):
26284         Add gnus-uu-invert-processable.
26286         * gnus.el: Autoload gnus-uu-invert-processable.
26288 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26290         * mm-util.el (mm-with-multibyte-buffer): New macro.
26292         * rfc2047.el (rfc2047-encode-string): Use it.
26293         (rfc2047-encode-region): Move point to the end of the region after
26294         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26296 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26298         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26299         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26301 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26303         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26304         (gnus-cite-parse): Ignore quoted envelope From_.
26305         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26307 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26309         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26310         invalid addresses.
26312 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26314         * spam.el: Change section markers, revise TODO list.
26315         (spam-backends): Make new master list of all installed backends.
26316         (spam-summary-exit-behavior): Add new variable to determine how
26317         messages moves are done at summary exit.
26318         (spam-move-spam-nonspam-groups-only)
26319         (spam-process-ham-in-nonham-groups)
26320         (spam-process-ham-in-spam-groups): Remove variables, the
26321         spam-summary-exit-behavior variable should be used to manage this
26322         behavior.
26323         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26324         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26325         and spam-old-spam-articles.
26326         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26327         Add empty variables, placeholders for the backends they represent.
26328         (spam-set-difference): Move, unchanged.
26329         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26330         unless the user has a processor variable.
26331         (spam-classifications, spam-classification-valid-p)
26332         (spam-backend-properties, spam-backend-property-valid-p)
26333         (spam-backend-function-type-valid-p)
26334         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26335         (spam-report-articles-gmane, spam-report-articles-resend):
26336         Remove functions, they are not needed.
26337         (spam-install-backend-super, spam-backend-list)
26338         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26339         (spam-backend-function, spam-backend-ham-registration-function)
26340         (spam-backend-spam-registration-function)
26341         (spam-backend-ham-unregistration-function)
26342         (spam-backend-spam-unregistration-function)
26343         (spam-backend-statistical-p, spam-backend-mover-p)
26344         (spam-install-backend-alias, spam-install-checkonly-backend)
26345         (spam-install-mover-backend, spam-install-nocheck-backend)
26346         (spam-install-backend, spam-install-statistical-backend)
26347         (spam-install-statistical-checkonly-backend): Add backend installation
26348         support.
26349         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26350         (spam-group-processor-p): Use the new backend code and respect the
26351         summary exit behavior.
26352         (spam-mark-spam-as-expired-and-move-routine): Remove.
26353         (spam-summary-prepare): Change to use the new spam-old-articles
26354         variable.
26355         (spam-copy-or-move-routine, spam-copy-spam-routine)
26356         (spam-move-spam-routine, spam-copy-ham-routine)
26357         (spam-move-ham-routine): Add code to copy/move ham or spam.
26358         (spam-fetch-field-fast): Improve doc and code, plus allow the
26359         'number request.
26360         (spam-list-of-checks, spam-list-of-statistical-checks):
26361         Remove variables.
26362         (spam-split, spam-find-spam): Use the new backend code.
26363         (spam-registration-functions): Remove variable.
26364         (spam-unregister-routine): Add convenience wrapper.
26365         (spam-log-undo-registration, spam-register-routine)
26366         (spam-log-processing-to-registry)
26367         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26368         where possible.
26369         (spam-check-gmane-xref, spam-check-regex-headers)
26370         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26371         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26372         (spam-check-bogofilter-headers, spam-check-spamoracle)
26373         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26374         (spam-check-crm114-headers): Use the spam-split-group that
26375         spam-split prepares, no need to determine it every time.
26377         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26378         to the nnheader-parse-naked-head call.
26380         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26382         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26383         the nnheader-nov-read-message-id call.
26385 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26387         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26388         gnus-activate-group twice.  Suggested by Markus Peter
26389         <warp@spin.de>.
26391 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26393         * gnus-art.el (gnus-article-time-format): Exchange the order of
26394         day and month in the default value; fix customization type.
26395         (article-date-ut): Use add-text-properties.
26396         (article-make-date-line): Use message-make-date instead of
26397         current-time-string.
26399         * message.el (message-fetch-field): Don't use set-text-properties.
26400         (message-make-date): Simplify.
26402         * messagexmas.el (message-xmas-make-date): New function.
26403         (message-xmas-redefine): Defalias message-make-date to it.
26405 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26407         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26408         (rfc2047-encode-region): Treat text within parentheses as special;
26409         show the original text when error has occurred.
26411         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26412         already-computed method to gnus-activate-group.
26414         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26415         same select-methods identical Lisp objects.
26417         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26418         object when modifying the info.
26420 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26422         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26423         gnus-opened-servers since it has never been opened with the new
26424         configuration yet.
26426 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26428         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26429         arg to nnheader-generate-fake-message-id.
26431 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26433         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26434         number and build a fake message ID localized to a group and
26435         article number (so it's repeatable from that point on).
26436         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26437         ID format.
26439         * gnus-sum.el (gnus-get-newsgroup-headers):
26440         Call nnheader-generate-fake-message-id with the article number.
26442 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26444         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26445         end-of-buffer.
26447 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26449         * message.el (message-ignored-supersedes-headers): Add Approved.
26451 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26453         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26454         goto-char.
26455         (rfc2047-encode): Fold the line before encoding.
26457 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26459         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26460         folding -- not all headers can be folded, and this should be done
26461         by the message composition mode.  Probably.  I think.
26463 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26465         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26466         fast.
26468         * gnus-ems.el (gnus-remove-image): Don't use
26469         message-text-with-property; remove only the image found first.
26471         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26472         found first.
26474 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26476         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26478 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26480         * message.el (message-text-with-property): Make it fast and accept
26481         optional arguments.
26482         (message-strip-forbidden-properties): Use it.
26483         (message-fix-before-sending): Follow the m-t-w-p change.
26485         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26487 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26489         * gnus-art.el (article-hide-headers): Don't change the buffer
26490         mistakenly when performing mml-preview even if
26491         gnus-single-article-buffer is nil.
26493 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26495         * message.el (message-expand-name-databases): New user option.
26496         (message-expand-name): Use it.
26498 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26500         * spam.el (spam-report-articles-resend)
26501         (spam-report-resend-register-routine): Allow ham reporting.
26502         (spam-report-resend-register-ham-routine): Add wrapper.
26503         (spam-registration-functions): Add ham resending functions.
26504         (spam-list-of-processors): Add ham resend processor.
26506         * gnus.el (ham-resend-to): Add new group parameter.
26507         (spam-process): Add ham resend option.
26509         * spam-report.el (spam-report-resend): Allow reporting ham.
26510         (spam-report-resend-ham): Add wrapper.
26512 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26514         * message.el (message-cite-articles-with-x-no-archive):
26515         New variable.
26516         (message-cite-original): Use it.
26518 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26520         * message.el (message-cite-original): Respect X-No-Archive.
26522 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26524         * gnus-art.el (article-hide-headers): Refer to the values for
26525         gnus-ignored-headers and gnus-visible-headers in the summary
26526         buffer since a user may have set them as group parameters.
26528 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26530         * assistant.el (assistant-node-name): Add convenience function.
26531         (assistant-render-text, assistant-render-node): Add error handling,
26532         plus handle multiple next nodes.
26533         (assistant-find-next-node): Comment out for now.
26534         (assistant-find-next-nodes): Add function, returns list of next
26535         nodes.
26537 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26539         * mail-source.el (mail-source-directory): Fix doc-string.
26541 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26543         * assistant.el (assistant-render-text, assistant-eval): Add :set
26544         widget type, which is different because it takes and returns a
26545         list.  Much hilarity ensues.
26547 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26549         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26551         * gnus-group.el (gnus-group-get-new-news-this-group):
26552         Add doc-string.
26554         * gnus-start.el (gnus-activate-group): Add doc-string.
26556 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26558         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26560 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26562         * assistant.el (assistant-render-text): Try to add a :set
26563         widget, more to come.
26565         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26566         strings.
26567         (spam-report-articles-resend)
26568         (spam-register-routine): Do registration iff any articles warrant
26569         it.
26570         (spam-summary-prepare-exit): Change log message for nil group
26571         destinations.
26573 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26575         * spam.el (spam-report-resend-register-routine):
26576         Allow spam-report-resend-to to be a group parameter or a global value.
26578 2004-05-26  Simon Josefsson  <jas@extundo.com>
26580         * starttls.el: Merge with my GNUTLS based starttls.el.
26581         (starttls-gnutls-program, starttls-use-gnutls)
26582         (starttls-extra-arguments, starttls-process-connection-type)
26583         (starttls-connect, starttls-failure, starttls-success):
26584         New variables.
26585         (starttls-program, starttls-extra-args): Doc fix.
26586         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26587         New functions.
26588         (starttls-negotiate, starttls-open-stream):
26589         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26590         function if it is set.
26592 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26594         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26595         structured fields.
26597 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26599         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26601 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26603         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26604         Add variable.
26605         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26606         assigning the spam-mark to new messages.
26608 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26610         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26612 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26614         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26616         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26617         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26618         default.
26620 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26622         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26623         correct data.
26625 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26627         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26628         (spam-group-processor-p): Fix function.
26629         (spam-group-processor-multiple-p)
26630         (spam-group-spam-processor-report-gmane-p)
26631         (spam-group-spam-processor-report-resend-p)
26632         (spam-group-spam-processor-bogofilter-p)
26633         (spam-group-spam-processor-blacklist-p)
26634         (spam-group-spam-processor-ifile-p)
26635         (spam-group-ham-processor-ifile-p)
26636         (spam-group-spam-processor-spamoracle-p)
26637         (spam-group-spam-processor-crm114-p)
26638         (spam-group-ham-processor-bogofilter-p)
26639         (spam-group-spam-processor-stat-p)
26640         (spam-group-ham-processor-stat-p)
26641         (spam-group-ham-processor-whitelist-p)
26642         (spam-group-ham-processor-BBDB-p)
26643         (spam-group-ham-processor-spamoracle-p)
26644         (spam-group-ham-processor-copy-p): Remove functions with some
26645         prejudice against unneeded code.
26646         (spam-report-articles-resend)
26647         (spam-report-resend-register-routine): Allow the group/topic
26648         spam-resend-to value to override spam-report-resend-to.
26649         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26650         properly now.
26652         * gnus.el (spam-resend-to): Add group/topic parameter.
26653         (spam-process): Move the OBSOLETE processors to the end of the
26654         choices.
26656 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26658         * spam-report.el (spam-report-resend-to, spam-report-resend):
26659         Start with resend-to set to nil, and then ask the user if necessary.
26660         (spam-report-resend): spam-report-resend takes a list of articles, not
26661         separate article numbers.
26663 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26665         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26666         addition to emacs-w3m.
26668 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26670         * assistant.el (assistant-authinfo-data): New function.
26671         (assistant-eval): Eval for entire assistant.
26673         * netrc.el (netrc-services-file): New variable.
26674         (netrc-parse-services): New function.
26675         (netrc-find-service-name): New function.
26676         (netrc-find-service-number): New function.
26677         (netrc-port-equal): New function.
26678         (netrc-machine): Use it.
26680         * nnimap.el (nnimap-open-connection): Use netrc.
26682         * gnus-util.el (gnus-netrc-get): Remove aliases.
26684         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26686         * assistant.el (wid-edit): Fix compilation.
26688         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26690 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26692         * gnus-util.el (gnus-set-file-modes): New function.  (small
26693         patch).
26695 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26697         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26699         * assistant.el (assistant-render-node): Fix up rendering and
26700         read-only text.
26701         (assistant-render-node): Reset.
26702         (assistant-make-read-only): Not sticky.
26704 2004-05-20  Danny Siu  <dsiu@adobe.com>
26706         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26707         centered even when gnus-auto-center-summary is t.
26709 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26711         * dns.el (dns-get-txt-answer): New function.
26712         (dns-read-txt): Ditto.
26713         (query-dns): Use it.
26715 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26717         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26718         active for foreign groups even if the group level is higher than
26719         the specified value.
26721 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26723         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26724         non-active groups.
26726         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26728 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26730         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26732 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26734         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26735         (spam-crm114-header, spam-crm114-spam-switch)
26736         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26737         (spam-crm114-positive-spam-header)
26738         (spam-crm114-database-directory, spam-list-of-processors)
26739         (spam-group-spam-processor-crm114-p)
26740         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26741         (spam-generic-score, spam-list-of-checks)
26742         (spam-list-of-statistical-checks, spam-registration-functions)
26743         (spam-check-crm114-headers, spam-crm114-score)
26744         (spam-check-crm114, spam-crm114-register-with-crm114)
26745         (spam-crm114-register-spam-routine)
26746         (spam-crm114-unregister-spam-routine)
26747         (spam-crm114-register-ham-routine)
26748         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26750 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26752         * gnus.el: Add spam-use-crm114.
26754         * spam.el (spam-list-of-processors, spam-registration-functions):
26755         Add spam-use-resend.
26756         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26757         (spam-report-articles-gmane): Add doc fix.
26758         (spam-report-articles-resend, spam-report-resend-register-routine):
26759         Add wrappers around spam-report-resend-to.
26761         * spam-report.el (spam-report-resend-to, spam-report-resend):
26762         Add support for resending spam.
26763         (spam-report-gmane): Fix line length >80.
26765         * gnus.el (spam-process): Add spam-use-resend.
26767 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26769         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26770         number of processed spam messages.
26771         (spam-ham-copy-or-move-routine): Return the number of processed
26772         ham messages.
26773         (spam-summary-prepare-exit): Use the above values to decide
26774         whether status messages should be displayed.
26776 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26778         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26779         `rfc2047-encoding-function-alist' in order to avoid conflicting
26780         with the old version.
26781         (rfc2047-encode-region): Concatenate words containing non-ASCII
26782         characters in structured fields; don't encode space-delimited
26783         ASCII words even in unstructured fields; don't break words at
26784         char-category boundaries.
26785         (rfc2047-encode-1): New function.
26786         (rfc2047-encode): Use it; encode text so that it occupies the
26787         maximum width within 76-column; work correctly on Q encoding for
26788         iso-2022-* charsets.
26789         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26790         sure not to break a line just after the header name.
26791         (rfc2047-b-encode-region): Remove.
26792         (rfc2047-b-encode-string): New function.
26793         (rfc2047-q-encode-region): Remove.
26794         (rfc2047-q-encode-string): New function.
26796         * mm-util.el (mm-replace-in-string): New function.
26798 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26800         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26801         Really get it right.
26802         (gnus-inews-make-draft): Really.
26804 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26806         * nnmh.el (nnmh-request-list-1): Don't check the link count
26807         before descending.  (small patch)
26809 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26811         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26812         stuff.
26814         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26815         Match on real group name.
26817         * gnus-art.el (gnus-signature-limit): Doc fix.
26819         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26821         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26823 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26825         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26826         isn't a string.
26828 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26830         * gnus-draft.el (gnus-draft-send):
26831         Bind rfc2047-encode-encoded-words.
26833         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26834         (rfc2047-encodable-p): Say that =? needs encoding.
26835         (rfc2047-encode-encoded-words): New variable.
26837         * gnus-group.el (gnus-group-select-group): Doc fix.
26839         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26841         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26842         to nil.
26844         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26846         * nnheader.el (nnheader-get-lines-and-char): New function.
26848 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26850         * gnus-msg.el (gnus-summary-followup-with-original):
26851         Document yanking of region when active.
26853 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26855         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26856         groups if the group level is higher than the specified value.
26858 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26860         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26861         (gnus-group-jump-to-group): Add prefix argument using
26862         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26863         non-active group.
26865         * compface.el (uncompface): Be verbose when changing
26866         `uncompface-use-external'.
26868         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26869         handle manual section.
26871 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26873         * gnus-art.el (gnus-button-alist): Revert previous change.
26875 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26877         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26879 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26881         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26882         whether backend can accept message.
26884         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26886 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26888         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26889         Avoid creating directory when nntp-marks-is-evil is true.
26890         Reported by Reiner Steib.
26892 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26894         * gnus-picon.el (gnus-picon-insert-glyph):
26895         Add optional `nostring' argument.
26897 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26899         * gnus-picon.el (gnus-picon-style): New variable.
26900         (gnus-picon-transform-address): Support `gnus-picon-style'.
26902 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26904         * message.el (message-fill-field): Return point.
26905         (message-generate-headers): Go to end of field.
26907         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26908         stuff for non-living groups.
26910 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26912         * gnus-art.el (gnus-article-followup-with-original)
26913         (gnus-article-reply-with-original): gnus-mark-active-p ->
26914         gnus-region-active-p.
26916 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26918         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26919         only when there is spam or ham to be processed.
26921 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26923         * mail-source.el (mail-source-delete-crash-box): Refactor.
26924         (mail-source-fetch): Use it.
26925         (mail-source-fetch-file): Ditto.
26926         (mail-source-fetch-directory): Run postscript in loop.
26927         (mail-source-fetch-pop): Delete.
26928         (mail-source-fetch-maildir): Ditto.
26929         (mail-source-fetch-imap): Ditto.
26931         * imap.el (imap-authenticators): Comment out sasl.
26933         * message.el (message-skip-to-next-address): New function.
26934         (message-fill-header-address): Refactor.
26935         (message-fill-address): Use it.
26936         (message-delete-address): Use it.
26937         (message-fill-header-general): Refactor.
26938         (message-fill-field-address): Rename.
26939         (message-narrow-to-field): Find the start of the header.
26940         (message-header-format-alist): Don't pre-fill.
26941         (message-fill-header): Remove.
26942         (message-insert-header): New function.
26943         (message-shorten-references): Use it.
26945         * rfc2047.el (rfc2047-field-value): Strip props.
26947         * mail-parse.el (mail-header-make-address): New alias.
26949         * ietf-drums.el (ietf-drums-make-address): New function.
26951         * imap.el: Add compiler directives.
26953         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26955         * gnus-art.el (article-decode-idna-rhs): Don't use
26956         message-idna-inside-rhs-p.
26958 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26960         * message.el (message-idna-inside-rhs-p): Remove.
26961         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26963         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26964         false positives.
26966 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26968         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26970 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26972         * nneething.el (nneething-file-name): Don't create spurious
26973         files.
26975         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26976         (gnus-inews-do-gcc): Remove sleep.
26978         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26979         part under point.
26981         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26982         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26984 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26986         * spam.el (spam-summary-prepare-exit): Fix (length).
26988 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26990         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26991         as expired without moving it" message when there are spam
26992         messages left.
26994 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26996         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26997         header is not nil.
26999 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
27001         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
27002         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
27003         (nntp-marks-changed-p): New arg SERVER.
27004         (nntp-request-update-info): Adjust caller.
27006 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
27008         * nntp.el (nntp-save-marks): Pass missing arg.
27010 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
27012         * nntp.el: Support marks.
27013         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
27014         (nntp-marks-modtime, nntp-marks-directory): New variables.
27015         (nntp-request-set-mark, nntp-request-update-info)
27016         (nntp-possibly-create-directory, nntp-marks-changed-p)
27017         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
27018         New functions.
27020 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
27022         * gnus-xmas.el (gnus-xmas-select-lowest-window)
27023         (gnus-xmas-redefine): Rename.
27025         * gnus-score.el (gnus-score-insert-help):
27026         Use gnus-select-lowest-window.
27028         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
27029         appt-select-lowest-window and rename to gnus-select-lowest-window.
27031         * gnus.el: do.
27033 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27035         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
27036         encodings of MIME-encoded words, in order to improve
27037         interoperability with several broken MUAs.
27039 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27041         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
27042         tags, only when charsets are not specified in headers.
27043         (mm-inline-text-html-render-with-w3m): Ditto.
27045         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
27046         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
27048 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27050         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
27051         instead of MIME-decoded from fields when checking
27052         `gnus-article-address-banner-alist'.
27054 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
27056         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
27057         description rather than subject.
27059 2004-05-02  Steve Youngs  <steve@youngs.au.com>
27061         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
27063 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27065         * gnus.el (gnus-version-number): Bump.
27067 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27069         * gnus.el: No Gnus v0.2 is released.
27071 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27073         * gnus-agent.el (gnus-agent-read-agentview):
27074         Inline gnus-uncompress-range.
27076 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27078         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
27079         `exec-installed-p'.
27081 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27083         * gnus.el (spam-process, spam-autodetect-methods):
27084         Add bsfilter and bsfilter-headers.
27086         * spam.el (spam-bsfilter): New customize group.
27087         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
27088         (spam-bsfilter-header, spam-bsfilter-probability-header)
27089         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
27090         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
27091         (spam-bsfilter-database-directory): New options.
27092         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
27093         (spam-list-of-statistical-checks, spam-registration-functions):
27094         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
27095         (spam-bsfilter-score): New command.
27096         (spam-check-bsfilter-headers, spam-check-bsfilter)
27097         (spam-bsfilter-register-with-bsfilter)
27098         (spam-bsfilter-register-spam-routine)
27099         (spam-bsfilter-unregister-spam-routine)
27100         (spam-bsfilter-register-ham-routine)
27101         (spam-bsfilter-unregister-ham-routine): New functions.
27102         (spam-generic-score): Support bsfilter; Accept an optional argument
27103         to recalcurate spam score even if scoring header has already been
27104         added.
27105         (spam-bogofilter-score, spam-spamassassin-score): Accept an
27106         optional argument to recalcurate spam score even if scoring header
27107         has already been added.
27109 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
27111         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
27112         strings!  Reported by David D. Smith <davidsmith@acm.org>.
27113         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
27114         link is missing.
27116 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
27118         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
27119         (html2text-get-attr): Rewrite.
27121         * message.el (message-setup-1): Remove redundant put-text-property
27122         on mail-header-separator.
27124 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
27126         * gnus-registry.el (gnus-registry-cache-whitespace)
27127         (gnus-registry-action, gnus-registry-spool-action)
27128         (gnus-registry-split-fancy-with-parent): Change message levels
27129         from 5 to 3 or 7, as needed.
27131         * spam.el (spam-summary-prepare-exit)
27132         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
27133         (spam-split, spam-find-spam, spam-log-undo-registration)
27134         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
27135         level from 5 to 6.
27137 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27139         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27140         2004-03-04 change).
27142 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27144         * sieve-manage.el (sieve-manage-open):
27145         * nnweb.el (nnweb-insert-html):
27146         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27147         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27148         * nnspool.el (nnspool-request-group):
27149         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27150         * nnml.el (nnml-request-update-info):
27151         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27152         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27153         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27154         (nnimap-request-set-mark):
27155         * nnfolder.el (nnfolder-request-update-info):
27156         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27157         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27158         * gnus-uu.el (gnus-uu-find-articles-matching):
27159         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27160         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27161         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27162         * gnus-nocem.el (gnus-nocem-scan-groups):
27163         * gnus-int.el (gnus-start-news-server):
27164         * gnus-group.el (gnus-group-make-kiboze-group)
27165         (gnus-group-browse-foreign-server):
27166         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27167         Use mapc when appropriate.
27169 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27170             Adam Sjøgren  <asjo@koldfront.dk>
27171             Wes Hardaker  <wes@hardakers.net>
27172             Michael Shields  <shields@msrl.com>
27174         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27175         may need for spam sorting and scoring.
27176         (spam-user-format-function-S): Add user format function suitable for
27177         general use.
27178         (spam-article-sort-by-spam-status): Add sorting function for summary
27179         sorting.
27180         (spam-extra-header-to-number): Add function to get a score from a
27181         header.
27182         (spam-summary-score): Add function to get a numeric score from the
27183         headers.
27184         (spam-generic-score): Fix function doc, was in wrong place.
27185         (spam-initialize): Take symbols when it's run, and install the
27186         extra headers that spam-necessary-extra-headers thinks we need.
27188 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27190         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27191         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27193 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27195         * gnus-sum.el (gnus-set-global-variables)
27196         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27197         (gnus-article-get-xrefs, gnus-summary-best-group)
27198         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27199         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27200         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27201         Use with-current-buffer.
27203 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27205         * spam.el (spam-summary-prepare-exit): Simplify logic.
27206         (spam-fetch-article-header): Read the article header if it's not
27207         available.
27208         (spam-list-articles): Simplify logic.
27209         (spam-filelist-register-routine): Fix bug with unregister-list.
27211         * gnus-registry.el: Fix comments at beginning.
27213 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27215         * message.el (message-cater-to-broken-inn): Remove.
27216         (message-shorten-references): Make sure the total folded length of
27217         References is shorter than 998 characters to cater to a bug in INN
27218         2.3.  Also, don't pretend that references aren't folded -- this
27219         hasn't worked for a while.
27221 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27223         * gnus-agent.el (gnus-agentize):
27224         gnus-agent-send-mail-real-function no longer set to current value
27225         of message-send-mail-function but rather a lambda that calls
27226         message-send-mail-function.  The change makes the agent real-time
27227         responsive to user changes to message-send-mail-function.
27229 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27231         * legacy-gnus-agent.el
27232         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27233         help from Florian Weimer <fw@deneb.enyo.de>
27235 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27237         * nnmail.el (nnmail-cache-insert): Revert last change.
27239 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27241         * nnmail.el (nnmail-cache-insert): Always check whether
27242         nnmail-cache-ignore-groups matches a group name.
27244 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27246         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27247         (spam-find-spam, spam-log-processing-to-registry)
27248         (spam-log-registered-p, spam-log-unregistration-needed-p)
27249         (spam-log-undo-registration): Use gnus-message instead of
27250         gnus-error, none of these errors are fatal.
27252         * gnus-registry.el (gnus-registry-clean-empty-function)
27253         (gnus-registry-clean-empty): Remove only empty entries without
27254         extra data.
27256 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27258         * spam-stat.el (spam-stat-buffer-change-to-spam)
27259         (spam-stat-buffer-change-to-non-spam): Change (error) to
27260         (gnus-message 8) invocation.
27262 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27264         * nntp.el (nntp-via-netcat-command): New variable.
27265         (nntp-via-netcat-switches): New variable.
27266         (nntp-open-via-rlogin-and-netcat): New function.
27267         (nntp-open-connection-function): Doc fix.
27268         (nntp-telnet-command): Doc fix.
27269         (nntp-end-of-line): Doc fix.
27270         (nntp-via-rlogin-command): Doc fix.
27271         (nntp-via-user-name): Doc fix.
27272         (nntp-via-address): Doc fix.
27274 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27276         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27277         error in Emacs 21.1.
27279 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27281         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27283 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27285         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27286         (gnus-agent-with-refreshed-group): New macro.
27287         (gnus-agent-rename-group): New function.
27288         (gnus-agent-delete-group): New function.
27289         (gnus-agent-save-group-info): Use gnus-command-method when
27290         `method' parameter is nil.  Don't write nil entries into the
27291         active file.
27292         (gnus-agent-get-group-info): New function.
27293         (gnus-agent-fetch-articles):
27294         Use gnus-agent-update-files-total-fetched-for to increment disk space
27295         used.
27296         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27297         Use gnus-agent-update-view-total-fetched-for to increment disk space
27298         used.
27299         (gnus-agent-get-local): Add optional parameters to avoid calling
27300         gnus-group-real-name and gnus-find-method-for-group.
27301         (gnus-agent-set-local): Delete stored entry if either min, or max,
27302         are nil.
27303         (gnus-agent-fetch-session): Reworded error/quit messages.
27304         On quit, use gnus-agent-regenerate-group to record existance of any
27305         articles fetched to disk before the quit occurred.
27306         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27307         gnus-agent-update-view-total-fetched-for, and
27308         gnus-agent-update-files-total-fetched-for to decrement disk space
27309         used.
27310         (gnus-agent-retrieve-headers):
27311         Use gnus-agent-update-view-total-fetched-for to increment disk space
27312         used.
27313         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27314         with gnus-agent-update-files-total-fetched-for to decrement disk
27315         space and fresh group buffer.
27316         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27317         (gnus-agent-need-update-total-fetched-for): New variable.
27318         (gnus-agent-update-files-total-fetched-for): New function.
27319         (gnus-agent-update-view-total-fetched-for): New function.
27320         (gnus-agent-total-fetched-for): New function.
27322         * gnus-cache.el (gnus-cache-save-buffers):
27323         Use gnus-cache-update-overview-total-fetched-for to change disk space
27324         used by this group.
27325         (gnus-cache-possibly-enter-article):
27326         Use gnus-cache-update-file-total-fetched-for to increment disk space
27327         used by this group.
27328         (gnus-cache-possibly-remove-article):
27329         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27330         used by this group.
27331         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27332         (gnus-cache-rename-group): New function.
27333         (gnus-cache-delete-group): New function.
27334         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27335         (gnus-cache-need-update-total-fetched-for): New variable.
27336         (gnus-cache-with-refreshed-group): New macro.
27337         (gnus-cache-update-file-total-fetched-for): New function.
27338         (gnus-cache-update-overview-total-fetched-for): New function.
27339         (gnus-cache-rename-group-total-fetched-for): New function.
27340         (gnus-cache-delete-group-total-fetched-for): New function.
27341         (gnus-cache-total-fetched-for): New function.
27343         * gnus-group.el: Require gnus-sum and autoload functions to
27344         resolve warnings when gnus-group.el compiled alone.
27345         (gnus-group-line-format): Document new %F.
27346         (size of Fetched data) group line format; identifies disk space
27347         used by agent and cache.
27348         (gnus-group-line-format-alist): Define new F format.
27349         (gnus-total-fetched-for): New function.
27350         (gnus-group-delete-group): No longer update
27351         gnus-cache-active-altered as gnus-request-delete-group now keeps
27352         the cache in sync.
27353         (gnus-group-list-active): Let the agent store a server's active
27354         list if currently plugged.
27356         * gnus-int.el (gnus-request-delete-group):
27357         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27358         local disk in sync with the server.
27359         (gnus-request-rename-group):
27360         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27361         local disk in sync with the server.
27363         * gnus-start.el (gnus-get-unread-articles):
27364         Cosmetic simplification to logic.
27366         * gnus-util.el (gnus-rename-file): New function.
27368 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27370         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27372 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27374         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27375         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27377 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27379         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27380         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27382 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27384         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27386 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27388         * spam.el (spam-set-difference): Add function to replace
27389         gnus-set-difference in spam.el.
27390         (spam-summary-prepare-exit): Use spam-set-difference.
27392 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27394         * gnus-registry.el (gnus-registry-cache-file): Update to use
27395         gnus-dribble-directory OR gnus-home-directory OR ~.
27396         (gnus-registry-split-fancy-with-parent): Fix doc.
27398 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27400         * message.el (message-exchange-point-and-mark):
27401         Use message-mark-active-p.  Suggested by Jesper Harder
27402         <harder@ifa.au.dk>.
27404 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27406         * message.el (message-exchange-point-and-mark): Don't activate
27407         region if it was inactive.  Suggested by Hiroshi Fujishima
27408         <pooh@nature.tsukuba.ac.jp>.
27410 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27412         * gnus-art.el (article-display-face): Display Faces in the same
27413         order as X-Faces.
27415 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27417         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27419 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27421         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27422         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27423         (gnus-article-mime-hierarchy): Remove.
27424         (gnus-article-mime-hierarchy-next): Remove.
27425         (gnus-article-mode): Revert 2004-03-19 change.
27426         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27427         (gnus-insert-mime-button): Revert 2004-03-19 change.
27428         (gnus-mime-accumulate-hierarchy): Remove.
27429         (gnus-mime-enter-multipart): Remove.
27430         (gnus-mime-leave-multipart): Remove.
27431         (gnus-mime-display-part): Revert 2004-03-19 change.
27432         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27434         * mml.el (mml-preview): Revert 2004-03-19 change.
27436 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27438         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27440 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27442         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27443         t while entering a file name using the mm-with-multibyte macro.
27444         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27446         * mm-util.el (mm-with-multibyte): New macro.
27448 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27450         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27451         New user option.
27452         (gnus-mime-multipart-functions): Doc and customization fix.
27453         (gnus-article-mime-hierarchy): New variable.
27454         (gnus-article-mime-hierarchy-next): New variable.
27455         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27456         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27457         gnus-article-mime-hierarchy-next to nil.
27458         (gnus-insert-mime-button): Show hierarchy numbers.
27459         (gnus-mime-accumulate-hierarchy): New function.
27460         (gnus-mime-enter-multipart): New function.
27461         (gnus-mime-leave-multipart): New function.
27462         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27463         (gnus-mime-display-alternative): Show hierarchy numbers.
27465         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27466         gnus-article-mime-hierarchy-next to nil.
27468 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27470         * dns.el: Don't require gnus-xmas.
27472 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27474         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27475         inline PGP.
27476         (mml-menu): Disable mml-quote-region if mark is inactive.
27478 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27480         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27481         when the group's active is not available.
27483 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27485         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27486         error.
27488 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27490         * imap.el (imap-store-password): New variable.
27491         (imap-interactive-login): Use it.
27492         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27494 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27496         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27497         window-start and hscroll to summary window.
27499 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27501         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27502         conversion message to newsrc-dribble when an actual conversion is
27503         performed.
27505 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27507         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27509 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27511         * mm-decode.el (mm-complicated-handles): New function reviving
27512         former definition of mm-multiple-handles.
27514         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27515         (gnus-mime-delete-part): Use it.
27517 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27519         * gnus-agent.el (gnus-agent-read-local):
27520         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27521         avoid the implicit assumption that they will always be equal.
27522         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27523         coding-system-for-write, as the with-temp-file macro first prints
27524         to a buffer then saves the buffer.
27526 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27528         * gnus-art.el (gnus-article-edit-part): New function.
27529         (gnus-mime-save-part-and-strip): Use it; do query instead of
27530         signaling an error; don't use mm-multiple-handles.
27531         (gnus-mime-delete-part): Ditto.
27533 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27535         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27536         old file versions.
27537         (gnus-group-prepare-hook): Remove function that converted list
27538         form of gnus-agent-expire-days to group properties.
27540         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27541         (gnus-request-accept-article): Re-indented.
27543         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27544         converters to handle old agent file formats.  Add logic for a
27545         "backup before upgrading warning".
27546         (gnus-convert-mark-converter-prompt): Developers can mark
27547         functions as needing (default), or not needing,
27548         gnus-convert-old-newsrc's "backup before upgrading warning".
27549         (gnus-convert-converter-needs-prompt): Tests whether the user
27550         should be protected from potentially irreversable changes by the
27551         function.
27553         * legacy-gnus-agent.el: New.  Provides converters that are only
27554         loaded when gnus-convert-old-newsrc needs to call them.
27556 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27558         * mail-source.el (mail-source-touch-pop): Doc fix.
27560         * message.el (message-smtpmail-send-it): Doc fix.
27562 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27564         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27566         * nnmail.el (nnmail-split-fancy): do.
27568         * gnus-kill.el (gnus-kill, gnus-execute): do.
27570 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27572         * gnus-sum.el (gnus-widget-reversible-match)
27573         (gnus-widget-reversible-to-internal)
27574         (gnus-widget-reversible-to-external): New functions.
27575         (gnus-widget-reversible): New widget.
27576         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27578 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27580         * gnus-sum.el (gnus-thread-sort-functions)
27581         (gnus-article-sort-functions): Document `(not F)' items.
27583 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27585         * spam.el (spam-use-gmane-xref): Add new backend.
27586         (spam-gmane-xref-spam-group): Add variable to control the name of the
27587         Gmane spam group.
27588         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27589         (spam-regex-headers-spam, spam-regex-headers-ham)
27590         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27591         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27592         backends and checks.
27593         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27595         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27596         an autodetect method.
27598 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27600         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27601         articles are being added to a group.
27602         (gnus-request-replace-article): Inform the agent that articles
27603         need to be uncached as the cached contents are no longer valid.
27605 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27607         * binhex.el: Don't autoload executable-find.
27609         * canlock.el: Don't autoload mail-fetch-field.
27611         * dgnushack.el: Autoload c-mode for XEmacs.
27613         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27615         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27616         rmail-dont-reply-to and rmail-output.
27618         * gnus-score.el: Don't autoload ffap-string-at-point.
27620         * gnus-setup.el: Don't autoload sc-cite-original.
27622         * imap.el: Don't autoload base64-decode-string,
27623         base64-encode-string and md5.
27625         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27626         and rmail-msg-restore-non-pruned-header.
27628         * mm-decode.el: Don't autoload executable-find.
27630         * mm-url.el: Don't autoload executable-find.
27632         * mm-view.el: Don't autoload diff-mode.
27634         * nndb.el: Don't autoload news-reply-mode, news-setup,
27635         cancel-timer and telnet.
27637         * password.el: Don't autoload run-at-time for Emacs.
27639         * sha1-el.el: Don't autoload executable-find.
27641         * sieve-mode.el: Don't autoload c-mode.
27643         * uudecode.el: Don't autoload executable-find.
27645 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27647         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27648         (gnus-agent-possibly-alter-active): Avoid null in numeric
27649         comparison.
27650         (gnus-agent-set-local): Refuse to save null in local object table.
27651         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27652         list of articles that will be marked as unread.
27654 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27656         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27658 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27660         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27661         language tags.
27663 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27665         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27666         Don't bind "obarray".
27668         * gnus-sum.el (gnus-thread-sort-functions):
27669         Add `gnus-thread-sort-by-most-recent-number' and
27670         `gnus-thread-sort-by-most-recent-date'.
27671         Reported by Kai Grossjohann <kai@emptydomain.de>.
27673 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27675         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27677 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27679         * gnus-cus.el (gnus-agent-customize-category):
27680         Remove ignore-errors macro reference that required cl to be loaded at
27681         run-time.
27683         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27684         single-interval range of the form (min . max).  Previously the
27685         range had to look like ((min . max)).  Likewise, return
27686         (min . max) rather than ((min . max)).
27687         (gnus-range-map): Use gnus-range-normalize to accept
27688         single-interval range.
27690         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27691         the cache, but not the agent, now appear with their usual face.
27693         * dgnushack.el (loaddir): New variable that is bound to the
27694         directory containing the dgnushack.el file.  Use loaddir, rather
27695         than srcdir, to update load-path.  Change lets dgnushack compile
27696         code in directories other than GNUS/lisp.
27698 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27700         * lpath.el: Don't bind w3m-safe-url-regexp.
27702         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27703         w3m-safe-url-regexp variable buffer-local.
27705         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27707 2004-02-27  Simon Josefsson  <jas@extundo.com>
27709         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27710         gnus-group-real-prefix.
27711         (gnus-summary-move-article): Use it, instead of
27712         gnus-group-real-prefix.
27714 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27716         * lpath.el: Bind w3m-safe-url-regexp.
27718         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27719         w3m-safe-url-regexp variable buffer-local and set it as the value
27720         of mm-w3m-safe-url-regexp.
27722         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27724         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27725         parsing gnus-posting-styles when the message is not for replying.
27727         * dgnushack.el: Autoload sgml-mode for XEmacs.
27729         * nnrss.el (nnrss-opml-export):
27730         Use mm-set-buffer-file-coding-system instead of
27731         set-buffer-file-coding-system.
27733 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27735         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27736         of checkdoc.el).
27737         * nnrss.el: do.
27738         * gnus-mlspl.el: do.
27739         * gnus-ml.el: do.
27740         * gnus-srvr.el: do.
27742         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27744 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27746         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27747         Corrections to custom-manual links.
27749         * gnus-art.el (gnus-article): Ditto.
27751         * mm-decode.el (mime-display, mime-security): Ditto.
27753 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27755         * flow-fill.el: Typo.
27757 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27759         * spam-wash.el: New file.
27761 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27763         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27765 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27767         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27768         to be run with new-articles as LIST1, not LIST2.
27769         (spam-registration-functions): Add spam-use-ham-copy as a nil
27770         registration backend.
27772 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27774         * spam-stat.el (spam-stat-washing-hook): New option.
27775         (spam-stat-buffer-words): Use it.
27776         (spam-stat-process-directory, spam-stat-test-directory):
27777         Use insert-file-contents-literally.
27778         (spam-stat-coding-system): New variable.
27779         (spam-stat-load, spam-stat-save): Use it.
27781 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27783         * spam-report.el (spam-report-plug-agent):
27784         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27786 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27788         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27789         Allow / in mailto URLs.
27791 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27793         * spam-report.el (spam-report-process-queue): Fix interactive use.
27794         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27795         (spam-report-unplug-agent): Doc fixes.
27796         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27797         (spam-report-agentize, spam-report-deagentize): Autoload.
27799 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27801         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27803         * message.el (message-setup-fill-variables): Add mml tags to
27804         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27805         <ajk@iu.edu>.
27806         (message-mode): Don't modify paragraph-separate there.
27808 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27810         * compface.el (uncompface-use-external): Default to undecided.
27811         (uncompface-use-external-threshold): New variable.
27812         (uncompface-float-time): New macro.
27813         (uncompface): Determine whether to use the external decoder if
27814         uncompface-use-external is undecided.
27816 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27818         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27819         after images.
27821         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27823 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27825         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27827         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27829         * gnus-sum.el (gnus-summary-limit-to-age)
27830         (gnus-summary-limit-children): do.
27832         * gnus-int.el (gnus-request-scan): do.
27834         * gnus-group.el (gnus-group-suspend): do.
27836         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27838         * gnus-cite.el (gnus-cite-parse-attributions): do.
27840         * gnus-agent.el (gnus-summary-set-agent-mark)
27841         (gnus-agent-regenerate-group): do.
27843         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27845         * binhex.el (binhex-decode-region-internal): do.
27847 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27849         * gnus-fun.el (gnus-face-properties-alist): New user option.
27850         (gnus-display-x-face-in-from): Use it.
27852         * gnus-art.el (article-display-face): Ditto.
27854         * compface.el (uncompface-use-external): Default to nil.
27856 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27858         * nntp.el (nntp-erase-buffer): New function.
27859         (nntp-retrieve-data, nntp-send-command)
27860         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27861         (nntp-possibly-change-group): Use it.
27863         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27864         Use with-current-buffer.
27866 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27868         * compface.el: Merge the ELisp-based uncompface program.
27869         (compface): New customization group.
27870         (uncompface-use-external): New user option.
27871         (uncompface): Call uncompface-internal if uncompface-use-external
27872         is nil.
27873         (uncompface-internal): New function.  Note that there are also
27874         some other functions and variables added for this function.
27876 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27878         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27879         if necessary.
27881 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27883         * spam-report.el (spam-report-unplug-agent)
27884         (spam-report-plug-agent, spam-report-deagentize)
27885         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27886         Add support for the Agent in spam-report: when unplugged, report to a
27887         file; when plugged, submit all the requests.
27889         * spam.el (spam-register-routine): Fix message about
27890         registration.
27892 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27894         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27895         dependencies.
27896         (rfc2047-encode): Use it.
27898         * gnus-art.el (gnus-button-marker-list): Move before first
27899         reference.
27901         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27902         (imap-parse-body): Fix format string mismatch.
27904         * gnus-score.el (gnus-summary-increase-score): do.
27906         * nnrss.el (nnrss-close): New function.
27908 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27910         * nnrss.el (nnrss-make-filename): New function.
27911         (nnrss-request-delete-group, nnrss-read-server-data)
27912         (nnrss-save-server-data, nnrss-read-group-data)
27913         (nnrss-save-group-data): Use it.
27914         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27915         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27916         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27918 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27920         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27922 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27924         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27925         files.
27927         * message.el (message-generate-headers-first): Don't quote nil
27928         and t in docstrings.
27930         * imap.el (imap-id): do.
27932         * gnus-agent.el (gnus-agent-consider-all-articles)
27933         (gnus-agent-queue-mail): do.
27935 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27937         * spam-report.el (spam-report-process-queue): New function.
27938         Process requests from `spam-report-requests-file'.
27939         (spam-report-process-queue): Doc fix.
27941 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27943         * spam.el (spam-register-routine)
27944         (spam-log-processing-to-registry, spam-log-registered-p)
27945         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27946         Change "check" to "spam-check" for semi-clarity.
27948 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27950         * pop3.el: Require nnheader.
27952         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27954         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27956         * gnus-picon.el: Require cl.
27958         * gnus-fun.el: Require gnus-ems and gnus-util.
27960         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27962         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27964         * gnus-art.el (gnus-article-edit-mode): Define before first
27965         reference.
27967 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27969         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27970         (gnus-uu-post-encoded): Use point-at-bol.
27972         * gnus-topic.el (gnus-group-active-topic-p): do.
27974         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27976         * gnus-group.el (gnus-group-kill-region): do.
27978         * gnus-art.el (article-date-ut): do.
27980         * message.el (message-fetch-field): Remove redundant
27981         case-fold-search binding.
27982         (message-narrow-to-field): Simplify.
27984 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27986         * spam.el (spam-directory): Derive from `gnus-directory'.
27988         * spam-report.el (spam-report-url-to-file)
27989         (spam-report-requests-file): New function and variable for offline
27990         reporting.
27991         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27992         and user defined function.
27993         (spam-report-url-ping-mm-url): Remove doubled slash.
27995 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27997         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27999 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
28001         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
28002         Fix format string mismatch.
28004         * sieve.el (sieve-deactivate-all): do.
28006         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
28008         * nnlistserv.el (nnlistserv-kk-wash-article): do.
28010         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
28012         * mm-bodies.el (mm-7bit-chars): Don't include \r.
28014 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
28016         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
28017         the list of checks.
28019 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
28021         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
28022         padding.
28024 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
28026         * mm-view.el (mm-fill-flowed): New variable.
28027         (mm-inline-text): Use it.
28029 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
28031         * spam.el (spam-spamassassin-register-ham-routine)
28032         (spam-spamassassin-register-spam-routine): Fix function names.
28034 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
28036         * gnus.el (gnus-tmp-grouplens): Remove.
28037         (gnus-summary-line-format): Remove grouplens.
28039         * gnus-group.el (gnus-group-line-format): Ditto.
28041         * gnus-spec.el (gnus-format-specs): Ditto.
28042         (gnus-update-format-specifications): Flush the group format spec
28043         cache if there's the grouplens stuff.
28044         (gnus-parse-simple-format): Replace %l with the empty string.
28046 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
28048         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
28049         omission.
28051 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
28053         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
28054         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
28056 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
28058         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
28059         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
28060         New macros and functions.
28061         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
28062         Handle > NLINK_MAX messages.
28063         * nnmaildir.el (nnmaildir-request-set-mark):
28064         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
28066 2004-01-25  Alex Schroeder  <alex@gnu.org>
28068         * spam-stat.el (spam-stat-process-directory-age): New option.
28069         (spam-stat-process-directory): Use it.
28071 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
28073         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
28074         (spam-stat-save): Accept prefix argument.
28076 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
28078         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
28079         links" error.
28081 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
28083         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
28084         the rest of the and/or forms.
28086 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28088         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
28089         compatibility with old .newsrc.eld files.
28091         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
28093         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
28095         * gnus-start.el (gnus-1): do.
28097         * gnus-group.el (gnus-group-line-format-alist): do.
28099         * gnus.el (gnus-use-grouplens, gnus-visual): do.
28101         * gnus-gl.el: Remove.
28103 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28105         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
28106         marks consisting of a single range {for example, (3 . 5)} rather
28107         than a list of a single range { ((3 . 5)) }.
28109 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28111         * spam-stat.el (spam-stat-store-gnus-article-buffer):
28112         Use with-current-buffer.
28113         (spam-stat-store-current-buffer): Use insert-buffer-substring to
28114         avoid consing a string.
28116         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
28117         Remove obsolete entries for big5 and gb2312.
28119 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28121         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
28122         uncompressed list.
28124 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
28126         * spam-stat.el (spam-stat-strip-xref): New function.
28127         (spam-stat-process-directory): Use it.
28129         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
28130         here -- it's done in message-fetch-field.
28132 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28134         * gnus-agent.el (gnus-agent-queue-mail)
28135         (gnus-agent-prompt-send-queue): New variables.
28136         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
28137         * gnus-draft.el (gnus-group-send-queue): Pass the group name
28138         "nndraft:queue" along to gnus-draft-send.
28139         Use gnus-agent-prompt-send-queue.
28140         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28141         is "nndraft:queue".  Suggested by Gaute Strokkenes
28142         <gs234@srcf.ucam.org>
28144         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28145         (agent-enable-undownloaded-faces): Add.
28146         (gnus-agent-cat-groups): Use eval-and-compile, not
28147         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28148         method of gnus-agent-cat-groups even when the buffer has been
28149         evaled.
28150         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28151         delete gnus-agent-save-active-1.
28152         (gnus-agent-save-groups): Delete.  Identical to
28153         gnus-agent-save-active.
28154         (gnus-agent-write-active): No longer adjust agent's copy of active
28155         file as agent's adjustments are now stored in their own
28156         file.  Remove optional parameter.
28157         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28158         servers.  Add use of min/max range limits from server's local
28159         file.
28160         (gnus-agent-save-alist): Remove unused optional argument.
28161         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28162         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28163         (gnus-agent-set-local): A per-server file that keeps min/max range
28164         limits for articles known to the agent.  Provides a fast mechanism
28165         for altering many active ranges.
28166         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28167         active file (local makes it unnecessary).
28168         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28170         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28171         (agent-enable-undownloaded-faces): Add.
28173         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28174         disable it when sending to "nndraft:queue".
28175         (gnus-group-send-queue): Add safety check to avoid sending queue
28176         when unplugged.
28178         * gnus-group.el (gnus-group-catchup): Use new
28179         gnus-sequence-of-unread-articles, not
28180         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28181         numbers of articles.  Use gnus-range-map to avoid having to
28182         uncompress the unread list.
28183         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28184         Fix invalid ange-ftp reference.
28186         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28187         (gnus-sorted-range-intersection): Intersection of two ranges
28188         without requiring that they first be uncompressed.
28190         * gnus-start.el (gnus-activate-group): Unless blocked by the
28191         caller, possibly expand the active range to include both cached
28192         and agentized articles.
28193         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28194         multiple version-dependent converters.
28195         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28196         gnus-agent-save-active.
28197         (gnus-save-newsrc-file): Save dirty agent range limits.
28199         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28200         gnus-agent-possibly-alter-active.
28201         (gnus-adjust-marked-articles): Faster handling of simple lists.
28203 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28205         * spam-stat.el (spam-stat-test-directory): New optional argument
28206         displays a list of files detected.  Suggested by Andrew Cohen
28207         <cohen@andy.bu.edu>.
28208         (spam-stat-buffer-words-with-scores): Don't narrow and change
28209         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28211 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28213         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28214         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28215         (spam-spamassassin-arguments)
28216         (spam-spamassassin-spam-flag-header)
28217         (spam-spamassassin-positive-spam-flag-header)
28218         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28219         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28220         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28221         (spam-list-of-processors, spam-list-of-checks)
28222         (spam-list-of-statistical-checks, spam-registration-functions)
28223         (spam-check-spamassassin-headers, spam-check-spamassassin)
28224         (spam-spamassassin-score)
28225         (spam-spamassassin-register-with-sa-learn)
28226         (spam-spamassassin-register-spam-routine)
28227         (spam-spamassassin-register-ham-routine)
28228         (spam-assassin-register-spam-routine)
28229         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28230         (spam-bogofilter-score): Fix to show article before scoring.
28232 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28234         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28235         default scoring function.
28236         (spam-generic-score): Call spam-spamassassin-score if
28237         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28238         spam-bogofilter-score otherwise.
28240         * gnus.el (spam-process, spam-autodetect-methods):
28241         Add spamassassin and spamassassin-headers.
28243 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28245         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28246         Suppress unnecessary messages.
28248 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28250         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28251         make-hash-table.
28253 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28255         * canlock.el (base64-encode-string): Don't autoload it.
28257 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28259         * run-at-time.el: Remove useless (require 'itimer),
28260         eval-and-compile and (featurep 'xemacs).
28262 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28264         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28265         GROUP is a virtual group.
28267 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28269         * gnus.el: Autoload `message-y-or-n-p'.
28271 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28273         * pgg-parse.el: Remove unnecessary (require 'custom).
28275         * pgg-def.el: do.
28277         * nnmail.el: do.
28279         * gnus-undo.el: do.
28281         * gnus-picon.el: do.
28283         * gnus-util.el: do.
28285 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28287         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28289 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28291         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28292         handle, as well as a list.
28294         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28295         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28296         (mm-w3m-cid-retrieve): Simplify.
28298 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28300         * message.el (message-kill-to-signature): Allow prefix arg to
28301         specify number of lines to keep before signature.
28303 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28305         * message.el (message-kill-to-signature): Change docstring.
28307 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28309         * canlock.el: Always require sha1-el.
28310         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28312         * message.el: Autoload sha1 only when compiling.
28314         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28315         eudc-expand-inline for XEmacs.
28317 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28319         * message.el (message-canlock-generate): Require sha1-el.
28321 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28323         * message.el (message-expand-name): Silence the byte compiler.
28325         * lpath.el: Add detect-coding-system.
28327         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28328         cus-edit.
28330 2004-01-13  Simon Josefsson  <jas@extundo.com>
28332         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28333         Invoke gnus-score-mode.
28334         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28336         * gnus-range.el (gnus-compress-sequence): Doc fix.
28337         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28339 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28341         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28343 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28345         * spam.el (spam-get-article-as-string): Update to use
28346         gnus-request-article-this-buffer, much simpler.
28347         (spam-get-article-as-buffer): Remove.
28349 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28351         * message.el (message-expand-name): Use EUDC if the user uses that.
28353 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28355         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28356         character for the encoding to avoid consing a string.
28358         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28359         unnecessarily.
28361         * mm-util.el (mm-replace-chars-in-string): Remove.
28363         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28364         of mm-replace-chars-in-string.
28366 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28368         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28370         * mm-util.el (mm-subst-char-in-string): Support inplace.
28372         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28373         a new string in every iteration.  Use shy groups.
28375 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28377         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28378         * gnus-soup.el (gnus-soup-group-brew):
28379         * gnus-msg.el (gnus-put-message):
28380         * gnus-move.el (gnus-group-move-group-to-server):
28381         * gnus-kill.el (gnus-batch-score):
28382         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28383         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28384         (gnus-group-update-group, gnus-group-read-group)
28385         (gnus-group-make-group, gnus-group-make-help-group)
28386         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28387         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28388         (gnus-group-sort-by-unread, gnus-group-catchup)
28389         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28390         (gnus-group-yank-group, gnus-group-set-info)
28391         (gnus-group-list-groups):
28392         * gnus.el (gnus-generate-new-group-name):
28393         * gnus-delay.el (gnus-delay-send-queue):
28394         * nnvirtual.el (nnvirtual-catchup-group):
28395         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28396         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28397         (gnus-group-prepare-topics, gnus-topic-check-topology):
28398         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28399         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28400         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28401         (gnus-group-make-articles-read):
28402         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28403         (gnus-group-change-level, gnus-kill-newsgroup)
28404         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28405         (gnus-get-unread-articles, gnus-make-articles-unread)
28406         (gnus-make-ascending-articles-unread): Use accessor
28407         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28408         to get group information for improved readability.
28411 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28413         * gnus-art.el (article-decode-mime-words, article-babel)
28414         (gnus-article-highlight-signature, gnus-article-add-buttons)
28415         (gnus-signature-toggle): Use gnus-with-article-buffer.
28417         * gnus-art.el (gnus-article-highlight-headers)
28418         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28420         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28421         (gnus-article-set-globals, gnus-request-article-this-buffer)
28422         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28423         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28424         (gnus-mime-display-alternative): Use with-current-buffer.
28426 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28428         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28429         also under 80 char limit, and call gnus-error if needed.
28430         (spam-fetch-article-header): Fix - it was a
28431         buffer-local variable (gnus-newsgroup-data).
28432         (spam-find-spam): Use spam-generate-fake-headers, forget about
28433         spam-insert-fake-headers.
28434         (spam-insert-fake-headers): Remove.
28436 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28438         * deuglify.el (gnus-article-outlook-unwrap-lines)
28439         (gnus-outlook-rearrange-article)
28440         (gnus-outlook-repair-attribution-outlook)
28441         (gnus-outlook-repair-attribution-block)
28442         (gnus-outlook-repair-attribution-other): Remove redundant
28443         save-excursion.
28445 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28447         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28448         (spam-fetch-field-subject-fast)
28449         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28450         (spam-fetch-article-header): Add functions to deal with Gnus
28451         internals for fast retrieval of article header data.
28452         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28454 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28456         * pop3.el (pop3-md5): Remove.
28457         (pop3-apop): Replace pop3-md5 with md5.
28459         * mm-bodies.el: base64 is always built-in.
28461         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28462         Use with-current-buffer.
28464 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28466         * canlock.el (canlock-insert-header): Remove excessive grouping in
28467         regexp.
28469         * gnus-sum.el (gnus-summary-read-document): Ditto.
28471         * gnus-uu.el (gnus-uu-part-number): Ditto.
28473         * html2text.el (html2text-remove-tags): Ditto.
28474         (html2text-format-tags): Ditto.
28475         (html2text-format-single-elements): Ditto.
28477         * mml.el (mml-parse-1): Ditto.
28479 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28481         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28483         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28485         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28487         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28489 2003-11-15  Simon Josefsson  <jas@extundo.com>
28491         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28492         (pgg-gpg-lookup-key): Use regexp match instead of
28493         split-string (split-string is different between emacs 21.2 and
28494         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28496 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28498         * gnus-art.el (gnus-mime-view-all-parts)
28499         (gnus-article-part-wrapper, gnus-article-view-part):
28500         Use with-current-buffer.
28502 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28504         * spam.el (spam-disable-spam-split-during-ham-respool)
28505         (spam-spamoracle-database, spam-cache-lookups)
28506         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28507         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28508         (spam-group-ham-marks, spam-group-spam-marks)
28509         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28510         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28511         also add spam-use-blackholes to the statistical checks.
28512         (spam-fetch-field-fast): Add interface to fetching fields, may
28513         become a macro.
28514         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28515         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28516         (spam-insert-fake-headers): Fake an article when needed.
28517         (spam-find-spam): Fake article when possible.
28518         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28519         (spam-check-bogofilter-headers): Use message-fetch-field instead
28520         of nnmail-fetch-field.
28522 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28524         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28526 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28528         * spam.el (spam-split): Do not require spam-use-CHECK to be
28529         enabled if that check is passed to spam-split explicitly; also
28530         fix so 'spam doesn't get converted to spam-split-group when
28531         spam-split-symbolic-return is t.
28532         (spam-find-spam): Find registrations of the article and use those
28533         instead of re-running spam-split to find the spam/ham
28534         classification of the article.
28535         (spam-log-processing-to-registry, spam-log-registered-p)
28536         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28537         Use gnus-error instead of gnus-message.
28538         (spam-log-registration-type): Add function to determine the
28539         classification of a message based on registry entries; will
28540         return nil if both 'spam and 'ham are found.
28541         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28542         a reasonably fast local cache without the loading errors.
28543         (spam-cache-lookups): Set to t by default.
28544         (spam-find-spam): Don't try to guess spam-cache-lookups.
28545         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28546         spam-caches entry.
28547         (spam-filelist-build-cache, spam-filelist-check-cache):
28548         Fix caching of whitelist/blacklist entries.
28549         (spam-check-whitelist, spam-check-blacklist):
28550         Invoke spam-from-listed-p with a type, not a cache variable.
28551         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28553 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28555         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28557         * nnmail.el (nnmail-split-fancy): do.
28559         * mml.el (mml-parse): do.
28561         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28562         (gnus-score-adaptive): do.
28564 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28566         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28567         (gnus-mime-button-map): Don't set keymap parent.
28568         (gnus-button-ctan-directory-regexp): Use shy grouping.
28569         (gnus-prev-page-map): Don't set keymap parent.
28570         (gnus-prev-page-map): Remove duplicated one.
28571         (gnus-next-page-map): Don't set keymap parent.
28572         (gnus-mime-security-button-map): Ditto.
28574         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28575         version number.
28577         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28579 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28581         * canlock.el (canlock-sha1-function): Remove.
28582         (canlock-sha1-function-for-verify): Remove.
28583         (canlock-openssl-program): Remove.
28584         (canlock-openssl-args): Remove.
28585         (canlock-ignore-errors): Remove.
28586         (canlock-sha1-with-openssl): Remove.
28587         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28588         (canlock-verify): Don't use canlock-ignore-errors.
28590         * sha1-el.el (sha1-string-external): Make it can return a string
28591         in binary form.
28592         (sha1-region-external): Ditto.
28593         (sha1-string-internal): Ditto.
28594         (sha1-region-internal): Ditto.
28595         (sha1-region): Ditto.
28596         (sha1-string): Ditto.
28597         (sha1): Ditto.
28599 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28601         * spam.el (spam-report-articles-gmane): New command.
28603 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28605         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28607         * run-at-time.el (run-at-time-saved): Remove.
28608         (run-at-time): Doc fix.
28610 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28612         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28613         (gnus-summary-limit-map): Add it.
28614         (gnus-summary-make-menu-bar): do.
28616 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28618         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28619         Make attempt at some caching support (done for BBDB only now).
28620         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28621         addresses to be checked.
28622         (spam-clear-cache-BBDB): Add function, to be invoked by
28623         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28624         (spam-check-BBDB): Check and use the caches, if
28625         spam-cache-lookups is on, remove superfluous (provide).
28627 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28629         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28631 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28633         * run-at-time.el (run-at-time-saved): Move to after the definition
28634         of `run-at-time'.
28636         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28638 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28640         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28641         mm-w3m-local-map-property.
28643         * mm-view.el (mm-w3m-mode-map): Remove.
28644         (mm-w3m-local-map-property): Remove.
28645         (mm-inline-text-html-render-with-w3m): Don't use
28646         mm-w3m-local-map-property.
28648 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28650         * run-at-time.el: New file.
28652         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28653         under Emacs.
28655         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28656         of gnus-set-text-properties.
28658         * gnus-uu.el (gnus-uu-save-article): Ditto.
28660         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28662         * gnus-cite.el (gnus-cite-parse): Ditto.
28664         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28665         of gnus-.
28667         * gnus-xmas.el (run-at-time): Require run-at-time.
28669         * gnus.el: Change calls to nnheader-run-at-time and
28670         password-run-at-time throughout to use run-at-time directly.
28672         * password.el: Remove definition of run-at-time.
28674         * nnheaderxm.el: Remove definition of run-at-time.
28676 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28678         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28679         in prompt.
28681 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28683         * messagexmas.el (message-xmas-redefine): Alias
28684         `message-make-caesar-translation-table' to
28685         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28686         version.
28688         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28689         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28690         `gnus-xmas-set-text-properties'.
28691         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28692         `gnus-xmas-completing-read'.
28693         (gnus-xmas-completing-read): Removed.
28694         (gnus-xmas-open-network-stream): Removed.
28696         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28697         XEmacs version.
28699         * dns.el (dns-make-network-process): Use `open-network-stream'
28700         instead of `gnus-xmas-open-network-stream'.
28702         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28704         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28706 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28708         * gnus-art.el (gnus-mime-display-alternative)
28709         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28710         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28711         Don't use gnus-local-map-property.
28713         * gnus-util.el (gnus-local-map-property): Remove.
28715         * mm-view.el (mm-view-pkcs7-decrypt):
28716         Replace gnus-completing-read-maybe-default with completing-read.
28718         * gnus-util.el (gnus-completing-read): do.
28719         (gnus-completing-read-maybe-default): Remove.
28721 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28723         * password.el: Only autoload `run-at-time' if not XEmacs.
28724         Only autoload the itimer functions if XEmacs.
28726 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28728         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28729         XEmacsen.
28731         * dgnushack.el: Autoload executable-find for XEmacs.
28733 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28735         * gnus-art.el (gnus-read-string): Remove.
28736         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28737         read-string.
28739 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28741         * netrc.el: Autoload password-read.
28742         (netrc): Add configuration group.
28743         (netrc-encoding-method, netrc-openssl-path):
28744         Add variables for encoding and decoding of files with symmetric
28745         ciphers.
28746         (netrc-encode): Add assistant function to encode a file with
28747         netrc-encoding-method.
28748         (netrc-parse): Add interactive parameter, added optional
28749         decoding if netrc-encoding-method is non-nil but otherwise
28750         behavior is standard.
28751         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28752         Do s/encode/encrypt/ everywhere.
28754         * spam.el: Remove executable-find autoload.
28756 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28758         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28760         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28762 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28764         * gnus-art.el (gnus-treat-ansi-sequences)
28765         (article-treat-ansi-sequences): New variable and function.
28766         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28768         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28769         Use it.
28771 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28773         * mm-util.el (mm-quote-arg): Remove.
28775         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28776         shell-quote-argument.
28778         * gnus-uu.el (gnus-uu-command): do.
28780         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28782         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28783         with make-char.
28785         * mm-util.el (mm-make-char): Remove.
28787         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28788         add-minor-mode.
28790         * gnus-undo.el (gnus-undo-mode): do.
28792         * gnus-topic.el (gnus-topic-mode): do.
28794         * gnus-sum.el (gnus-dead-summary-mode): do.
28796         * gnus-start.el (gnus-slave-mode): do.
28798         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28800         * gnus-ml.el (gnus-mailing-list-mode): do.
28802         * gnus-gl.el (gnus-grouplens-mode): do.
28804         * gnus-draft.el (gnus-draft-mode): do.
28806         * gnus-dired.el (gnus-dired-mode): do.
28808         * gnus-ems.el (gnus-add-minor-mode): Remove.
28810         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28811         Replace gnus-char-width with char-width.
28813         * gnus-ems.el (gnus-char-width): Remove.
28815         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28816         Replace gnus-char-width with char-width.
28818         * gnus-ems.el (gnus-char-width): Remove.
28820         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28821         definition.
28822         Remove Emacs 20 hash table compatibility code.
28824         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28825         20 compatibility code.
28827         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28829         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28831         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28832         Replace with point-at-{eol,bol}.
28834         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28836         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28838         * flow-fill.el (fill-flowed-point-at-bol)
28839         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28841         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28842         Replace with point-at-{eol,bol} throughout all files.
28844 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28846         * ntlm.el (ntlm-string-as-unibyte): New macro.
28847         (ntlm-build-auth-response): Use it.
28849         Remove Emacs 20 stuff:
28850         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28851         (butlast, mapc, remove): Remove the compiler macros.
28852         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28853         of delq and copy-sequence.
28854         * gnus-art.el (popup-menu): Remove the compiler macro.
28855         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28856         Emacs 20.
28858 2004-01-05  Simon Josefsson  <jas@extundo.com>
28860         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28861         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28862         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28863         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28864         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28865         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28866         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28867         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28868         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28869         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28870         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28871         string-xor into ntlm-string-xor.
28872         Suggested by Jesper Harder <harder@myrealbox.com>.
28874         * ntlm.el: Don't include poem.
28876         * md4.el (print-int32, print-string-hexa): Remove.
28877         Suggested by Jesper Harder <harder@myrealbox.com>.
28879         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28881         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28882         probably breaks emacs with DL patch, but do we care? Is anyone
28883         still using the DL stuff?)
28885         * sieve-manage.el: Use the password package.
28886         (sieve-manage-read-passwd): Remove.
28887         (sieve-manage-interactive-login): Use password.  Re-add
28888         condition-case around loop.
28890         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28891         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28892         Use the password package.
28894 2003-02-19  Simon Josefsson  <jas@extundo.com>
28896         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28897         token.
28899 2002-08-07  Simon Josefsson  <jas@extundo.com>
28901         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28902         (sieve-manage-authenticators)
28903         (sieve-manage-authenticator-alist): Add some SASL mechs.
28904         (sieve-sasl-auth): New function.
28905         (sieve-manage-cram-md5-auth)
28906         (sieve-manage-plain-auth): Rewrite using SASL library.
28907         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28908         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28909         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28910         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28912 2004-01-05  Simon Josefsson  <jas@extundo.com>
28914         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28915         New files.
28917 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28919         * gnus-group.el (gnus-no-groups-message): Update.
28921         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28923 2003-11-09  Simon Josefsson  <jas@extundo.com>
28925         * imap.el: Support for ID IMAP extension (RFC 2971).
28926         (imap-local-variables): Add imap-id.
28927         (imap-id): New variable.
28928         (imap-id): New function.
28929         (imap-parse-response): Parse untagged ID response.
28930         * nnimap.el (nnimap-id): New variable.
28931         (nnimap-open-connection): Use it.
28933 2003-12-28  Simon Josefsson  <jas@extundo.com>
28935         * gnus-score.el (gnus-score-edit-all-score): New.
28936         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28938 2004-01-04  Simon Josefsson  <jas@extundo.com>
28940         * password.el: Add.
28942 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28944         * dns.el (dns-query-types): Fix typo.
28945         (dns-query-types): New function.
28946         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28947         PTR and SOA replies, see RFC 1035.
28949 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28951         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28953         * Move to Changelog.2.
28955 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28957         * gnus.el (gnus-version-number): Bump version.
28959 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28961         * gnus.el: No Gnus v0.1 is released.
28963 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28965         * gnus.el: No Gnus v0.0 is released.
28967 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28969         * gnus.el (gnus-version-number): Bump.
28970         (gnus-version): No.
28972 See ChangeLog.2 for earlier changes.
28974   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28976   This file is part of GNU Emacs.
28978   GNU Emacs is free software: you can redistribute it and/or modify
28979   it under the terms of the GNU General Public License as published by
28980   the Free Software Foundation, either version 3 of the License, or
28981   (at your option) any later version.
28983   GNU Emacs is distributed in the hope that it will be useful,
28984   but WITHOUT ANY WARRANTY; without even the implied warranty of
28985   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28986   GNU General Public License for more details.
28988   You should have received a copy of the GNU General Public License
28989   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28991 ;; Local Variables:
28992 ;; coding: utf-8
28993 ;; fill-column: 79
28994 ;; add-log-time-zone-rule: t
28995 ;; End: