Fixes for adding an existing entry to the application's windows menu, and for

mouse down on tab views


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12612 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-20 23:14:27 +00:00
parent 9939bf19e0
commit 64818a9b0c

View file

@ -1,3 +1,12 @@
Wed Feb 20 20:57:32 2002 Michael Hanni <mhanni@yahoo.com>
* Source/NSApplication.m ([-changeWindowsItem:]): If the item in
question already exists we abort further processing.
* Source/NSTabView.m: ([-mouseDown:]): New method to fix problems
with NSSplitView interaction.
([-hitTest:]): Removed.
Wed Feb 20 19:15:58 2002 Nicola Pero <nicola@brainstorm.co.uk>
* Headers/gnustep/gui/GSMemoryPanel.h: New file.