]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
* INSTALL (--with-cairo): Document this new configure option.
[gnu-emacs] / etc / NEWS
index f3df92e51e505feecfd4cb07d19c702bae57921c..e631da24e11b636a1db1fbe5971d96597103e693 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -28,10 +28,13 @@ otherwise leave it unmarked.
 +++
 ** Building Emacs now requires C99 or later.
 
++++
 ** Building Emacs now requires GNU make, version 3.81 or later.
 
++++
 ** New configure option --with-cairo.
-Maybe add text based on http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00689.html
+This builds Emacs with Cairo drawing.  As a side effect, it provides
+support for built-in printing, when Emacs was built with GTK+.
 
 ** By default, Emacs no longer works on IRIX.  We expect that Emacs
 users are not affected by this, as SGI stopped supporting IRIX in
@@ -332,6 +335,10 @@ unlike `bookmark-set' which silently updates an existing bookmark.
 ---
 *** `json-pretty-print' and `json-pretty-print-buffer' now maintain
 the ordering of object keys by default.
+---
+*** New commands `json-pretty-print-ordered' and
+`json-pretty-print-buffer-ordered' pretty prints JSON objects with
+object keys sorted alphabetically.
 
 ** You can recompute the VC state of a file buffer with `M-x vc-refresh-state'
 ** Prog mode has some support for multi-mode indentation.