2003/02/22 03:55:21
[org.ibex.core.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index a70c0de..a98dc20 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-
+  
 == 2002 =================================================================
 
 10-Apr megacz Box.java, Surface.java: fixed rendering glitch caused by
 
 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
+06-Aug megacz Context.java: workaround for GCJ bug which causes
               MessageFormatter to choke on { and }
 
-06-Jul megacz MessageQueue.java: fixed MessageQueueWatcher so that it
+06-Aug 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-Aug megacz Platform.java: removed WPAD detection, HTTP.Proxy => Proxy.
 
-06-Jul megacz Static.java, Resources.java: fixed xwt.static bug.
+06-Aug megacz Static.java, Resources.java: fixed xwt.static bug.
 
-06-Jul megacz SpecialBoxProperty.java: thisbox.root now returns null
+06-Aug 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-Aug megacz Surface.java: fixed button 1/3 swapping bug
+
+06-Aug megacz TinySSL.java: option to ignore untrusted certs, fixed GCJ bug
+
+06-Aug megacz AWT.java: removed blitDirtyScreenRegions() due to
+              deadlock, compensated for MacOSX button-swapping bug.
+
+06-Aug megacz Java12.java: disabled focusmanager so we can recieve tab
+              keypresses.
+
+06-Aug megacz Win32.java: HTTP.ProxyInfo => Proxy
+
+06-Aug megacz JSObject.java: constructor now takes sealed argument
+
+06-Aug megacz POSIX.java: font mapper now prefers ISO_8559-1 fonts
+
+06-Aug megacz Box.java: use new HTTP interface, getIds() only returns children
+
+06-Aug megacz XWT.java: encodeURI, decodeURI, new HTTP stack, calling
+              newBox in the foreground thread is deprecated.
+
+06-Aug megacz XMLRPC.java: new HTTP stack, better verbose output
+
+06-Aug megacz SOAP.java: new HTTP stack
+
+06-Aug megacz HTTP.java: total rewrite: BasicAuth, DigestAuth, KeepAlive, Pipelining.
+
+09-Aug megacz SpecialBoxProperty.java: changed behavior of thisbox.root
+
+09-Aug megacz Win32.java, Win32.cc: hack to avoid strange race condition in Win32 GDI
+
+10-Aug megacz HTML.java, html.xwt: fixed HTML widget to handle unclosed <li> tags
+
+10-Aug megacz TinySSL.java: fixed vulnerability to Mike Benham's attack
+
+16-Aug megacz Box.java: fixed a bug that was causing lockups on Win32...
+
+16-Aug megacz Surface.java, Main.java: don't scar the splash screen
+
+16-Aug megacz AWT.java, Java12.java, Java14.java: fixed jdk1.4 bug
+              with keypresses and frameless windows.
+
+16-Aug megacz XWT.java, SpecialBoxProperty.java: box.apply()
+
+17-Aug megacz Box.java, SpecialBoxProperty.java, Surface.java: code to
+              prevent engine from quitting when changing the last
+              remaining surface from a frame to a window or vice
+              versa.
+
+17-Aug megacz Vec.java: fixed infinite loop
+
+17-Aug megacz Trap.java: switched allTraps from a Vector to a Hashtable
+
+17-Aug megacz Main.java: initial instantiation now happens in a background thread
+
+17-Aug megacz Template.java: fixed a bug that was keeping retheme() from working
+
+20-Aug megacz Box.java: fixed rounding error
+
+21-Aug megacz PalmOS.java, PalmOS.xml, jump.jar: began work on PalmOS port.
+
+24-Aug megacz HTTP.java, SOAP.java: fixed bug which caused
+              miscalculation of the Content-Length header.
+
+24-Aug megacz POSIX.java: fixed cut/paste bug
+
+02-Sep megacz AWT.java: report corner of window, not corner of decorative frame
+
+02-Sep megacz Surface.java, Main.java: don't quit due to disposal of
+              last surface unless initialization is complete.
+
+03-Sep megacz XWF.java: code to handle .xwf's that don't include the
+              underscore character.
+
+15-Sep megacz Box.java: committed a change that I forgot to commit
+              dealing with box removal.
+
+15-Sep megacz HTTP.java: fixed end-of-header detection
+
+15-Sep megacz Platform.java: disable 2d acceleration on Mac OS X 10.2
+
+15-Sep megacz Template.java: added callback for retheme operation
+
+15-Sep megacz XWT.java: new retheme() syntax
+
+23-Sep megacz SpecialBoxProperty.java: invisible now returns true if
+              any of the box's ancestors is invisible.
+
+23-Sep megacz SpecialBoxProperty.java, Box.java, Surface.java:
+              expanded dimensions to 32 bits, fixed bug in behavior of
+              hshrink/vshrink, don't deliver events to root first.
+
+23-Sep megacz HTTP.java: never skip(0)
+
+03-Oct megacz ByteStream.java: fixed null pointer problem
+
+03-Oct megacz Proxy.java: fixed bug in shMatchExp()
+
+03-Oct megacz Box.java, SpecialBoxProperty.java: fixed shrink
+              behavior, deliver clicks to box first (not root), id is
+              a readable attribute
+
+03-Oct megacz XWT.java: made recursivePrintObject public so we can
+              access it.
+
+11-Oct megacz POSIX.cc: fixed a bug that was causing phantom messages
+              after window deletion
+
+11-Oct megacz README, Resources.java, GCJ.xml, jazz/*: upgraded to gcj
+              3.3; eliminated jazzlib; introduced compile hack because
+              3.3 miscompiles Trap.java
+
+15-Oct megacz Resources.java: hackaround for broken libgcj java.util.zip
+
+15-Oct megacz Arguments.java, Trap.java: arguments.trapname
+
+30-Oct megacz SpecialBoxProperty.java: fixed mouse event propagation
+
+05-Feb megacz X11.cc X11.java POSIX.cc POSIX.java Linux.xml: separated
+              POSIX from X11.
+
+06-Feb megacz X11.java: fixed a typo
+
+11-Feb megacz org/bouncycastle/*: upgraded bouncycastle
+
+11-Feb megacz README: updated gcc instructions and patches
+
+11-Feb megacz Log.java: refactored printing code in prep for inline logging
+
+11-Feb megacz X11.java: bugfix for stupid typos
+
+11-Feb megacz Picture.java, DoubleBuffer.java, Win32.java, AWT.java:
+              made Picture and DoubleBuffer abstract classes rather
+              than interfaces
+
+11-Feb megacz Trap.java: changed System.out.println to Log.log
+
+11-Feb megacz TinySSL.java: changed System.out.println to Log.log
+
+11-Feb megacz PNG.java: changed System.out.println to Log.log
+
+11-Feb megacz splash.xwt: added "press Esc to quit" message
+
+11-Feb megacz Resources.java: removed libgcj hack; 3.3 fixed the problem
+
+11-Feb megacz Platform.java: System.out->System.err, POSIX->X11
+
+11-Feb megacz GCJ.xml: added optimizations, linker path
+
+11-Feb megacz POSIX.java: removed extra debugging output
+
+11-Feb megacz POSIX.cc: added required #includes
+
+11-Feb megacz Linux.xml: removed needless -ldl
+
+11-Feb megacz Main.java: System.out->System.err
+
+11-Feb megacz DoubleBuffer.java: added 'abstract' keyword
+
+11-Feb megacz Picture.java: added 'abstract' keyword
+
+15-Feb megacz GCJ.xml, Linux.xml, Win32.xml: fixed linkage bug
+
+
 
-06-Jul megacz TinySSL.java: option to ignore untrusted certs, fixed GCJ bug