diff -r b267dab548e1 -r 33b6c341e63a private.rc --- a/private.rc Thu Oct 22 15:09:10 2009 +0200 +++ b/private.rc Fri Oct 23 11:05:36 2009 +0200 @@ -127,9 +127,9 @@ "/ In this case, it is better to preallocate some colors, and dither all images "/ using theese. Of course, while making the worst case better, this makes "/ the best case worse. You can decide ... -"/ -"/ Color getColors6x6x4. - +"/ Display depth == 8 ifTrue:[ +"/ Color getColors6x6x4. +"/ ] "/ claus: "/ The history manager automatically adds a history line to changed @@ -194,20 +194,19 @@ (Smalltalk commandLine includes:'-q') ifFalse:[ "/ - "/ this turns off/on information messages from classes - "/ (such as 'D8IMAGE: allocating colors ...' + "/ Object infoPrinting: + "/ this turns off/on information messages from classes + "/ (such as 'D8IMAGE: allocating colors ...' "/ + "/ ObjectMemory infoPrinting + "/ this turns off/on information messages from the VM + "/ (such as 'MEM: chitty chatty ...' + "/ + "/ Object infoPrinting:false. + "/ ObjectMemory infoPrinting:false. OperatingSystem hasConsole ifTrue:[ Object infoPrinting:true. - ]. - - "/ - "/ this turns off/on information messages from the VM - "/ (such as 'MEM: chitty chatty ...' - "/ - "/ ObjectMemory infoPrinting:false. - OperatingSystem hasConsole ifTrue:[ ObjectMemory infoPrinting:true. ] ]. @@ -225,7 +224,7 @@ "/ 'private.rc [info]: starting Launcher...' infoPrintCR. - Text new. "/ to avoid visible messages in minitalks Transcript + Text new. "/ to avoid visible messages in minitalk's Transcript NewLauncher open. ((Smalltalk commandLineArguments includes:'--quick')