diff options
author | Carl Worth <cworth@cworth.org> | 2005-02-22 11:35:03 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-02-22 11:35:03 +0000 |
commit | dcfb0d8a2b9eeffd52ca42635c6cf12a0705bd66 (patch) | |
tree | 8d47b9b76edaf29828e21cc3791b45dc489a3e49 | |
parent | 604e333be2567e8877bec71d46107897717a1be6 (diff) |
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
54 files changed, 91 insertions, 54 deletions
@@ -1,5 +1,42 @@ 2005-02-22 Carl Worth <cworth@cworth.org> + * 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@isi.edu address to + canonical cworth@cworth.org address. + +2005-02-22 Carl Worth <cworth@cworth.org> + * test/write_png.c: * src/cairo-atsui.h: * src/cairo_atsui_font.c: Convert to utf-8 encoding. @@ -43,7 +43,7 @@ model will help in understanding cairo. History ------- -Cairo was originally developed by Carl Worth <cworth@isi.edu> and +Cairo was originally developed by Carl Worth <cworth@cworth.org> and Keith Packard <keithp@keithp.com>. Many thanks are due to Lyle Ramshaw without whose patient help our ignorance would be much more apparent. diff --git a/src/cairo-color.c b/src/cairo-color.c index ecdae2568..f203d96cc 100644 --- a/src/cairo-color.c +++ b/src/cairo-color.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-features.h.in b/src/cairo-features.h.in index a84821444..a13250d97 100644 --- a/src/cairo-features.h.in +++ b/src/cairo-features.h.in @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl Worth <cworth@east.isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #ifndef CAIRO_FEATURES_H diff --git a/src/cairo-fixed.c b/src/cairo-fixed.c index ee31718ef..a4faa1708 100644 --- a/src/cairo-fixed.c +++ b/src/cairo-fixed.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-font.c b/src/cairo-font.c index 960239be0..529c1c7c3 100644 --- a/src/cairo-font.c +++ b/src/cairo-font.c @@ -32,7 +32,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> * Graydon Hoare <graydon@redhat.com> * Owen Taylor <otaylor@redhat.com> */ diff --git a/src/cairo-glitz.h b/src/cairo-glitz.h index 47e0233c0..f1917eb28 100644 --- a/src/cairo-glitz.h +++ b/src/cairo-glitz.h @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #ifndef CAIRO_GLITZ_H diff --git a/src/cairo-gstate.c b/src/cairo-gstate.c index 1aac1464a..76467ec73 100644 --- a/src/cairo-gstate.c +++ b/src/cairo-gstate.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include <stdlib.h> diff --git a/src/cairo-hull.c b/src/cairo-hull.c index 99b16d1ae..c93d70625 100644 --- a/src/cairo-hull.c +++ b/src/cairo-hull.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c index 8a0b8466d..10a135d9b 100644 --- a/src/cairo-image-surface.c +++ b/src/cairo-image-surface.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-matrix.c b/src/cairo-matrix.c index a43d9e6d6..67d4d0c81 100644 --- a/src/cairo-matrix.c +++ b/src/cairo-matrix.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #define _GNU_SOURCE diff --git a/src/cairo-path-bounds.c b/src/cairo-path-bounds.c index cfcdd97ee..7c5772a82 100644 --- a/src/cairo-path-bounds.c +++ b/src/cairo-path-bounds.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-path-fill.c b/src/cairo-path-fill.c index 6c6ebd976..dc79b6b96 100644 --- a/src/cairo-path-fill.c +++ b/src/cairo-path-fill.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-path-stroke.c b/src/cairo-path-stroke.c index ad0220370..08b380902 100644 --- a/src/cairo-path-stroke.c +++ b/src/cairo-path-stroke.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-path.c b/src/cairo-path.c index 6a1e19fa8..8314f601c 100644 --- a/src/cairo-path.c +++ b/src/cairo-path.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include <stdlib.h> diff --git a/src/cairo-pdf.h b/src/cairo-pdf.h index 72cfb9bdc..701a7b4a7 100644 --- a/src/cairo-pdf.h +++ b/src/cairo-pdf.h @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #ifndef CAIRO_PDF_H diff --git a/src/cairo-pen.c b/src/cairo-pen.c index f365091dc..6ecaa00b3 100644 --- a/src/cairo-pen.c +++ b/src/cairo-pen.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-png.h b/src/cairo-png.h index d4d4ec987..3e86210b0 100644 --- a/src/cairo-png.h +++ b/src/cairo-png.h @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #ifndef CAIRO_PNG_H diff --git a/src/cairo-polygon.c b/src/cairo-polygon.c index e85858033..59c615da2 100644 --- a/src/cairo-polygon.c +++ b/src/cairo-polygon.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include <stdlib.h> diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c index 712c8f00b..f703159f4 100644 --- a/src/cairo-ps-surface.c +++ b/src/cairo-ps-surface.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-ps.h b/src/cairo-ps.h index 24ed7283d..88382920e 100644 --- a/src/cairo-ps.h +++ b/src/cairo-ps.h @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #ifndef CAIRO_PS_H diff --git a/src/cairo-quartz.h b/src/cairo-quartz.h index af0815e7f..5afd46426 100644 --- a/src/cairo-quartz.h +++ b/src/cairo-quartz.h @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #ifndef CAIRO_QUARTZ_H diff --git a/src/cairo-slope.c b/src/cairo-slope.c index 1a1497988..a2edec038 100644 --- a/src/cairo-slope.c +++ b/src/cairo-slope.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-spline.c b/src/cairo-spline.c index ff290d9dd..5119a8e2b 100644 --- a/src/cairo-spline.c +++ b/src/cairo-spline.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-surface.c b/src/cairo-surface.c index 7cf0f3243..b2d36df94 100644 --- a/src/cairo-surface.c +++ b/src/cairo-surface.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include <stdlib.h> diff --git a/src/cairo-traps.c b/src/cairo-traps.c index e347acdd3..dbb23f838 100644 --- a/src/cairo-traps.c +++ b/src/cairo-traps.c @@ -30,7 +30,7 @@ * * Contributor(s): * Keith R. Packard <keithp@keithp.com> - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> * * 2002-07-15: Converted from XRenderCompositeDoublePoly to cairo_trap. Carl D. Worth */ diff --git a/src/cairo-xcb-surface.c b/src/cairo-xcb-surface.c index 2d901a0a6..871fe1e15 100644 --- a/src/cairo-xcb-surface.c +++ b/src/cairo-xcb-surface.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-xcb.h b/src/cairo-xcb.h index 25305d943..a5c65f441 100644 --- a/src/cairo-xcb.h +++ b/src/cairo-xcb.h @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #ifndef CAIRO_XCB_H diff --git a/src/cairo-xlib-surface.c b/src/cairo-xlib-surface.c index 5e8b31050..2ddee90d6 100644 --- a/src/cairo-xlib-surface.c +++ b/src/cairo-xlib-surface.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo-xlib.h b/src/cairo-xlib.h index 5a8b27a00..18db7b114 100644 --- a/src/cairo-xlib.h +++ b/src/cairo-xlib.h @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #ifndef CAIRO_XLIB_H diff --git a/src/cairo.c b/src/cairo.c index 0b454410e..fd10b5cac 100644 --- a/src/cairo.c +++ b/src/cairo.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ diff --git a/src/cairo.h b/src/cairo.h index d805b91df..3fb545861 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #ifndef CAIRO_H diff --git a/src/cairo_color.c b/src/cairo_color.c index ecdae2568..f203d96cc 100644 --- a/src/cairo_color.c +++ b/src/cairo_color.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_fixed.c b/src/cairo_fixed.c index ee31718ef..a4faa1708 100644 --- a/src/cairo_fixed.c +++ b/src/cairo_fixed.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_font.c b/src/cairo_font.c index 960239be0..529c1c7c3 100644 --- a/src/cairo_font.c +++ b/src/cairo_font.c @@ -32,7 +32,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> * Graydon Hoare <graydon@redhat.com> * Owen Taylor <otaylor@redhat.com> */ diff --git a/src/cairo_gstate.c b/src/cairo_gstate.c index 1aac1464a..76467ec73 100644 --- a/src/cairo_gstate.c +++ b/src/cairo_gstate.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include <stdlib.h> diff --git a/src/cairo_hull.c b/src/cairo_hull.c index 99b16d1ae..c93d70625 100644 --- a/src/cairo_hull.c +++ b/src/cairo_hull.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_image_surface.c b/src/cairo_image_surface.c index 8a0b8466d..10a135d9b 100644 --- a/src/cairo_image_surface.c +++ b/src/cairo_image_surface.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_matrix.c b/src/cairo_matrix.c index a43d9e6d6..67d4d0c81 100644 --- a/src/cairo_matrix.c +++ b/src/cairo_matrix.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #define _GNU_SOURCE diff --git a/src/cairo_path.c b/src/cairo_path.c index 6a1e19fa8..8314f601c 100644 --- a/src/cairo_path.c +++ b/src/cairo_path.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include <stdlib.h> diff --git a/src/cairo_path_bounds.c b/src/cairo_path_bounds.c index cfcdd97ee..7c5772a82 100644 --- a/src/cairo_path_bounds.c +++ b/src/cairo_path_bounds.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_path_fill.c b/src/cairo_path_fill.c index 6c6ebd976..dc79b6b96 100644 --- a/src/cairo_path_fill.c +++ b/src/cairo_path_fill.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_path_stroke.c b/src/cairo_path_stroke.c index ad0220370..08b380902 100644 --- a/src/cairo_path_stroke.c +++ b/src/cairo_path_stroke.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_pen.c b/src/cairo_pen.c index f365091dc..6ecaa00b3 100644 --- a/src/cairo_pen.c +++ b/src/cairo_pen.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_png_surface.c b/src/cairo_png_surface.c index 16cd66570..282b33d7a 100644 --- a/src/cairo_png_surface.c +++ b/src/cairo_png_surface.c @@ -32,7 +32,7 @@ * * Contributor(s): * Olivier Andrieu <oliv__a@users.sourceforge.net> - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include <png.h> diff --git a/src/cairo_polygon.c b/src/cairo_polygon.c index e85858033..59c615da2 100644 --- a/src/cairo_polygon.c +++ b/src/cairo_polygon.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include <stdlib.h> diff --git a/src/cairo_ps_surface.c b/src/cairo_ps_surface.c index 712c8f00b..f703159f4 100644 --- a/src/cairo_ps_surface.c +++ b/src/cairo_ps_surface.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_slope.c b/src/cairo_slope.c index 1a1497988..a2edec038 100644 --- a/src/cairo_slope.c +++ b/src/cairo_slope.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_spline.c b/src/cairo_spline.c index ff290d9dd..5119a8e2b 100644 --- a/src/cairo_spline.c +++ b/src/cairo_spline.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_surface.c b/src/cairo_surface.c index 7cf0f3243..b2d36df94 100644 --- a/src/cairo_surface.c +++ b/src/cairo_surface.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include <stdlib.h> diff --git a/src/cairo_traps.c b/src/cairo_traps.c index e347acdd3..dbb23f838 100644 --- a/src/cairo_traps.c +++ b/src/cairo_traps.c @@ -30,7 +30,7 @@ * * Contributor(s): * Keith R. Packard <keithp@keithp.com> - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> * * 2002-07-15: Converted from XRenderCompositeDoublePoly to cairo_trap. Carl D. Worth */ diff --git a/src/cairo_xcb_surface.c b/src/cairo_xcb_surface.c index 2d901a0a6..871fe1e15 100644 --- a/src/cairo_xcb_surface.c +++ b/src/cairo_xcb_surface.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairo_xlib_surface.c b/src/cairo_xlib_surface.c index 5e8b31050..2ddee90d6 100644 --- a/src/cairo_xlib_surface.c +++ b/src/cairo_xlib_surface.c @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@cworth.org> */ #include "cairoint.h" diff --git a/src/cairoint.h b/src/cairoint.h index 90ef4e08d..69283d674 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -31,7 +31,7 @@ * California. * * Contributor(s): - * Carl D. Worth <cworth@isi.edu> + * Carl D. Worth <cworth@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@isi.edu + * existing published interfaces. cworth@cworth.org */ #ifndef _CAIROINT_H_ |