Add Alexander Larsson to AUTHORS list.

This commit is contained in:
Carl Worth 2004-12-20 08:58:38 +00:00
parent cc0c442d04
commit 8fe87a32a8
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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.