diff --git a/doc/ChangeLog b/doc/ChangeLog index d1a5adb15..869e2da05 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2003-09-23 John Luke + + * en/Art.xml: + * en/Gda.xml: + * en/GnomeDb.xml: add descriptions + 2003-09-20 Hector E. Gomez Morales * en/Gtk/Window.xml: Nearly all methods documented. diff --git a/doc/en/Art.xml b/doc/en/Art.xml index 280d3d087..726e0f054 100644 --- a/doc/en/Art.xml +++ b/doc/en/Art.xml @@ -1,9 +1,11 @@ + Art handles the drawing capabilities in Gnome. All complex rendering is handled here. + Art is a 2D drawing library. Its goal is to be a high-quality vector-based 2D library with anti-aliasing and alpha composition. diff --git a/doc/en/Gda.xml b/doc/en/Gda.xml index 004dea2c4..da69f70af 100644 --- a/doc/en/Gda.xml +++ b/doc/en/Gda.xml @@ -1,9 +1,11 @@ + Gnome data access. + Gnome Data Access (GDA) is an architecture whose purpose is to provide universal access to many different kinds and types of data sources. This goes from traditional relational database systems, to any imaginable kind of data source such as a mail server, a LDAP directory... diff --git a/doc/en/GnomeDb.xml b/doc/en/GnomeDb.xml index d779a5cf9..27defb55d 100644 --- a/doc/en/GnomeDb.xml +++ b/doc/en/GnomeDb.xml @@ -1,6 +1,7 @@ + Library for easily accessing different databases.