Marcel Taeumel uploaded a new version of Protocols to project The Trunk:
http://source.squeak.org/trunk/Protocols-mt.53.mcz==================== Summary ====================
Name: Protocols-mt.53
Author: mt
Time: 18 November 2015, 1:45:24.373 pm
UUID: 87184e4d-648a-483c-be05-2933f89711ce
Ancestors: Protocols-topa.52
Fixes regression in Lexicon with message icons enabled. The Lexicon does some fancy trick with displaying bold items in the message list. We might want to refactor that. See Lexicon >> #initListFrom:highlighting: to understand the existing hack.
=============== Diff against Protocols-topa.52 ===============
Item was added:
+ ----- Method: Lexicon>>messageHelpAt: (in category 'message list') -----
+ messageHelpAt: anIndex
+ "Not working due to text representation of message list."
+ ^ nil!
Item was added:
+ ----- Method: Lexicon>>messageIconAt: (in category 'message list') -----
+ messageIconAt: anIndex
+ "Not working due to text representation of message list."
+ ^ nil!