1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

*** empty log message ***

This commit is contained in:
Nick Roberts 2005-12-01 02:15:56 +00:00
parent c32870276d
commit 68b381461a
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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.