Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7436)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7437)
@@ -18,4 +18,31 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2005/11/30 Thomas Bretz
+
+   * showplot.cc:
+     - fixed some warnings
+
+   * mgui/MCamEvent.[h,cc]:
+     - implemented new member function GetCameraRMS
+     - implemented new member function GetCameraStat
+
+   * mmc/MMcFadcHeader.[hxx,cxx]:
+     - added class description in the correct style
+     - derived from MCamEvent
+     - increased Class Version
+     - added GetPixelContent
+
+   * mmc/Makefile:
+     - added mgui 
+
+   * mbase/MStatusDisplay.cc:
+     - fixed initial size
+     - automatically call SetFrameBorderMode for each new canvas
+
+   * datacenter/macros/plotdb.C:
+     - call SetFrameBorderMode for each new pad
+
+
+
  2005/11/29 Thomas Bretz
 
Index: /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7436)
+++ /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7437)
@@ -150,4 +150,5 @@
         pad->cd(2);
         gPad->SetBorderMode(0);
+        gPad->SetFrameBorderMode(0);
         gPad->SetGridy();
 
@@ -189,4 +190,5 @@
         pad->cd(1);
         gPad->SetBorderMode(0);
+        gPad->SetFrameBorderMode(0);
         gPad->Divide(2,1);
 
@@ -194,4 +196,5 @@
         pad2->cd(1);
         gPad->SetBorderMode(0);
+        gPad->SetFrameBorderMode(0);
         gPad->SetGridx();
         gPad->SetGridy();
@@ -213,4 +216,5 @@
         pad2->cd(2);
         gPad->SetBorderMode(0);
+        gPad->SetFrameBorderMode(0);
         gPad->SetGridy();
 
