Commit 7c2c1681 authored by dickelbeck's avatar dickelbeck
Browse files

pcbnew housekeeping

parent aece4e16
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -4,6 +4,15 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with 
email address.


2007-Oct-14 UPDATE   Dick Hollenbeck <dick@softplc.com>
================================================================================
+ pcbnew:
  * housekeeping and translation to English on bottom third of pcbnew/clean.cpp
  * my todo: figure out how to intercept double clicks on a wxWidgets text control
    so I can complete the work I started on MARQUEUR error tracking.


2007-Oct-13 UPDATE  Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+ pcbnew:
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ public:
    int             m_Shape;        // vias: shape and type, Track = shape..
    int             m_Drill;        // for vias: via drill (- 1 for default value)
    
    BOARD_ITEM*     start;          // pointers on a connected item (pad or track)
    BOARD_ITEM*     start;          // pointers to a connected item (pad or track)
    BOARD_ITEM*     end;            
    
    // chain = 0 indique une connexion non encore traitee