diff options
| author | Nick Roberts | 2004-01-08 22:09:12 +0000 |
|---|---|---|
| committer | Nick Roberts | 2004-01-08 22:09:12 +0000 |
| commit | 7f0edca43fff13b69195bd08023e6d2ebd5b2491 (patch) | |
| tree | a830d3c3c5168b255d6f380849661b47b6e55f2c | |
| parent | 160b1b50f97a0a020c40eda4762e2d7e06c11df9 (diff) | |
| download | emacs-7f0edca43fff13b69195bd08023e6d2ebd5b2491.tar.gz emacs-7f0edca43fff13b69195bd08023e6d2ebd5b2491.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 456c48ce33c..118cc53fb42 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-01-08 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * gdb-ui.el (gdb-ann3): Revert previous change. | ||
| 4 | (gdb-source-info): Allow for case of where compilation directory | ||
| 5 | is not recorded. | ||
| 6 | |||
| 1 | 2004-01-08 John Paul Wallington <jpw@gnu.org> | 7 | 2004-01-08 John Paul Wallington <jpw@gnu.org> |
| 2 | 8 | ||
| 3 | * emerge.el (emerge-restore-buffer-characteristics): Doc fix. | 9 | * emerge.el (emerge-restore-buffer-characteristics): Doc fix. |
| @@ -7,8 +13,9 @@ | |||
| 7 | * progmodes/gud.el (gdb-first-prompt): Renamed from | 13 | * progmodes/gud.el (gdb-first-prompt): Renamed from |
| 8 | gdb-first-pre-prompt | 14 | gdb-first-pre-prompt |
| 9 | 15 | ||
| 10 | * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3. Use GDB | 16 | * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3. |
| 11 | command "set width 0" to prevent word wrapping problems. | 17 | (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping |
| 18 | problems. | ||
| 12 | (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3. | 19 | (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3. |
| 13 | 20 | ||
| 14 | 2004-01-07 Luc Teirlinck <teirllm@auburn.edu> | 21 | 2004-01-07 Luc Teirlinck <teirllm@auburn.edu> |