diff options
| author | Eli Zaretskii | 2002-03-27 14:59:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-27 14:59:06 +0000 |
| commit | 93fc6fbe459adbc5c557e62437c2876039723519 (patch) | |
| tree | 00f29291aab5e724b7b2f3c1f467677ae8f133c3 | |
| parent | e78e1cd17233daa1affab65adb1c155a2539b166 (diff) | |
| download | emacs-93fc6fbe459adbc5c557e62437c2876039723519.tar.gz emacs-93fc6fbe459adbc5c557e62437c2876039723519.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 17 | ||||
| -rw-r--r-- | msdos/ChangeLog | 5 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 009dd8bf580..1de63915ff4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org> | ||
| 2 | |||
| 3 | * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath | ||
| 4 | parameter value. | ||
| 5 | (gud-jdb-build-source-files-list): Comment clarification. | ||
| 6 | (gud-jdb-massage-args): Reworked into loop-based argument list | ||
| 7 | processing in order to support -classpath and -sourcepath argument | ||
| 8 | processing. | ||
| 9 | (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath | ||
| 10 | to gud-jdb-classpath to obtain search list. | ||
| 11 | (gud-jdb-parse-classpath-string): Remove any trailing slashes from | ||
| 12 | directory names in classpath/sourcepath lists, update comment. | ||
| 13 | (jdb): Add setting of gud-jdb-sourcepath, update comment. | ||
| 14 | (gud-find-class): Add gud-jdb-sourcepath use, and correct | ||
| 15 | behaviour for the case when classpath is not used--backward | ||
| 16 | compatibility fix. | ||
| 17 | |||
| 1 | 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il> | 18 | 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 19 | ||
| 3 | * Makefile.in (compile, compile-always): Don't try to compile | 20 | * Makefile.in (compile, compile-always): Don't try to compile |
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index e663343bfa6..427ee439ce2 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * sedlisp.inp <bootstrap-clean>: Make sure all *.el files have | ||
| 4 | Unix EOLs, to avoid overflowing pure storage while bootstrapping. | ||
| 5 | |||
| 1 | 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * mainmake.v2 (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src) | 8 | * mainmake.v2 (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src) |