First of all I have to say that I really like the idea behind Pharo - especially the "Pharo wants to help people invent the future" one! I managed to find where to lodge issues but where should one submit questions, ideas and/or suggestions?
I am not a bit fan of mailing lists so I was wondering if the mailing list will be available from Nabble? Since Google Code is used why not simply use Google Groups?
The Pharo image already has a lot of UI improvements over the default Squeak image but I still think that the default (and only) font is an ugly font. The font in Ramon's customized Pharo image is a little better but his font is too big. Since the windowing looks like a Mac why not use a nice font too? Anyway, a nice default font would be nice.
Set the fonts to whatever you like, I prefer a larger font so I do this... Preferences setDefaultFonts: #( (setSystemFontTo: 'Accuny' 14) (setListFontTo: 'Accuny' 14) (setMenuFontTo: 'Accuny' 14) (setWindowTitleFontTo: 'Accuny' 14) (setBalloonHelpFontTo: 'Accuny' 14) (setCodeFontTo: 'Accuny' 14) (setButtonFontTo: 'Accuny' 14) ). If you want them smaller, make them smaller, and keep your own short build script so you can quickly customize a new image to your liking loading all the packages you like and setting all the preferences the way you want them. Ramon Leon http://onsmalltalk.com