emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 50c5d56: --with-cairo is no longer experimental


From: Paul Eggert
Subject: [Emacs-diffs] master 50c5d56: --with-cairo is no longer experimental
Date: Wed, 19 Jun 2019 03:08:53 -0400 (EDT)

branch: master
commit 50c5d5621cb5e6d7c86829ac4b776d81e47b2189
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    --with-cairo is no longer experimental
    
    Suggested by YAMAMOTO Mitsuharu in:
    https://lists.gnu.org/r/emacs-devel/2019-06/msg00686.html
    * configure.ac: Do not say --with-cairo is experimental.
    * etc/NEWS: Say that --with-cairo is no longer experimental.
---
 configure.ac | 2 +-
 etc/NEWS     | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a2e66c3..be5c4e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -430,7 +430,7 @@ OPTION_DEFAULT_ON([png],[don't compile with PNG image 
support])
 OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support])
 OPTION_DEFAULT_ON([lcms2],[don't compile with Little CMS support])
 OPTION_DEFAULT_ON([libsystemd],[don't compile with libsystemd support])
-OPTION_DEFAULT_OFF([cairo],[compile with Cairo drawing (experimental)])
+OPTION_DEFAULT_OFF([cairo],[compile with Cairo drawing])
 OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support])
 OPTION_DEFAULT_OFF([imagemagick],[compile with ImageMagick image support])
 OPTION_DEFAULT_ON([json], [don't compile with native JSON support])
diff --git a/etc/NEWS b/etc/NEWS
index 65dc095..bf92a55 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -49,6 +49,10 @@ functions 'json-serialize', 'json-insert', 
'json-parse-string', and
 'json-parse-buffer' are typically much faster than their Lisp
 counterparts from json.el.
 
+** The configure option --with-cairo is no longer experimental.
+This builds Emacs with Cairo drawing, and supports built-in printing
+when Emacs is built with GTK+.
+
 ** Emacs no longer defaults to using ImageMagick to display images,
 due to security and stability concerns.  To override the default, use
 'configure --with-imagemagick'.



reply via email to

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