# HG changeset patch # User Nick Roberts # Date 1142367942 0 # Node ID 5cac5e03ca8dc3751c8f151c425c6e8a0430ac09 # Parent 279f737753d85d3ef423bfda93b2d30331df396b *** empty log message *** diff -r 279f737753d8 -r 5cac5e03ca8d etc/ChangeLog --- a/etc/ChangeLog Tue Mar 14 19:35:08 2006 +0000 +++ b/etc/ChangeLog Tue Mar 14 20:25:42 2006 +0000 @@ -1,3 +1,7 @@ +2006-03-15 Nick Roberts + + * DEBUG (Note): Describe features for debugging with GDB in Emacs. + 2006-03-11 Miles Bader * images/mail: New directory. diff -r 279f737753d8 -r 5cac5e03ca8d lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 14 19:35:08 2006 +0000 +++ b/lisp/ChangeLog Tue Mar 14 20:25:42 2006 +0000 @@ -1,3 +1,22 @@ +2006-03-15 Nick Roberts + + * progmodes/gdb-ui.el (gdb-var-list): Change order of first two + elements. + (gdb-find-watch-expression): Make it work for arrays too. Follow + change to gdb-var-list. + (gud-watch): Allow the user to enter variable name with a prexix + arg. Create keybindings. + (gdb-var-create-handler, gdb-var-evaluate-expression-handler) + (gdb-var-list-children-handler, gdb-var-update-handler) + (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node) + (gdb-var-list-children-handler-1, gdb-var-update-handler-1): + Follow change to gdb-var-list. + (gdb-starting): Don't show the overlay arrows when program is + running. + + * progmodes/gud.el (gud-speedbar-buttons): Follow change to + gdb-var-list. + 2006-03-14 Bill Wohler * image.el (image-load-path-for-library): Pass value of path @@ -32,8 +51,8 @@ 2006-03-13 Miles Bader - * net/rcirc.el (rcirc-nick-abbrevs): Variable removed. - (rcirc-abbrev-nick): Function removed. + * net/rcirc.el (rcirc-nick-abbrevs): Remove variable. + (rcirc-abbrev-nick): Remove function. (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'. 2006-03-13 David Ponce