[cairo-commit] cairo ChangeLog,1.678,1.679 ROADMAP,1.8,1.9

Carl Worth commit at pdx.freedesktop.org
Wed Jun 22 17:09:10 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv9341

Modified Files:
	ChangeLog ROADMAP 
Log Message:

        * ROADMAP: Update ROADMAP with some comments on 0.5.2.

        * src/cairo.c: Add documentation for cairo_set_source_surface and
        fix some typos in other documentation blocks.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.678
retrieving revision 1.679
diff -u -d -r1.678 -r1.679
--- ChangeLog	22 Jun 2005 16:49:48 -0000	1.678
+++ ChangeLog	23 Jun 2005 00:09:08 -0000	1.679
@@ -1,3 +1,9 @@
+2005-06-22  Carl Worth  <cworth at cworth.org>
+
+	* ROADMAP: Update ROADMAP with some comments on 0.5.2.
+	
+	* src/cairo.c:
+
 2005-06-22  Øyvind Kolås  <pippin at freedesktop.org>
 
 	* doc/public/language-bindings.xml: spelling and whitespace fix.

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ROADMAP	15 Jun 2005 23:52:11 -0000	1.8
+++ ROADMAP	23 Jun 2005 00:09:08 -0000	1.9
@@ -1,8 +1,9 @@
-Here are some quick notes as far as a cairo roadmap goes.
+cairo 0.5.2
+===========
+ Get tor to sign off that the win32 stuff is up to snuff
+	glyph path patch reviewed and committed
 
-See also the TODO file for a different view, (less organized, but
-often in more detail, particularly for the API Shakeup work in
-progress).
+ Fix the BadMatch error introduced between 0.5.0 and 0.5.1
 
 cairo 1.0 release requirements
 ==============================
@@ -15,11 +16,11 @@
 
  I2. Real PostScript/PDF fallbacks (cairo_meta_surface_t)
 	Difficulty: hard
-	Status: otaylor has drafted a plan or two on the list
+	Status: krh has a patch that cworth has reviewed. Next version
+	        should land.
 
 API Issues (more detail in TODO file)
 -------------------------------------
-
 ✓A1. Add cairo_paint
 	Difficulty: moderate or moderate to minor
 	Dependencies: much easier after [I1]. needs some cleanups from [A4]
@@ -33,8 +34,7 @@
 	Difficulty: easy to hard (depending on how sophisticated an
 	            implementation is acceptable, and whether the
 		    cairo_meta_surface_t mentioned in [I2] is done)
-	Status: cworth sent API proposal to the list
-	        (still some unresolved API issues)
+	Status: cworth has a posted a preliminary patch (still some open questions)
 
 ✓A4. Make set_source consistent
 	Difficulty: easy




More information about the cairo-commit mailing list