diff options
author | Carl Worth <cworth@cworth.org> | 2005-08-24 09:26:28 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-08-24 09:26:28 +0000 |
commit | 95c1d5470151d4f9778a840847c9b532da1ef9f7 (patch) | |
tree | 38f8a985346012289ace47edad80ad829ad342ee /NEWS | |
parent | 766f63567c8ecfc6881781054ac792e6252b8106 (diff) |
Fix typos. Add CAIRO_STATUS_INVALID_DASH.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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, |