http://jdee.sunsite.dk/rootpage.html#Downloading

The following lists the changes since the final beta
of JDEE 2.3.3.

JDE 2.3.3

***************************************************************
*                         PLEASE READ                         *
***************************************************************
*                                                             *
* This release requires semantic 1.4beta13 (or later),        *
* speedbar 0.14beta2 (or later), and                          *
* eieio-0.17beta3 (or later). You can obtain all three        *
* packages at http://cedet.sourceforge.net                    *
*                                                             *
* This release requires version 1.2.2 (or later) of the       *
* JDK.                                                        *
*                                                             *
* This release also requires avltree.el, which is part of the *
* elib 1.0 package. You can obtain elib at the JDE web site   *
* in compressed tar (http://jdee.sunsite.dk/elib.tar.gz)      *
* or zip (http://sunsite.dk/jde/elib.zip) format.             *
*                                                             *
* JDEbug runs on Windows 2000 only if Service Pack 2 (or      *
* later) is installed.                                        *
*                                                             *
* If syntax-coloring does not work, download and install      *
* overlay-fix.el from the semantic web site.                  *
*                                                             *
***************************************************************

* In previous releases, if you typed a control flow 
  abbreviation in a comment or string, the JDEE would
  replace any upper case letters in the abbreviation
  with lower case letters, e.g., it would change "If" to
  "if" in a comment or string. This release fixes the
  problem.

* The import wizard now restores your original window 
  configuration after displaying an import candidate chooser buffer.

  Thanks to Jon Schewe for suggesting a fix for this problem.

* Change abbreviation for throws from throw to thro to avoid 
  inadvertent completion of throw to throws.

* Fix regression that was causing abbrev-mode to be enabled 
  for JDEE buffers even when jde-enable-abbrev-mode was set to
  nil. Also, enable abbrev-mode in all open JDEE buffers for the
  current project as a side effect of setting 
  jde-enable-abbrev-mode on.

* Fixes problem where jde-ant-program was being normalized unless 
  it was set to ant or ant.bat. Now it only gets normalized if 
  it contains '/' or a '\'.

* Revamps the JDEE's interface to the CheckStyle Java style
  checking package to reflect major changes introduced in
  version 3.1 of CheckStyle, in particular, the replacement
  of command-line switches with the use of configuration
  files to define coding styles. The changes to the JDEE
  interface includes replacing all the jde-checkstyle-option
  variables with two variables, jde-checkstyle-style and
  jde-checkstyle-expanded properties, for defining
  coding styles. This release also adds variables for
  defining new CheckStyle options, such as checking 
  entire directories of source files. Execute
  M-x jde-checkstyle-customize to display the revamped
  list of CheckStyle customization variables.

* Reduced time required to find all buffers belonging to a 
  given project. This should reduce the delay in project
  switching time that occurs because of the requirement to
  reinitialize the abbreviation table in each buffer belonging
  to a project.

* Fixes redisplay bug and error in jde-ant-filter.

* Speed improvements to jde-xref.

  Thanks to Suraj Acharya

* Fixes jde-wiz-extend-abstract-class to avoid generating skeleton
  for methods declared in interfaces or superclasses and a default
  implementation is already provided.

* Fixes several problems with jde-open-class-at-point. Including traversing
  base classes.

  Thanks to Jesse Byler

Reply via email to