10500
-----

Issue 1497:     Saving preferences to disk gives an error
Issue 1478:     ScriptLoader loadFFI fails with a dependency error
Issue 1437:     Bitmap #decompress:fromByteArray:at: not wellformed
Issue 1536:     Use Bitmap DejaVu as default fonts


Postscript does:

Preferences removePreference: #automaticFlapLayout; 
                        removePreference: #navigatorOnLeftEdge;
                        removePreference: #classicNavigatorEnabled.
                        
StrikeFont installDejaVu.
Preferences setDefaultFonts: #(
                             (setBalloonHelpFontTo: 'BitmapDejaVu' 9)
                             (setButtonFontTo: 'BitmapDejaVu' 9)
                             (setCodeFontTo: 'BitmapDejaVu' 9)
                             (setHaloLabelFontTo: 'BitmapDejaVu' 9)
                             (setListFontTo: 'BitmapDejaVu' 9)
                             (setMenuFontTo: 'BitmapDejaVu' 9)
                             (setSystemFontTo: 'BitmapDejaVu' 9)
                             (setWindowTitleFontTo: 'BitmapDejaVuBold' 12))

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to