Index: trunk/MagicSoft/Cosy/Changelog
===================================================================
--- trunk/MagicSoft/Cosy/Changelog	(revision 912)
+++ trunk/MagicSoft/Cosy/Changelog	(revision 913)
@@ -1,3 +1,43 @@
                                                                   -*-*- END -*-*-
+ 2001/08/23 - Thomas Bretz:
+
+   * gui/MGEmbeddedCanvas.[h,cc]:
+     - added
+     
+   * gui/MGVelocity.[h,cc]:
+     - added
+     
+   * MCosy.[h,cc]:
+     - added GetRePosPdo
+     - changed fOffset to an offset between the se and re system
+     - changed old fOffset to fTrackingError which gives you a good
+       estimate what the tracking error really is
+     - changed the weighting of fOffset from 0.1 to 0.3
+     - reordered some statements for a better overview
+     - changed update of GUI from thread to a timer (s.HandleTimer)
+
+   * Makefile:
+     - added libpthread.a
+     - reordered libraries
+     
+   * gui/MGAccuracy.[h,cc]:
+     - changed the layout
+     - make use of TGaxis
+     - added the numbers as text into canvas
+     - added a title
+     - derived from MEmbeddedCanvas
+     
+   * gui/MGCosy.[h,cc]:
+     - changed layout
+     - added canvas for velocity
+     - added canvas for offset
+     
+   * gui/MGSkyPosition.[h,cc]:
+     - added position as text
+     - added axis labels
+     - derived from MEmbeddedCanvas
+     - reorganized parts of the existing code
+
+
 
  2001/08/17 - Thomas Bretz:
