mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 07:38:22 +02:00
Note that consistent error handling is done now.
This commit is contained in:
parent
6efd4bf4d5
commit
ddae93c72c
3 changed files with 12 additions and 5 deletions
|
|
@ -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
6
NEWS
|
|
@ -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
|
||||
|
|
|
|||
7
ROADMAP
7
ROADMAP
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue