$Id: changes.txt,v 1.2 2004/08/20 05:59:58 wolfpaulus Exp $ * * * * * * 1.2 (tag: swixml_1xx) from 1.1 (tag: swixml_139) * * * * * Changed Mac OS X detection like recommended in Apple's Technical Note TN2110 To avoid the problem with BufferedReader switching to the default Platform-Encoding, BufferedReaders are not used anymore when reading XML descriptors. i.e. DataInputStreams are implicitly localized when wrapped into an appropriate BufferedReader. Deprecated SwingEngine Ctor: SwingEngine(ClassLoader cl, final String resource), which is not useful but confusing, i.e. a ResourceBundle can only be set after the XML descriptor has been rendered, when changing the CL however, one often wants to provide a new rb as well. Fixed the Localizer class' setResourceBundle() method to work also in a remoting environment. * * * * * * 1.1 (tag: swixml_138) from 1.0.1 (tag: swixml_137) * * * * * Added example HelloMac, showing some of the Mac OS X specifics Updated TagDocumentation/Custom Swixml Attributes with MAC_OS examples Updated TagDocumentation to link to JavaTMÊ2ÊPlatform Std.ÊEd. v1.4.2 Updated lib/jdom.jar library to BETA-10 RC1. Updated lib/ant.jar to ant 1.6.1 Updated lib/ui.jar to apple jre 1.4.2 Updated build.xml file to work on the MAC Updated license file. Added guessSetter method to Factory Interface and implementations. Added guessSetter method to TagLibrary class. The new methods are used during parsing to determine which method to used to set a property and case now doesn't matter anymore for attribute names. I.e. a JLabels' MaximumSize property could be set with a label tag like this: