From 8d42ee0bd4955aa462cde3272d4136da9f21cafd Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Wed, 27 Feb 2002 09:42:16 +0000 Subject: [PATCH] upport for mouse text selection in NSTextView git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12816 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 746152793..004563112 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2002-02-27 Fred Kiefer + + * Source/NSTextView.m + Added method [copySelection] and [pasteSelection] to put the + selected text in special pasteboard. The first gets called by + [setSelectedRange:affinity:stillSelecting:] while the later is + bound to [middleMouseUp:]. (This is hard coded, could the key + binding code handle this?) + +2002-02-27 Fred Kiefer + + Patch from Alexander Malmberg : + * Source/NSGraphicsContext.m + [graphicsContextWithAttributes] always autorelease the context. + Moved the unsetting of the current context from [dealloc] to + [destroyContext] otherwise the current context can never be freed. + * Source/NSApplication.m + Removed some now unneeded FIXME. + Wed Feb 27 01:03:58 2002 Gregory Casamento * Source/NSOutlineView.m implemented indentation and enabled