From 014db557c6a66e2f05053d5056f5145548d5f5bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Mon, 15 Oct 2001 20:46:47 +0000 Subject: [PATCH] no message --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e96744237..40523a827 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,13 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-10-15 Loïc Chapeaux + * tbl_properties.php3, line 966: the current name of the table is now + displayed in the text box of the "rename table" feature. Thanks to + Cal Henderson for this suggestion. + * tbl_change.php3, lines 148-151: displays default values while creating + a new record. Thanks to "pdobrigkeit" for this suggestion. + 2001-10-14 Loïc Chapeaux * libraries/build_dump.lib.php3, lines 202-203: improved the fix against the bug #469416 (Dumps with binary data dont work mysql).