diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e5e22ce4da..e1b073331ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-01-28 Nick Roberts + + * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to + avoid compiler warning. + (gdb-var-update-handler-1): Consider that the MI field `in_scope' + might have values other than "true" or "false". + 2007-01-28 Richard Stallman * textmodes/fill.el (fill-paragraph-function): Doc fix.