<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        
                                        
                                            
                                        
                                        
                                        Hi Christoph,<div><br></div><div>please mark deprecated messages like this:</div><div><br></div><div>...</div><div>self deprecated: 'authorInitials: Please use XYZ instead.'.</div><div>...</div><div><br></div><div>Then we can merge the change easier in Trunk and move the deprecated message into the appropriate package (i.e. 60Deprecated). Keep them around for a little longer. Just to be sure nobody will miss it. :-)</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 12.08.2019 13:55:29 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Morphic was added to project The Inbox:<br>http://source.squeak.org/inbox/Morphic-ct.1501.mcz<br><br>==================== Summary ====================<br><br>Name: Morphic-ct.1501<br>Author: ct<br>Time: 12 August 2019, 1:55:12.151463 pm<br>UUID: d33551bf-afdc-c94d-a872-00a881d17c7d<br>Ancestors: Morphic-ct.1500<br><br>Remove deprecated filter method from MenuMorph<br><br>We have #handleFiltering: instead of #filterListWith:.<br><br>=============== Diff against Morphic-ct.1500 ===============<br><br>Item was removed:<br>- ----- Method: MenuMorph>>filterListWith: (in category 'keyboard control') -----<br>- filterListWith: char <br>-     | matchString |<br>-      matchString := self valueOfProperty: #matchString ifAbsentPut: [String new].<br>-         matchString := char = Character backspace <br>-                           ifTrue: <br>-                                     [matchString isEmpty ifTrue: [matchString] ifFalse: [matchString allButLast]]<br>-                                ifFalse: [matchString copyWith: char].<br>-       self setProperty: #matchString toValue: matchString!<br><br><br></div></blockquote></div>