2002/04/30 21:05:06
[org.ibex.core.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 13560bf..1c6d9dd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 28-Apr megacz SOAP.java, XMLRPC.java: Base64 elements are now decoded
               and returned as String's.
 
+28-Apr megacz Platform.java: fixed bug that caused italicized text to
+              automatically become bold.
+
+29-Apr megacz Box.java: moved underline up by one pixel (goes with
+              last change).
+              
+29-Apr megacz Main.java: new splashscreen, upped the gamma, broke off
+              SplashScreen.create() into its own Message
+              
+29-Apr megacz Surface.java: took blitDirtyScreenRegions() out of
+              Dirty(); replaced with Refresh(). This was causing a
+              thread hazard on Win32, resulting in Bug 21 (closed)
+              
+29-Apr megacz Win32.cc: removed redundant Refresh(), removed debugging
+              statement.
+
+29-Apr megacz JSObject.java: added debugging output for an error I've
+              been seeing.
+              
+29-Apr megacz src/org/xwt/themes/monopoly: overhauled the menu and
+              tree widgets.
+              
+