aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorNick Roberts2002-11-23 14:09:26 +0000
committerNick Roberts2002-11-23 14:09:26 +0000
commita922c25a24ee561fc48dc3e3c1069d03e5c45561 (patch)
tree4c4521021fa0ffa5b2fed2e4cef2bcb5181bd740 /lisp/ChangeLog
parent9df8eceddd0aa4bbb4a2b613054beb59691b8c6f (diff)
downloademacs-a922c25a24ee561fc48dc3e3c1069d03e5c45561.tar.gz
emacs-a922c25a24ee561fc48dc3e3c1069d03e5c45561.zip
Major re-organisation. Simplify legacy gdba code to allow only one gdb process.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 113add1006c..a5b211ae393 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12002-11-23 Nick Roberts <nick@nick.uklinux.net> 12002-11-23 Nick Roberts <nick@nick.uklinux.net>
2 2
3 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
4 print command for gdb to keep it out of the command history.
5
3 * gdb-ui.el: Major re-organisation. Simplify legacy gdba 6 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
4 code to allow only one gdb process. 7 code to allow only one gdb process.
5 8