From c371012c85fc061f04d8636562027986a583c1c6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 21 Jan 2006 20:19:46 +0000 Subject: [PATCH] Added. 2006-01-21 Behdad Esfahbod * MAINTAINERS: Added. * AUTHORS: Added myself to contributors. * Makefile.am: Added MAINTAINERS to EXTRA_DIST. --- AUTHORS | 23 +++++++++++++---------- ChangeLog | 8 ++++++++ MAINTAINERS | 2 ++ Makefile.am | 1 + 4 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 MAINTAINERS diff --git a/AUTHORS b/AUTHORS index f7bb3ac..247fa2d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,12 +1,15 @@ Owen Taylor , with help from many others, including: -Abigail Brady (Indic shapers), Hans Breuer (Windows backend), Matthias -Clasen (Documentation), Sivaraj Doddannan (Tamil shaper), Dov Grobgeld -(Hebrew shaper), Karl Koehler (Arabic shaper), Alex Larsson (FreeType -and Windows backends), Tor Lillqvist (FreeType and Windows backends), -Changwoo Ryu (Hangul shaper), Havoc Pennington, Roozbeh Pournader -(Arabic shaper), Chookij Vanatham (Hebrew shaper). - - - - +Abigail Brady (Indic shapers) +Hans Breuer (Windows backend) +Matthias Clasen (Documentation) +Sivaraj Doddannan (Tamil shaper) +Behdad Esfahbod +Dov Grobgeld (Hebrew shaper) +Karl Koehler (Arabic shaper) +Alex Larsson (FreeType and Windows backends) +Tor Lillqvist (FreeType and Windows backends) +Changwoo Ryu (Hangul shaper) +Havoc Pennington +Roozbeh Pournader (Arabic shaper) +Chookij Vanatham (Hebrew shaper) diff --git a/ChangeLog b/ChangeLog index 9967209..de2848e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2006-01-21 Behdad Esfahbod + * MAINTAINERS: Added. + + * AUTHORS: Added myself to contributors. + + * Makefile.am: Added MAINTAINERS to EXTRA_DIST. + +2006-01-21 Behdad Esfahbod + * pango/pangocairo-fontmap.c (pango_cairo_context_get_font_options): Fix typo in docs. diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..bf519d4 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,2 @@ +Owen Taylor +Behdad Esfahbod diff --git a/Makefile.am b/Makefile.am index 2cc34aa..8810ffb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ EXTRA_DIST = \ ChangeLog.pre-1-4 \ ChangeLog.pre-1-6 \ ChangeLog.pre-1-8 \ + MAINTAINERS \ TODO.xml \ README.win32 \ pango-zip.sh \ -- 2.7.4