aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c968610fa12..ce6c0f23ee5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,40 @@
2 2
3 * window.el (window-body-height): New function. 3 * window.el (window-body-height): New function.
4 4
52002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
6
7 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
8 "Finish Function" menu map entries for jdb mode.
9 (gud-jdb-use-classpath): New customization variable.
10 (gud-jdb-command-name): Add customization.
11 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
12 (gud-jdb-classpath-string): New variable.
13 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
14 (gud-jdb-build-source-files-list): Likewise.
15 (gud-jdb-massage-args): Record any command argument classpath
16 string in `gud-jdb-classpath-string'.
17 (gud-jdb-lowest-stack-level): New function, finds bottom of current
18 java call stack in jdb output.
19 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
20 (gud-jdb-parse-classpath-string): New functions.
21 (gud-jdb-marker-filter): Search/detect classpath information in
22 jdb's output. marker regexp updated to match oldjdb and jdb output
23 formats. Expand search for source files to include new/old methods
24 using new functions above. Do not allow `gud-marker-acc' to grow
25 without bound.
26 (jdb): Set classpath information (if available) as jdb is started.
27 Change `gud-break' and `gud-remove'
28 to use new %c ("class") escape in format strings. Add
29 `gud-finish', `gud-up', `gud-down' command string functions, and
30 add them to the local menu map. Update `comint-prompt-regexp' for
31 jdb and oldjdb. If attaching to an already running java VM and
32 configured to use classpath, send command to query for classpath,
33 else use previous method for finding and parsing java
34 sources. Set `gud-jdb-find-source' function accordingly.
35 (gud-mode): Doc fix.
36 (gud-format-command): Add support for new %c ("class") escape.
37 (gud-find-class): New function in support of %c escape.
38
52002-01-17 Richard M. Stallman <rms@gnu.org> 392002-01-17 Richard M. Stallman <rms@gnu.org>
6 40
7 * ibuf-ext.el: Enable byte-compile-dynamic. 41 * ibuf-ext.el: Enable byte-compile-dynamic.