Etoys: Kernel-bf.7.mcz

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

Etoys: Kernel-bf.7.mcz

commits-2
Bert Freudenberg uploaded a new version of Kernel to project Etoys:
http://source.squeak.org/etoys/Kernel-bf.7.mcz

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

Name: Kernel-bf.7
Author: bf
Time: 24 June 2012, 5:45:51 pm
UUID: 80638d99-85ed-402f-8587-13ec6273e9fa
Ancestors: Kernel-kfr.6

Change Set: monthAndDayOfWeek-sw
Date: 22 June 2012
Author: Scott Wallace

Makes the month names  January...December and weekday names Monday..Sunday  appear for translation in the translation tools.
(modified by bf: do not add a method but mark the original definitions for translation)

=============== Diff against Kernel-kfr.6 ===============

Item was changed:
  ----- Method: ChronologyConstants class>>initialize (in category 'class initialization') -----
  initialize
  "ChronologyConstants initialize" SqueakEpoch _ 2415386. "Julian day number of 1 Jan 1901"
  SecondsInDay _ 86400.
  SecondsInHour _ 3600.
  SecondsInMinute _ 60.
  NanosInSecond _ 10 raisedTo: 9.
  NanosInMillisecond _ 10 raisedTo: 6.
+ DayNames _ #(Sunday Monday Tuesday Wednesday Thursday Friday Saturday) translatedNoop.
- DayNames _ #(Sunday Monday Tuesday Wednesday Thursday Friday Saturday).
 
  MonthNames _ #(January February March April May June July
+   August September October November December) translatedNoop.
-   August September October November December).
  DaysInMonth _ #(31 28 31 30 31 30 31 31 30 31 30 31).
  !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev