summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS7
-rw-r--r--ChangeLog2
2 files changed, 7 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 43b265f79..8b7c26f73 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
+Shawn T. Amundson <amundson@gtk.org> Build fix
Olivier Andrieu <oliv__a@users.sourceforge.net> PNG backend
Peter Dennis Bartok <peter@novonyx.com> Bug fix for clipping
Dave Beckett <dave.beckett@bristol.ac.uk> Track rename of libpixman, build fixes
@@ -10,11 +11,13 @@ Thomas Hunger <info@teh-web.de> Initial version of cairo_in_stroke/fill
Kristian Høgsberg <krh@redhat.com> PDF backend
Alexander Larsson <alexl@redhat.com> Profiling and performance fixes.
Jordi Mas <jordi@ximian.com> Bug fix for cairo_show_text
-Keith Packard <keithp@keithp.com> Original concept, polygon tessellation, dashing
+Keith Packard <keithp@keithp.com> Original concept, polygon tessellation, dashing, font metrics rewrite
Christof Petig <christof@petig-baender.de> Build fixes related to freetype
-David Reveman <davidr@freedesktop.org> New pattern API, OpenGL backend
+David Reveman <davidr@freedesktop.org> New pattern API, glitz backend
+Calum Robinson <calumr@mac.com> Quartz backend
Jamey Sharp <jamey@minilop.net> Surface/font backend virtualization, XCB backend
Bill Spitzak <spitzak@d2.com> Build fix to find Xrender.h without xrender.pc
+Owen Taylor <otaylor@redhat.com> Font support rewrite
Sasha Vasko <sasha@aftercode.net> Build fix to compile without xlib backend
Vladimir Vukicevic <vladimir@pobox.com> Bug fix for clipping
Carl Worth <cworth@isi.edu> Original library, support for paths, images
diff --git a/ChangeLog b/ChangeLog
index 58b2c44ce..422a10d44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-01-24 Carl Worth <cworth@cworth.org>
+ * AUTHORS: Add Shawn T. Amundson, Calum Robinson, and Owen Taylor.
+
* src/Makefile.am: Conditionally install header files only for
backends that are compiled. Thanks to Shawn T. Amundson
<amundson@gtk.org>.