Index: trunk/MagicSoft/Cosy/Changelog
===================================================================
--- trunk/MagicSoft/Cosy/Changelog	(revision 2385)
+++ trunk/MagicSoft/Cosy/Changelog	(revision 2407)
@@ -1,3 +1,34 @@
                                                                   -*-*- END -*-*-
+ 2003/10/20 - Thomas Bretz
+ 
+   * base/File.cc:
+     - only close file if f!=NULL
+     
+   * base/MThread.cc:
+     - added debug output (depending on DEBUG macro)
+     
+   * candrv/vmodican.cc:
+     - do not call exit in case the module couldn't be opened
+     - changes some comments
+     
+   * catalog/StarCatalog.cc:
+     - do not exit in case the catalog was not found
+     - initialize fSao and fSrt with NULL
+     - only delete fSao and fSrt if != NULL
+     - only calculate stars if catalog was loaded successfully
+     
+   * main/MBending.[h,cc]:
+     - added file header
+     - added class decription
+     - added FLOP, TF and TX
+     - changed such that adding new stuff is easier
+     - changed order in correction
+     - replaced all switch statement by simple loops
+     
+   * tpoint/gui.C:
+     - full support for fitting a pointing correction
+
+
+     
  2003/10/15 - Thomas Bretz (La Palma)
  
