For this week is now at http://www.gnustep.org
--
Adam Fedor, Digital Optics | Fudd's law of opposition: Push
[EMAIL PROTECTED] (http://www.doc.com) | something hard enough, and it
will
[EMAIL PROTECTED] (http://www.gnustep.org)| fall over.
Week ending 11 March 2000
- gstep-base (Foundation)
-
- GSDoc - updated DTD and gsdoc program for rigorous specification of the
standards that a method does (or does not) conform to.
- NSAttributedString - bugfixes, many and various.
- gstep-gui (AppKit frontend)
-
- A little NSView documentation added.
- NSWindow - coordinate conversion code corrected in (hopefully) all cases.
Implemented setLevel: method.
- Alert panels - rewrite to cope with extreme sizes of messages and titles.
- NSMenu - bugfix for finding index of item not in menu
- NSText - rich text font display added.
- GModel - many fixes and updates.
- NSPopUpButton - various sizing fixes.
- NSButtonCell - don't set continuous.
- NSSplitView - various fixes for odd glitches.
- NSView - new method 'removeSubview:' for subclasses to override if they
want to know about removal of a subview.
- NSApplication - order key window to front when activating app.
- Backend interaction - added methods for setting window titlebar state.
gstep-xgps (AppKit backend)
- Focus changing fixes.
- Window coordinate handling rewrite - many fixes.
NB. to avoid positioning glitches you need to update your copy of WindowMaker
from the CVS repository. The current CVS version of WindowMaker has new
features and bugfixes that the GNUstep backends now require.
- XGFont - copy method fixed.
Testing (Test/demo apps)
- New NSPanelTest program. A really impressive test to show off the layout
of alert panels under extreme conditions.
gsweb (WebObjects clone)
- GSWGenericContainer implemented.
- Minor bugfixes.