Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2100)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2101)
@@ -56,4 +56,7 @@
    * mimage/MHHillasSrc.cc:
      - do not set the log scale before we have entries in the histogram
+
+   * Makefile:
+     - added rule 'diff'
 
 
Index: /trunk/MagicSoft/Mars/mbase/MLog.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MLog.cc	(revision 2100)
+++ /trunk/MagicSoft/Mars/mbase/MLog.cc	(revision 2101)
@@ -197,4 +197,7 @@
 void MLog::Underline()
 {
+    if (TestBit(eNoColors))
+        return;
+
     if (fDevice&eStdout)
         cout << kUnderline;
