aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d50839ea8..9522458278 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-22 Dmitry Dzhus <[email protected]>
+ Nick Roberts <[email protected]>
+
+ * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
+ repository (http://sphinx.net.ru/hg/gdb-mi/).
+
2009-06-22 Glenn Morris <[email protected]>
* files.el (dir-locals-collect-mode-variables): Allow for any number of
@@ -17,7 +23,7 @@
2009-06-21 Nick Roberts <[email protected]>
* progmodes/gdb-ui.el: Replace with ...
- * progmodes/gdb-ui.el: ... this file.
+ * progmodes/gdb-mi.el: ... this file.
* progmodes/gud.el: Modify for gdb-mi.el.
2009-06-21 Dmitry Dzhus <[email protected]>