Update for deprecating windows specific method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-10-30 12:51:25 +00:00
parent 7087d02211
commit 8c87fa2a6d

View file

@ -15,6 +15,11 @@
allocation/release.
* Source/win32/GSRunLoopWatcher.m: update header path.
* Source/win32/NSRunLoopWin32.m: update header path.
Deprecate addMsgTarget:withMethod:forMode: as our code for the original
addEvent:type:watcher:forMode: can be much more efficient if we don't
support that extension. We need to use addEvent:type:watcher:forMode:
if we want to implement NSMessagePort using windows messages.
if we don't support that as well as the o
* Source/win32/NSUserDefaultsWin32.m: update header path.
2005-10-29 Richard Frith-Macdonald <rfm@gnu.org>