The two patches I sent in are still missing, I'll repost them if you like. The patches apply cleanly though with line offsets, the ChangeLog files obviously don't. I retested the edge bump and top of CVS fails, apply the patch and it fixes the problem. I have more details in the original e-mails.
Date: Sun, 1 Mar 2009 16:08:57 -0600 From: David Fries <[email protected]> To: [email protected] Subject: [PATCH] fix edge bump and window jump bug Date: Sat, 21 Mar 2009 18:27:39 -0500 From: David Fries <[email protected]> To: FVWM Workers <[email protected]> Subject: [PATCH] property notify performance Here's a patch to help people bootstrap from CVS, autoheader trips me up everytime. It doesn't have to go in INSTALL.fvwm, it could be INSTALL (or as I've seen others a `bootstrap.sh' ) but if it's available someplace it would be really helpful. -- David Fries <[email protected]> http://fries.net/~david/ (PGP encryption key available) Index: INSTALL.fvwm =================================================================== RCS file: /home/cvs/fvwm/fvwm/INSTALL.fvwm,v retrieving revision 1.62 diff -u -p -r1.62 INSTALL.fvwm --- INSTALL.fvwm 7 Aug 2007 20:17:42 -0000 1.62 +++ INSTALL.fvwm 4 Jan 2010 04:07:25 -0000 @@ -9,6 +9,17 @@ This file details only configuration opt read the generic instructions in INSTALL first. +Compiling from CVS +================== + +If the `configure' script isn't available run the following to rebuild it. +aclocal +autoheader +automake -a +autoconf +./configure + + Important Note! ===============
