[cairo-commit] cairo/src cairo-features.h.in, 1.15, 1.16 cairo-glitz.h, 1.2, 1.3 cairo-pdf.h, 1.2, 1.3 cairo-png.h, 1.2, 1.3 cairo-ps.h, 1.2, 1.3 cairo-quartz.h, 1.3, 1.4 cairo-xcb.h, 1.2, 1.3 cairo-xlib.h, 1.7, 1.8 cairo.c, 1.53, 1.54 cairo.h, 1.74, 1.75 cairo_color.c, 1.12, 1.13 cairo_fixed.c, 1.9, 1.10 cairo_font.c, 1.34, 1.35 cairo_gstate.c, 1.83, 1.84 cairo_hull.c, 1.7, 1.8 cairo_image_surface.c, 1.23, 1.24 cairo_matrix.c, 1.16, 1.17 cairo_path.c, 1.18, 1.19 cairo_path_bounds.c, 1.14, 1.15 cairo_path_fill.c, 1.13, 1.14 cairo_path_stroke.c, 1.19, 1.20 cairo_pen.c, 1.20, 1.21 cairo_png_surface.c, 1.15, 1.16 cairo_polygon.c, 1.11, 1.12 cairo_ps_surface.c, 1.21, 1.22 cairo_slope.c, 1.7, 1.8 cairo_spline.c, 1.13, 1.14 cairo_surface.c, 1.41, 1.42 cairo_traps.c, 1.21, 1.22 cairo_xcb_surface.c, 1.15, 1.16 cairo_xlib_surface.c, 1.43, 1.44 cairoint.h, 1.94, 1.95

Carl Worth commit at pdx.freedesktop.org
Tue Feb 22 11:35:06 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv12628/src

Modified Files:
	cairo-features.h.in cairo-glitz.h cairo-pdf.h cairo-png.h 
	cairo-ps.h cairo-quartz.h cairo-xcb.h cairo-xlib.h cairo.c 
	cairo.h cairo_color.c cairo_fixed.c cairo_font.c 
	cairo_gstate.c cairo_hull.c cairo_image_surface.c 
	cairo_matrix.c cairo_path.c cairo_path_bounds.c 
	cairo_path_fill.c cairo_path_stroke.c cairo_pen.c 
	cairo_png_surface.c cairo_polygon.c cairo_ps_surface.c 
	cairo_slope.c cairo_spline.c cairo_surface.c cairo_traps.c 
	cairo_xcb_surface.c cairo_xlib_surface.c cairoint.h 
Log Message:

        * README:
        * src/cairo-features.h.in:
        * src/cairo-glitz.h:
        * src/cairo-pdf.h:
        * src/cairo-png.h:
        * src/cairo-ps.h:
        * src/cairo-quartz.h:
        * src/cairo-xcb.h:
        * src/cairo-xlib.h:
        * src/cairo.c:
        * src/cairo.h:
        * src/cairo_color.c:
        * src/cairo_fixed.c:
        * src/cairo_font.c:
        * src/cairo_gstate.c:
        * src/cairo_hull.c:
        * src/cairo_image_surface.c:
        * src/cairo_matrix.c:
        * src/cairo_path.c:
        * src/cairo_path_bounds.c:
        * src/cairo_path_fill.c:
        * src/cairo_path_stroke.c:
        * src/cairo_pen.c:
        * src/cairo_png_surface.c:
        * src/cairo_polygon.c:
        * src/cairo_ps_surface.c:
        * src/cairo_slope.c:
        * src/cairo_spline.c:
        * src/cairo_surface.c:
        * src/cairo_traps.c:
        * src/cairo_xcb_surface.c:
        * src/cairo_xlib_surface.c:
        * src/cairoint.h: Switch from broken cworth at isi.edu address to
        canonical cworth at cworth.org address.


Index: cairo-features.h.in
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-features.h.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cairo-features.h.in	1 Feb 2005 00:11:37 -0000	1.15
+++ cairo-features.h.in	22 Feb 2005 19:35:03 -0000	1.16
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl Worth <cworth at east.isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #ifndef CAIRO_FEATURES_H

Index: cairo-glitz.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-glitz.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cairo-glitz.h	21 Jan 2005 22:33:48 -0000	1.2
+++ cairo-glitz.h	22 Feb 2005 19:35:03 -0000	1.3
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #ifndef CAIRO_GLITZ_H

Index: cairo-pdf.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-pdf.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cairo-pdf.h	21 Jan 2005 22:33:48 -0000	1.2
+++ cairo-pdf.h	22 Feb 2005 19:35:03 -0000	1.3
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #ifndef CAIRO_PDF_H

Index: cairo-png.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-png.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cairo-png.h	21 Jan 2005 22:33:48 -0000	1.2
+++ cairo-png.h	22 Feb 2005 19:35:03 -0000	1.3
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #ifndef CAIRO_PNG_H

Index: cairo-ps.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-ps.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cairo-ps.h	21 Jan 2005 22:33:48 -0000	1.2
+++ cairo-ps.h	22 Feb 2005 19:35:03 -0000	1.3
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #ifndef CAIRO_PS_H

Index: cairo-quartz.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-quartz.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cairo-quartz.h	21 Jan 2005 22:33:48 -0000	1.3
+++ cairo-quartz.h	22 Feb 2005 19:35:03 -0000	1.4
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #ifndef CAIRO_QUARTZ_H

Index: cairo-xcb.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-xcb.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cairo-xcb.h	21 Jan 2005 22:33:48 -0000	1.2
+++ cairo-xcb.h	22 Feb 2005 19:35:03 -0000	1.3
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #ifndef CAIRO_XCB_H

Index: cairo-xlib.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-xlib.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cairo-xlib.h	21 Jan 2005 22:33:48 -0000	1.7
+++ cairo-xlib.h	22 Feb 2005 19:35:03 -0000	1.8
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #ifndef CAIRO_XLIB_H

Index: cairo.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- cairo.c	12 Feb 2005 21:01:39 -0000	1.53
+++ cairo.c	22 Feb 2005 19:35:03 -0000	1.54
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 

Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- cairo.h	21 Feb 2005 16:22:47 -0000	1.74
+++ cairo.h	22 Feb 2005 19:35:03 -0000	1.75
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #ifndef CAIRO_H

Index: cairo_color.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_color.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cairo_color.c	24 Jan 2005 17:01:52 -0000	1.12
+++ cairo_color.c	22 Feb 2005 19:35:03 -0000	1.13
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_fixed.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_fixed.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cairo_fixed.c	20 Dec 2004 17:43:59 -0000	1.9
+++ cairo_fixed.c	22 Feb 2005 19:35:03 -0000	1.10
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_font.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- cairo_font.c	3 Feb 2005 07:14:55 -0000	1.34
+++ cairo_font.c	22 Feb 2005 19:35:03 -0000	1.35
@@ -32,7 +32,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  *      Graydon Hoare <graydon at redhat.com>
  *      Owen Taylor <otaylor at redhat.com>
  */

Index: cairo_gstate.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_gstate.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- cairo_gstate.c	13 Feb 2005 02:23:04 -0000	1.83
+++ cairo_gstate.c	22 Feb 2005 19:35:03 -0000	1.84
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include <stdlib.h>

Index: cairo_hull.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_hull.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cairo_hull.c	22 Oct 2004 01:40:50 -0000	1.7
+++ cairo_hull.c	22 Feb 2005 19:35:03 -0000	1.8
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_image_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_image_surface.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- cairo_image_surface.c	31 Jan 2005 16:50:22 -0000	1.23
+++ cairo_image_surface.c	22 Feb 2005 19:35:03 -0000	1.24
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_matrix.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_matrix.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- cairo_matrix.c	27 Jan 2005 19:35:26 -0000	1.16
+++ cairo_matrix.c	22 Feb 2005 19:35:03 -0000	1.17
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #define _GNU_SOURCE

Index: cairo_path.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cairo_path.c	16 Feb 2005 17:34:47 -0000	1.18
+++ cairo_path.c	22 Feb 2005 19:35:03 -0000	1.19
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include <stdlib.h>

Index: cairo_path_bounds.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_bounds.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cairo_path_bounds.c	22 Oct 2004 01:40:50 -0000	1.14
+++ cairo_path_bounds.c	22 Feb 2005 19:35:03 -0000	1.15
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_path_fill.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_fill.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cairo_path_fill.c	22 Oct 2004 01:40:50 -0000	1.13
+++ cairo_path_fill.c	22 Feb 2005 19:35:03 -0000	1.14
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_path_stroke.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_stroke.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- cairo_path_stroke.c	22 Oct 2004 01:40:50 -0000	1.19
+++ cairo_path_stroke.c	22 Feb 2005 19:35:03 -0000	1.20
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_pen.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_pen.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- cairo_pen.c	22 Oct 2004 01:40:50 -0000	1.20
+++ cairo_pen.c	22 Feb 2005 19:35:03 -0000	1.21
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_png_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_png_surface.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cairo_png_surface.c	16 Feb 2005 17:34:47 -0000	1.15
+++ cairo_png_surface.c	22 Feb 2005 19:35:03 -0000	1.16
@@ -32,7 +32,7 @@
  *
  * Contributor(s):
  *      Olivier Andrieu <oliv__a at users.sourceforge.net>
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include <png.h>

Index: cairo_polygon.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_polygon.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cairo_polygon.c	23 Dec 2004 21:49:57 -0000	1.11
+++ cairo_polygon.c	22 Feb 2005 19:35:03 -0000	1.12
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include <stdlib.h>

Index: cairo_ps_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_ps_surface.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- cairo_ps_surface.c	31 Jan 2005 16:50:22 -0000	1.21
+++ cairo_ps_surface.c	22 Feb 2005 19:35:03 -0000	1.22
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_slope.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_slope.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cairo_slope.c	22 Oct 2004 01:40:50 -0000	1.7
+++ cairo_slope.c	22 Feb 2005 19:35:03 -0000	1.8
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_spline.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_spline.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cairo_spline.c	23 Dec 2004 21:49:57 -0000	1.13
+++ cairo_spline.c	22 Feb 2005 19:35:03 -0000	1.14
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_surface.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- cairo_surface.c	21 Feb 2005 16:17:42 -0000	1.41
+++ cairo_surface.c	22 Feb 2005 19:35:03 -0000	1.42
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include <stdlib.h>

Index: cairo_traps.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_traps.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- cairo_traps.c	1 Feb 2005 23:06:36 -0000	1.21
+++ cairo_traps.c	22 Feb 2005 19:35:03 -0000	1.22
@@ -30,7 +30,7 @@
  *
  * Contributor(s):
  *	Keith R. Packard <keithp at keithp.com>
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  *
  * 2002-07-15: Converted from XRenderCompositeDoublePoly to cairo_trap. Carl D. Worth
  */

Index: cairo_xcb_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_xcb_surface.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cairo_xcb_surface.c	25 Jan 2005 20:11:02 -0000	1.15
+++ cairo_xcb_surface.c	22 Feb 2005 19:35:03 -0000	1.16
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairo_xlib_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_xlib_surface.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- cairo_xlib_surface.c	31 Jan 2005 16:50:22 -0000	1.43
+++ cairo_xlib_surface.c	22 Feb 2005 19:35:03 -0000	1.44
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 #include "cairoint.h"

Index: cairoint.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairoint.h,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- cairoint.h	1 Feb 2005 23:06:36 -0000	1.94
+++ cairoint.h	22 Feb 2005 19:35:03 -0000	1.95
@@ -31,7 +31,7 @@
  * California.
  *
  * Contributor(s):
- *	Carl D. Worth <cworth at isi.edu>
+ *	Carl D. Worth <cworth at cworth.org>
  */
 
 /*
@@ -39,7 +39,7 @@
  * and constitute no kind of standard.  If you need any of these
  * functions, please drop me a note.  Either the library needs new
  * functionality, or there's a way to do what you need using the
- * existing published interfaces. cworth at isi.edu
+ * existing published interfaces. cworth at cworth.org
  */
 
 #ifndef _CAIROINT_H_




More information about the cairo-commit mailing list