diff --git a/ChangeLog b/ChangeLog index 312eb3240..de1150d3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-23 John Luke + + * README: + * sources/README: reflect the current targets + 2003-09-19 Rachel Hestilow * sources/Gtk.metadata, api/gtk-api.xml: Rename diff --git a/README b/README index ff5d5404f..92bcdf141 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ The Gtk# website can be found at: http://gtk-sharp.sourceforge.net/ Gtk# is a .NET language binding for the GTK+ toolkit and assorted GNOME libraries. Gtk# is free software, licensed under the GNU LGPL. The target -is the 2.0 platform, and no plans are currently in place to backport to 1.2. +is the 2.2 platform, and no plans are currently in place to backport to 1.2. The effort essentially boils down to an exercise in PInvoke against the C dynamic libraries. It may end up being slow as hell, but we'll see when we get diff --git a/sources/README b/sources/README index ba0de69a2..2880426c1 100644 --- a/sources/README +++ b/sources/README @@ -55,22 +55,22 @@ WHAT'S REQUIRED bindings for). And then do a little configuring. The current list of libraries that Gtk# supports is: - glib-2.0.3 pango-1.2.3 atk-1.2.4 gtk+-2.2.2 - * you need gdkpixbuf*.[ch] from gdk/ symlinked into gdk-pixbuf/ - libgnome-2.0.1 - libgnomecanvas-2.0.1 - libgnomeui-2.0.1 - gtkhtml: cvs branch gnome-2-port files gtkhtml.[ch], gtkhtml-types.h, + libgnome-2.2.3 + libgnomecanvas-2.2.1 + libgnomeui-2.2.2 + libgnomeprint-2.2.1.3 + libgnomeprintui-2.2.1.3 + gtkhtml-3.0.8 files: gtkhtml.[ch], gtkhtml-types.h, gtkhtml-enums.h, gtkhtml-stream.[ch] libglade-2.0.0 libart_lgpl-2.3.10 - libgda-0.10.0 - libgnomedb-0.10.0 + libgda-1.0.0 + libgnomedb-1.0.0 gstreamer-0.4.2 - librsvg-2.0.1 + librsvg-2.2.5 (If you create a new binding, that is part of Gtk#, be sure to add it to this list. Also, you'll need to add an entry in "gtk-sharp.sources".