Index: doc/TODO =================================================================== --- doc/TODO (revision 15375) +++ doc/TODO (revision 15376) @@ -84,6 +84,8 @@ Reason: pcb_board_t Bloat, Shrink, minWid, minSlk, minDrill, minRing -> remove them, use values from the config system instead - BUG: rewrite layer undo; take it out from old_undo; layer del breaks on undo: can't save where it was added before. Consider the whole layer move and -1 business obsolete and rather add a separate insert and remove call? - BUG: add new layer in main window, pcb-rnd issues pcb_warning yet action is placed on undo stack [report: Miloh] +- BUG: lhtpers indentation: bug_files/lhtpers_ins/; breakpoint in pers_table.c:34 and debug why the newline is getting in [report: Igor2] +- BUG: 'n' on a dyntext (e.g. refdes text) should edit the text, not the term of the text [report: igor2] - BUG: advanced search doesn't deal with subc parts; do this after element removal using the new rtree loops? - BUG: after the old model removal: undo bug, ML#1130 [report: miloh] - BUG: Rubberband move line endpoints ignores connected arc endpoints. [Fixing:Ade]