comparison lisp/ChangeLog @ 69107:781eefbfc6f8

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 23 Feb 2006 07:38:01 +0000
parents f04b50463c62
children 61a9a1f755ec
comparison
equal deleted inserted replaced
69106:3f5044e40e3e 69107:781eefbfc6f8
1 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face.
4 properly.
5
6 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
7 gdb-debug-log-length.
8 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
9 it a real ring but...
10 (gud-gdba-marker-filter): ...make it work like mark-ring.
11 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12 (gdb-mouse-jump): New function. Add bindings.
13
1 2006-02-23 Nick Roberts <nickrob@snap.net.nz> 14 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2 15
3 * progmodes/gdb-ui.el (gdb-signalled): New variable and function. 16 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring. 17 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it. 18 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.