diff --git a/AUTHORS b/AUTHORS index 43b265f79..8b7c26f73 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,4 @@ +Shawn T. Amundson Build fix Olivier Andrieu PNG backend Peter Dennis Bartok Bug fix for clipping Dave Beckett Track rename of libpixman, build fixes @@ -10,11 +11,13 @@ Thomas Hunger Initial version of cairo_in_stroke/fill Kristian Høgsberg PDF backend Alexander Larsson Profiling and performance fixes. Jordi Mas Bug fix for cairo_show_text -Keith Packard Original concept, polygon tessellation, dashing +Keith Packard Original concept, polygon tessellation, dashing, font metrics rewrite Christof Petig Build fixes related to freetype -David Reveman New pattern API, OpenGL backend +David Reveman New pattern API, glitz backend +Calum Robinson Quartz backend Jamey Sharp Surface/font backend virtualization, XCB backend Bill Spitzak Build fix to find Xrender.h without xrender.pc +Owen Taylor Font support rewrite Sasha Vasko Build fix to compile without xlib backend Vladimir Vukicevic Bug fix for clipping Carl Worth 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 + * 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 .