Warn about Cairo-related problems

* etc/NEWS: Warn about known problems in the Cairo build.
(Bug#23925)
This commit is contained in:
Eli Zaretskii 2016-07-23 20:43:29 +03:00
parent bc4c07fca5
commit 0e646c73f5

View file

@ -35,8 +35,10 @@ otherwise leave it unmarked.
** New configure option --with-cairo. ** New configure option --with-cairo.
This builds Emacs with Cairo drawing. As a side effect, it provides This builds Emacs with Cairo drawing. As a side effect, it provides
support for built-in printing, when Emacs was built with GTK+. support for built-in printing, when Emacs was built with GTK+.
Cairo drawing is an experimental feature in Emacs, and subject to The Emacs Cairo drawing is experimental and still has some known
change in future releases. display problems. We encourage more testing of this build and
reporting any problems you find, but it is not recommended for
production.
+++ +++
** New configure option --with-modules. ** New configure option --with-modules.