Mercurial > emacs
comparison lisp/ChangeLog @ 48923:95d38d7be246
*** empty log message ***
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 21 Dec 2002 23:06:34 +0000 |
parents | e6c22638134b |
children | cd327aadc095 |
comparison
equal
deleted
inserted
replaced
48922:aa7d3d1a21a3 | 48923:95d38d7be246 |
---|---|
1 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org> | |
2 | |
3 * gud.el (gud-menu-map): Add jdb support for "run". | |
4 (gud-jdb-find-source-using-classpath): Use 'identity. | |
5 (gud-jdb-marker-filter): Marker regexp and filename filtering | |
6 change to support a backwards-incompatible change in Sun's jdb | |
7 line number display in SDK versions 1.4. | |
8 (gud-format-command): gud-find-class now requires two | |
9 parameters (file and linenumber). | |
10 (gud-find-class): Bulk of the change related to using c-syntactic | |
11 symbols to locate nested class declarations in java sources | |
12 visited by java-mode (cc-mode). | |
13 | |
1 2002-12-21 Nick Roberts <nick@nick.uklinux.net> | 14 2002-12-21 Nick Roberts <nick@nick.uklinux.net> |
2 | 15 |
3 * gdb-ui.el Remove the concept of an instance. This means that | 16 * gdb-ui.el Remove the concept of an instance. This means that |
4 a lot of functions have been renamed. Accessors are prefixed with | 17 a lot of functions have been renamed. Accessors are prefixed with |
5 gdb-get, setters with gdb-set and the word instance has been | 18 gdb-get, setters with gdb-set and the word instance has been |