[cairo-commit] cairo CODING_STYLE, 1.3, 1.4 ChangeLog, 1.705, 1.706 ROADMAP, 1.12, 1.13

Carl Worth commit at pdx.freedesktop.org
Thu Jul 7 01:15:24 PDT 2005


Committed by: cworth

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

Modified Files:
	CODING_STYLE ChangeLog ROADMAP 
Log Message:

        * CODING_STYLE: Add a missing word.

        * ROADMAP: Note that the BadMatch bug has been resolved.


Index: CODING_STYLE
===================================================================
RCS file: /cvs/cairo/cairo/CODING_STYLE,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CODING_STYLE	3 Jun 2005 22:56:52 -0000	1.3
+++ CODING_STYLE	7 Jul 2005 08:15:21 -0000	1.4
@@ -57,8 +57,8 @@
 	}
 
 and that seems just fine. We won't lay down any strict rule on this
-point, (though there should be some local). If you came here hoping to
-find some guidance, then use the first form above.
+point, (though there should be some local consistency). If you came
+here hoping to find some guidance, then use the first form above.
 
 If all of the substatements of an if statement are single statements,
 the optional braces should not usually appear:

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.705
retrieving revision 1.706
diff -u -d -r1.705 -r1.706
--- ChangeLog	6 Jul 2005 21:52:01 -0000	1.705
+++ ChangeLog	7 Jul 2005 08:15:21 -0000	1.706
@@ -1,3 +1,9 @@
+2005-07-07  Carl Worth  <cworth at cworth.org>
+
+	* CODING_STYLE: Add a missing word.
+	
+	* ROADMAP: Note that the BadMatch bug has been resolved.
+
 2005-07-06  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo.h:

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ROADMAP	23 Jun 2005 22:52:37 -0000	1.12
+++ ROADMAP	7 Jul 2005 08:15:21 -0000	1.13
@@ -1,12 +1,15 @@
 cairo 0.5.2
 ===========
- Get tor to sign off that the win32 stuff is up to snuff
+  Get tor to sign off that the win32 stuff is up to snuff
 	glyph path patch reviewed and committed
 
- Fix the BadMatch error introduced between 0.5.0 and 0.5.1:
+✓ Fix the BadMatch error introduced between 0.5.0 and 0.5.1:
 	https://bugs.freedesktop.org/show_bug.cgi?id=3604
 
- Add a workaround for Render's overlapping source/dest bug
+	(It turns out this was just exposing an old bug in libpixman
+	 0.1.4 which is already fixed in libpixman 0.1.5)
+
+  Add a workaround for Render's overlapping source/dest bug
 	Use XCopyArea when possible (integer translation)
 	Otherwise make a copy of the source
 




More information about the cairo-commit mailing list