2002/04/28 10:02:06
[org.ibex.core.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 768f428..4617ca4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 13-Apr megacz README: updated to note that build process requires
               libgcj.jar even for jvm builds.
 
+21-Apr megacz src/org/xwt/plat/GCJ.xml: removed -fno-rtti
+
+21-Apr megacz src/org/xwt/Surface.java: workaround for GCJ PR java/6393
+
+22-Apr megacz src/org/xwt/plat/Java2.java: fixed bug that caused
+              RasterFormatException on jdk1.4
+
+22-Apr megacz README: included instructions on how to build without gcc.
+
+26-Apr megacz src/org/xwt/Main.java: included text description on splash screen
+
+26-Apr megacz src/org/xwt/plat/Win32.xml, src/org/xwt/plat/Java2.xml:
+              adjusted dist / signature process.
+
+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/>