CVS commit by mornfall: - optimize out some of the unneccessary tree rebuilds upon refresh (add mechanizm to groupers to ask them whether they were affected by a given change, like package install or changed tags) - update TODO - cvs2cl
M +728 -0 ChangeLog 1.3 M +1 -6 TODO 1.39 M +3 -3 libcapture/depgroupers.h 1.12 M +10 -8 libcapture/filters.h 1.11 M +39 -2 libcapture/grouper.cpp 1.26 M +13 -6 libcapture/grouper.h 1.20 M +8 -0 libcapture/pkgmanager.cpp 1.29 M +9 -0 libcapture/pkgmanager.h 1.21 M +12 -10 libcapture/tree.cpp 1.21