[cairo-commit] cairo ChangeLog,1.1011,1.1012 NEWS,1.26,1.27
Carl Worth
commit at pdx.freedesktop.org
Wed Aug 24 09:26:30 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv2463
Modified Files:
ChangeLog NEWS
Log Message:
2005-08-24 Carl Worth <cworth at cworth.org>
* NEWS: Fix typos. Add CAIRO_STATUS_INVALID_DASH.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1011
retrieving revision 1.1012
diff -u -d -r1.1011 -r1.1012
--- ChangeLog 24 Aug 2005 16:12:37 -0000 1.1011
+++ ChangeLog 24 Aug 2005 16:26:28 -0000 1.1012
@@ -1,5 +1,9 @@
2005-08-24 Carl Worth <cworth at cworth.org>
+ * NEWS: Fix typos. Add CAIRO_STATUS_INVALID_DASH.
+
+2005-08-24 Carl Worth <cworth at cworth.org>
+
* README: Unabbreviate "eg." to "for example,".
2005-08-24 Carl Worth <cworth at cworth.org>
Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo/NEWS,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- NEWS 24 Aug 2005 12:21:50 -0000 1.26
+++ NEWS 24 Aug 2005 16:26:28 -0000 1.27
@@ -2,7 +2,7 @@
=========================================================
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 @@
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 @@
* 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,
More information about the cairo-commit
mailing list