<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Done. :-)<div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 11.01.2022 11:02:03 schrieb Marcel Taeumel <marcel.taeumel@hpi.de>:</p><div style='font-family:Arial,Helvetica,sans-serif'><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Christoph --<div><br></div><div>-1</div><div><br></div><div>It is surprising that the set* method returns an important value now. Just add "AuthorName" where it was missing. I will revise this.</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div>
                                        <blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 10.01.2022 22:50:54 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Christoph Thiede uploaded a new version of System to project The Trunk:<br>http://source.squeak.org/trunk/System-ct.1279.mcz<br><br>==================== Summary ====================<br><br>Name: System-ct.1279<br>Author: xyz<br>Time: 10 January 2022, 10:50:35.316477 pm<br>UUID: 1116bbe8-61e2-5c42-9d22-c0536cf9059a<br>Ancestors: System-ct.1278<br><br>Fixes Utilities authorName which answered the receiver rather than the new author name for known authors ("Let the user confirm" case).<br><br>=============== Diff against System-ct.1278 ===============<br><br>Item was removed:<br>- ----- Method: Preferences class>>allowEtoyUserCustomEvents (in category 'standard queries') -----<br>- allowEtoyUserCustomEvents<br>-        ^ self<br>-               valueOfFlag: #allowEtoyUserCustomEvents<br>-              ifAbsent: [false]!<br><br>Item was changed:<br>  ----- Method: Utilities class>>authorName (in category 'identification') -----<br>  authorName<br>         "Maybe interactive. Answer the full name to be used in various tools to identify the user/author. Ask the user if the name is empty. Try to derive the name from existing initials."<br>  <br>    ^ AuthorName ifEmpty: [<br>               AuthorInitials<br>+                       ifEmpty: [self setAuthorName]<br>-                        ifEmpty: [self setAuthorName. AuthorName]<br>                     ifNotEmpty: [:initials |<br>                              SystemNavigation authorsInverted<br>                                      at: initials<br>                                          ifPresent: [:authorNames |<br>                                            AuthorName := authorNames sorted joinSeparatedBy: '/'.<br>                                                self setAuthorName. "Let the user confirm"]<br>+                                        ifAbsent: [self setAuthorName]]]!<br>-                                    ifAbsent: [self setAuthorName. AuthorName]]]!<br><br>Item was changed:<br>  ----- Method: Utilities class>>setAuthorName (in category 'identification') -----<br>  setAuthorName<br>  <br>+   ^ AuthorName := Project uiManager <br>-   AuthorName := Project uiManager <br>              request: 'Please type your name:' translated<br>+                 initialAnswer: (AuthorName ifEmpty: ['Your Name' translated])!<br>-               initialAnswer: (AuthorName ifEmpty: ['Your Name' translated]).!<br><br><br></div></blockquote></div></div></blockquote>
                                        </div></body>