From 54bd63733a54359763aae46b67c5e514a94aa83e Mon Sep 17 00:00:00 2001 From: Matt Rice Date: Tue, 17 Feb 2009 15:46:37 +0000 Subject: [PATCH] add comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27903 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 1 + EOControl/EOEditingContext.m | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4e7163c..26d5bde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2009-02-17 Matt Rice * EOControl/EOEditingContext.m: Revert last patch. + * EOControl/EOEditingContext.m: Add comment. 2009-02-17 Matt Rice diff --git a/EOControl/EOEditingContext.m b/EOControl/EOEditingContext.m index 428041b..41570c9 100644 --- a/EOControl/EOEditingContext.m +++ b/EOControl/EOEditingContext.m @@ -1515,6 +1515,8 @@ _mergeValueForKey(id obj, id value, //"Receive NSUndoManagerCheckpointNotification Notification - (void) _undoManagerCheckpoint: (NSNotification*)notification { + /* TODO Figure out when checkpoint notifications should cause the + editing context to process changes */ [self _processEndOfEventNotification: notification]; }