comparison lisp/ChangeLog @ 51226:80443ffc9ffa

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 25 May 2003 16:50:06 +0000
parents 95f3af74f32d
children c3aefed87855
comparison
equal deleted inserted replaced
51225:695efa86354b 51226:80443ffc9ffa
1 2003-05-25 Nick Roberts <nick@nick.uklinux.net>
2
3 * gdb-ui.el (gdb-info-breakpoints-custom, gdb-assembler-custom):
4 Put string associated with breakpoint at start of line so that it
5 is always visible.
6 (gdb-display-source-buffer): Display assembler during execution,
7 when requested.
8 (gud-menu-map): Add a toggle button to menubar for
9 gdb-many-windows.
10 (gdb-many-windows): Define explicitly as a function and a variable
11 (formerly as a minor mode). These need to be global so layout can
12 be reset from any buffer.
13 (gdb-assembler-mode): Keep fringe outside margin as the overlay
14 arrow is not used for assembler.
15
1 2003-05-25 Tim Van Holder <tim.vanholder@anubex.com> 16 2003-05-25 Tim Van Holder <tim.vanholder@anubex.com>
2 17
3 * which-func.el (which-func-update-timer): New variable. 18 * which-func.el (which-func-update-timer): New variable.
4 (which-function-mode): Use it. 19 (which-function-mode): Use it.
5 20