[LWN Logo]
[LWN.net]
Date: Tue, 17 Apr 2001 10:02:12 -0600
From: Adam Fedor <fedor@doc.com>
To: GNUstep Info <info-gnustep-just1@gnu.org>
Subject: GNUstep Weekly Update

This is a multi-part message in MIME format.
--------------FAC90B6610A56E5C1F26E67C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

See http://www.gnustep.org
--------------FAC90B6610A56E5C1F26E67C
Content-Type: text/plain; charset=us-ascii;
 name="weekly.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="weekly.txt"

Week ending 15 April 2001

I just commited some changes to the libraries. Frederic De Jaeger
submitted a wonderful patch to allow the GUI backends to be compiled as
a bundle, so you can switch between backends with a simple default.
Because of this there really is no need for the backend component of
LIBRARY_COMBO, so I removed it. Now LIBRARY_COMBO by default is just:

gnu-gnu-gnu

You can switch between backends using a user default 'GSBackend'. By
default it uses libgnustep-xgps, but to swtich to the dps backend do:

defaults write NSGlobalDomain GSBackend libgnustep-xdps

Try it out. It's really cool (perhaps it will be easier for people to
improve the DPS backend now?...). 


gnustep-make 

Default library-combo changed to gnu-gnu-gnu. Also fixes to get FreeBSD
working again.


gnustep-base (Foundation)

A few changes to make it easier to compile on Darwin. Still not there yet
though. Added some important DO and NSString bug fixes (memory leaks, etc).


gnustep-gui (AppKit)

Changes to allow backend to be loaded as a bundle.




--------------FAC90B6610A56E5C1F26E67C--