changed: #listOfNamespaces
authorClaus Gittinger <cg@exept.de>
Mon, 04 Jul 2011 19:18:15 +0200
changeset 10138 5b9f6b826048
parent 10137 b5c57721c105
child 10139 3e0a9be7732b
changed: #listOfNamespaces default for showAllnamespaces
Tools_NamespaceList.st
--- a/Tools_NamespaceList.st	Mon Jul 04 19:16:51 2011 +0200
+++ b/Tools_NamespaceList.st	Mon Jul 04 19:18:15 2011 +0200
@@ -453,7 +453,7 @@
     |allNamespaces showAllNamespaces generator numClassesInChangeSet|
 
     showAllNamespaces := false.    "/ only topLevel namespaces are shown
-    "/ showAllNamespaces := true.
+    showAllNamespaces := true.
 
     allNamespaces := IdentitySet new.
 
@@ -498,8 +498,9 @@
     allNamespaces addFirst:(self class nameListEntryForALL allItalic).
     ^ allNamespaces
 
-    "Created: / 18.2.2000 / 01:04:27 / cg"
-    "Modified: / 25.2.2000 / 22:11:29 / cg"
+    "Created: / 18-02-2000 / 01:04:27 / cg"
+    "Modified: / 25-02-2000 / 22:11:29 / cg"
+    "Modified: / 25-03-2010 / 18:23:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 makeDependent
@@ -543,10 +544,6 @@
 
 !NamespaceList class methodsFor:'documentation'!
 
-version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.16 2010-05-07 12:27:16 cg Exp $'
-!
-
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.16 2010-05-07 12:27:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.17 2011-07-04 17:18:15 cg Exp $'
 ! !