diff options
author | Eli Zaretskii <eliz@gnu.org> | 2016-07-23 20:43:29 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-07-23 20:43:29 +0300 |
commit | 0e646c73f57fc50de36ef659ead9a94968f8cba7 (patch) | |
tree | d85317d1d7cd30ac87a4638ad7328c6be9215390 /etc | |
parent | bc4c07fca58a140c197c0e4010550d42c808b416 (diff) |
Warn about Cairo-related problems
* etc/NEWS: Warn about known problems in the Cairo build.
(Bug#23925)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -35,8 +35,10 @@ otherwise leave it unmarked. ** New configure option --with-cairo. This builds Emacs with Cairo drawing. As a side effect, it provides support for built-in printing, when Emacs was built with GTK+. -Cairo drawing is an experimental feature in Emacs, and subject to -change in future releases. +The Emacs Cairo drawing is experimental and still has some known +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. |