Subject: CVS commit: pkgsrc/sysutils/GWLib
To: None <pkgsrc-changes@NetBSD.org>
From: Rene Hexel <rh@netbsd.org>
List: pkgsrc-changes
Date: 04/11/2004 03:16:36
Module Name:	pkgsrc
Committed By:	rh
Date:		Sun Apr 11 03:16:36 UTC 2004

Modified Files:
	pkgsrc/sysutils/GWLib: Makefile PLIST
Added Files:
	pkgsrc/sysutils/GWLib: buildlink3.mk

Log Message:
Update GWLib to 0.6.3.  Notable changes include:

    in -unselectNameEditor redraw the editor rect only if nameEditor
    exists in the subviews.

    -concludeRemoteFilesDragOperation: new method.

    added a NSNotificationQueue.

    added icons names.

    -sortedDirectoryContentsAtPath:
    -checkHiddenFiles:atPath:
    -setCachedMax:
    -addWatcherForPath:
    -removeWatcherForPath:
    -lockFiles:inDirectoryAtPath:
    -unLockFiles:inDirectoryAtPath:
    -isLockedPath:
    -existsAndIsDirectoryFileAtPath:
    -typeOfFileAt:
    -isPakageAtPath:
    -sortTypeForDirectoryAtPath:
    -setSortType:forDirectoryAtPath:
    -setDefSortType:
    -defSortType
    -setHideSysFiles:
    -hideSysFiles
    -iconForFile:ofType:
    -smallIconForFile:
    -smallIconForFiles:
    -smallHighlightIcon
    -setUseThumbnails:
    -imageExtensions
    all these methods have been moved in GWLib

    + (id)workspaceApp
    new method.

    in cutFileLabelText() new algo used.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/sysutils/GWLib/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/GWLib/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/GWLib/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.