From 74b675c1c0964fb425a9e010aaf74fedb44ec0dc Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Sun, 1 Aug 2010 09:30:11 -0500 Subject: [PATCH] changelog --- CHANGELOG.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3a6f0df390..03b807a1da 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,18 +4,17 @@ KiCad ChangeLog 2010 Please add newer entries at the top, list the date and your name with email address. -2010-Jul-30 UPDATE Dick Hollenbeck +2010-Jul-30 & 31 UPDATE Dick Hollenbeck ================================================================================ ++eeschema: * Now link with XML support within wxWidgets. - * Start of export the generic netlist in XML. Still need to rework the chain - loaded netlist plugin. + * Export the generic netlist in XML. Only the libpart elements are missing now. + Still need to rework the chain loaded netlist plugin, but may do that in XSL. * OBJ_CMP_TO_LIST class now uses a std::string to hold the 8 bit string m_Ref, but hides this behind accessors which provide for both Unicode and 8 bit set and get functions. * build_BOM.cpp retains the selected filename on subsequent runs as a default. * Code cleaning, especially in build_BOM.cpp. - * Will work tomorrow also. 2010-jul-27, UPDATE Jean-Pierre Charras