summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-24 09:26:28 +0000
committerCarl Worth <cworth@cworth.org>2005-08-24 09:26:28 +0000
commit95c1d5470151d4f9778a840847c9b532da1ef9f7 (patch)
tree38f8a985346012289ace47edad80ad829ad342ee /NEWS
parent766f63567c8ecfc6881781054ac792e6252b8106 (diff)
Fix typos. Add CAIRO_STATUS_INVALID_DASH.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 19c2286bf..85ee5bd3c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Release 1.0.0 (2005-08-24 Carl Worth <cworth@cworth.org>)
=========================================================
Experimental backends
---------------------
- * The PS, PDF, Quartz, and XCB backends have been declared
+ * The Glitz, PS, PDF, Quartz, and XCB backends have been declared
experimental, and are not part of the API guarantees that accompany
this release. They are not built by default, even when the required
libraries are available, and must be enabled explicitly with
@@ -16,7 +16,7 @@ Experimental backends
correctness that we expect from cairo backends.
We do encourage people to experiment with these backends and report
- sucess, failure, or means of improving them.
+ success, failure, or means of improving them.
Operator behavior
-----------------
@@ -46,6 +46,11 @@ Behavior and API changes
* The cairo_show_text function now advances the current point
according to the total advance values of the string.
+API additions
+-------------
+ * cairo_set_dash can now detect error and can set
+ CAIRO_STATUS_INVALID_DASH.
+
Features
--------
* When compiled against recent versions of fontconfig and FreeType,