diff --git a/change_log.txt b/change_log.txt index 23a3d44a22..fe586f6136 100644 --- a/change_log.txt +++ b/change_log.txt @@ -9,9 +9,11 @@ email address. 2007-Aug-05 UPDATE Dick Hollenbeck ================================================================================ + 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