I'm fixing a bug in the world menu -> System -> Preferences -> "set author initials". Questions? The package it is Morphic, the class is TheWorldMenu. This package, in the last core image is modified but not commited so when following the steps from the HowToContribute wiki page, in the part of creating a mcz package with the change the mcz generate will include the other uncommited changes. Should I use a changeset instead in order to not commit changes that I don't want? What is the goal with the Author class? I can see that the Utilities methods that used to be use to set author name and initials are being replaced with calls to Author. Also, they are deprecated in Utilities. Questions: Author has name and initials, what will be the intended use of them? By previous mails in the list I remember that Pharo doesn't want to use initials (like mcm, lr, avi) but full name as hinted by the message prompt in the Author requestName. But then initials will have exactly the same that name in the author class? I can unify all the message sends to Author in the core image, also I can unify the initials and name usage, but I need to know the intended goal for this class. What is the goal? Cheers, Miguel Cobá