<div dir="ltr"><div>Then we should close <a href="http://bugs.squeak.org/bug_view_advanced_page.php?bug_id=7255">http://bugs.squeak.org/bug_view_advanced_page.php?bug_id=7255</a><br></div>See also the link to <a href="http://english.stackexchange.com/questions/24457/general-purpose-antonym-for-ago">http://english.stackexchange.com/questions/24457/general-purpose-antonym-for-ago</a><br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/5/3  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Chris Muller uploaded a new version of Kernel to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Kernel-cmm.757.mcz" target="_blank">http://source.squeak.org/trunk/Kernel-cmm.757.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Kernel-cmm.757<br>
Author: cmm<br>
Time: 3 May 2013, 11:37:02.186 am<br>
UUID: 655c18f5-1a73-4fae-bd0d-0e2bb4bb06d7<br>
Ancestors: Kernel-dtl.756<br>
<br>
- Added convenience methods for creating DateAndTimes relative to now.<br>
- When materializing Floats via fromIEEE32Bit:, use the canonicalized 0.0.<br>
<br>
=============== Diff against Kernel-dtl.756 ===============<br>
<br>
Item was added:<br>
+ ----- Method: Duration&gt;&gt;ago (in category &#39;squeak protocol&#39;) -----<br>
+ ago<br>
+       &quot;Answer the DateAndTime which was the receiver&#39;s duration ago.<br>
+       e.g., 5 minutes ago.  2 days ago.&quot;<br>
+       ^ DateAndTime now - self!<br>
<br>
Item was added:<br>
+ ----- Method: Duration&gt;&gt;fromNow (in category &#39;squeak protocol&#39;) -----<br>
+ fromNow<br>
+       &quot;Answer the DateAndTime which which occurs the receiver&#39;s duration from now.<br>
+       e.g., 5 minutes fromNow.  2 days fromNow.&quot;<br>
+       ^ DateAndTime now + self!<br>
<br>
<br>
</blockquote></div><br></div>