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

2009-02-21 Thread Fred Kiefer
Matt Rice wrote: On Mon, Feb 16, 2009 at 11:50 PM, Matt Rice ratm...@gmail.com wrote: 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

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

2009-02-17 Thread Matt Rice
On Mon, Feb 16, 2009 at 11:50 PM, Matt Rice ratm...@gmail.com wrote: 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

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

2009-02-17 Thread Fred Kiefer
Matt Rice wrote: On Mon, Feb 16, 2009 at 11:50 PM, Matt Rice ratm...@gmail.com wrote: 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

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
-dev@gnu.org Sent: Monday, February 16, 2009 11:39:35 AM Subject: Re: [Gnustep-cvs] r27874 - in /libs/gui/trunk: ChangeLog Source/NSCell.m I will provide example code which will illustrate that the change is correct. Please also look at the documentation on apple's site which explains what

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