From: Nick Roberts Date: Fri, 18 Sep 2009 02:00:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.1.90~1270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccb4c30c6649c1f109dc7f85123d8f29391d117a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d728490a72d..28c45486308 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.