Index: trunk/MagicSoft/Mars/mbase/MLog.h
===================================================================
--- trunk/MagicSoft/Mars/mbase/MLog.h	(revision 7948)
+++ trunk/MagicSoft/Mars/mbase/MLog.h	(revision 7949)
@@ -39,5 +39,5 @@
 private:
     enum {
-        kIsUnderlined = BIT(15)
+        kIsUnderlined = BIT(15)//, kIsAutoIntro = BIT(16)
     };
     static const char kESC;
@@ -109,4 +109,6 @@
     ~MLog();
 
+    static TString Intro();
+
     bool LockUpdate(const char *msg);
     bool UnLockUpdate(const char *msg);
@@ -129,4 +131,5 @@
     void operator=(ofstream &sout)      { SetOutputFile(sout); }
     void operator=(TGTextView *sout)    { SetOutputGui(sout);  }
+    //void SetAutoIntro(Bool_t b=kTRUE)   { b ? SetBit(kIsAutoIntro) : SetBit(kIsAutoIntro); }
 
     Bool_t IsNullOutput() const { return fIsNull; }
