[bug #26154] gopen using URLs produces strange NSTimer issue in Vespucci

2009-04-28 Thread Riccardo mottola
Update of bug #26154 (project gnustep): Status: Need Info => Fixed ___ Reply to this item at: ___ Me

[bug #26154] gopen using URLs produces strange NSTimer issue in Vespucci

2009-04-28 Thread Riccardo mottola
Follow-up Comment #4, bug #26154 (project gnustep): NSTimer bug was due to some local changes of mine, sorry for the noise. The latest fixes to NSURL and SimpleWebKit seemt o have solved the original bug. Gregory confirms ___ Reply to this

[bug #26154] gopen using URLs produces strange NSTimer issue in Vespucci

2009-04-28 Thread Riccardo mottola
Follow-up Comment #3, bug #26154 (project gnustep): 2009-04-28 22:31:00.972 Vespucci[3700] *** NSTimer ignoring exception 'NSInvalidArgumentException' (reason 'NSURL(instance) does not recognize length') raised during posting of timer with target 0x8356430 and selector 'fire' __

[bug #26361] NSCalendarDate %e format shows leading zeros

2009-04-28 Thread Doug Simons
Follow-up Comment #2, bug #26361 (project gnustep): Okay, here's an additional patch to NSCalendarDate that implements optional field widths for numeric fields in a date format. I believe this functionality is working the same as Cocoa's. You can supply a field width such as "%5d" which will left