From 81cc445c503dce29e97a4fbaaa5f12258e6118e0 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Mon, 24 Dec 2001 15:03:20 +0000 Subject: [PATCH] Allow copy as drag operation into NSTextView. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11892 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 62e7999a7..5d47bf09e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-12-24 Fred Kiefer + + * Source/NSTextView.m + [dragOperationForDraggingInfo:type:] added NSDragOperationCopy to + the valid drag actions. + 2001-12-23 Fred Kiefer * Source/NSTextView.m