From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: The next releases Date: Mon, 23 Dec 2013 08:05:53 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87lhzbaf9q.fsf@flea.lifelogs.com> References: <625A3C9C-ACF2-42A0-B4E8-8ABDDA060131@pacbell.net> <87ob4k3lny.fsf_-_@mail.jurta.org> <87y53c9wjz.fsf@flea.lifelogs.com> <4slhzcl0r4.fsf@fencepost.gnu.org> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387803895 9812 80.91.229.3 (23 Dec 2013 13:04:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2013 13:04:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 23 14:05:01 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vv5Bq-000832-N1 for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 14:04:58 +0100 Original-Received: from localhost ([::1]:33493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv5Bq-0002uT-A8 for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 08:04:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv5Bh-0002u8-NH for emacs-devel@gnu.org; Mon, 23 Dec 2013 08:04:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vv5Bb-00068O-Rz for emacs-devel@gnu.org; Mon, 23 Dec 2013 08:04:49 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:45860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv5Bb-00068J-Cg for emacs-devel@gnu.org; Mon, 23 Dec 2013 08:04:43 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vv5BZ-0007mq-AR for emacs-devel@gnu.org; Mon, 23 Dec 2013 14:04:41 +0100 Original-Received: from c-98-229-61-72.hsd1.ma.comcast.net ([98.229.61.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Dec 2013 14:04:41 +0100 Original-Received: from tzz by c-98-229-61-72.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Dec 2013 14:04:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 72 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-61-72.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:/RMxKrA2gHTYZRmy9tevsfyqx+8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166768 Archived-At: On Sun, 22 Dec 2013 22:11:43 -0500 Glenn Morris wrote: GM> Quibbling about language, but I'd say something like: GM> ** Emacs now uses GnuTLS v3 features where available. GM> But as a user, this tells me nothing, so I'm not sure I see the point of GM> this entry as it stands. OK; removed. >> +++ >> +** Emacs can now reject invalid SSL/TLS certificates, as determined by >> +GnuTLS The new variable `gnutls-verify-error' can be customized. It >> +is off for now, but will be turned to reject invalid certificates by >> +default in the future. GM> [If this is a new option, it should have a :version tag.] GM> ** New option `gnutls-verify-error', if non-nil, means that Emacs GM> should reject SSL/TLS certificates that GnuTLS determines as invalid. GM> (This option defaults to nil at present, but this is expected to change GM> in a future release.) Thanks, used this. GM> Although, that means you're saying gnutls-verify-error is documented, GM> and I can't see that it is. Right, fixed. >> +** CFEngine mode GM> It seems redundant to say "CFEngine mode..." in all the following, given GM> that the whole section is about CFEngine mode. I was following the pattern above: #+begin_src text ** CUA mode *** CUA mode was changed to make use of delete-selection-mode and #+end_src I fixed up the CFEngine-related and package.el things. >> ++++ >> +*** the list of packages now shows the archive GM> *** The output of `list-packages' now includes the archive providing GM> each package. GM> [Though this will be self-evident, so I'm not sure it is worth GM> mentioning.] OK, omitted. >> +*** the list of packages can now be filtered by a keyword GM> I don't understand what this really means. The wording makes me think GM> it's somehow related to the list-packages command, but it does not seem GM> to be. OK, fixed. GM> Second general comment is that NEWS entries should be grammatical: start GM> with a capital, end with a full-stop. Thanks for the review! I pushed my changes as you suggested and hope they are OK. Ted