emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115713: Noted `gnutls-verify-error', cfengine-mode,


From: Teodor Zlatanov
Subject: [Emacs-diffs] trunk r115713: Noted `gnutls-verify-error', cfengine-mode, and package.el changes.
Date: Mon, 23 Dec 2013 13:04:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115713
revision-id: address@hidden
parent: address@hidden
committer: Ted Zlatanov <address@hidden>
branch nick: quickfixes
timestamp: Mon 2013-12-23 08:05:27 -0500
message:
  Noted `gnutls-verify-error', cfengine-mode, and package.el changes.
  
  * NEWS: Updated for `gnutls-verify-error', cfengine-mode, and
  package.el changes.
modified:
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-12-21 16:11:55 +0000
+++ b/etc/ChangeLog     2013-12-23 13:05:27 +0000
@@ -1,3 +1,8 @@
+2013-12-23  Teodor Zlatanov  <address@hidden>
+
+       * NEWS: Updated for `gnutls-verify-error', cfengine-mode, and
+       package.el changes.
+
 2013-12-21  Jan Djärv  <address@hidden>
 
        * NEWS: Mention ns-use-srgb-colorspace.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-12-23 11:40:42 +0000
+++ b/etc/NEWS  2013-12-23 13:05:27 +0000
@@ -91,6 +91,12 @@
 * Changes in Emacs 24.4
 
 +++
+** New option `gnutls-verify-error', if non-nil, means that Emacs
+should reject SSL/TLS certificates that GnuTLS determines as invalid.
+(This option defaults to nil at present, but this is expected to change
+in a future release.)
+
++++
 ** 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
@@ -392,6 +398,14 @@
 
 *** CUA's rectangles can now be used via `cua-rectangle-mark-mode'.
 
+** CFEngine mode
+
+*** Support for completion, ElDoc, and Flycheck has been added.
+
+*** The current CFEngine syntax is parsed from "cf-promises -s json".
+There is a fallback syntax available if you don't have cf-promises or
+if it doesn't support that option.
+
 ** Delete Selection mode can now be used without `transient-mark-mode'.
 
 ** Desktop
@@ -560,6 +574,13 @@
 *** `describe-package' buffer uses the `:url' extra property to
 display a `Homepage' header, if it's present.
 
+*** In the buffer produced by `describe-package', there are now buttons
+listing the keywords related to that package.  You can click on them
+to see other packages related to any given keyword.
+
+*** In the *Packages* buffer, `f' or the Package->Filter menu filters
+the packages by a keyword.
+
 ** Prolog mode
 
 *** `prolog-use-smie' has been removed, along with the non-SMIE


reply via email to

[Prev in Thread] Current Thread [Next in Thread]