Added attribution for several authors after sifting through the ChangeLog.

This commit is contained in:
Carl Worth 2004-02-24 10:41:11 +00:00
parent faa4392661
commit 431548c3d8
2 changed files with 21 additions and 8 deletions

View file

@ -1,8 +1,16 @@
libpixregion:
X Window System authors
(libpixregion now maintained by Carl Worth <cworth@isi.edu>)
libic:
Keith Packard <keithp@keithp.com>
Carl Worth <cworth@isi.edu>
slim:
Richard Henderson <rth@twiddle.net>
Jakub Bogusz <qboosh@pld-linux.org> Fixes for 64-bit machines.
David R Bacon <dbacon@cis.ksu.edu> Fixes to compile on x86_64.
Billy Biggs <vektor@dumbterm.net> Fix to use stdint datatypes.
Dave Beckett <Dave.Beckett@bristol.ac.uk> Combined libpixregion, libic, and slim.
Anders Carlsson <andersca@codefactory.se> Build fixes. New accessor functions.
Richard Henderson <rth@twiddle.net> "slim" macros for better shared libraries
Keith Packard <keithp@keithp.com> The original implementation of the compositing code.
Bryan Worth <bryan@theworths.org> Cleanups to not depend on X header files.
Carl Worth <carl@theworths.org> General maintenance. Original port from X server code.
Richard Worth <richard@theworths.org> Build fixes for cygwin.
and the "X Window System authors" (pixregion code)
(Please let us know if we have missed anyone. I would be interested in
having more precise attribution for the pixregion code if anyone knows
who wrote that.)

View file

@ -1,3 +1,8 @@
2004-02-24 Carl Worth <cworth@isi.edu>
* AUTHORS: Added attribution for several authors after sifting
through the ChangeLog.
2004-01-24 Carl Worth <cworth@isi.edu>
* src/iccompose.c (IcFetch_transform):