2002/08/07 04:59:13
[org.ibex.core.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index f444ca3..a498193 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 20-Jul megacz PNG.java: ignore transparency chunk if encountered
               before palette chunk
 
+25-Jul megacz Box.java: fixed bug related to adding/removing boxes
+
+30-Jul corey  build.xml: patch to make build.xml not depend on <bash/>
+
+06-Jul megacz Context.java: workaround for GCJ bug which causes
+              MessageFormatter to choke on { and }
+
+06-Jul megacz MessageQueue.java: fixed MessageQueueWatcher so that it
+              works even when an infinite loop occurs in a _SizeChange
+              or _PosChange trap.
+
+06-Jul megacz Platform.java: removed WPAD detection, HTTP.Proxy => Proxy.
+
+06-Jul megacz Static.java, Resources.java: fixed xwt.static bug.
+
+06-Jul megacz SpecialBoxProperty.java: thisbox.root now returns null
+              if thisbox is a root box.
+
+06-Jul megacz Surface.java: fixed button 1/3 swapping bug
+
+06-Jul megacz TinySSL.java: option to ignore untrusted certs, fixed GCJ bug
+
+06-Jul megacz AWT.java: removed blitDirtyScreenRegions() due to
+              deadlock, compensated for MacOSX button-swapping bug.
+
+06-Jul megacz Java12.java: disabled focusmanager so we can recieve tab
+              keypresses.
+
+06-Jul megacz Win32.java: HTTP.ProxyInfo => Proxy
+
+06-Jul megacz JSObject.java: constructor now takes sealed argument
+
+06-Jul megacz POSIX.java: font mapper now prefers ISO_8559-1 fonts
+
+06-Jul megacz Box.java: use new HTTP interface, getIds() only returns children
+
+06-Jul megacz XWT.java: encodeURI, decodeURI, new HTTP stack, calling
+              newBox in the foreground thread is deprecated.
+
+06-Jul megacz XMLRPC.java: new HTTP stack, better verbose output
+
+