diff options
author | Ted Zlatanov <tzz@lifelogs.com> | 2013-12-23 08:05:27 -0500 |
---|---|---|
committer | Ted Zlatanov <tzz@lifelogs.com> | 2013-12-23 08:05:27 -0500 |
commit | d8a2993d3c7161460d0d28f0586025c86a4c4b14 (patch) | |
tree | a561c2da5836b3d8f56e118cec8fc116726bf76f /etc | |
parent | 595c4578bd1c775e3338becab8c2b28a3417605f (diff) | |
download | emacs-d8a2993d3c7161460d0d28f0586025c86a4c4b14.tar.gz |
Noted `gnutls-verify-error', cfengine-mode, and package.el changes.
* NEWS: Updated for `gnutls-verify-error', cfengine-mode, and
package.el changes.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 5 | ||||
-rw-r--r-- | etc/NEWS | 21 |
2 files changed, 26 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 012e2e95168..34f40ae6e24 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2013-12-23 Teodor Zlatanov <tzz@lifelogs.com> + + * NEWS: Updated for `gnutls-verify-error', cfengine-mode, and + package.el changes. + 2013-12-21 Jan Djärv <jan.h.d@swipnet.se> * NEWS: Mention ns-use-srgb-colorspace. @@ -91,6 +91,12 @@ to set up the initial buffer. * 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 @@ As a result, cua-highlight-region-shift-only is obsolete *** 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 @@ vectors, containing an associative list with extra properties. *** `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 |