Mercurial > emacs
changeset 51226:80443ffc9ffa
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 25 May 2003 16:50:06 +0000 |
parents | 695efa86354b |
children | a1e2454a02ec |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 25 11:25:18 2003 +0000 +++ b/lisp/ChangeLog Sun May 25 16:50:06 2003 +0000 @@ -1,3 +1,18 @@ +2003-05-25 Nick Roberts <nick@nick.uklinux.net> + + * gdb-ui.el (gdb-info-breakpoints-custom, gdb-assembler-custom): + Put string associated with breakpoint at start of line so that it + is always visible. + (gdb-display-source-buffer): Display assembler during execution, + when requested. + (gud-menu-map): Add a toggle button to menubar for + gdb-many-windows. + (gdb-many-windows): Define explicitly as a function and a variable + (formerly as a minor mode). These need to be global so layout can + be reset from any buffer. + (gdb-assembler-mode): Keep fringe outside margin as the overlay + arrow is not used for assembler. + 2003-05-25 Tim Van Holder <tim.vanholder@anubex.com> * which-func.el (which-func-update-timer): New variable.