diff --git a/ChangeLog b/ChangeLog
index 41712cb0bbf8715cddb0b944cdc50fd2e2b5d63f..2c49b801bcbc74a0be253d31d73ee28b5fccc07a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,98 @@
+2002-07-04  xfce
+
+	* src/client.c: [no log message]
+
+2002-07-04  xfce
+
+	* src/client.c: [no log message]
+
+2002-07-04  xfce
+
+	* src/: client.c, client.h: Allow move/resize of windows even in
+	maximized state
+
+2002-07-04  xfce
+
+	* config.guess, config.sub: config.guess and config.sub were
+	missing (??)
+
+2002-07-04  xfce
+
+	* src/: client.c, client.h, events.c: Remove maximize flag when the
+	client sends configureRequests
+
+2002-07-03  xfce
+
+	* Makefile.in, src/events.c, themes/redmondxp/close-active.xpm,
+	themes/redmondxp/close-inactive.xpm,
+	themes/redmondxp/close-pressed.xpm,
+	themes/redmondxp/hide-active.xpm,
+	themes/redmondxp/hide-inactive.xpm,
+	themes/redmondxp/hide-pressed.xpm,
+	themes/redmondxp/maximize-active.xpm,
+	themes/redmondxp/maximize-inactive.xpm,
+	themes/redmondxp/maximize-pressed.xpm,
+	themes/redmondxp/menu-active.xpm,
+	themes/redmondxp/menu-inactive.xpm,
+	themes/redmondxp/menu-pressed.xpm,
+	themes/redmondxp/shade-active.xpm,
+	themes/redmondxp/shade-inactive.xpm,
+	themes/redmondxp/shade-pressed.xpm,
+	themes/redmondxp/stick-active.xpm,
+	themes/redmondxp/stick-inactive.xpm,
+	themes/redmondxp/stick-pressed.xpm, themes/redmondxp/themerc:
+	Prevent focus change to dock and desktop windows in focus follow
+	mode, redesign button for redmondxp.
+
+2002-07-03  xfce
+
+	* Makefile.in, aclocal.m4, configure, defaults/Makefile.in,
+	src/Makefile.in, themes/Makefile.in, themes/agua/Makefile.in,
+	themes/coldsteel/Makefile.in, themes/crux/Makefile.in,
+	themes/cruxish/Makefile.in, themes/eazel-blue/Makefile.in,
+	themes/gorilla/Makefile.in, themes/gtk/Makefile.in,
+	themes/kde/Makefile.in, themes/kindaker/Makefile.in,
+	themes/linea/Makefile.in, themes/mofit/Makefile.in,
+	themes/next/Makefile.in, themes/oroborus/Makefile.in,
+	themes/platinum/Makefile.in, themes/quinx/Makefile.in,
+	themes/r9x/Makefile.in, themes/redmond/Makefile.in,
+	themes/redmondxp/Makefile.in, themes/slick/Makefile.in,
+	themes/slimline/Makefile.in, themes/trench/Makefile.in,
+	themes/xfce/Makefile.in: [no log message]
+
+2002-07-03  xfce
+
+	* xfwm4.spec.in: [no log message]
+
+2002-07-03  xfce
+
+	* Makefile.in, src/client.c, src/events.c, src/menu.c: Don't
+	constrait position (including initial placement) on docks and
+	desktop windows.
+
+2002-07-03  xfce
+
+	* xfwm4.spec.in: Add requirement for autoconf 2.52 in rpms spec
+	(BuildRequires).
+
+2002-07-03  xfce
+
+	* Makefile.in, acconfig.h, config.h.in, configure, configure.in:
+	Fix deprecated AC_DEFINE use and remove acconfig.h as it's
+	deprecated with automake 2.5x
+
+2002-07-02  xfce
+
+	* src/: client.c, events.c: Various cleanups
+
+2002-07-02  xfce
+
+	* src/client.c: Remove warnings at compile.
+
+2002-07-01  xfce
+
+	* ChangeLog: Update ChangeLog
+
 2002-07-01  xfce
 
 	* configure, configure.in, xfwm4.spec.in, themes/Makefile.am,
diff --git a/Makefile.in b/Makefile.in
index e327922894c128a3d7f7285c2af2b66c3539761d..5160bc1f153f451f12c7bae984ccb2d1689ad3d1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -99,9 +99,9 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 	install-exec-recursive installdirs-recursive install-recursive \
 	uninstall-recursive check-recursive installcheck-recursive
 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
-	Makefile.in NEWS TODO aclocal.m4 compile config.h.in configure \
-	configure.in depcomp install-sh missing mkinstalldirs \
-	xfwm4.spec.in
+	Makefile.in NEWS TODO aclocal.m4 compile config.guess \
+	config.h.in config.sub configure configure.in depcomp \
+	install-sh missing mkinstalldirs xfwm4.spec.in
 DIST_SUBDIRS = $(SUBDIRS)
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive