aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ba56b2688e0..04c850fffda 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,7 +2,9 @@
2 2
3 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) 3 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4 (gdb-goto-breakpoint): Make breakpoint handling work on template 4 (gdb-goto-breakpoint): Make breakpoint handling work on template
5 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk> 5 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6 (gdb-assembler-custom): Update to recognise breakpoint information
7 added on 2005-01-19.
6 8
72005-01-28 Eli Zaretskii <eliz@gnu.org> 92005-01-28 Eli Zaretskii <eliz@gnu.org>
8 10