diff --git a/ChangeLog b/ChangeLog
index 76a24e6df..d8b40b316 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2004-09-05 Michal Čihař
+ * Documentation.html: Add information about theme versions and names.
+
2004-09-04 Alexander M. Turek
* tbl_select.php: No quotes were added when querying (VAR)BINARY fields.
* db_search.php, tbl_select.php: Made search independant from the
@@ -28,7 +31,7 @@ $Source$
* Documentation.html: Typos; added a note about the deprecated MySQL
versions 4.1.0 and 4.1.1.
-2004-09-03 Michal Cihar
+2004-09-03 Michal Čihař
* libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
#1013787).
* libraries/display_export.lib.php: Updated texts to fit Excel 2003
diff --git a/Documentation.html b/Documentation.html
index d838c6042..f6757cf9a 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -2794,11 +2794,23 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
edit the css-files in "your_theme_name/css"
put your new images in "your_theme_name/img"
edit layout.inc.php in "your_theme_name"
+ edit info.inc.php in "your_theme_name" to
+ contain your chosen theme name, that will be visible in user interface
make a new screenshot of your theme and save it under "your_theme_name/screen.png"
+ In theme directory there is file info.inc.php which contains
+ theme verbose name and theme version. These versions are enumerated from 1
+ and do not have any direct dependance on phpMyAdmin version. Themes with
+ higher version should work also in older phpMyAdmin versions because we
+ currently expect these will only grow (new css classes or more images),
+ but this behaviour will be probably changed in future, in case phpMyAdmin
+ will start to use some templates and these will require completely
+ different themes.
+
+
If you do not want to use your own symbols and buttons, remove the
directory "img" in "your_theme_name". phpMyAdmin will
use the default icons and buttons (from the system-theme "original").