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

JDE 2.3.4beta5

***************************************************************
*                         PLEASE READ                         *
***************************************************************
*                                                             *
* This release requires cedet 1.0beta2 or later. cedet        *
* includes semantic, eieio, speedbar, and senator, all        *
* packages required by the JDEE. You can obtain cedet         *
* at http://cedet.sourceforge.net                             *
*                                                             *
* Please note that your .emacs file must "load" cedet.el,     *
* not "require" cedet. See the installation instructions      *
* that come with the cedet package for more information.      *
*                                                             *
* 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.                  *
*                                                             *
***************************************************************

* Made jde-entering-java-buffer-hook non-customizable. This 
  variable is part  of the project-switching machinery and 
  therefore should not itself be customizable.

* Made various changes intended to make the JDEE's project-switching 
  code more robust.

* Fixed the following project file-related bugs:

  - Variable that has been changed from its standard value to nil 
    is not saved in project file.

  - Variable whose customization has been erased is not removed 
    from project file.

* Fixes problem with jdb breakpoints. Opening a new java file after setting a
  breakpoint prevents the user from removing the breakpoint.

* Update makefile for compiling the JDEE Lisp code to work with
  cedet.

* Adds JDE->Documentation->Remove (jde-javadoc-remdoc-at-line)
  command. This command removes the javadoc block for the
  declarationa at point.

  Thanks to David Ponce.

Reply via email to