[cairo-commit] cairo ChangeLog,1.661,1.662
Carl Worth
commit at pdx.freedesktop.org
Thu Jun 16 12:20:48 PDT 2005
- Previous message: [cairo-commit] pycairo ChangeLog, 1.135, 1.136 configure.ac, 1.26,
1.27
- Next message: [cairo-commit] cairo/src cairo-private.h, 1.2, 1.3 cairo.c, 1.106,
1.107 cairo.h, 1.129, 1.130
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv4064
Modified Files:
ChangeLog
Log Message:
* src/cairo-private.h: Reorder fields of cairo_private_t to match
initialization order.
* src/cairo.c: (_cairo_error): Call error_notify callback if set.
(cairo_create): Initialize error_notify callback to NULL.
(cairo_set_error_notify): New function to allow the user to set
an error notify callback.
* src/cairo.h: New cairo_set_error_notify prototye.
* test/.cvsignore:
* test/Makefile.am:
* test/error-notify.c: (toggle_status), (do_test), (main): New
test for cairo_set_error_notify.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.661
retrieving revision 1.662
diff -u -d -r1.661 -r1.662
--- ChangeLog 15 Jun 2005 23:52:11 -0000 1.661
+++ ChangeLog 16 Jun 2005 19:20:46 -0000 1.662
@@ -1,3 +1,20 @@
+2005-06-16 Carl Worth <cworth at cworth.org>
+
+ * src/cairo-private.h: Reorder fields of cairo_private_t to match
+ initialization order.
+
+ * src/cairo.c: (_cairo_error): Call error_notify callback if set.
+ (cairo_create): Initialize error_notify callback to NULL.
+ (cairo_set_error_notify): New function to allow the user to set
+ an error notify callback.
+
+ * src/cairo.h: New cairo_set_error_notify prototye.
+
+ * test/.cvsignore:
+ * test/Makefile.am:
+ * test/error-notify.c: (toggle_status), (do_test), (main): New
+ test for cairo_set_error_notify.
+
2005-06-15 Carl Worth <cworth at cworth.org>
* TODO: Add CAIRO_STATUS_DESTROYED to TODO list.
- Previous message: [cairo-commit] pycairo ChangeLog, 1.135, 1.136 configure.ac, 1.26,
1.27
- Next message: [cairo-commit] cairo/src cairo-private.h, 1.2, 1.3 cairo.c, 1.106,
1.107 cairo.h, 1.129, 1.130
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list