Re: [Gnustep-cvs] r27874 - in /libs/gui/trunk: ChangeLog Source/NSCell.m

2009-02-16 Thread Fred Kiefer
Gregory Casamento wrote: Author: gcasa Date: Mon Feb 16 01:31:23 2009 New Revision: 27874 URL: http://svn.gna.org/viewcvs/gnustep?rev=27874view=rev Log: * Source/NSCell.m: Change to implement 10.3 and later behavior for the method setStringValue: as documented in Apple's

Re: [Gnustep-cvs] r27874 - in /libs/gui/trunk: ChangeLog Source/NSCell.m

2009-02-16 Thread Gregory John Casamento
If Apple really allows non-String parameters to setStringValue: this is rather a bug then a feature. If you insist to add this to GNUstep, it is fine for me, but at least we should not break working GNUstep code for this. Since it is documented on their site I would not classify this as a bug.

gnustep-config script is within the GNUstep directory structure....

2009-02-16 Thread Gregory Casamento
My understanding of *-config scripts is that they are put into a standard place in order for applications or development scripts to be able to locate a given package. It doesn't really make sense that gnustep-config should live inside of the GNUstep directories since it's purpose is to help to

Re: [Gnustep-cvs] r27874 - in /libs/gui/trunk: ChangeLog Source/NSCell.m

2009-02-16 Thread Fred Kiefer
Fred Kiefer wrote: I make these changes and you can comment on them. It turned out that the patch I made had a big problem. :-) The new code in itself was correct, but there is a long standing bug in NSButtonCell #11946 (With a reference to the even older #4635). And as long as the setXXXTitle:

Re: [Gnustep-cvs] r27874 - in /libs/gui/trunk: ChangeLog Source/NSCell.m

2009-02-16 Thread Matt Rice
On Mon, Feb 16, 2009 at 11:43 PM, Fred Kiefer fredkie...@gmx.de wrote: Fred Kiefer wrote: I make these changes and you can comment on them. It turned out that the patch I made had a big problem. :-) The new code in itself was correct, but there is a long standing bug in NSButtonCell #11946