summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-12-20 08:58:38 +0000
committerCarl Worth <cworth@cworth.org>2004-12-20 08:58:38 +0000
commit8fe87a32a8bf4754a24e27aad74c1f1f5dbe9fc7 (patch)
treec4fbaa7950878157686f6570e82273a26c57772c
parentcc0c442d0480723d7c594b262962041f3a45817f (diff)
downloadcairo-8fe87a32a8bf4754a24e27aad74c1f1f5dbe9fc7.tar.gz
Add Alexander Larsson to AUTHORS list.
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog2
2 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 3be11047e..0f3c51288 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,6 +7,7 @@ Richard Henderson <rth@twiddle.net> "slim" macros for better shared libraries
James Henstridge <james@daa.com.au> Build fixes related to freetype
Graydon Hoare <graydon@redhat.com> Support for non-render X server, first real text support
Thomas Hunger <info@teh-web.de> Initial version of cairo_in_stroke/fill
+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
Christof Petig <christof@petig-baender.de> Build fixes related to freetype
diff --git a/ChangeLog b/ChangeLog
index 6b75bfe1a..59ba7212a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-12-20 Carl Worth <cworth@cworth.org>
+ * AUTHORS: Add Alexander Larsson to AUTHORS list.
+
* src/cairo_xlib_surface.c (_cairo_xlib_surface_create_with_size):
Split off from _cairo_xlib_surface_create to avoid roundtrip when
size is already known.