# HG changeset patch # User Nick Roberts # Date 1053881406 0 # Node ID 80443ffc9ffa2c13ae900b83beefc75b2a9609d0 # Parent 695efa86354b1292e602b3e006eb318e6639934e *** empty log message *** diff -r 695efa86354b -r 80443ffc9ffa lisp/ChangeLog --- 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 + + * 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 * which-func.el (which-func-update-timer): New variable.