aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog11
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 @@
12004-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
12004-01-08 John Paul Wallington <jpw@gnu.org> 72004-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
142004-01-07 Luc Teirlinck <teirllm@auburn.edu> 212004-01-07 Luc Teirlinck <teirllm@auburn.edu>