[squeak-dev] The Trunk: Kernel-bf.681.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Apr 20 01:31:48 UTC 2012


Bert Freudenberg uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-bf.681.mcz

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

Name: Kernel-bf.681
Author: bf
Time: 19 April 2012, 6:31:00.093 pm
UUID: 28c3d2c8-94e5-45aa-8b18-50937f2b9865
Ancestors: Kernel-bf.680

Use new classify:under:suppressIfDefault:logged: method after config map ensured it is loaded.

=============== Diff against Kernel-bf.680 ===============

Item was changed:
  ----- Method: ClassOrganizer>>classify:under:suppressIfDefault: (in category 'accessing') -----
  classify: element under: heading suppressIfDefault: aBoolean
+ 	self classify: element under: heading suppressIfDefault: aBoolean logged: false
+ !
- 	| oldCat newCat |
- 	oldCat := self categoryOfElement: element.
- 	SystemChangeNotifier uniqueInstance doSilently: [
- 		super classify: element under: heading suppressIfDefault: aBoolean].
- 	newCat := self categoryOfElement: element.
- 	self notifyOfChangedSelector: element from: oldCat to: newCat.!



More information about the Squeak-dev mailing list