2002/04/30 01:41:01
[org.ibex.core.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 960ab32..123109f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
               Win32.java, Win32.cc, faq.html: added support for
               xwt.newBrowserWindow()
 
+27-Apr megacz Surface.java, Box.java: nuked dirtiedTimeStamp
+              altogether; it caused more problems than it solved.
+
+27-Apr megacz reference.html: Changed capitalization of
+              faultstring/faultcode for xwt.soap() to match SOAP spec.
+
+27-Apr megacz XWT.java, Box.java: fixed ConversionError bug
+
+27-Apr megacz Platform.java: added a 3-pixel minimum for a font's
+              descent -- ensures that we have space for underlining.
+
+28-Apr megacz Template.java: fixed a bug where <redirect/> would
+              misbehave if used on a scriptless <template/>
+
+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).
+              
+