[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Feb 4 23:55:11 UTC 2012


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2012-February/005184.html

Name: Kernel-cmm.669
Ancestors: Kernel-eem.668

Introduced Timespan class>>defaultOffset.  This is the offset that will be used for creation of all Timespans when an offset is not specified.  When an offset is specified or involved in construction or calculation, the result is now produced in terms of the source offset.
	For example, Date today now produces a globalized date by default.  However, "Date starting: (DateAndTime year: 2004 month: 2 day: 29 hour: 13 minute: 33 second: 0 offset: 2 hours)" produces a Date.whose start is expressed in terms of UTC+2.
	The default defaultOffset is Duration zero so that Squeak will have fast, globalized Dates out of the box.  Globalized Dates are common for applications.
	Legacy localized Dates can be obtained by evaluating "Date localize" so that, when an offset is not specified or otherwise involved in the input, the local offset will be used.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2012-February/005185.html

Name: ReleaseBuilder-cmm.76
Ancestors: ReleaseBuilder-cmm.75

- Register TTC fonts for next build.
- Adjust the standard window size to tall rather than wide.

=============================================


More information about the Squeak-dev mailing list