Subject: CVS commit: pkgsrc/wm/windowmaker
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/05/2001 15:18:58
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Oct  5 12:18:58 UTC 2001

Modified Files:
	pkgsrc/wm/windowmaker: Makefile buildlink.mk distinfo
	pkgsrc/wm/windowmaker/patches: patch-aa patch-ab patch-ad
	pkgsrc/wm/windowmaker/pkg: PLIST

Log Message:
Update to 0.70.0, based on pkg/14157 by Geoff C. Wing, with some fixes
by me.

Changes are bugfixes, and the following:
- copy/paste launching in Dock
- internal code clean-up with notifications for window state change and other
  stuff
- removed the libPropList dependancy by adding property list handling
  code to WINGs. This code is not only better integrated with the other
  WINGs data structures, but it's also more robust. Also a backward
  compatibility header file is provided which maps old libPropList
  function names to the new WINGs based proplist names allowing old code
  to be linked to WINGs with minimal changes. For details on how to use
  the compat mode, read the comments on top of WINGs/WINGs/proplist-compat.h
  More details about this can be found in WINGs/ChangeLog and WINGs/NEWS.
  Say bye, bye libPropList =)
- rewrote all Window Maker code to use the new WINGs based proplist functions.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/wm/windowmaker/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/wm/windowmaker/buildlink.mk
cvs rdiff -r1.12 -r1.13 pkgsrc/wm/windowmaker/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/wm/windowmaker/patches/patch-aa
cvs rdiff -r1.7 -r1.8 pkgsrc/wm/windowmaker/patches/patch-ab
cvs rdiff -r1.6 -r1.7 pkgsrc/wm/windowmaker/patches/patch-ad
cvs rdiff -r1.7 -r1.8 pkgsrc/wm/windowmaker/pkg/PLIST

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