aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2009-06-22 10:57:06 +0000
committerNick Roberts <[email protected]>2009-06-22 10:57:06 +0000
commit5242671e72e8a29f2630ab716f13e3132a87b3f8 (patch)
tree5c1bf0115c2ab41c8b936e2264ee6079acc9159c
parente8ccb8690456cba24bb354b968921516bd55375e (diff)
*** empty log message ***
-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]>