<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Or would this one rather belong to the Tools package? Not sure.</p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div name="x_divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Montag, 30. Dezember 2019 14:59:16<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Inbox: Collections-ct.869.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">A new version of Collections was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/Collections-ct.869.mcz">http://source.squeak.org/inbox/Collections-ct.869.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Collections-ct.869<br>
Author: ct<br>
Time: 30 December 2019, 2:59:11.626602 pm<br>
UUID: aa54af41-5204-964f-a360-5b65bf75ac5a<br>
Ancestors: Collections-nice.868<br>
<br>
Add clear menu item for Transcript<br>
<br>
=============== Diff against Collections-nice.868 ===============<br>
<br>
Item was added:<br>
+ ----- Method: TranscriptStream>>addModelItemsToWindowMenu: (in category 'model protocol') -----<br>
+ addModelItemsToWindowMenu: aMenu<br>
+ <br>
+        super addModelItemsToWindowMenu: aMenu.<br>
+        aMenu<br>
+                add: 'Clear'<br>
+                target: self<br>
+                action: #clear.!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>