<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi Marcel,</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’ve tried to update Squeak (from Squeak menu or Wizard) and the update fails, or rather freezes on Initializing Tools-mt.1097 and raises an error Key not found: font</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Regards,</p>
<p class="MsoNormal">Jaromir</p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="border:none;padding:0in"><b>From: </b><a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a><br>
<b>Sent: </b>Thursday, December 30, 2021 16:27<br>
<b>To: </b><a href="mailto:squeak-dev@lists.squeakfoundation.org">squeak-dev@lists.squeakfoundation.org</a>;
<a href="mailto:packages@lists.squeakfoundation.org">packages@lists.squeakfoundation.org</a><br>
<b>Subject: </b>[squeak-dev] The Trunk: Tools-mt.1097.mcz</p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt">Marcel Taeumel uploaded a new version of Tools to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Tools-mt.1097.mcz">http://source.squeak.org/trunk/Tools-mt.1097.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Tools-mt.1097<br>
Author: mt<br>
Time: 30 December 2021, 4:27:28.684748 pm<br>
UUID: d7b0b113-d24a-974f-8733-e9a19feb2cfc<br>
Ancestors: Tools-mt.1096<br>
<br>
Complements Graphics-mt.455<br>
<br>
=============== Diff against Tools-mt.1096 ===============<br>
<br>
Item was changed:<br>
  ----- Method: ToolIcons class>>font (in category 'private') -----<br>
  font<br>
  <br>
         | icon f1 f2 |<br>
+        icon := Form extent: 16@16 depth: 32.<br>
-        icon := Form extent: 12@12 depth: 32.<br>
         f1 := StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 7.5.<br>
         f2 := StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 10.5.<br>
         icon getCanvas<br>
+                drawString: 'A' at: 0@ (15 - f1 height) font: f1 color: Color black;<br>
+                drawString: 'A' at: (f1 widthOf: $A) @ (15 - f2 height) font: f2 color: Color black.<br>
-                drawString: 'A' at: 0@ (12 - f1 height) font: f1 color: Color black;<br>
-                drawString: 'A' at: (f1 widthOf: $A) @ (12 - f2 height) font: f2 color: Color black.<br>
         ^ icon!<br>
<br>
Item was changed:<br>
+ (PackageInfo named: 'Tools') postscript: 'ToolIcons icons removeKey: #font.'!<br>
- (PackageInfo named: 'Tools') postscript: 'Workspace allInstances do: [:workspace |<br>
-        (workspace instVarNamed: #bindings)<br>
-                removeKey: #''_fileDirectory'' ifAbsent: nil;<br>
-                removeKey: #''_windowTitle'' ifAbsent: nil;<br>
-                removeKey: #''_fileLineConversion'' ifAbsent: nil].<br>
- <br>
- ProcessBrowser registerWellKnownProcesses. "Tools-eem.1016"'!<br>
<br>
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>