diff options
| -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> |