From 148694216f7ccaeea3e43591af67b6bb45fab1b4 Mon Sep 17 00:00:00 2001 From: John Luke Date: Wed, 24 Sep 2003 03:04:17 +0000 Subject: [PATCH] 2003-09-23 John Luke * en/Art.xml: * en/Gda.xml: * en/GnomeDb.xml: add descriptions svn path=/trunk/gtk-sharp/; revision=18273 --- doc/ChangeLog | 6 ++++++ doc/en/Art.xml | 2 ++ doc/en/Gda.xml | 2 ++ doc/en/GnomeDb.xml | 1 + 4 files changed, 11 insertions(+) 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.