# HG changeset patch # User Nick Roberts # Date 1142549642 0 # Node ID 2d6fdbec2ac5bf5d949919400261c4b007bd414f # Parent 1e827d428dd67de68dd690b715c0aa256e76b15c *** empty log message *** diff -r 1e827d428dd6 -r 2d6fdbec2ac5 lisp/ChangeLog --- a/lisp/ChangeLog Thu Mar 16 22:23:22 2006 +0000 +++ b/lisp/ChangeLog Thu Mar 16 22:54:02 2006 +0000 @@ -1,3 +1,14 @@ +2006-03-17 Nick Roberts + + * progmodes/gdb-ui.el (gud-watch): Provide completion. + (gdb-continuation): New variable. + (gdb-send): Deal with continuation lines. + + * progmodes/gud.el (gud-gdb-complete-command) + (gud-gdb-run-command-fetch-lines): Adapt for use with watch + expressions. + (gud-tooltip-mode): Use buffer-local value. + 2006-03-16 Kim F. Storm * ido.el (ido-edit-input): Use selected match, if any.