[Gnustep-cvs] r38831 - /libs/gui/branches/gnustep_testplant_branch/Source/NSFont.m

2015-07-22 Thread gna
Author: mlytwyn Date: Wed Jul 22 18:02:13 2015 New Revision: 38831 URL: http://svn.gna.org/viewcvs/gnustep?rev=38831view=rev Log: Fix missing font hack with defaults key GSDefaultForMissingFont set to font name to use Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSFont.m

[Gnustep-cvs] r38830 - /libs/sqlclient/trunk/SQLClientPool.m

2015-07-22 Thread rfm
Author: rfm Date: Wed Jul 22 17:41:58 2015 New Revision: 38830 URL: http://svn.gna.org/viewcvs/gnustep?rev=38830view=rev Log: don't re-use a connection if it is in a transaction Modified: libs/sqlclient/trunk/SQLClientPool.m Modified: libs/sqlclient/trunk/SQLClientPool.m URL:

[Gnustep-cvs] r38828 - /libs/gui/branches/gnustep_testplant_branch/Source/NSFont.m

2015-07-22 Thread gna
Author: mlytwyn Date: Wed Jul 22 17:23:04 2015 New Revision: 38828 URL: http://svn.gna.org/viewcvs/gnustep?rev=38828view=rev Log: Renable missing font hack Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSFont.m Modified:

[Gnustep-cvs] r38829 - /libs/gui/branches/gnustep_testplant_branch/Source/NSFont.m

2015-07-22 Thread gna
Author: mlytwyn Date: Wed Jul 22 17:40:43 2015 New Revision: 38829 URL: http://svn.gna.org/viewcvs/gnustep?rev=38829view=rev Log: Renable missing font hack with defaults key GSDefaultForMissingFont set to font name to use Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSFont.m

[Gnustep-cvs] r38825 - in /libs/base/trunk: ChangeLog Source/NSConcreteHashTable.m Source/NSConcreteMapTable.m

2015-07-22 Thread rfm
Author: rfm Date: Wed Jul 22 10:26:30 2015 New Revision: 38825 URL: http://svn.gna.org/viewcvs/gnustep?rev=38825view=rev Log: Fix for nonfragile-abi Modified: libs/base/trunk/ChangeLog libs/base/trunk/Source/NSConcreteHashTable.m libs/base/trunk/Source/NSConcreteMapTable.m Modified:

[Gnustep-cvs] r38826 - in /libs/sqlclient/trunk: ChangeLog SQLClient.h SQLClientPool.m

2015-07-22 Thread rfm
Author: rfm Date: Wed Jul 22 13:04:39 2015 New Revision: 38826 URL: http://svn.gna.org/viewcvs/gnustep?rev=38826view=rev Log: Internal reorganisation Modified: libs/sqlclient/trunk/ChangeLog libs/sqlclient/trunk/SQLClient.h libs/sqlclient/trunk/SQLClientPool.m [This mail would be

[Gnustep-cvs] r38832 - in /libs/gui/branches/gnustep_testplant_branch/Images: GNUmakefile NSActionTemplate.tiff

2015-07-22 Thread gna
Author: mlytwyn Date: Thu Jul 23 01:22:45 2015 New Revision: 38832 URL: http://svn.gna.org/viewcvs/gnustep?rev=38832view=rev Log: Add NSActionTemplate image Added: libs/gui/branches/gnustep_testplant_branch/Images/NSActionTemplate.tiff (with props) Modified:

[Gnustep-cvs] r38833 - /libs/gui/branches/gnustep_testplant_branch/Images/GNUmakefile

2015-07-22 Thread gna
Author: mlytwyn Date: Thu Jul 23 01:37:29 2015 New Revision: 38833 URL: http://svn.gna.org/viewcvs/gnustep?rev=38833view=rev Log: Oops - NSActionTemplate image name incorrect Modified: libs/gui/branches/gnustep_testplant_branch/Images/GNUmakefile Modified:

[Gnustep-cvs] r38827 - in /libs/sqlclient/trunk: ChangeLog SQLClient.h SQLClientPool.m testPostgres.m

2015-07-22 Thread rfm
Author: rfm Date: Wed Jul 22 14:45:21 2015 New Revision: 38827 URL: http://svn.gna.org/viewcvs/gnustep?rev=38827view=rev Log: first attempt at allowing re-use of a client by different code layers as long as they are in the same thread. Modified: libs/sqlclient/trunk/ChangeLog