diff options
author | Fernando Nasser <fnasser@redhat.com> | 2000-08-10 15:55:06 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 2000-08-10 15:55:06 +0000 |
commit | f40aad5a342d6931c8bd7e6be5fb85bdeab6e18b (patch) | |
tree | df2226fce06abca53bb4231fdc39d92c71b1cb44 /gdb/gdbtk/library/ChangeLog | |
parent | 0d636f6314da9a98da0f765a2ca56d50755e2b01 (diff) | |
download | gdb-f40aad5a342d6931c8bd7e6be5fb85bdeab6e18b.tar.gz |
2000-08-10 Fernando Nasser <fnasser@cygnus.com>
* srctextwin.itb (jump_to_here): New method. Implements the
"Jump to Here" popup menu option.
(build_popups): Add the "Jump to Here" option to the popup menu.
* srctextwin.ith: Add declaration of jump_to_here().
Diffstat (limited to 'gdb/gdbtk/library/ChangeLog')
-rw-r--r-- | gdb/gdbtk/library/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gdbtk/library/ChangeLog b/gdb/gdbtk/library/ChangeLog index 65e9e7ce2db..2f12c1d9a30 100644 --- a/gdb/gdbtk/library/ChangeLog +++ b/gdb/gdbtk/library/ChangeLog @@ -1,3 +1,10 @@ +2000-08-10 Fernando Nasser <fnasser@cygnus.com> + + * srctextwin.itb (jump_to_here): New method. Implements the + "Jump to Here" popup menu option. + (build_popups): Add the "Jump to Here" option to the popup menu. + * srctextwin.ith: Add declaration of jump_to_here(). + 2000-08-09 Fernando Nasser <fnasser@cygnus.com> * srctxtwin.itb (FillSource): Add comments. |