From 41a6a002f52b0249e8b20397cb2147a6633e6f16 Mon Sep 17 00:00:00 2001 From: charras Date: Sat, 20 Feb 2010 15:20:23 +0000 Subject: [PATCH] changelog update --- CHANGELOG.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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: