2002/04/30 21:05:06
[org.ibex.core.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 76d3a1a..1c6d9dd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 
 26-Apr megacz README: included printStackTrace() patch
 
+26-Apr megacz src/org/xwt/XWT.java: fixed bug 53
 
+26-Apr megacz src/org/xwt/TinySSL.java: fixed PKCS1 bug
 
+26-Apr megacz build.xml: staging/production push process
+
+26-Apr megacz src/org/xwt/tasks/BashTask.java: now checks exit codes
+
+26-Apr megacz src/org/xwt/tasks/BashTask.java: added ssh support
+
+27-Apr megacz README: added file locking patch
+
+27-Apr megacz [lots of files]: introduced notion of buildid's, to make
+              XWT upgrades work more smoothly, and to prevent problems
+              with browser/plugin caches.
+
+27-Apr megacz JSObject.java: added extra debugging info
+
+27-Apr megacz XWT.java, Platform.java, Main.java, Java2.java,
+              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).
+              
+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.
+