From: Nick Roberts Date: Thu, 2 Jul 2009 22:16:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.96~36 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95d313a6d5ec6436bf24defc0a38672e8252cd33;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe84b822d21..e323c843a2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -27,9 +27,10 @@ 2009-07-01 Nick Roberts - * progmodes/gdb-ui.el (gdb-init-2): Move to ... - (gdb-starting): ... here because GDB 7.0 requires execution to have - started when using MI command -data-list-register-names. + * progmodes/gdb-ui.el (gdb-init-2): Move sending + -data-list-register-names to ... + (gdb-starting): ... here because GDB 7.0 requires execution to + have started when using this MI command. (gdb-propertize-header): New macro. (gdb-breakpoints-header, gdb-locals-header): Use it.