[cairo-commit] cairo ChangeLog,1.296,1.297

Keith Packard commit at pdx.freedesktop.org
Tue Jan 11 14:52:19 PST 2005


Committed by: keithp

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

Modified Files:
	ChangeLog 
Log Message:
2005-01-11  Keith Packard  <keithp at keithp.com>

	* src/cairo_matrix.c: (_cairo_matrix_compute_scale_factors):
	Scale factors shouldn't include mirroring.

	* src/cairo_wideint.c: (_cairo_int32x32_64_mul),
	(_cairo_int64x64_128_mul):
	* src/cairo_wideint.h:
	int32x32_64_mul and int64x64_128_mul are different from their
	unsigned compatriots


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- ChangeLog	11 Jan 2005 21:50:13 -0000	1.296
+++ ChangeLog	11 Jan 2005 22:52:16 -0000	1.297
@@ -1,3 +1,14 @@
+2005-01-11  Keith Packard  <keithp at keithp.com>
+
+	* src/cairo_matrix.c: (_cairo_matrix_compute_scale_factors):
+	Scale factors shouldn't include mirroring.
+
+	* src/cairo_wideint.c: (_cairo_int32x32_64_mul),
+	(_cairo_int64x64_128_mul):
+	* src/cairo_wideint.h:
+	int32x32_64_mul and int64x64_128_mul are different from their
+	unsigned compatriots
+
 2005-01-11  Øyvind Kolås  <pippin at freedesktop.org>
 
 	* src/cairo_color.c: renamed CAIRO_COLOR_DEFAULT to CAIRO_COLOR_WHITE,




More information about the cairo-commit mailing list