From: Nick Roberts Date: Thu, 1 Dec 2005 02:15:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~5576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68b381461ab1d0e38062f7a538552d04de0bb878;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec226d5a32d..00797a5140e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2005-12-01 Nick Roberts + + * 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 * isearch.el (isearch-mode-map): Avoid exiting search on diff --git a/man/ChangeLog b/man/ChangeLog index 921437b078d..9916392b5b7 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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.