OpenPTC 1.0 Java Distribution Changes Log
-----------------------------------------


Version 1.0.2 [26/3/99]:

    - Fixed a small bug in the new demo programs that caused them to fail
      when loaded as an applet in netscape. The main classes were not
      not set to public!


Version 1.0.1 [25/3/99]:

    - Setup the demo programs to run as either apps or applets.
    - Ported over some of the simpler demo programs from c++ to java
    - Upgraded all example programs to the latest examples kit 1.0.1
    - Implemented proper key stroke buffering and alt/shift/control
      modifier keyboard support
    - Added a call to "window.dispose()" in the window shutdown
      message before "exit(0)". This should fix the occasional
      deadlocking on exit by pressing the window close button.
    - Updated source files to point to www.gnu.org for license
    - Moved text files to "documentation" directory
    - Put the HTML files back in the "Applet" and "Tiny" examples!
      Now you can actually run the applet examples! doh! :)


Version 1.0.0 [19/3/99]:

    - Initial release of java distribution