Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.ui/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog
index 02c4c062045..6b3a3b7d676 100644
--- a/core/org.eclipse.cdt.ui/ChangeLog
+++ b/core/org.eclipse.cdt.ui/ChangeLog
@@ -1,3 +1,11 @@
+2003-08-27 Thomas Fletcher
+
+ Update code completion to include () for functions and methods and
+ to position the cursor appropriately.
+
+ * src/org/eclipse/cdt/internal/ui/text/CCompletionProcessor.java
+ * src/org/eclipse/cdt/ui/FunctionPrototypeSummary.java
+
2003-08-26 Alain Magloire
PR 41416, Not enough info in the error message for

Back to the top