diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 201e45419f..24120afbb9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,19 @@ Please add newer entries at the top, list the date and your name with email address. +2010-Feb-19 UPDATE Jean-Pierre Charras +================================================================================ +kicad: fixing an annoying problem: + * Building the tree project can be *very* long if there are a lot of subdirectories + * in the working directory. + * Unfornately, this happens easily if the project file *.pro is in the home directory + * So the tree project is built "on demand": + * First the tree is built from the current directory and shows files and subdirs. + * > First level subdirs trees are built (i.e subdirs contents are not read) + * > When expanding a subdir, each subdir content is read, + * and the corresponding sub tree is populated on the fly. + + 2010-Feb-17 UPDATE Jean-Pierre Charras ================================================================================ kicad: