summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8eeccfd96..95be2e681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-08-24 Carl Worth <cworth@cworth.org>
+ * README: Move glitz into the experimental list.
+
+2005-08-24 Carl Worth <cworth@cworth.org>
+
* INSTALL: Put glitz in the experimental section.
* configure.in: Give glitz the experimental treatment, (disable it
diff --git a/README b/README
index 9e1458328..81a391641 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ What is cairo
=============
Cairo is a 2D graphics library with support for multiple output
devices. Currently supported output targets include the X Window
-System, OpenGL, and win32 as well as image buffers. Experimental
-backends include Quartz and XCB as well as PostScript and PDF files.
+System, win32, andimage buffers. Experimental backends include OpenGL
+(through glitz), Quartz, XCB, PostScript and PDF files output.
Cairo is designed to produce consistent output on all output media
while taking advantage of display hardware acceleration when available