diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2002-12-17 23:38:28 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2002-12-17 23:38:28 +0000 |
commit | faf9f52eb86cbd695d0aa8318ce5d32dbb7d979c (patch) | |
tree | 2372152651b316da61efc1bab1bb091cc9f657d2 | |
parent | 0c8410d509a03e8ec4d5fe5bd51723d22fd85081 (diff) | |
download | emacs-faf9f52eb86cbd695d0aa8318ce5d32dbb7d979c.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 415903be8db..1ea289e4273 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2002-12-17 Nick Roberts <nick@nick.uklinux.net> + + * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and + rename gud-gdba-marker-filter. + (gdb-append-to-inferior-io): Only pop up IO buffer if there is + output. + (gdb-make-instance): Remove (put into gdba). Use + gdb-instance-enqueue-input instead of + gdb-instance-enqueue-idle-input for user functions. + (gdb-instance-target-string): Simplify. + (in-gdb-instance-context): Remove. + Expand Commentary. + 2002-12-17 Kenichi Handa <handa@m17n.org> * international/mule.el (set-file-name-coding-system): New |