Mercurial > emacs
changeset 51528:611abdca734b
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 08 Jun 2003 01:19:51 +0000 |
parents | 6dd58876664c |
children | 39126c23006f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jun 08 01:17:04 2003 +0000 +++ b/lisp/ChangeLog Sun Jun 08 01:19:51 2003 +0000 @@ -1,3 +1,11 @@ +2003-06-08 Nick Roberts <nick@nick.uklinux.net> + + * gdb-ui.el (gdb-get-current-frame, gdb-frame-handler): Use Gdb + command `info frame' instead of `frame' to preserve point. + (gdb-invalidate-assembler): Only run disassemble again if frame + has changed. + (gdb-append-to-inferior-io): Revert change from 2003-05-17. + 2003-06-07 Jason Rumney <jasonr@gnu.org> * mwheel.el (mouse-wheel-up-event, mouse-wheel-down-event):