Subject: CVS commit: pkgsrc/wm/lwm
From: Adam Ciarcinski
Date: 2004-05-26 15:52:54
Message id: 20040526135254.BF22B2DA1D@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.7modifypkgsrc/wm/lwm/Makefile
1.3modifypkgsrc/wm/lwm/distinfo
1.2modifypkgsrc/wm/lwm/patches/patch-aa