Implemented activation of links when you click on them in NSTextView; do

not activate attachments on second or third click - only on the first


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11960 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-03 09:46:45 +00:00
parent e1f54eb120
commit c3014c2363

View file

@ -1,3 +1,10 @@
Thu Jan 3 07:35:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSTextView.m ([-mouseDown:]): Implemented activation of
links. (Patch written with Ludovic Marcotte <ludovic@sophos.ca>).
* Source/NSTextView.m ([-mouseDown:]): Only use the code for
clicks on attachments on the first click.
Tue Jan 1 21:06:32 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSScrollView.m ([-tile]): Allocate space for the rulers