Merged with /trunk jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 28 Feb 2012 15:44:01 +0000
branchjv
changeset 3025 0d2ac7263c07
parent 3024 2cef8b5bdf24
child 3026 a26d4ad2c5cd
Merged with /trunk
CVSSourceCodeManager.st
Make.proto
Make.spec
MethodFinder.st
SourceCodeManagerUtilities.st
abbrev.stc
bc.mak
libInit.cc
libbasic3.rc
stx_libbasic3.st
--- a/CVSSourceCodeManager.st	Thu Feb 23 16:49:37 2012 +0000
+++ b/CVSSourceCodeManager.st	Tue Feb 28 15:44:01 2012 +0000
@@ -5083,8 +5083,9 @@
 !
 
 version_SVN
-    ^ '$Id: CVSSourceCodeManager.st 1884 2012-02-13 19:20:09Z vranyj1 $'
+    ^ '$Id: CVSSourceCodeManager.st 1889 2012-02-28 15:44:01Z vranyj1 $'
 ! !
 
 CVSSourceCodeManager initialize!
 
+
--- a/Make.proto	Thu Feb 23 16:49:37 2012 +0000
+++ b/Make.proto	Tue Feb 28 15:44:01 2012 +0000
@@ -194,3 +194,4 @@
 
 # ENDMAKEDEPEND --- do not remove this line
 
+
--- a/Make.spec	Thu Feb 23 16:49:37 2012 +0000
+++ b/Make.spec	Tue Feb 28 15:44:01 2012 +0000
@@ -191,3 +191,4 @@
 
 
 
+
--- a/MethodFinder.st	Thu Feb 23 16:49:37 2012 +0000
+++ b/MethodFinder.st	Tue Feb 28 15:44:01 2012 +0000
@@ -1601,6 +1601,7 @@
 !
 
 version_SVN
-    ^ '$Id: MethodFinder.st 1884 2012-02-13 19:20:09Z vranyj1 $'
+    ^ '$Id: MethodFinder.st 1889 2012-02-28 15:44:01Z vranyj1 $'
 ! !
 
+
--- a/SourceCodeManagerUtilities.st	Thu Feb 23 16:49:37 2012 +0000
+++ b/SourceCodeManagerUtilities.st	Tue Feb 28 15:44:01 2012 +0000
@@ -4062,7 +4062,7 @@
         checkAgainHolder isValueModel ifTrue:[
             dontShowAgain := checkAgainHolder value not asValue.
             box := ex parameter.
-            box addCheckBox:(resources string:'Do not show this Dialog again (reenable in Launcher).')
+            box addCheckBoxAtBottom:(resources string:'Do not show this Dialog again (reenable in Launcher).')
                 on:dontShowAgain.
         ].
         ex proceed.
@@ -4105,6 +4105,8 @@
     "
      self checkAndWarnAboutBadMessagesInClass:(SourceCodeManagerUtilities)  
     "
+
+    "Modified: / 28-02-2012 / 10:41:38 / cg"
 !
 
 getCheckinInfoFor:aClassNameOrPackageNameString initialAnswer:initialAnswerOrNil
@@ -4329,14 +4331,15 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.241 2012/02/10 17:41:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.242 2012/02/28 11:15:43 cg Exp $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.241 2012/02/10 17:41:56 cg Exp '
+    ^ 'Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.242 2012/02/28 11:15:43 cg Exp '
 !
 
 version_SVN
-    ^ '$Id: SourceCodeManagerUtilities.st 1884 2012-02-13 19:20:09Z vranyj1 $'
+    ^ '$Id: SourceCodeManagerUtilities.st 1889 2012-02-28 15:44:01Z vranyj1 $'
 ! !
 
+
--- a/abbrev.stc	Thu Feb 23 16:49:37 2012 +0000
+++ b/abbrev.stc	Tue Feb 28 15:44:01 2012 +0000
@@ -67,3 +67,4 @@
 MercurialSourceCodeManager MercurialSourceCodeManager stx:libbasic3 'System-SourceCodeManagement' 0
 InvalidChange InvalidChange stx:libbasic3 'System-Changes' 0
 ProjectProblem ProjectProblem stx:libbasic3 'System-Support-Projects' 0
+
--- a/bc.mak	Thu Feb 23 16:49:37 2012 +0000
+++ b/bc.mak	Tue Feb 28 15:44:01 2012 +0000
@@ -135,3 +135,4 @@
 $(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\UserPreferences.$(H) $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
+
--- a/libInit.cc	Thu Feb 23 16:49:37 2012 +0000
+++ b/libInit.cc	Tue Feb 28 15:44:01 2012 +0000
@@ -97,3 +97,4 @@
 _stx_137libbasic3_extensions_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }
+
--- a/libbasic3.rc	Thu Feb 23 16:49:37 2012 +0000
+++ b/libbasic3.rc	Tue Feb 28 15:44:01 2012 +0000
@@ -35,3 +35,4 @@
     VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
   END
 END
+
--- a/stx_libbasic3.st	Thu Feb 23 16:49:37 2012 +0000
+++ b/stx_libbasic3.st	Tue Feb 28 15:44:01 2012 +0000
@@ -233,13 +233,14 @@
 !stx_libbasic3 class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libbasic3.st 1886 2012-02-23 15:15:11Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.67 2012/01/30 18:56:18 vrany Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.67 2012/01/30 18:56:18 vrany Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.67 2012/01/30 18:56:18 vrany Exp §'
 !
 
 version_SVN
-    ^ '$Id: stx_libbasic3.st 1886 2012-02-23 15:15:11Z vranyj1 $'
+    ^ '$Id: stx_libbasic3.st 1889 2012-02-28 15:44:01Z vranyj1 $'
 ! !
+