Commit 74b675c1 authored by Dick Hollenbeck's avatar Dick Hollenbeck
Browse files

changelog

parent a2b3a4cf
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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 <dick@softplc.com>
2010-Jul-30 & 31 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================
++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 <jean-pierre.charras@gipsa-lab.inpg.fr>