summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/ChangeLog
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2000-08-10 15:55:06 +0000
committerFernando Nasser <fnasser@redhat.com>2000-08-10 15:55:06 +0000
commitf40aad5a342d6931c8bd7e6be5fb85bdeab6e18b (patch)
treedf2226fce06abca53bb4231fdc39d92c71b1cb44 /gdb/gdbtk/library/ChangeLog
parent0d636f6314da9a98da0f765a2ca56d50755e2b01 (diff)
downloadgdb-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/ChangeLog7
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.