Commit abd187e3 authored by dickelbeck's avatar dickelbeck
Browse files

see contents for changes

parent 5748b791
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -9,9 +9,11 @@ email address.
2007-Aug-05 UPDATE   Dick Hollenbeck <dick@softplc.com>
================================================================================
+ pcbnew & common
    Changed the function name of Locate( const wxPoint& ref_pos ) to bool HitTest(..)
  * Added some conditional DEBUG code for showing the pcb object tree in 
    simple XML format.   See class EDA_BaseStruct's new Show() function.
  * Changed the function name of Locate( const wxPoint& ref_pos ) to bool HitTest(..)
    in both class_text_mod and base_struct.
    More beautification and commenting.
  * More beautification and commenting.


2007-Aug-04 UPDATE   Dick Hollenbeck <dick@softplc.com>