[Unison-hackers] [unison-svn] r225 - in branches/2.27/src: . uimac
bcpierce@cis.upenn.edu
bcpierce at cis.upenn.edu
Fri Apr 13 15:12:47 EDT 2007
Author: bcpierce
Date: 2007-04-13 15:12:47 -0400 (Fri, 13 Apr 2007)
New Revision: 225
Added:
branches/2.27/src/uimac/
branches/2.27/src/uimac/Info.plist.template
branches/2.27/src/uimacbridge.ml
Modified:
branches/2.27/src/Makefile.OCaml
branches/2.27/src/RECENTNEWS
branches/2.27/src/mkProjectInfo.ml
branches/2.27/src/uimac/Info.plist
Log:
* Restored old OSX GUI from version 2.17. This UI is not nearly as
pretty or featureful as the new one that's been under construction
for a while, but at least it works! (The new one does not handle
multiple UI threads correctly when it is calling back and forth
between OCaml and Objective C, leading to UI freezes and random
crashes.)
Building Unison with 'make UISTYLE=mac' will build you the old,
working UI. Building with 'make UISTYLE=macnew' will build you the
new UI, in case you'd like to help fix it. :-)
More information about the Unison-hackers
mailing list