From 803ecc3bbfb10f42e32221588a8d611fdf2ad743 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Sat, 4 Aug 2007 04:42:30 +0000 Subject: [PATCH] a bug fix --- change_log.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/change_log.txt b/change_log.txt index 585d1ab1d5..f55c44b4d6 100644 --- a/change_log.txt +++ b/change_log.txt @@ -4,6 +4,22 @@ Started 2007-June-11 Please add newer entries at the top, list the date and your name with email address. + + +2007-Aug-04 UPDATE Dick Hollenbeck +================================================================================ ++ pcbnew + Read-ability formatting, I am playing with a C++ beautifier called uncrustify. + Fixed a bug in "display local ratsnest pad or module": if you had a small + module and the mouse clicked its reference text, the ratnest for + the associated module would not show. The work around was to add + support to Show_1_Ratsnest() so it could take a TYPETEXTEMODULE as + the result of the hit-testing. But I think a longer term better + solution will be to create a specific search function for this kind + of hit-testing, one which could disregard text and look only for + pads and modules. + + 2007-aug-02 UPDATE Jean-Pierre Charras ================================================================================ + pcbnew