emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 abef71f: * INSTALL (--with-cairo): Document this


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 abef71f: * INSTALL (--with-cairo): Document this new configure option.
Date: Sat, 14 Nov 2015 16:21:26 +0000

branch: emacs-25
commit abef71f38a75ed10d18d6e33cded593efa9d9b34
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * INSTALL (--with-cairo): Document this new configure option.
---
 INSTALL  |    2 ++
 etc/NEWS |    4 +++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/INSTALL b/INSTALL
index 7a41505..5ca88fe 100644
--- a/INSTALL
+++ b/INSTALL
@@ -309,6 +309,8 @@ Use --with-wide-int to implement Emacs values with the type 
'long long',
 even on hosts where a narrower type would do.  With this option, on a
 typical 32-bit host, Emacs integers have 62 bits instead of 30.
 
+Use --with-cairo to compile Emacs with Cairo drawing.
+
 Use --enable-gcc-warnings to enable compile-time checks that warn
 about possibly-questionable C code.  This is intended for developers
 and is useful with GNU-compatible compilers.  On a recent GNU system
diff --git a/etc/NEWS b/etc/NEWS
index 82c30d4..e631da2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -31,8 +31,10 @@ otherwise leave it unmarked.
 +++
 ** 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



reply via email to

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