- make the JPEG exporters to work by including proper library-installation detection and not using unimplemented API
- disable/comment special observing on addXXX: & removeXXX: method, that throw exceptions when you have some of these methods not using NSSet
- repair the NS<geometry>FromString methods ('{%g,%g}' is a good scan string, not '{"%g","%g"}')
- keep our branch changes on Win32 keyboard handling as it supports dead-keys
When using 'import' for system headers on Linux with GCC 4.6.2 the header control macros do not work
as intended and therefore everything is messed up.
- disable per pixel alpha windows
- fix retain bug in nib loading
- rearrange SSL handle to be separate loaded bundle which depends on openssl
- NSSocket_windows loads the SSL handler if present
- added some assorted BSD functions to CFBase.m
- added umbrella Cocotron project