JDEE Changelog

What's new in JDEE 2.4.1

May 28, 2013
  • Automatically set jde-jdk-registry on Mac OS X and GNU/Linux systems to default JDK if it can be determined. Default value of jde-jdk is this auto detected JDK as long as JAVA_HOME is not set by the user.
  • Enable support for CEDET bundled in GNU Emacs 23.4 and later. Many people contributed to getting us here. Particular thanks go to Vincent Belaiche and Eric Ludlam for help with getting us over the last few bumps.
  • New jde-help now provides the following:
  • When class found in more than one docset, user is prompted to select one.
  • Now supports using beanshell as a method of documentation existence (instead of just wget and w3)

New in JDEE 2.4.0.1 (May 5, 2010)

  • This has bug fixes to jde-gen.el.

New in JDEE 2.3.5.1 (Mar 16, 2009)

  • Fixes regressions in Documentation->Generate commands caused by inadvertent double quoting of string options, e.g., jde-javadoc-gen-doc-title, on Windows.
  • Fixes bug in jde-junit-run command that causes a Lisp error when the command is executed.
  • Changes variables named assoc to assoc-x in the JDEE's Lisp code. This is intended to fix a "Symbol's value as variable is void: old-assoc" problem when debugging with the compiled version of JDE in xemacs/cygwin. Thanks to Henry S. Thompson.
  • Fixes bug in jde-xref-make-xref-db command. Thanks to Jack Klebanoff.
  • Updated compile commands to be compatible with new Emacs policy of making compilation buffers read-only. Thanks to Martin Schwamberger.
  • Update cedet version-checking to recognized prerelease designation.
  • Emacs 22 compatibility fix: fix max-lisp-eval-depth error caused by change in behavior of expand-file-name that breaks jde-root-dir-p. Thanks to Phillip Lord [[email protected]].
  • Added support for indenting Java annotations. Thanks to Suraj Acharya .
  • Fixed jde-open-class-at-point to handle inner classes. Thanks to Suraj Acharya .
  • Fix bug in jde-junit-get-testee-name. Thanks to Christophe Garion [[email protected]]
  • Revert jtags script to tagging everthing with one invocation of find instead of three to avoid listing each java file three times. Thanks to Jon Schewe
  • Quote ant.home path if it contains a period. Thanks to Troy Daniels.