ANNOUNCEMENT: JDE 2.3.5.1 available at ...
"Paul Kinnucan" <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <DB873318D1A41648BEAC4B5AAB63B3E10D5A5F9B@MESSAGE-AH.ad.mathworks.com> |
http://jdee.sunsite.dk/ JDE 2.3.5.1 Release Notes * 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 <[email protected]>. * Fixed jde-open-class-at-point to handle inner classes. Thanks to Suraj Acharya <[email protected]>. * 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 <[email protected]> * Quote ant.home path if it contains a period. Thanks to Troy Daniels.