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

JDE 2.2.9beta8

***************************************************************
*                         PLEASE READ                         *
***************************************************************
*                                                             *
* This release requires semantic 1.4beta10 (or later),        *
* speedbar 0.13 (or later), and eieio-0.16 (or later,         *
* except eieio-0.17beta1). You can obtain all three           *
* packages at http://cedet.sourceforge.net                    *
*                                                             *
* This release requires version 1.2.2 (or later) of the       *
* JDK.                                                        *
*                                                             *
* Note: This release does not work with eieio-0.17beta1, but  *
* it does work with eieio-0.17beta2.                          *
*                                                             *
* 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://sunsite.dk/jde/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.                  *
*                                                             *
***************************************************************

* Adds a hook variable, jde-project-hooks. 

  Use this variable to specify functions to be run when the 
  JDEE switches to a new project. The JDEE runs the functions
  after loading the project file. Therefore, the project itself
  can define the functions to be run.

* Adds a Clear Breakpoints command to the JDE's jdb interface.

  This command clears all breakpoints set in the current
  jdb session.

* Now defines three breakpoint marker colors: green for a 
  specified breakpoint, yellow for a requested breakpoint, 
  and red for an enabled breakpoint. The JDEE colors a
  breakpoint line green when you execute the Toggle Breakpoint
  command and the debugger is not running. The JDEE changes
  the color to yellow when it sends a request to jdb to
  set a breakpoint at the specified line. The JDEE changes
  the line's color to red when it receives a notification that
  from jdb that the breakpoint has actually been set.

* The debug application command now requests jdb to set all specified
  breakpoints at the beginning of a debug session.

* The debug application command now changes the color of all breakpoints
  to green (specified) at the end of a debug session.

* Use overlays/extents to record location of breakpoints in a buffer.

* Changed the name of the println and toString templates to println
  and to-string-method, respectively, thereby eliminating the
  spaces that were in the previous names.

* Fixed XEmacs compatibility bug that caused the toggle
  breakpoint command to signal an error that it could not
  find the source file in jde-db-source-directories.

* jde-javadoc-nonterminal-at-line preserves current tokens when 
  the lexer fails (when there is an unclosed block or an 
  unterminated string for example). This enhancement works only 
  with semantic 1.4 beta 13  (and above). With older versions 
  jde-javadoc-nonterminal-at-line  continues to work as previously.

  Thanks to David Ponce.

* Fixes bug in the method jde-compile-classpath-arg (jikes)
  that will cause an error when appending the path for rt.jar
  to a nil classpath.

* Fixes bug in jde-bug-display-loaded-classes that would dump
  all the class information into the *Messages* buffer.

* Now jde-run-etrace-prev and jde-run-etrace-next
  allow you to move through the whole stack trace.
  It behaves as compilation-next-error.

* A Jdb menu now always appears in source buffers when 
  jde-debugger is set to jdb or old jdb.

* Fixed two JDEbug menu related bugs. The menu now always appears 
  when jde-debugger is set to JDEbug. Also, keybindings now work 
  on XEmacs.

* Fixes bug that caused JDEBug not to set
  saved breakpoints when attaching to an external 
  process.

* Fixes bug in jde-ant, caused by choosing Script as the 
  jde-ant-invocation-method. The jde-ant-program was not 
  being used.

* Removes obsolete method jde-run-set-vm and jde-run-set-vm-w 
  from jde-run.el. Fixes references to the variables jde-run-java-vm
  and jde-run-java-vm-w.



Reply via email to