Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7492)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7493)
@@ -42,4 +42,12 @@
      - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
        TMath::NInt
+
+   * mjobs/MDataSet.h:
+     - implemented new functions to check whether the dataset contains
+       a dedicated sequence
+
+   * datacenter/macros/plotdb.C:
+     - implemented the possibility to draw sequences of a dataset in
+       several colors
 
 
Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 7492)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 7493)
@@ -39,4 +39,7 @@
    - general: MAstroCatalog now allows rotating of the sky-grid and stars
      by 90, 180 and 270 deg.
+
+   - general: the macro plotdb.C now allows to highlight sequences belonging
+     to a datset. For more details see the descritions in the macro.
 
    - StatusDisplay: Fixed the algorithm to calculate the size ratio
Index: /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7492)
+++ /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7493)
@@ -50,4 +50,8 @@
 // Make sure, that database and password are corretly set in a resource
 // file called sql.rc and the resource file is found.
+//
+// To draw sequences belonging to a DataSet in colors for highliting
+// change the defintition of "MDataSet ds;" in the code to something
+// like "MDataSet ds("dataset.txt");" to load your favourite dataset.
 //
 /////////////////////////////////////////////////////////////////////////////
