ChageLog added entries.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5208 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Lazaro Saz 1999-11-16 22:47:55 +00:00
parent 198c3258a1
commit 4b2041572f

View file

@ -1,3 +1,24 @@
1999-11-16 David Lazaro Saz <khelekir@encomix.es>
* Source/NSMenu.m: Almost total rewrite of some of the parts. Added
all useful MacOS X Server changes.
* Source/NSMenuView.m: ditto.
* Source/NSMenuItem.m: Reimplemented to be compatible with MacOS X
Server. The online docs are wrong in respect to this class so the
changes were infered from a lot of different places.
* Source/NSMenuItemCell.m: Reimplemented to be just like another form
of NSButtonCell and comply with MacOS X Server specs changes.
* Source/NSApplication.m ([NSApplication -setMainMenu:]): Changes to
support changes in the menuing code.
* Source/GSServicesManager.m ([GSServicesManager -updateServicesMenu]):
Update for using new NSMenuItem code. This means that it does send a
submenu message instead of a target message to get the submenu.
* Headers/gnustep/gui/NSView.h: Added declaration for the
removeFromSuperviewWithoutNeedingDisplay method.
Tue Nov 16 10:49:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Source/NSView.m: Removed opaque-view optimisation in favour of