]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - ChangeLog
2002-07-08 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / ChangeLog
index 48a6d57fcbfbec155382c65ea83ce5cfccb52f4e..0e85b79450ede94c83dc6379cbc24fd5667c2d6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2002-07-08  Robert Collins  <rbtcollins@hotmail.com>
+
+       * PickCategoryLine.cc: Change bucket to use STL container syntax 
+       throughout.
+       (PickCategoryLine::paint): Use new Category type syntax.
+       * PickCategoryLine.h: Use STL vectors rather than custom containers 
+       throughout.
+       * IniDBBuilderPackage.cc (IniDBBuilderPackage::buildPackageCategory):
+       Use new add_category syntax.
+       * PickView.cc (PickView::insert_pkg): Use new Category type syntax.
+       (PickView::insert_category): Ditto.
+       (PickView::init_headers): Ditto.
+       * category.cc: Trim obsolete code.
+       * category.h: Replace interconnecting class with a typedef to 
+       facilitate leveraging STL maps.
+       * choose.cc (fill_missing_category): Use updated pkg.add_category
+       syntax.
+       (default_trust): Use new Category type syntax.
+       (set_view_mode): Ditto.
+       (create_listview): Ditto.
+       * package_db.cc (categories): Ditto.
+       * package_db.h: Update headers list to include needed headers.
+       (packagedb::categories): Replace custom list with STL map.
+       * package_meta.cc: Use new Category type syntax throughout.
+       (packagemeta::add_category): Implement new syntax.
+       * package_meta.h: Remove commented out source.
+       (packagemeta::add_category): Update syntax to decouple interface from
+       packagedb.
+
 2002-07-06  Christopher Faylor  <cgf@redhat.com>
 
        * site.cc (do_download_site_info_thread): Correct spelling error.
This page took 0.023873 seconds and 5 git commands to generate.