From e52094d50f9d7da969d0104f4f1ec5d2bc3c1c94 Mon Sep 17 00:00:00 2001 From: wim Date: Fri, 5 Mar 2004 11:17:33 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18778 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 982c91df0..e1bb5400a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-03-05 > + + * Source/NSCalendarDate.m ([NSCalendarDate -descriptionWithCalendarFormat:locale:]): + Fixed problem with repeated %b %B %b %B and the like. + Fixed problem with missing characters after unrecognixed modifiers. + Added support for %c %X and %x. + 2004-03-02 Adam Fedor * Source/NSCalendarDate.m (dayOfCommonEra): Make non-static.