diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index e17ba4c438c..d0504240fa5 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,13 @@ +2003-04-29 Alain Magloire + + PR 37064 + + * model/org/eclipse/cdt/internal/core/model/DelatProcessor.java (close): + New method, close the openable when content changed to flush the cache. + (contentChanged): Remove only use elementChanged(). + * model/org/eclipse/cdt/internal/core/model/parser/ElfParser.java (getBinary): + Catch if path == null. + 2003-04-25 Alain Magloire * model/org/eclipse/cdt/internal/core/model/Binary.java (getNeededSharedLibs):