[cairo-commit] cairo ChangeLog,1.711,1.712 ROADMAP,1.17,1.18
Carl Worth
commit at pdx.freedesktop.org
Mon Jul 11 16:09:57 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv304
Modified Files:
ChangeLog ROADMAP
Log Message:
Fix typo (cairo_ft_options_t -> cairo_font_options_t).
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.711
retrieving revision 1.712
diff -u -d -r1.711 -r1.712
--- ChangeLog 11 Jul 2005 23:07:08 -0000 1.711
+++ ChangeLog 11 Jul 2005 23:09:55 -0000 1.712
@@ -1,6 +1,7 @@
2005-07-11 Carl Worth <cworth at cworth.org>
* ROADMAP: Add cache lock deadlock problem to roadmap for 0.5.2.
+ Fix typo (cairo_ft_options_t -> cairo_font_options_t).
* src/cairoint.h: Disable mutex locks, (making the caches
non-thread-safe again, just like they were in the last snapshot
Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ROADMAP 11 Jul 2005 23:07:08 -0000 1.17
+++ ROADMAP 11 Jul 2005 23:09:55 -0000 1.18
@@ -99,7 +99,7 @@
Still need to do cairo_font_face_t,
cairo_scaled_font_t, and cairo_surface_t.
- A10. cairo_ft_options_t
+ A10. cairo_font_options_t
Difficulty: Moderate
Status: Owen has done all the hard thinking, and we've got
consensus on the API now. Owen's working on a patch.
More information about the cairo-commit
mailing list