The Trunk: HelpSystem-Core-ul.56.mcz

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

The Trunk: HelpSystem-Core-ul.56.mcz

commits-2
Levente Uzonyi uploaded a new version of HelpSystem-Core to project The Trunk:
http://source.squeak.org/trunk/HelpSystem-Core-ul.56.mcz

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

Name: HelpSystem-Core-ul.56
Author: ul
Time: 9 September 2012, 10:13:29.934 pm
UUID: 6d8a0d54-5f60-da45-8c3c-d42ea8abd999
Ancestors: HelpSystem-Core-ul.55

- use the default highlight color for HelpTopicListItemWrapper, blue is not the best
- empty MC scripts are removed (probably some MC change, it wasn't me, but it causes no harm)

=============== Diff against HelpSystem-Core-ul.55 ===============

Item was removed:
- (PackageInfo named: 'HelpSystem-Core') postscriptOfRemoval: '"below, add code to clean up after the unloading of this package"'!

Item was removed:
- (PackageInfo named: 'HelpSystem-Core') preamble: '"below, add code to be run before the loading of this package"'!

Item was removed:
- ----- Method: HelpTopicListItemWrapper>>highlightingColor (in category 'accessing') -----
- highlightingColor
- "Returns the text color when the receiver is selected in a list."
-
- ^Color blue  !

Item was removed:
- (PackageInfo named: 'HelpSystem-Core') preambleOfRemoval: '"below, add code to prepare for the unloading of this package"'!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: HelpSystem-Core-ul.56.mcz

Bert Freudenberg

On 2012-09-09, at 20:17, [hidden email] wrote:

> Levente Uzonyi uploaded a new version of HelpSystem-Core to project The Trunk:
> - empty MC scripts are removed (probably some MC change, it wasn't me, but it causes no harm)

Yep. PackageInfo no longer reports scripts that have not been changed from the template. That means MC now only stores actual scripts. Previously, just opening and closing a script editor would cause the script to be stored.

- Bert -


> =============== Diff against HelpSystem-Core-ul.55 ===============
>
> Item was removed:
> - (PackageInfo named: 'HelpSystem-Core') postscriptOfRemoval: '"below, add code to clean up after the unloading of this package"'!
>
> Item was removed:
> - (PackageInfo named: 'HelpSystem-Core') preamble: '"below, add code to be run before the loading of this package"'!
>
> Item was removed:
> - (PackageInfo named: 'HelpSystem-Core') preambleOfRemoval: '"below, add code to prepare for the unloading of this package"'!
>
>