summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS23
-rw-r--r--ChangeLog8
-rw-r--r--MAINTAINERS2
-rw-r--r--Makefile.am1
4 files changed, 24 insertions, 10 deletions
diff --git a/AUTHORS b/AUTHORS
index f7bb3ac8..247fa2d9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,12 +1,15 @@
Owen Taylor <otaylor@redhat.com>, 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 99672099..de2848e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-01-21 Behdad Esfahbod <behdad@gnome.org>
+ * MAINTAINERS: Added.
+
+ * AUTHORS: Added myself to contributors.
+
+ * Makefile.am: Added MAINTAINERS to EXTRA_DIST.
+
+2006-01-21 Behdad Esfahbod <behdad@gnome.org>
+
* 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 00000000..bf519d49
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,2 @@
+Owen Taylor <otaylor@redhat.com>
+Behdad Esfahbod <behdad@gnome.org>
diff --git a/Makefile.am b/Makefile.am
index 2cc34aa9..8810ffbf 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 \