aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Dzhus2009-08-09 00:17:01 +0000
committerDmitry Dzhus2009-08-09 00:17:01 +0000
commit2db0ae07bce8513db2975836d6e20bfdee9c5f1c (patch)
tree94278c4cb7afd3f06b7560e227c0834fa078e0b6 /lisp/ChangeLog
parentdc076f0b1bf2f69fd1606608e2013791ef7060ea (diff)
downloademacs-2db0ae07bce8513db2975836d6e20bfdee9c5f1c.tar.gz
emacs-2db0ae07bce8513db2975836d6e20bfdee9c5f1c.zip
(gdb-gud-context-call): Does not need to be a macro.
(gdb-registers-handler-custom): Do not fail when register names are unavailable.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b6213ebcab2..58a607bc505 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
2
3 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
4 a macro.
5 (gdb-registers-handler-custom): Do not fail when register names
6 are unavailable.
7
12009-08-08 Dmitry Dzhus <dima@sphinx.net.ru> 82009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2 9
3 * progmodes/gdb-mi.el (gdb-control-all-threads) 10 * progmodes/gdb-mi.el (gdb-control-all-threads)