Note that consistent error handling is done now.

This commit is contained in:
Carl Worth 2005-07-28 10:51:37 +00:00
parent 6efd4bf4d5
commit ddae93c72c
3 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2005-07-28 Carl Worth <cworth@cworth.org>
* ROADMAP: Note that consistent error handling is done now.
2005-07-28 Carl Worth <cworth@cworth.org>
* src/cairo-image-surface.c: (cairo_image_surface_get_width),

6
NEWS
View file

@ -1,3 +1,9 @@
Snapshot 0.6.0 (2005-07-28 Carl Worth <cworth@cworth.org>)
==========================================================
API changes
-----------
Snapshot 0.5.2 (2005-07-18 Carl Worth <cworth@cworth.org>)
==========================================================
API changes

View file

@ -5,12 +5,9 @@ API _changes_ prior to cairo 1.0. Here they are:
API changes
-----------
A9. consistent error handling for all objects
A9. consistent error handling for all objects
Difficulty: Easy to implement to get the API right. Hard to test.
Status: Done for cairo_t, cairo_path_t, and cairo_pattern_t.
Still need to do cairo_font_face_t,
cairo_scaled_font_t, and cairo_surface_t. Carl has
signed up for this one.
Status: Done.
✓ A10. cairo_font_options_t
Difficulty: Moderate