The Trunk: MorphicExtras-fbs.117.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: MorphicExtras-fbs.117.mcz

commits-2
Frank Shearar uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-fbs.117.mcz

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

Name: MorphicExtras-fbs.117
Author: fbs
Time: 23 July 2013, 10:44:21.313 am
UUID: 6538ed4b-b0c6-034a-8876-54fe71ac4b43
Ancestors: MorphicExtras-fbs.116

Move Exceptions close to where they're used, rather than collecting them together just because they're Exceptions.

=============== Diff against MorphicExtras-fbs.116 ===============

Item was changed:
  SystemOrganization addCategory: #'MorphicExtras-AdditionalMorphs'!
  SystemOrganization addCategory: #'MorphicExtras-AdditionalSupport'!
  SystemOrganization addCategory: #'MorphicExtras-AdditionalWidgets'!
  SystemOrganization addCategory: #'MorphicExtras-Books'!
  SystemOrganization addCategory: #'MorphicExtras-Demo'!
  SystemOrganization addCategory: #'MorphicExtras-EToy-Download'!
  SystemOrganization addCategory: #'MorphicExtras-Flaps'!
  SystemOrganization addCategory: #'MorphicExtras-GeeMail'!
  SystemOrganization addCategory: #'MorphicExtras-Leds'!
  SystemOrganization addCategory: #'MorphicExtras-Navigators'!
  SystemOrganization addCategory: #'MorphicExtras-Obsolete'!
  SystemOrganization addCategory: #'MorphicExtras-Palettes'!
  SystemOrganization addCategory: #'MorphicExtras-PartsBin'!
  SystemOrganization addCategory: #'MorphicExtras-Postscript Canvases'!
  SystemOrganization addCategory: #'MorphicExtras-Postscript Filters'!
+ SystemOrganization addCategory: #'MorphicExtras-Sound'!
  SystemOrganization addCategory: #'MorphicExtras-SoundInterface'!
  SystemOrganization addCategory: #'MorphicExtras-SqueakPage'!
  SystemOrganization addCategory: #'MorphicExtras-Support'!
  SystemOrganization addCategory: #'MorphicExtras-Text Support'!
  SystemOrganization addCategory: #'MorphicExtras-Undo'!
  SystemOrganization addCategory: #'MorphicExtras-Widgets'!
+ SystemOrganization addCategory: #'MorphicExtras-Exceptions'!
- SystemOrganization addCategory: #'MorphicExtras-Sound'!

Item was added:
+ Notification subclass: #PickAFileToWriteNotification
+ instanceVariableNames: ''
+ classVariableNames: ''
+ poolDictionaries: ''
+ category: 'MorphicExtras-Exceptions'!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: MorphicExtras-fbs.117.mcz

Frank Shearar-3
On 23 July 2013 10:47,  <[hidden email]> wrote:

> Frank Shearar uploaded a new version of MorphicExtras to project The Trunk:
> http://source.squeak.org/trunk/MorphicExtras-fbs.117.mcz
>
> ==================== Summary ====================
>
> Name: MorphicExtras-fbs.117
> Author: fbs
> Time: 23 July 2013, 10:44:21.313 am
> UUID: 6538ed4b-b0c6-034a-8876-54fe71ac4b43
> Ancestors: MorphicExtras-fbs.116
>
> Move Exceptions close to where they're used, rather than collecting them together just because they're Exceptions.
>
> =============== Diff against MorphicExtras-fbs.116 ===============

Does anyone else get a merge dialog when updating to this point? The
two merge points I see are ObjectTools >> #alphabeticTabs and
MorphicExtras' category list.

I don't see any reason for the dialog! (The method was changed in
-fbs.115, and the history between 117 and 115 is linear.)

frank