[squeak-dev] The Trunk: System-ar.225.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 6 22:05:23 UTC 2010


Andreas Raab uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-ar.225.mcz

==================== Summary ====================

Name: System-ar.225
Author: ar
Time: 6 January 2010, 11:03:42 am
UUID: 460fdab7-1a0a-5145-b2a0-8629b5ab6c19
Ancestors: System-ul.224

http://bugs.squeak.org/view.php?id=6581

Image freezes (background processes like Seaside make no progress) and Squeak hoggs CPU 

=============== Diff against System-ul.224 ===============

Item was changed:
  SystemOrganization addCategory: #'System-Applications'!
  SystemOrganization addCategory: #'System-Change Notification'!
  SystemOrganization addCategory: #'System-Changes'!
  SystemOrganization addCategory: #'System-Digital Signatures'!
  SystemOrganization addCategory: #'System-Download'!
  SystemOrganization addCategory: #'System-FilePackage'!
- SystemOrganization addCategory: #'System-FilePackage-Tests'!
  SystemOrganization addCategory: #'System-FileRegistry'!
  SystemOrganization addCategory: #'System-Finalization'!
  SystemOrganization addCategory: #'System-Localization'!
  SystemOrganization addCategory: #'System-Object Events'!
  SystemOrganization addCategory: #'System-Object Storage'!
  SystemOrganization addCategory: #'System-Pools'!
  SystemOrganization addCategory: #'System-Preferences'!
  SystemOrganization addCategory: #'System-Serial Port'!
  SystemOrganization addCategory: #'System-Support'!
  SystemOrganization addCategory: #'System-Tools'!

Item was added:
+ ----- Method: Preferences class>>serverMode (in category 'standard queries') -----
+ serverMode
+ 	^ self
+ 		valueOfFlag: #serverMode
+ 		ifAbsent: [false]!

Item was removed:

Item was removed:




More information about the Squeak-dev mailing list