Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 16998) +++ trunk/doc/TODO (revision 16999) @@ -26,8 +26,6 @@ - BUG: lhtpers indentation: bug_files/lhtpers_ins/; breakpoint in pers_table.c:34 and debug why the newline is getting in [report: Igor2] - BUG: advanced search doesn't deal with subc parts; do this after element removal using the new rtree loops? - feature: lesstif does not allow "save as" in non alien format [report: erich] -? BUG: open pcb-rnd (use either gtk hid), place any part that includes padstacks, toggle top-paste visiblity (on, then off to not-visible state) and padstack shading changes. padstack shading restores after toggling other layer visibilty [report: miloh] - what do you mean by padstack shade? what changes exactly? If you mean the color of the padstack: you see it dark only if it has a shape on the visible layer. Whenyou tunr off the paste layer visibility, the code will throw you on another layer, which will not necessarily be the top copper layer. + BUG: single decrement clearance kbd: 'e g shift-c' operation on a 1206 subc in fresh layout causes clearance to go to zero. [report: miloh] the negative change was working properly: you were close to the minimum clearance set by the default config. The problem was rather the positive change, which did not jump from 0 to the minimum clearance but allowed steps in between.