Version 2.1.6beta11 of the Java Development Environment for Emacs is
available for downloading at http://sunsite.auc.dk/jde/.
JDE-2.1.6beta11 Release Notes
* Adds Stop and Interrupt thread commands to JDEbug.
* Fixed a line in jde-wiz.el, where an int is concat'd with some
strings. This is not allowed by XEmacs 21.1. Fix provided by
"Mike Woolley" <[EMAIL PROTECTED]>.
* Fixed bugs in JDEbug->Exit Debugger.
* Adds Resume Process and Resume Thread commands.
* Adds Suspend Process and Suspend Thread commands to JDEbug.
* Adds JDEBug->Show Threads command.
* Adds jde-help-class command to Help menu
* Adds command to update JDE class list. Contributed by Phillip Lord.
See jde-wiz-update-class-list for usage. Wizards->Update Class List
invokes this function.
* JDE now caches list of jde- symbols. This speeds switching among
projects. Contributed by David Biesack.
* Fixed "c-find-expr undefined" bug.