renamed Namespace -> NameSpace
authorClaus Gittinger <cg@exept.de>
Fri, 24 Mar 2000 18:15:32 +0100
changeset 5332 787293497bf3
parent 5331 f6b7c392b899
child 5333 d80386e06d21
renamed Namespace -> NameSpace
Make.proto
abbrev.stc
--- a/Make.proto	Fri Mar 24 18:09:21 2000 +0100
+++ b/Make.proto	Fri Mar 24 18:15:32 2000 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.129 1999-12-03 02:45:16 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.130 2000-03-24 17:15:30 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -76,7 +76,7 @@
     Object.$(O)              \
       Autoload.$(O)          \
       Project.$(O)           \
-      Namespace.$(O)         \
+      NameSpace.$(O)         \
       Boolean.$(O)           \
 	True.$(O)            \
 	False.$(O)           \
--- a/abbrev.stc	Fri Mar 24 18:09:21 2000 +0100
+++ b/abbrev.stc	Fri Mar 24 18:15:32 2000 +0100
@@ -66,7 +66,7 @@
 MethodDictionary MethodDictionary stx:libbasic 'Kernel-Methods'
 MiniDebugger MiniDebugger stx:libbasic 'System-Debugging-Support'
 MiniInspector MiniInspector stx:libbasic 'System-Debugging-Support'
-Namespace NameSpace stx:libbasic 'Kernel-Classes'
+NameSpace NameSpace stx:libbasic 'Kernel-Classes'
 NoHandlerError NoHandlerError stx:libbasic 'Kernel-Exceptions'
 NonPositionableExternalStream NonPositionableExternalStream stx:libbasic 'Streams-External'
 Notification Notification stx:libbasic 'Kernel-Exceptions'