Mercurial > emacs
changeset 48923:95d38d7be246
*** empty log message ***
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 21 Dec 2002 23:06:34 +0000 |
parents | aa7d3d1a21a3 |
children | cd327aadc095 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 21 23:04:46 2002 +0000 +++ b/lisp/ChangeLog Sat Dec 21 23:06:34 2002 +0000 @@ -1,3 +1,16 @@ +2002-12-22 Zoltan Kemenczy <zoltan@ieee.org> + + * gud.el (gud-menu-map): Add jdb support for "run". + (gud-jdb-find-source-using-classpath): Use 'identity. + (gud-jdb-marker-filter): Marker regexp and filename filtering + change to support a backwards-incompatible change in Sun's jdb + line number display in SDK versions 1.4. + (gud-format-command): gud-find-class now requires two + parameters (file and linenumber). + (gud-find-class): Bulk of the change related to using c-syntactic + symbols to locate nested class declarations in java sources + visited by java-mode (cc-mode). + 2002-12-21 Nick Roberts <nick@nick.uklinux.net> * gdb-ui.el Remove the concept of an instance. This means that