Specify the correct entry point (without the .class) in the PPCGApplet.jar JAR file.
Generate two JAR files: PPCGApplet.jar and PPCGCLI.jar.
Use the right path to PrologPlusCG/cli/PrologPlusCGCLI.
Use the right paths to the sources.
Elimiate more Enumeration uses. JSweet is not happy about Enumeration<T> for vectors.
Move towards fuller compliance with JSweet.
Fix issue with line numbers not being counted if they have a comment.
Remove debugging output. Fix string printing.
Now works better.
Remove alert() imports and call.
Remove alert() imports.
Fix rnd/3. Make it work.
Make it compile a Prolog program with JSweet.
Remove redundant import.
Better external/3 primitive goal.
Add external/3 primitive.
Initial implementation of PPCGIO_JS and PPCGJS.
Make it conform even more to JSweet.
Now compiles with JSweet 2.0.
Move towards greater conformity with JSweet.
Move towards greater conformity with JSweet.
Move towards greater conformity with JSweet.
Move towards greater conformity with JSweet.
Move towards greater conformity with JSweet.
Initial addition. Port of the Prolog-only part of Prolog+CG to something that will (hopefully) be compileable to JavaScript with JSweet.
Initial addition.
Initial addition.
Refactor to move the CLI into package PrologPlusCG.cli. Refactor PrologPlusCG.java into PrologPlusCG.gui.
Remove some redundant lines.
Bump to 2.0.17.pre02.PrologPlusCG/prolog/PPCGEnv.java
Add PrologPlusCG.prolog.PPCGEnv.PurgeMemory().
Make the Resolution implementation a synchronous, non-Thread implementation rather than a Thread child class.
Move PPCGIO_Applet.java and PrologPlusCGApplet.java into its own package, PrologPlusCG.applet.
Remove some warnings with modern Java compilers (JDK 8).
Remove Concept.serialVersionUID, since Concept is not a serializable class.
Released 2.0.17.pre01 @453.
Sign the applet JAR.
Add boxes correctly in a vertical layout.
Changes.
Remove Codebase altogether.
Do permissions PARAM element.
Fix the remaining bugs in the new implementation.
Bugfix in the bugfix.
Bugfixes.
Initial addition.
Add Manifest-additions.txt to JAR file.
Build for Java 1.7, not 1.6.
Bump the version number to 2.0.17.pre01.
Have up to 20 buttons in the Applet.
Have up to 20 buttons in the Applet.