comparison lisp/ChangeLog @ 103758:c14148a02ac8

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 08 Jul 2009 00:40:30 +0000
parents 86825d2eb18c
children 1e43f752ee1c
comparison
equal deleted inserted replaced
103757:86825d2eb18c 103758:c14148a02ac8
1 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-mi.el (gdb-init-1): Move sending
4 -data-list-register-names to ...
5 (gdb-starting): ... here because GDB 7.0 requires execution to
6 have started when using this MI command.
7 (gdb-set-header): New function to distinguish select and
8 unselected tabs in gdb buffers.
9 (gdb-propertize-header): New macro that uses gdb-set-header.
10 (gdb-breakpoints-header, gdb-locals-header): Use it.
11
1 2009-07-07 Chong Yidong <cyd@stupidchicken.com> 12 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
2 13
3 * Makefile.in (ELCFILES): Remove fadr.elc. 14 * Makefile.in (ELCFILES): Remove fadr.elc.
4 15
5 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru> 16 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>