Fixed a problem in subclassing NSCalendarDate

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10796 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-08-28 22:13:15 +00:00
parent e313bf0389
commit 74d7131451

View file

@ -1,3 +1,11 @@
Mon Aug 28 23:45:15 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSCalendarDate.m ([+dateWithString:calendarFormat:]):
Call alloc on self, rather than on the hardcoded NSCalendarDate
class, so it works in subclasses.
([+dateWithString:calendarFormat:locale:]): Idem.
([+dateWithYear:month:day:hour:minute:second:timeZone:]): Idem.
2001-08-28 Georg Fleischmann <georg@vhf.de>
* base/Source/NSCalendarDate.m [NSCalendarDate