>From http://www.gnustep.org
Week ending 22 July 2000
The following changes are in the 0.6.6 branch unless otherwise noted.
gstep-base (Foundation)
Make gdomap as a C tool and improve its installation warning messages
Use __MINGW__ rather than __MINGW32__ throughout.
Add non-standard NSHost method for a host with all the IP addresses on the
current machine - changed NSPortNameServer and GSTcpPort to use it to
determine if an IP address belongs to the local host.
Various tidyups in NSArray, NSDictionary, NSSet, NSString (and others)
removing unused and non-standard methods, and providing optimised
implementations of some methods.
NSNumber fixed for portability issues with default signedness of chars.
Removed some redundant definitions in NSZone
Updated news and todo documentation
(MAIN BRANCH ONLY) gdomap (mostly) ported to MINGW32 and enhanced to
have new option to list all registered names known to the local name server.
(MAIN BRANCH ONLY) NSDecimal/NSDecimalNumber preliminary implementation -
use of GMP library (for great precision and speed) to follow
gstep-gui (AppKit frontend)
NSApplication - initialise backend when an application is initialised,
and do all initialisation in an autorelease pool.
News and todo updated in documentation
NSPrinter improved and more printer types added.
gstep-xdps (AppKit backend)
Implemented +waitAllContexts
Many places updated to use waitAllContexts for synchronisation.
gstep-xgps (AppKit backend)
Activate app on FocusIn - for clicking on title bar, and for
people perversely using focus-follows-mouse.
Compress adjacent mouse movements events for efficiency.
Set Motif window style hints to get borderless windows etc even if we are
not using WindowMaker as our window manager.
gstep-make (Makefiles package)
Fix to install C tools in machine/operating-system specific directory
rather than in the objc library-combo specific subdirectory.
Make PALETTE_INSTALL_DIR default to GNUSTEP_PALETTES if not set.
Use C version of which_lib.
Testing (GUI demo/test applications)
CurrencyConverter - fixed minimum size for window.
GSTest - fixed minimum sizes for windows.
Week ending 22 July 2000
The following changes are in the 0.6.6 branch unless otherwise noted.
- gstep-base (Foundation)
-
- Make gdomap as a C tool and improve its installation warning messages
- Use __MINGW__ rather than __MINGW32__ throughout.
- Add non-standard NSHost method for a host with all the IP addresses on the
current machine - changed NSPortNameServer and GSTcpPort to use it to
determine if an IP address belongs to the local host.
- Various tidyups in NSArray, NSDictionary, NSSet, NSString (and others)
removing unused and non-standard methods, and providing optimised
implementations of some methods.
- NSNumber fixed for portability issues with default signedness of chars.
- Removed some redundant definitions in NSZone
- Updated news and todo documentation
- (MAIN BRANCH ONLY) gdomap (mostly) ported to MINGW32 and enhanced to
have new option to list all registered names known to the local name server.
- (MAIN BRANCH ONLY) NSDecimal/NSDecimalNumber preliminary implementation -
use of GMP library (for great precision and speed) to follow
- gstep-gui (AppKit frontend)
-
- NSApplication - initialise backend when an application is initialised,
and do all initialisation in an autorelease pool.
- News and todo updated in documentation
- NSPrinter improved and more printer types added.
- gstep-xdps (AppKit backend)
-
- Implemented +waitAllContexts
- Many places updated to use waitAllContexts for synchronisation.
- gstep-xgps (AppKit backend)
-
- Activate app on FocusIn - for clicking on title bar, and for
people perversely using focus-follows-mouse.
- Compress adjacent mouse movements events for efficiency.
- Set Motif window style hints to get borderless windows etc even if we are
not using WindowMaker as our window manager.
- gstep-make (Makefiles package)
-
- Fix to install C tools in machine/operating-system specific directory
rather than in the objc library-combo specific subdirectory.
- Make PALETTE_INSTALL_DIR default to GNUSTEP_PALETTES if not set.
- Use C version of which_lib.
- Testing (GUI demo/test applications)
-
- CurrencyConverter - fixed minimum size for window.
- GSTest - fixed minimum sizes for windows.