all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: emacs-devel@gnu.org
Subject: Re: The next releases
Date: Sun, 22 Dec 2013 20:37:52 -0500	[thread overview]
Message-ID: <87y53c9wjz.fsf@flea.lifelogs.com> (raw)
In-Reply-To: sda9fsgz8s.fsf@fencepost.gnu.org

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

On Sun, 22 Dec 2013 19:57:55 -0500 Glenn Morris <rgm@gnu.org> 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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: tzz-news-24.4.patch --]
[-- Type: text/x-diff, Size: 2333 bytes --]

=== 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 @@
 \f
 * 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 "


  reply	other threads:[~2013-12-23  1:37 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-17  5:07 bug#8680: Cocoa Emacs not mapping Clear key on aluminum keyboards Michael Marchionna
2011-05-17 17:34 ` bug#8680: nsterm.m does not distinguish key on the key pad Michael Marchionna
2012-11-04  3:34   ` Chong Yidong
2011-05-23 20:11 ` bug#8680: emacs 24.0 OS X keypad patch Michael Marchionna
2011-07-04 17:42   ` Stefan Monnier
2011-07-07  3:04     ` Adrian Robert
2011-07-07 14:55       ` Michael Marchionna
2013-12-10 22:13 ` bug#8680: Bug #8680 Andrew Stein
2013-12-10 22:40   ` bug#8680: Glenn Morris
2013-12-10 22:54     ` bug#8680: Andrew Stein
2013-12-11  4:53       ` bug#8680: Stefan Monnier
2013-12-12  0:48         ` bug#8680: Leo Liu
2013-12-13 21:50           ` bug#8680: releases Juri Linkov
2013-12-19  3:00             ` Leo Liu
2013-12-19 13:43               ` Stefan Monnier
2013-12-19 17:12                 ` Glenn Morris
2013-12-19 18:09                   ` The next releases Stefan Monnier
2013-12-19 21:22                     ` Stefan Monnier
2013-12-19 22:31                       ` Bastien
2013-12-20  2:12                         ` Stefan Monnier
2013-12-22  0:54                       ` Xue Fuqiao
2013-12-23  0:57                         ` Glenn Morris
2013-12-23  1:37                           ` Ted Zlatanov [this message]
2013-12-23  3:11                             ` Glenn Morris
2013-12-23  3:47                               ` Glenn Morris
2013-12-23 13:05                               ` Ted Zlatanov
2013-12-20  7:25                     ` Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y53c9wjz.fsf@flea.lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.