ChangeLog for preceding commit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32164 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2011-02-14 22:12:21 +00:00
parent 92da3e62d0
commit d676944cd6

View file

@ -1,3 +1,10 @@
2011-02-14 Wolfgang Lux <wolfgang.lux@gmail.com>
* Source/NSWindow.m (-setContentView:): Fix bug where a stray view
could leak when changing the content view of a window. This view
then could make the title bar buttons inaccessible when -gui
handles window decorations.
2011-02-14 Wolfgang Lux <wolfgang.lux@gmail.com>
* Source/NSTabViewItem.m (-init, -initWithItemIdentifier:):