From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77085 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: No Gnus v0.13 is released Date: Mon, 21 Feb 2011 16:23:15 -0800 Message-ID: <8739ngc431.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298334232 31102 80.91.229.12 (22 Feb 2011 00:23:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2011 00:23:52 +0000 (UTC) Cc: ding@gnus.org To: ding-announce@gnus.org Original-X-From: ding-owner+M25418@lists.math.uh.edu Tue Feb 22 01:23:40 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Prg2V-0005XX-Gx for ding-account@gmane.org; Tue, 22 Feb 2011 01:23:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Prg2F-0006vZ-Pl; Mon, 21 Feb 2011 18:23:23 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Prg2C-0006v6-GC; Mon, 21 Feb 2011 18:23:20 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Prg1z-0001ON-0C; Mon, 21 Feb 2011 18:23:20 -0600 Original-Received: from baybryj.net ([198.144.208.130] helo=lenovo) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Prg1x-0006ln-Vk; Tue, 22 Feb 2011 01:23:06 +0100 Original-Received: from larsi by lenovo with local (Exim 4.72) (envelope-from ) id 1Prg29-0001Yj-K6; Mon, 21 Feb 2011 16:23:17 -0800 User-Agent: Gnus/5.110012 (No Gnus v0.12) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77085 Archived-At: The last release was (kinda) mistagged, so here's a new release with the proper tags. This release also includes a fix to the nntp bug that some people were experiencing, where the new async parallel NNTP fetching code would hang if you had some (somewhat degenerate) nntp backend definitions. Get it by saying git clone http://git.gnus.org/gnus.git && cd gnus && git checkout n0-13 ChangeLog since last release: 2011-02-22 Lars Magne Ingebrigtsen * gnus.el: No Gnus v0.13 is released. 2011-02-21 Lars Ingebrigtsen * nnimap.el (nnimap-open-connection-1): Revert last change, since auth-source now accepts numbers. * auth-source.el (auth-source-netrc-parse): Accept a number as the port spec, too. (auth-source-ensure-strings): New function. * gnus-art.el (gnus-article-update-date-headers): Doc fix. (gnus-article-setup-buffer): Always restart the date timer so that user changes to the frequency is respected. * nnimap.el (nnimap-open-connection-1): auth-source expects strings as port numbers, so make sure it gets that if nnimap-server-port is explicit. 2011-02-21 Simon Josefsson * nnimap.el (nnimap-inbox): Doc fix. 2011-02-21 Chong Yidong * color.el (color-name-to-rgb): Rename from color-rgb->normalize. Autoload. Add optional arg FRAME, and pass it to color-values. (color-complement): Caller changed. Doc fix. (color-gradient): Rewrite for better clarity and efficiency. 2011-02-20 Chong Yidong * shr-color.el (shr-color->hexadecimal): Use renamed function names color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and color-lab-to-srgb. 2011-02-20 Drew Adams * color.el: First part of merge from hexrgb.el. (color-rgb-to-hex): Rename from color-rgb->hex. (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and saturation to zero if the value is too small. (color-rgb-to-hsl): Rename from color-rgb->hsl. (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix. (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix. (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix. (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix. (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix. (color-cie-de2000): Doc fix. 2011-02-21 Lars Ingebrigtsen * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the given method as in the group name if we're using an extended method. (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE command, if we're using that, instead of waiting for the beginning. * gnus-start.el (gnus-get-unread-articles): Extend the methods so that we're sure to get unique server names, and we don't output two async commands in the same buffer. This fixes an NNTP hang for some users. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen