VersionDiffBrowser.st
changeset 15632 7e30b48cebfd
parent 15621 853a92e576ac
child 15633 a5312b3cd197
--- a/VersionDiffBrowser.st	Mon May 11 17:25:48 2015 +0200
+++ b/VersionDiffBrowser.st	Mon May 11 18:33:51 2015 +0200
@@ -605,6 +605,13 @@
                   itemValue: includeCategoryChanges:
                   indication: includeCategoryChangesHolder
                 )
+               (MenuItem
+                  label: '-'
+                )
+               (MenuItem
+                  label: 'Show Log Messages'
+                  itemValue: showLogMessages
+                )
                )
               nil
               nil
@@ -1295,6 +1302,12 @@
     ]
 
     "Modified: / 15-08-2010 / 21:35:00 / cg"
+!
+
+showLogMessages
+    methodsOnlyInASelection value:nil.
+    methodsOnlyInBSelection value:nil.
+    methodsChangedSelection value:nil.
 ! !
 
 !VersionDiffBrowser methodsFor:'aspects'!
@@ -2960,10 +2973,10 @@
 !VersionDiffBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.124 2015-05-08 10:02:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.125 2015-05-11 16:33:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.124 2015-05-08 10:02:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.125 2015-05-11 16:33:51 cg Exp $'
 ! !