changeset 67232:003d50ec9805

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 01 Dec 2005 02:15:56 +0000
parents c0926bb237e2
children f8729e3300dc
files lisp/ChangeLog man/ChangeLog
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Dec 01 02:05:17 2005 +0000
+++ b/lisp/ChangeLog	Thu Dec 01 02:15:56 2005 +0000
@@ -1,3 +1,12 @@
+2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
+
+	* progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
+	in the margin also.
+	(gdb-breakpoints-mode-map): Use D instead of d for
+	gdb-delete-breakpoint.
+	(gdb-get-frame-number): Require a number to match on.
+	(gdb-threads-mode-map): Add follow-link binding.
+
 2005-11-30  Jason Rumney  <jasonr@gnu.org>
 
 	* isearch.el (isearch-mode-map): Avoid exiting search on
--- a/man/ChangeLog	Thu Dec 01 02:05:17 2005 +0000
+++ b/man/ChangeLog	Thu Dec 01 02:15:56 2005 +0000
@@ -2,7 +2,7 @@
 
 	* building.texi (GDB User Interface Layout): Describe how to
 	kill associated buffers.
-	(Breakpoints Buffer): Use D instead of d for gdb-var-delete.
+	(Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
 	(Watch Expressions): Be more precise.
 	(Other GDB User Interface Buffers): Describe how to change a
 	register value.