From c4527809983b7aed6ba20f40fcf5f901aa5acfe9 Mon Sep 17 00:00:00 2001 From: David Inglis Date: Mon, 15 Dec 2003 18:28:16 +0000 Subject: [PATCH] Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=48619 --- core/org.eclipse.cdt.ui/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index f7203c56749..71f09662220 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,4 +1,9 @@ -2002-12-11 David Inglis +2003-12-15 Thomas Fletcher + Re-activate the hover help based on the function summary extension point. + Fix a bug in the FunctionSummary class which displayed arguments as + the return value for functions. + +2003-12-11 David Inglis Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=48596 * src/org/eclipse/cdt/ui/CElementContentProvider.java