Index: trunk/MagicSoft/Cosy/Changelog
===================================================================
--- trunk/MagicSoft/Cosy/Changelog	(revision 8377)
+++ trunk/MagicSoft/Cosy/Changelog	(revision 8378)
@@ -10,5 +10,6 @@
      gui/MGSkyPosition.cc, main/MBending.cc, main/MStargHistograms.cc,
      base/coord.h, main/MCaos.cc, main/MCosy.cc, main/MPointing.cc,
-     main/MStarguider.cc, main/MTracking.cc:
+     main/MStarguider.cc, main/MTracking.cc, videodev/FilterLed.cc,
+     videodev/PixClient.cc, videodev/PngReader.cc, videodev/Writer.cc:
      - replaced obsolete .h by C++ headers
      - added namespace std
@@ -21,6 +22,7 @@
      - fixed warning about overwriting of Print()
 
-   * base/MTimeout.cc, candrv/nodedrv.cc, devdrv/macs.cc:
-     - fixed default argument is declaration
+   * base/MTimeout.cc, candrv/nodedrv.cc, devdrv/macs.cc,
+     tcpip/MCeCoCom.cc:
+     - fixed default argument in declaration
 
    * catalog/StarCatalog.cc, gui/MGAccuracy.cc, main/MCaos.[h,cc],
@@ -31,4 +33,13 @@
    * gui/MGCoordinate.cc, gui/MGCosy.cc:
      - fixed a warning about double declaration
+
+   * tcpip/MCeCoCom.h:
+     - renamed Send to SendRep
+
+   * tcpip/MDriveCom.cc:
+     - replaced Send by SendRep
+
+   * tcpip/MTcpIpIO.cc:
+     - added missing return
 
 
