X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=CHANGES;h=dc2460b3b55ef405d856e4066b840e2f6ed82ae6;hb=47e28209e831e18baf8e3ae022cdabf42a17bf26;hp=c099b76676ac86e0cf1a2bed07287f5b042e53a4;hpb=4be3620b3fd3eeee37fd8323c5e04cf55ea7fca8;p=org.ibex.core.git diff --git a/CHANGES b/CHANGES index c099b76..dc2460b 100644 --- a/CHANGES +++ b/CHANGES @@ -425,6 +425,52 @@ 03-Oct megacz Proxy.java: fixed bug in shMatchExp() -03-Oct megacz Box.java: fixed shrink behavior, deliver clicks to box - first (not root), id is a readable attribute +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