diff --git a/ChangeLog b/ChangeLog index 84d00f18e..ff99766dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2002-06-15 Gregory John Casamento * Source/NSOutlineView.m a number of improvements: - -setDelegate now uses the CHECK_REQUIRED macro to check + -setDataSource now uses the CHECK_REQUIRED macro to check for required methods instead of iterating over a list of strings. -expandItem:expandChildren: corrected bug which prevented the method from working correctly when expandChildren is YES.