X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=CHANGES;h=ee8d6868063a01a04a590150c7ebaeece30fea3b;hb=51be560ccc97ef9c1e3ac14b39cc683c1b987c9f;hp=5951acbb490ff7092276f5907f1320c49649363c;hpb=5d4a61fba1188ee6373e5ebf1e52d9f55eafdf50;p=org.ibex.core.git diff --git a/CHANGES b/CHANGES index 5951acb..c7b13b7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ - + == 2002 ================================================================= 10-Apr megacz Box.java, Surface.java: fixed rendering glitch caused by @@ -378,4 +378,286 @@ 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 + +25-Feb megacz README: switched build process from ant to make + +25-Feb megacz Makefile, README: merged Java12 and Java14 into Java2 + +25-Feb megacz README, Makefile: added next.build and next-build target + +25-Feb megacz Makefile: added new-release target + +25-Feb megacz Makefile: added nice -n 19 for new-release builds + +25-Feb megacz Makefile: fixed typo + +26-Feb megacz Makefile: added dist, nohup-dist targets; removed new-release + +27-Feb megacz ant: removed ant script + +27-Feb megacz Makefile: corrected spacing of build messages + +27-Feb megacz Makefile, Makefile: tweaked make dist + +27-Feb =========== build 02B6 ================================================ +27-Feb megacz Makefile: limited cvs emails to 200 lines + + +27-Feb =========== build 02B7 ================================================ + +27-Feb =========== build 02B8 ================================================ + +27-Feb =========== build 0272 ================================================ +27-Feb megacz Makefile: simplified host detection + +27-Feb megacz Makefile: typo fix + + +27-Feb =========== build 0273 ================================================ +27-Feb megacz Makefile: strip binaries in make dist + + +27-Feb =========== build 0274 ================================================ +27-Feb megacz Makefile: master.dist.xwt.org + +27-Feb megacz Makefile, Makefile, Makefile: none + + +27-Feb =========== build 0275 ================================================ +27-Feb megacz Makefile: added neglected shell keyword + +01-Mar megacz Makefile: gcj doesn\'t need a target prefix + +04-Mar megacz Makefile, Makefile: preliminary Darwin support + +10-Mar megacz Makefile: autotag on make dist + +10-Mar megacz Makefile: autotag on make dist + +10-Mar megacz Makefile: make dist now creates source tarballs + +10-Mar megacz Makefile: make dist now creates source tarballs + + +10-Mar =========== build 0700 ================================================ +10-Mar megacz Makefile: fixed Makefile to make source tarballs + +10-Mar megacz Makefile: fixed Makefile to make source tarballs + +11-Mar megacz Makefile: lithium shouldn't support darwin + +11-Mar megacz Makefile: HEAD shouldn't support Darwin yet + +11-Mar megacz Makefile: none + +12-Mar megacz Makefile: bootclasspath and fastjar auto-detection + +12-Mar megacz Makefile: bootclasspath and fastjar auto-detection + +13-Mar megacz Makefile: jikes autodetection, jikes optional + build, javac fallback + +17-Mar megacz Makefile: added propose-patch makefile target + +17-Mar megacz Makefile: added propose-patch makefile target +19-Mar david README: test + +19-Mar david Makefile: jikes compile on stock os x install + +24-Mar megacz Makefile: added Davids jikes patch + +24-Mar megacz Makefile: added v option to tar + +26-Mar andrew XML.java: applied comment counter fix + patch (commentcountfix1.diff) + +26-Mar megacz Makefile: gosset -> serverbeach + +26-Mar megacz Makefile: added Darwin precomp header hack + +26-Mar megacz Makefile: added Darwin precomp header hack + +26-Mar megacz Makefile: gosset -> serverbeach + +26-Mar megacz Makefile: tab bug + +26-Mar megacz Makefile: fixed bug for compatability with BSD make + +26-Mar megacz Makefile: fixed bug for compatability with BSD make + +26-Mar megacz Makefile: removed the fancy single-line build + outputs + +26-Mar megacz Makefile: removed the fancy single-line build + outputs + +26-Mar megacz Makefile: Removed -O9; will add later + +26-Mar megacz Makefile: tried O2 + +29-Mar megacz Main.java: ignore argument to -l + +29-Mar megacz Makefile: correct use of -m in jar invocation + +29-Mar megacz Main.java: ignore argument to -l + +29-Mar megacz Makefile: correct use of -m in jar invocation + +29-Mar megacz Java2.java: weakened binding of Java14Surface to + keep 1.3.x working + +29-Mar megacz Java2.java: weakened binding of Java14Surface to + keep 1.3.x working + +30-Mar megacz Makefile: trying -O0 since we're still getting + faults + +30-Mar megacz Makefile: harmonized self-contradictory + optimization settings + +30-Mar megacz Makefile: harmonized self-contradictory + optimization settings + +31-Mar megacz Makefile: rolled back to gcj 19-Oct-2002 + +31-Mar megacz Makefile: rolled back to gcj 19-Oct-2002 + +31-Mar megacz Makefile: trying to fix cvs update + +31-Mar megacz Makefile: more attempts at solving the cvs update + problem + +31-Mar megacz Makefile: fixed gcjh so that it can be found before + gcc-linux is built + +31-Mar megacz Makefile: fixed gcjh so that it can be found before + gcc-linux is built + +09-Apr megacz jpegsrc.v6b.tar.gz: added ijg jpeg decoder source + tarball + +09-Apr megacz HTTP.java: fixed a bug that prevented + HTTPInputStream from signalling EOF + +09-Apr megacz Makefile: fixed gcc update script + +09-Apr megacz Makefile: fixed gcc update script + +09-Apr megacz Makefile, jmorecfg.h.patch, Box.java, Platform.java, Resources.java, AWT.java, GCJ.cc, GCJ.java, Win32.cc: + added jpeg support + +09-Apr megacz Makefile: fixed make dist + +09-Apr megacz Makefile: fixed make dist again