diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 4650b30c996..c44d40b60bd 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,13 @@ +2003-04-14 Alain Magloire + + The problem: the old parser can still hangs and bring chaos, this + temporary code(since the new parser does not have yet a callback + mechanism) allow us to use the new parser when doing the visual diffs. + It is key on the preference setting, to enable/disable the old parser. + + * src/org/eclipse/cdt/internal/ui/comparator/CStructureCreator.java: + * src/org/eclipse/cdt/internal/ui/comparator/ComparatorModelbuilder.java: + 2003-04-10 Alain Magloire * src/org/eclipse/cdt/internal/ui/editor/CEditorActionContributor.java: