diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index 1d132989aefa6fb56f0dbc49037a6a32b196c517..8f4e935d4869a545efaa958f0e98ae325694658c 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -1,3 +1,4 @@
 heikki@donna.mysql.fi
 jani@janikt.pp.saunalahti.fi
 paul@teton.kitebird.com
+mwagner@evoq.mwagner.org
diff --git a/Docs/manual.texi b/Docs/manual.texi
index ca17d1fdd5ded1892251cae83ba54d7d6f560bbd..9448628259249226a80303884163414b6900f3ed 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -44819,6 +44819,17 @@ data either by clicking on the table folder or by composing their own SQL
 statements with our built-in SQL editor. The tool has been tested with
 Oracle 8 and @strong{MySQL} as the back-end databases. It requires JDK 1.3 from
 JavaSoft.
+@item @uref{http://www.jetools.com/products/databrowser/, DataBrowser}
+The DataBrowser is a cross-database, cross-platform data access tool. It is more
+user friendly than tools like SQL Plus, psql (command line based tools). It is more
+flexible than TOAD, ISQL, PGAccess which are GUI's that are limitied to a single
+platform or database.
+@item @uref{http://www.intrex.net/amit/software/, SQLC}
+The SQL Console is a standalone java application that allows you to connect to a
+ SQL database system and issue SQL queries and updates. It has an easy-to use
+graphical user interface. The SQL Console uses JDBC to connect to the database
+systems and, therefore, with proper JDBC drivers, you can use this utility to
+connect to some of the most popular database systems. 
 @end itemize
 
 @cindex Web clients