# HG changeset patch # User Nick Roberts # Date 1253239218 0 # Node ID ecfdb424a03fee1e57364918ae09a586ebd5419c # Parent c3c96e15571cca96db24dcfd69d5b8ac353fb2a7 *** empty log message *** diff -r c3c96e15571c -r ecfdb424a03f lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 17 23:49:15 2009 +0000 +++ b/lisp/ChangeLog Fri Sep 18 02:00:18 2009 +0000 @@ -1,3 +1,19 @@ +2009-09-18 Nick Roberts + + * progmodes/gdb-mi.el (gdb-frame-address): New variable. + (gdb-var-list): Add an element for has_more field. + (gdb-non-stop-handler): Enable pretty printing for STL containers. + (gdb-var-create-handler, gdb-var-list-children-handler-1) + (gdb-var-update-handler-1): Parse output of dynamic variable + objects (STL containers). + (gdb-var-delete-1): Pass var1 as an explicit second argument. + (gdb-get-field): Delete alias. Use bindat-get-field directly. + + * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to + gdb-var-list. + (gud-speedbar-buttons): Make node expandable if expression "has more" + children. + 2009-09-17 Juanma Barranquero * startup.el (emacs-quick-startup): Remove variable and all uses.