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: Sun, 22 Dec 2013 20:37:52 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87y53c9wjz.fsf@flea.lifelogs.com> References: <625A3C9C-ACF2-42A0-B4E8-8ABDDA060131@pacbell.net> <87ob4k3lny.fsf_-_@mail.jurta.org> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: ger.gmane.org 1387762613 28810 80.91.229.3 (23 Dec 2013 01:36:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2013 01:36:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 23 02:36:58 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 1VuuS1-0008CG-Uc for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 02:36:58 +0100 Original-Received: from localhost ([::1]:59980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuuS1-0005wk-JE for ged-emacs-devel@m.gmane.org; Sun, 22 Dec 2013 20:36:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuuRr-0005mI-RS for emacs-devel@gnu.org; Sun, 22 Dec 2013 20:36:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VuuRl-0005p9-Ut for emacs-devel@gnu.org; Sun, 22 Dec 2013 20:36:47 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:48026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuuRl-0005p5-Nt for emacs-devel@gnu.org; Sun, 22 Dec 2013 20:36:41 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VuuRk-0007xE-H5 for emacs-devel@gnu.org; Mon, 23 Dec 2013 02:36:40 +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 02:36:40 +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 02:36:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 96 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:kt6eBdEuOOAWc31dV+avbTnmhbA= 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:166754 Archived-At: --=-=-= Content-Type: text/plain On Sun, 22 Dec 2013 19:57:55 -0500 Glenn Morris wrote: GM> Great to see people helping out with the docs. GM> If you want people to check what you've done, not adding the +++ marks GM> to the NEWS file should ensure that someone else looks at it too. I'm not good with NEWS formatting and content; can you review the patch below? Thanks Ted --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=tzz-news-24.4.patch === modified file 'etc/NEWS' --- etc/NEWS 2013-12-22 23:19:42 +0000 +++ etc/NEWS 2013-12-23 01:36:17 +0000 @@ -23,6 +23,9 @@ * Installation Changes in Emacs 24.4 +--- +** Emacs now detects and uses GnuTLS v3 features + ** Emacs can now be compiled with ACL support. This happens by default if a suitable support library is found at build time, like libacl on GNU/Linux. To prevent this, use the @@ -91,6 +94,12 @@ * Changes in Emacs 24.4 +++ +** 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. + ++++ ** Emacs now supports menus on text-mode terminals. If the terminal supports a mouse, clicking on the menu bar, or on sensitive portions of the mode line or header line, will drop down the @@ -393,6 +402,14 @@ *** CUA's rectangles can now be used via `cua-rectangle-mark-mode'. +** CFEngine mode + +*** CFEngine mode has completion and ElDoc support + +*** CFEngine mode can parse the current syntax from cf-promises + +*** CFEngine mode has Flycheck support for on-the-fly syntax checking + ** Delete Selection mode can now be used without `transient-mark-mode'. ** Desktop @@ -561,6 +578,17 @@ *** `describe-package' buffer uses the `:url' extra property to display a `Homepage' header, if it's present. ++++ +*** `describe-package' buffer uses the `:keywords extra property to +display keyword buttons. Clicking them shows the list of packages +that have that keyword. + ++++ +*** the list of packages now shows the archive + ++++ +*** the list of packages can now be filtered by a keyword + ** Prolog mode *** `prolog-use-smie' has been removed, along with the non-SMIE === modified file 'lisp/progmodes/cfengine.el' --- lisp/progmodes/cfengine.el 2013-12-16 15:49:25 +0000 +++ lisp/progmodes/cfengine.el 2013-12-23 01:01:31 +0000 @@ -1322,9 +1322,6 @@ nil nil nil beginning-of-defun)) (setq-local prettify-symbols-alist cfengine3--prettify-symbols-alist) - ;; `compile-command' is almost never a `make' call with CFEngine so - ;; we override it - (when cfengine-cf-promises (set (make-local-variable 'compile-command) (concat cfengine-cf-promises " -f " --=-=-=--