diff options
| author | Nick Roberts | 2002-11-23 14:09:26 +0000 |
|---|---|---|
| committer | Nick Roberts | 2002-11-23 14:09:26 +0000 |
| commit | a922c25a24ee561fc48dc3e3c1069d03e5c45561 (patch) | |
| tree | 4c4521021fa0ffa5b2fed2e4cef2bcb5181bd740 /lisp/ChangeLog | |
| parent | 9df8eceddd0aa4bbb4a2b613054beb59691b8c6f (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2002-11-23 Nick Roberts <nick@nick.uklinux.net> | 1 | 2002-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 | ||