Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoda Amer2004-03-09 19:16:49 +0000
committerHoda Amer2004-03-09 19:16:49 +0000
commite6bcfeaf82fe52867701eb2f3c9573ecef4e6a7a (patch)
treee722fc27ca163458f9560258b032c95eb4c25a31 /core/org.eclipse.cdt.ui/ChangeLog
parent9838c1b3878108fadcf04c02eb7d875e30d34efb (diff)
downloadorg.eclipse.cdt-e6bcfeaf82fe52867701eb2f3c9573ecef4e6a7a.tar.gz
org.eclipse.cdt-e6bcfeaf82fe52867701eb2f3c9573ecef4e6a7a.tar.xz
org.eclipse.cdt-e6bcfeaf82fe52867701eb2f3c9573ecef4e6a7a.zip
Fix for bug#52188
Diffstat (limited to 'core/org.eclipse.cdt.ui/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.ui/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog
index a8a5d0412c5..a3e291556c6 100644
--- a/core/org.eclipse.cdt.ui/ChangeLog
+++ b/core/org.eclipse.cdt.ui/ChangeLog
@@ -1,3 +1,6 @@
+2004-03-09 Hoda Amer
+ Fix for bug#52188: Content Assist: Disabling the '.' (dot) and '->' triggers has no effect.
+
2004-03-08 Hoda Amer
Partial fix for bug#52948 : Content Assist: typedef-ed types do not appear in the completion list.

Back to the top