]> Pileus Git - ~andy/gtk/commitdiff
Remove outdated lists of authors and maintainers. (#348538, Owen Taylor)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 6 Aug 2006 03:36:57 +0000 (03:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 6 Aug 2006 03:36:57 +0000 (03:36 +0000)
2006-08-05  Matthias Clasen  <mclasen@redhat.com>

* docs/tutorial/gtk-tut.sgml: Remove outdated lists of
authors and maintainers.  (#348538, Owen Taylor)

ChangeLog
ChangeLog.pre-2-10
docs/tutorial/gtk-tut.sgml

index bf0518d20ad7478738b953e2e9660e4e0e5e2310..7005b23b80bf0173e5f858e63dbed71d68e5d13b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-08-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * docs/tutorial/gtk-tut.sgml: Remove outdated lists of
+       authors and maintainers.  (#348538, Owen Taylor)
+
        * gtk/gtkentry.c:
        * gtk/gtkentryprivate.h: Export gtk_entry_reset_im_context
        privately.
index bf0518d20ad7478738b953e2e9660e4e0e5e2310..7005b23b80bf0173e5f858e63dbed71d68e5d13b 100644 (file)
@@ -1,5 +1,8 @@
 2006-08-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * docs/tutorial/gtk-tut.sgml: Remove outdated lists of
+       authors and maintainers.  (#348538, Owen Taylor)
+
        * gtk/gtkentry.c:
        * gtk/gtkentryprivate.h: Export gtk_entry_reset_im_context
        privately.
index dd74f72ae7d8693d59b81db851f90a9a2d93792d..5f1664f12323be2f53d952d457fab9f544fd5bff 100755 (executable)
@@ -64,33 +64,9 @@ GNU Network Object Model Environment (GNOME) project. GTK is built on
 top of GDK (GIMP Drawing Kit) which is basically a wrapper around the
 low-level functions for accessing the underlying windowing functions
 (Xlib in the case of the X windows system), and gdk-pixbuf, a library for
-client-side image manipulation.
-</para>
-<para>The primary authors of GTK are:</para>
-
-<itemizedlist>
-<listitem><simpara> Peter Mattis <ulink url="mailto:petm@xcf.berkeley.edu">
-petm@xcf.berkeley.edu</ulink></simpara>
-</listitem>
-<listitem><simpara> Spencer Kimball <ulink url="mailto:spencer@xcf.berkeley.edu">
-spencer@xcf.berkeley.edu</ulink></simpara>
-</listitem>
-<listitem><simpara> Josh MacDonald <ulink url="mailto:jmacd@xcf.berkeley.edu">
-jmacd@xcf.berkeley.edu</ulink></simpara>
-</listitem>
-</itemizedlist>
-
-<para>GTK is currently maintained by:</para>
-
-<itemizedlist>
-<listitem><simpara> Owen Taylor <ulink url="mailto:otaylor@redhat.com">
-otaylor@redhat.com</ulink></simpara>
-</listitem>
-<listitem><simpara> Tim Janik <ulink url="mailto:timj@gtk.org">
-timj@gtk.org</ulink></simpara>
-</listitem>
-</itemizedlist>
+client-side image manipulation.</para>
 
+</para>
 <para>GTK is essentially an object oriented application programmers
 interface (API). Although written completely in C, it is implemented
 using the idea of classes and callback functions (pointers to