]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - ChangeLog
2007-02-17 Cesar Strauss <cstrauss@cea.inpe.br>
[cygwin-apps/setup.git] / ChangeLog
index 9e2d92ba423e48ec53ebf58418ad27dc27d5c3ec..6f19e35f4a26a009b250a78ea65b9229324423e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+2007-02-17  Cesar Strauss  <cstrauss@cea.inpe.br>
+
+        * IniDBBuilderPackage.cc (IniDBBuilderPackage::buildPackageSource):
+        Initialize the version and operator fields of the newly created
+        PackageSpecification object, so setup can pick the correct source
+        version later on.
+
+2007-02-17  Brian Dessent  <brian@dessent.net>
+
+       * script.cc (Script::run): Check for existance of script file and
+       return without doing anything if it does not exist.
+
+2006-12-26  Max Bowsher  <maxb1@ukf.net>
+
+       * IniDBBuilder.h (IniDBBuilder): Make this class abstract.
+       * IniDBBuilder.cc: Delete file.
+       * Makefile.am (inilint_SOURCES, setup_SOURCES): Remove IniDBBuilder.cc.
+
+2006-12-26  Max Bowsher  <maxb1@ukf.net>
+
+       Add a shell script that documents/centralizes the standard configure
+       command line.
+
+       * doconfigure: New file.
+       * Makefile.am (EXTRA_DIST): Add doconfigure.
+
+2006-11-28  Igor Peshansky  <pechtcha@cs.nyu.edu>
+
+       * install.cc (Installer::installOne): If file is in use, ask the user
+       to stop processes and retry.
+       (MB_RETRYCONTINUE, IDCONTINUE): New macros.
+       (hMsgBoxHook): New static field.
+       (CBTProc): New window hook function.
+       (_custom_MessageBox): New function.
+       * CHANGES: Update with the above.
+
+2006-10-12  Igor Peshansky  <pechtcha@cs.nyu.edu>
+
+       * desktop.cc (make_cygwin_bat,save_icon): Capitalize filename.
+
+2006-08-06  Igor Peshansky  <pechtcha@cs.nyu.edu>
+
+       * package_version.cc (packageversion::scan): Catch and handle
+       validation exception.
+
+2006-08-06  Igor Peshansky  <pechtcha@cs.nyu.edu>
+
+       * cygpackage.h (filesize): Remove unused field.
+       (cygpackage::createInstance): Ditto.
+       * cygpackage.cc (cygpackage::createInstance): Ditto.
+       * package_db.cc (packagedb::packagedb): Remove unused variables.
+       Simplify parsing of installed.db.
+
+2006-08-06  Igor Peshansky  <pechtcha@cs.nyu.edu>
+
+       * desktop.cc (DesktopSetupPage::OnInit): Remove stray MessageBox.
+
+2006-05-24  Igor Peshansky  <pechtcha@cs.nyu.edu>
+
+       * PickPackageLine.h (PickPackageLine::DrawIcon): Move to PickView.
+       * PickView.h (PickView::DrawIcon): Move from PickPackageLine.
+       (PickView::icon_dc,PickView::bm_icon): New instance field.
+       (PickView::rect_icon,PickView::bg_fg_brush): Ditto.
+       * PickCategoryLine.cc (PickCategoryLine::paint): Use
+       PickView::DrawIcon() instead of BitBlt().
+       * PickPackageLine.cc (PickPackageLine::DrawIcon): Move to PickView.
+       (PickPackageLine::paint): Use PickView::DrawIcon().
+       * PickView.cc (PickView::~PickView): Delete GDI objects.
+       (PickView::init): Create icon drawing context.
+       (PickView::DrawIcon): New function.  Use system default colors to
+       draw bitmaps.
+       (PickView::paint): Set background color instead of using transparent
+       mode.  Create system-colored brush.
+
+2006-04-25  Brian Dessent  <brian@dessent.net>
+
+       * COPYING: New file (GPL).
+       * Makfile.am (EXTRA_DIST): Add COPYING.
+
 2006-04-17  Max Bowsher  <maxb1@ukf.net>
 
        * String++.cc, String++.h: Finally, it's time for the long-awaited
        (IniDBBuilderPackage::currentOrList): Track the current Or list.
        (IniDBBuilderPackage::currentAndList): Track the current And list.
        * IniParseFeedback.cc (IniParseFeedback::progress): Provide completion
-               progress on parsing.
+       progress on parsing.
        (IniParseFeedback::iniName): Tell what ini filename we are currently
        processing.
        * IniParseFeedback.h: Declare IniParseFeedback.cc changes.
 
        * archive_tar.cc (archive_tar::next_file_name()): fixed broken
        GNU long name extension support.
-    
+
 2002-05-27  Robert Collins  <rbtcollins@hotmail.com>
 
        * IniParseFindVisitor.cc (IniParseFindVisitor::visitFile): Don't 
 2002-05-19  Robert Collins  <rbtcollins@hotmail.com>
 
        * IniDBBuilderPackage.cc (IniDBBuilderPackage::IniDBBuilderPackage): New
-               method.
+       method.
        (IniDBBuilderPackage::buildVersion): Provide a warning when a newer 
        setup version created the ini file.
        * IniDBBuilderPackage.h (IniDBBuilderPackage::IniDBBuilderPackage): New
 2002-05-19  Robert Collins  <rbtcollins@hotmail.com>
 
        * rsync: New support library, contains librsync. This is not (yet)
-       rsync interoperable.
+       rsync interoperable.
        * configure.in: --with-rsync to enable rsync support. (Not complete).
        * Makefile.am: Enable building with rsync.
        * Makefile.in: Regenerate.
This page took 0.027805 seconds and 5 git commands to generate.