<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>Very nice, thank you! :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</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, 31. Januar 2022 13:59:07<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Installer-Core-mt.444.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Marcel Taeumel uploaded a new version of Installer-Core to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Installer-Core-mt.444.mcz">http://source.squeak.org/trunk/Installer-Core-mt.444.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Installer-Core-mt.444<br>
Author: mt<br>
Time: 31 January 2022, 1:59:06.923089 pm<br>
UUID: 19ed2eee-09fd-eb45-98b4-86d7cd0b1113<br>
Ancestors: Installer-Core-cmm.443<br>
<br>
Adds script to conveniently install "Squeak Inbox Talk", which is besides "Git Browser" the second external tool that can be beneficial for modern software development -- given that Nabble (i.e. forum.world.st) is not connected to squeak-dev and vm-dev anymore.<br>
<br>
Fixes label issue in "Tools" menu for "Git Browser".<br>
<br>
=============== Diff against Installer-Core-cmm.443 ===============<br>
<br>
Item was added:<br>
+ ----- Method: Installer class>>installAndOpenSqueakInboxTalk (in category 'scripts') -----<br>
+ installAndOpenSqueakInboxTalk<br>
+        "For more information on Squeak Inbox Talk, visit <a href="https://github.com/hpi-swa-lab/squeak-inbox-talk">
https://github.com/hpi-swa-lab/squeak-inbox-talk</a>"<br>
+ <br>
+        self installSqueakInboxTalk.<br>
+        (Smalltalk at: #TalkInboxBrowser) open.!<br>
<br>
Item was changed:<br>
  ----- Method: Installer class>>installGitInfrastructure (in category 'scripts') -----<br>
  installGitInfrastructure<br>
  | priorSetting |<br>
  "for INIFileTest>>#testComplexRead"<br>
  priorSetting := Scanner allowUnderscoreAsAssignment.<br>
  [Scanner allowUnderscoreAsAssignment: true. <br>
  <br>
         (Smalltalk at: #Metacello) new<br>
                   baseline: 'Squot';<br>
                   repository: 'github://hpi-swa/Squot:latest-release/src';<br>
                  "repository: 'github://hpi-swa/Squot:develop/src';"<br>
                   load.<br>
  <br>
+        "Remove '(click to install)' note in 'Tools' menu."<br>
+        TheWorldMainDockingBar updateInstances.<br>
+ <br>
+ ] ensure: [Scanner allowUnderscoreAsAssignment: priorSetting]!<br>
- ] ensure: [Scanner allowUnderscoreAsAssignment: priorSetting]<br>
- !<br>
<br>
Item was added:<br>
+ ----- Method: Installer class>>installSqueakInboxTalk (in category 'scripts') -----<br>
+ installSqueakInboxTalk<br>
+        "For more information on Squeak Inbox Talk, visit <a href="https://github.com/hpi-swa-lab/squeak-inbox-talk">
https://github.com/hpi-swa-lab/squeak-inbox-talk</a>"<br>
+        <br>
+        (Smalltalk at: #Metacello) new<br>
+                baseline: 'SqueakInboxTalk';<br>
+                repository: 'github://hpi-swa-lab/squeak-inbox-talk:main/packages';<br>
+                load.<br>
+        <br>
+        "Remove '(click to install)' note in 'Tools' menu."<br>
+        TheWorldMainDockingBar updateInstances.!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>