[Commit] cairo ChangeLog,1.49,1.50

Keith Packard commit at keithp.com
Thu Sep 4 12:54:11 PDT 2003


Committed by: keithp

Update of /local/src/CVS/cairo
In directory home.keithp.com:/tmp/cvs-serv20440

Modified Files:
	ChangeLog 
Log Message:
	* src/cairo_path_stroke.c: added comments describing miter
	join code and miter limit computation.  Replace XFoo with cairo_foo
	for double and fixed

	* src/cairoint.h: add cairo_fixed_to_double and cairo_double_to_fixed
	Carl says he's got similar code, so he'll have to fix things if I
	get this committed quickly enough.



Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/cairo/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- ChangeLog	4 Sep 2003 13:53:02 -0000	1.49
+++ ChangeLog	4 Sep 2003 18:54:09 -0000	1.50
@@ -1,3 +1,13 @@
+2003-09-04  Keith Packard <keithp at keithp.com>
+
+	* src/cairo_path_stroke.c: added comments describing miter
+	join code and miter limit computation.  Replace XFoo with cairo_foo
+	for double and fixed
+
+	* src/cairoint.h: add cairo_fixed_to_double and cairo_double_to_fixed
+	Carl says he's got similar code, so he'll have to fix things if I
+	get this committed quickly enough.
+
 2003-09-04  Carl Worth  <cworth at isi.edu>
 
 	* util/cairo-api-update: Added script to update source code using




More information about the Commit mailing list