Subject: CVS commit: pkgsrc/wm/lwm
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/26/2004 13:52:54
Module Name:	pkgsrc
Committed By:	adam
Date:		Wed May 26 13:52:54 UTC 2004

Modified Files:
	pkgsrc/wm/lwm: Makefile distinfo
	pkgsrc/wm/lwm/patches: patch-aa

Log Message:
Changes 1.2.0:

*	Fixed bug (reported by Eugene Wong) where resizing the top of
	a window would cause it to jump up several pixels. The height of
	the titlebar was not being considered when calculating mouse
	motion in reshaping_motionnotify().

*	Modified manage() to avoid autoplacing windows during
	initialisation.

*	Applied patch from Elliott that gives focus to new windows in
	click-to-focus mode.

*	Changed the buttonpress code in disp.c to ignore scroll wheel
	"clicks".

*	Modified Client_Remove so that, in click-to-focus mode, it
	refocuses on the most sensible window (either the top window,
	or the window that the closing window was a transient for).

*	Attempted to fix the edit placement bug by adding titleHeight()
	to the supplied X coordinate during a ConfigureRequest event,
	and not attempting to fix clients that don't supply a border
	width during a configure request.

*	Fixed fullscreen-mode bug where galeon windows appeared to jump
	up and to the left after the first click.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/wm/lwm/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/wm/lwm/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/wm/lwm/patches/patch-aa

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