Subject: CVS commit: pkgsrc/devel/Gorm
To: None <pkgsrc-changes@NetBSD.org>
From: Rene Hexel <rh@netbsd.org>
List: pkgsrc-changes
Date: 09/27/2004 01:23:13
Module Name:	pkgsrc
Committed By:	rh
Date:		Mon Sep 27 01:23:13 UTC 2004
Modified Files:
	pkgsrc/devel/Gorm: Makefile PLIST distinfo
Log Message:
Update Gorm to 0.8.0.  Notable changes include:
   * New gorm file version.
   * Full custom palette support
   * Palette preferences panel to allow the user to configure palettes
     to load
   * Experimental: Standalone views.  This feature is to allow the use
     of a view without the need of a containing window.   This allows
     developers to treat these views as they would any other top level
     object in the .gorm file.  This is experimental functionality.
   * Improved NSTableColumn inspector.  The new inspector allows the
     user to change the data cell used for a given column.   This
     allows the user to select from a list of cell subclasses and set
     the appropriate custom or non-custom one they want to appear in
     that column of the table.
   * Improved layout of some of the inspectors.
   * Removed old class parser.  The parser was somewhat buggy and was
     actually causing some issues.  A new parser will be available in
     the next version of Gorm.  For now users will need to use the
     class inspector or the outline view to enter classes into Gorm.
   * Experimental: "File" section.  This is essentially a per-file
     preference which allows the user to control which version of
     GNUstep a given file will be compatible with.  It also lists the
     potential compatibility issues with the selected version.
   * Improved controls palette.  New items for some of the standard
     font replace the old "Title" widget which was a System-14 font.
     The new widgets use a selection of the standard System font to
     allow the user to easily build a gui using these and reducing the
     amount of time the user needs to spend fiddling with the font
     panel.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/Gorm/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/Gorm/PLIST pkgsrc/devel/Gorm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.