set latest svn information in revstamp.h.  removed empty changelogs.
marked the current state as stable in _mingw.mac.h.

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/stable/v2.x@4535 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-crt/ChangeLog b/mingw-w64-crt/ChangeLog
index 50df87f..2c542c2 100644
--- a/mingw-w64-crt/ChangeLog
+++ b/mingw-w64-crt/ChangeLog
@@ -1,6 +1,10 @@
 2011-10-09  Ozkan Sezer  <sezeroz@gmail.com>
 
-	Merge from trunk rev. 4530:
+	* revstamp.h: Set latest information.
+
+2011-10-09  Ozkan Sezer  <sezeroz@gmail.com>
+
+	Merge from trunk rev.4530:
 	2011-10-08  Kai Tietz  <ktietz@redhat.com>
 	* misc/wcrtomb.c: Fix an inlining bug occuring with newer gcc.
 	This can go away if bug on gcc side is fixed.
diff --git a/mingw-w64-crt/lib64/ChangeLog b/mingw-w64-crt/lib64/ChangeLog
deleted file mode 100644
index e69de29..0000000
--- a/mingw-w64-crt/lib64/ChangeLog
+++ /dev/null
diff --git a/mingw-w64-crt/lib64/ChangeLog-2009 b/mingw-w64-crt/lib64/ChangeLog-2009
deleted file mode 100644
index 6258201..0000000
--- a/mingw-w64-crt/lib64/ChangeLog-2009
+++ /dev/null
@@ -1,19 +0,0 @@
-2007-08-14  NightStrike  <nightstrike@gmail.com>
-
-	* Makefile: PR/1771725 remove ../include references and
-	clean up install uninstall..
-
-2007-07-25  NightStrike  <nightstrike@gmail.com>
-
-	* Makefile: Replace EXE by EXEEXT as autoconf defines it.
-	Replace "/usr/local" by $(prefix).
-	Correct EXTA_INCLUDE.
-
-2007-07-15  Kai Tietz  <kai.tietz@onevision.com>
-
-	* Contributed initial crt set.
-
-
-Local Variables:
-version-control: never
-End:
diff --git a/mingw-w64-crt/lib64/ChangeLog.2010 b/mingw-w64-crt/lib64/ChangeLog.2010
deleted file mode 100644
index e69de29..0000000
--- a/mingw-w64-crt/lib64/ChangeLog.2010
+++ /dev/null
diff --git a/mingw-w64-crt/libce/ChangeLog b/mingw-w64-crt/libce/ChangeLog
index e69de29..f9f717c 100644
--- a/mingw-w64-crt/libce/ChangeLog
+++ b/mingw-w64-crt/libce/ChangeLog
@@ -0,0 +1,9 @@
+2009-02-18  Vincent Richomm  <forumer@smartmobili.com>
+
+	* Add import libraries extracted from WM5
+	On wince,import is generally done by ordinal  
+
+
+Local Variables:
+version-control: never
+End:
diff --git a/mingw-w64-crt/libce/ChangeLog-2009 b/mingw-w64-crt/libce/ChangeLog-2009
deleted file mode 100644
index f9f717c..0000000
--- a/mingw-w64-crt/libce/ChangeLog-2009
+++ /dev/null
@@ -1,9 +0,0 @@
-2009-02-18  Vincent Richomm  <forumer@smartmobili.com>
-
-	* Add import libraries extracted from WM5
-	On wince,import is generally done by ordinal  
-
-
-Local Variables:
-version-control: never
-End:
diff --git a/mingw-w64-crt/libce/ChangeLog.2010 b/mingw-w64-crt/libce/ChangeLog.2010
deleted file mode 100644
index e69de29..0000000
--- a/mingw-w64-crt/libce/ChangeLog.2010
+++ /dev/null
diff --git a/mingw-w64-crt/revstamp.h b/mingw-w64-crt/revstamp.h
index bab0fde..93bb0cb 100644
--- a/mingw-w64-crt/revstamp.h
+++ b/mingw-w64-crt/revstamp.h
@@ -1,4 +1,4 @@
 /* Do not edit. Autogenerated.  */
-#define __MINGW_W64_REV	"4526"
-#define __MINGW_W64_REV_STAMP "2011-10-04"
+#define __MINGW_W64_REV	"4535"
+#define __MINGW_W64_REV_STAMP "2011-10-09"
 
diff --git a/mingw-w64-headers/ChangeLog b/mingw-w64-headers/ChangeLog
index e69de29..51c0bf3 100644
--- a/mingw-w64-headers/ChangeLog
+++ b/mingw-w64-headers/ChangeLog
@@ -0,0 +1,181 @@
+2010-09-27  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* configure.ac (BASEHEAD_LIST): Remove include/*.c.
+	* configure: Regenerate.
+
+2010-09-26  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* Makefile.am (EXTRA_HEADERS): Remove include/*.c
+	* Makefile.in: Regenerate.
+
+2010-09-10  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* Fix up configury after mingw_inc to psdk rename.
+
+2010-07-18  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* crt/complex.h: Make inlines available only if math.h included.
+
+2010-06-22  Jacek Caban  <jacek@codeweavers.com>
+
+	* Makefile.am, configure.am: Added support for IDL SDK.
+	* Makefile.in, configure: Regenerated.
+
+2010-05-28  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* Moved signal.h and wctype.h from include to under crt/ which is
+	where they belong.
+
+2010-05-23  Jarrod Chesney  <jarrod.chesney@gmail.com>
+
+	* Patch comutil.h, comip.h and comdef.h to compile with GNU GCC
+	in trunk/mingw-w64-headers. This is required for __uuidof support.
+
+2010-05-23  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* Makefile.am: Rename wshelperheaddir to mingwhelperheaddir,
+	rename WSHELPERHEAD_LIST to MINGWHELPERHEAD_LIST.
+	* configure.ac: Rename WSHELPERHEAD_LIST to MINGWHELPERHEAD_LIST.
+	* configure: Regenerated.
+	* Makefile.in: Regenerated.
+
+2010-05-23  Kai Tietz  <kai.tietz@onevision.com>
+
+	* configure.ac, Makefile.am: Rename _ws_helper to mingw_inc.
+	* Makefile.in, configure: Regenerated.
+
+2010-05-23  Doug Semler <dougsemler@gmail.com>
+
+	* configure.ac: Set WSHELPERHEAD_LIST to headers in _ws_helpers
+	subdirectory and AC_SUBST for Makefile.in.
+	* Makefile.am: Add _ws_helpers headers to EXTRA_HEADERS.
+	Set up wshelperheaddir as subdirectory of base include directory.
+	Install WSHELPERHEAD_LIST headers from configure into wshelperhead
+	directory.
+	* configure: Regenerate.
+	* Makefile.in: Regenerate.
+
+2010-02-11  Kai Tietz  <kai.tietz@onevision.com>
+
+	* include/process.h: Moved away into
+	* crt/process.h: new loaction.
+	* Makefile.am: Add crt/process.h header.
+
+2010-02-10  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* include/winuser.h (CloseTouchInputHandle): New API missed in
+	revision 1530.
+	(GetTouchInputInfo): Likewise.
+
+	* include/winuser.h (PBT_POWERSETTINGCHANGE): Define for
+	_WIN32_WINNT >= 0x0600.
+
+2010-02-10  Kai Tietz  <kai.tietz@onevision.com>
+
+	* include/shlguid.h: Reduce required _WIN32_IE to >= 0x0500.
+	This isn't really correct, but to make it compatible to commctrl.h
+	we have to change it here, too.
+	* include/shlobj.h: Likewise.
+	* include/winuser.h (POWERBROADCAST_SETTING): New type.
+	(PPOWERBROADCAST_SETTING): Likewise.
+	(RegisterPowerSettingNotification): New API.
+	(UnregisterPowerSettingNotification): Likewise.
+
+2010-01-25  Mook <mook.gcc@gmail.com>
+
+	* include/wincrypt.h: Comment out CERT_ALT_NAME_ENTRY::x400Address.
+
+2010-01-24  NightStrike <NightStrike@gmail.com>
+
+	* include/wincrypt.h: Update to w32api 3.11 upstream.
+	* include/w32api.h: Update w32api compatibility version number to
+	3.11.
+
+2010-01-23  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* Makefile.am: Add _mingw_ddk.h install rule.
+	* ddk/include/sdks/_mingw_ddk.h: Removed.
+	* crt/sdks/_mingw_ddk.h.in: New.
+	* defaults/generate.sh: Add defaults for _mingw_ddk.h.
+	* defaults/include/sdks/_mingw_ddk.h: New.
+	* Makefile.in: Regenerated.
+	* configure: Regenerated.
+
+2010-01-18  Roland Schwingel  <roland.schwingel@onevision.com>
+
+	* include/winternl.h (NtQueryInformationFile): Declare function.
+	(NTQueryObject): Likewise.
+	(FILE_INFORMATION_CLASS): Filled with all known definitions.
+	(FILE_ALL_INFORMATION): Define struct.
+	(FILE_PIPE_LOCAL_INFORMATION): Likewise.
+	(FILE_MAILSLOT_SET_INFORMATION): Likewise.
+	(FILE_MAILSLOT_QUERY_INFORMATION): Likewise.
+	(FILE_ATTRIBUTE_TAG_INFORMATION): Likewise.
+	(FILE_STREAM_INFORMATION): Likewise.
+	(FILE_MODE_INFORMATION): Likewise.
+	(FILE_FULL_EA_INFORMATION): Likewise.
+	(FILE_END_OF_FILE_INFORMATION): Likewise.
+	(FILE_ALLOCATION_INFORMATION): Likewise.
+	(FILE_ALIGNMENT_INFORMATION): Likewise.
+	(FILE_POSITION_INFORMATION): Likewise.
+	(FILE_DISPOSITION_INFORMATION): Likewise.
+	(FILE_NAMES_INFORMATION): Likewise.
+	(FILE_RENAME_INFORMATION): Likewise.
+	(FILE_NAME_INFORMATION): Likewise.
+	(FILE_POSITION_INFORMATION): Likewise.
+	(FILE_ACCESS_INFORMATION): Likewise.
+	(FILE_EA_INFORMATION): Likewise.
+	(FILE_INTERNAL_INFORMATION): Likewise.
+	(FILE_ACCESS_INFORMATION): Likewise.
+	(FILE_STANDARD_INFORMATION): Likewise.
+	(FILE_BASIC_INFORMATION): Likewise.
+	(FILE_ID_BOTH_DIRECTORY_INFORMATION): Likewise.
+	(FILE_BOTH_DIRECTORY_INFORMATION): Likewise.
+	(FILE_ID_FULL_DIRECTORY_INFORMATION): Likewise.
+	(FILE_FULL_DIRECTORY_INFORMATION): Likewise.
+	(FILE_NETWORK_OPEN_INFORMATION): Likewise.
+	(FILE_DIRECTORY_INFORMATION): Likewise.
+	(OBJECT_DATA_INFORMATION): Likewise.
+	(OBJECT_BASIC_INFORMATION): Likewise.
+	(OBJECT_NAME_INFORMATION): Likewise.
+	(OBJECT_TYPE_INFORMATION): Likewise.
+	(OBJECT_ALL_INFORMATION): Likewise.
+	(OBJECT_INFORMATION_CLASS): Define enum.
+	(OBJECT_ATTRIBUTES): Reformat.
+
+2010-01-15  Kai Tietz  <kai.tietz@onevision.com>
+	    Ozkan Sezer  <sezeroz@gmail.com>
+
+	* include/: Change DISCLAIMER to DISCLAIMER.PD.
+	* crt/: Change DISCLAIMER to DISCLAIMER.PD.
+
+2010-01-15  Philippe Dunski  <koala01@free.fr>
+
+	* crt/stdlib.h (rand_s): New prototype.
+
+2010-01-15  Kai Tietz  <kai.tietz@onevision.com>
+
+	* COPYING: Change license to ZPL 2.1.
+
+2010-01-12  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* mingw-w64-headers/dirent.h: synchronized with the mingw.org version
+	for correct operation with mingw-3.1x version requirements.
+	* mingw-w64-crt/misc/dirent.c: reverted revision 76 change for bug
+	#1801043, not valid any longer. (do we manually need to copy that
+	field???)
+
+2010-01-04  Roland Schwingel  <roland.schwingel@onevision.com>
+
+	* include/winternal.h (SYSTEM_HANDLE_INFORMATION): New structure.
+	(SYSTEM_HANDLE_ENTRY): Likewise.
+	(SYSTEM_INFORMATION_CLASS): Add SystemHandleInformation.
+	(SYSTEM_PROCESS_INFORMATION): Improve member information according to
+	information found in msdn.
+
+2010-01-04  Kai Tietz  <kai.tietz@onevision.com>
+
+	* crt/_mingw.h (__int128): Guard typedef by
+	__SIZEOF_INT128__ to support upcoming __int128 type
+	support of gcc 4.6 version.
+
diff --git a/mingw-w64-headers/ChangeLog.2010 b/mingw-w64-headers/ChangeLog.2010
deleted file mode 100644
index 51c0bf3..0000000
--- a/mingw-w64-headers/ChangeLog.2010
+++ /dev/null
@@ -1,181 +0,0 @@
-2010-09-27  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* configure.ac (BASEHEAD_LIST): Remove include/*.c.
-	* configure: Regenerate.
-
-2010-09-26  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* Makefile.am (EXTRA_HEADERS): Remove include/*.c
-	* Makefile.in: Regenerate.
-
-2010-09-10  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* Fix up configury after mingw_inc to psdk rename.
-
-2010-07-18  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* crt/complex.h: Make inlines available only if math.h included.
-
-2010-06-22  Jacek Caban  <jacek@codeweavers.com>
-
-	* Makefile.am, configure.am: Added support for IDL SDK.
-	* Makefile.in, configure: Regenerated.
-
-2010-05-28  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* Moved signal.h and wctype.h from include to under crt/ which is
-	where they belong.
-
-2010-05-23  Jarrod Chesney  <jarrod.chesney@gmail.com>
-
-	* Patch comutil.h, comip.h and comdef.h to compile with GNU GCC
-	in trunk/mingw-w64-headers. This is required for __uuidof support.
-
-2010-05-23  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* Makefile.am: Rename wshelperheaddir to mingwhelperheaddir,
-	rename WSHELPERHEAD_LIST to MINGWHELPERHEAD_LIST.
-	* configure.ac: Rename WSHELPERHEAD_LIST to MINGWHELPERHEAD_LIST.
-	* configure: Regenerated.
-	* Makefile.in: Regenerated.
-
-2010-05-23  Kai Tietz  <kai.tietz@onevision.com>
-
-	* configure.ac, Makefile.am: Rename _ws_helper to mingw_inc.
-	* Makefile.in, configure: Regenerated.
-
-2010-05-23  Doug Semler <dougsemler@gmail.com>
-
-	* configure.ac: Set WSHELPERHEAD_LIST to headers in _ws_helpers
-	subdirectory and AC_SUBST for Makefile.in.
-	* Makefile.am: Add _ws_helpers headers to EXTRA_HEADERS.
-	Set up wshelperheaddir as subdirectory of base include directory.
-	Install WSHELPERHEAD_LIST headers from configure into wshelperhead
-	directory.
-	* configure: Regenerate.
-	* Makefile.in: Regenerate.
-
-2010-02-11  Kai Tietz  <kai.tietz@onevision.com>
-
-	* include/process.h: Moved away into
-	* crt/process.h: new loaction.
-	* Makefile.am: Add crt/process.h header.
-
-2010-02-10  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* include/winuser.h (CloseTouchInputHandle): New API missed in
-	revision 1530.
-	(GetTouchInputInfo): Likewise.
-
-	* include/winuser.h (PBT_POWERSETTINGCHANGE): Define for
-	_WIN32_WINNT >= 0x0600.
-
-2010-02-10  Kai Tietz  <kai.tietz@onevision.com>
-
-	* include/shlguid.h: Reduce required _WIN32_IE to >= 0x0500.
-	This isn't really correct, but to make it compatible to commctrl.h
-	we have to change it here, too.
-	* include/shlobj.h: Likewise.
-	* include/winuser.h (POWERBROADCAST_SETTING): New type.
-	(PPOWERBROADCAST_SETTING): Likewise.
-	(RegisterPowerSettingNotification): New API.
-	(UnregisterPowerSettingNotification): Likewise.
-
-2010-01-25  Mook <mook.gcc@gmail.com>
-
-	* include/wincrypt.h: Comment out CERT_ALT_NAME_ENTRY::x400Address.
-
-2010-01-24  NightStrike <NightStrike@gmail.com>
-
-	* include/wincrypt.h: Update to w32api 3.11 upstream.
-	* include/w32api.h: Update w32api compatibility version number to
-	3.11.
-
-2010-01-23  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* Makefile.am: Add _mingw_ddk.h install rule.
-	* ddk/include/sdks/_mingw_ddk.h: Removed.
-	* crt/sdks/_mingw_ddk.h.in: New.
-	* defaults/generate.sh: Add defaults for _mingw_ddk.h.
-	* defaults/include/sdks/_mingw_ddk.h: New.
-	* Makefile.in: Regenerated.
-	* configure: Regenerated.
-
-2010-01-18  Roland Schwingel  <roland.schwingel@onevision.com>
-
-	* include/winternl.h (NtQueryInformationFile): Declare function.
-	(NTQueryObject): Likewise.
-	(FILE_INFORMATION_CLASS): Filled with all known definitions.
-	(FILE_ALL_INFORMATION): Define struct.
-	(FILE_PIPE_LOCAL_INFORMATION): Likewise.
-	(FILE_MAILSLOT_SET_INFORMATION): Likewise.
-	(FILE_MAILSLOT_QUERY_INFORMATION): Likewise.
-	(FILE_ATTRIBUTE_TAG_INFORMATION): Likewise.
-	(FILE_STREAM_INFORMATION): Likewise.
-	(FILE_MODE_INFORMATION): Likewise.
-	(FILE_FULL_EA_INFORMATION): Likewise.
-	(FILE_END_OF_FILE_INFORMATION): Likewise.
-	(FILE_ALLOCATION_INFORMATION): Likewise.
-	(FILE_ALIGNMENT_INFORMATION): Likewise.
-	(FILE_POSITION_INFORMATION): Likewise.
-	(FILE_DISPOSITION_INFORMATION): Likewise.
-	(FILE_NAMES_INFORMATION): Likewise.
-	(FILE_RENAME_INFORMATION): Likewise.
-	(FILE_NAME_INFORMATION): Likewise.
-	(FILE_POSITION_INFORMATION): Likewise.
-	(FILE_ACCESS_INFORMATION): Likewise.
-	(FILE_EA_INFORMATION): Likewise.
-	(FILE_INTERNAL_INFORMATION): Likewise.
-	(FILE_ACCESS_INFORMATION): Likewise.
-	(FILE_STANDARD_INFORMATION): Likewise.
-	(FILE_BASIC_INFORMATION): Likewise.
-	(FILE_ID_BOTH_DIRECTORY_INFORMATION): Likewise.
-	(FILE_BOTH_DIRECTORY_INFORMATION): Likewise.
-	(FILE_ID_FULL_DIRECTORY_INFORMATION): Likewise.
-	(FILE_FULL_DIRECTORY_INFORMATION): Likewise.
-	(FILE_NETWORK_OPEN_INFORMATION): Likewise.
-	(FILE_DIRECTORY_INFORMATION): Likewise.
-	(OBJECT_DATA_INFORMATION): Likewise.
-	(OBJECT_BASIC_INFORMATION): Likewise.
-	(OBJECT_NAME_INFORMATION): Likewise.
-	(OBJECT_TYPE_INFORMATION): Likewise.
-	(OBJECT_ALL_INFORMATION): Likewise.
-	(OBJECT_INFORMATION_CLASS): Define enum.
-	(OBJECT_ATTRIBUTES): Reformat.
-
-2010-01-15  Kai Tietz  <kai.tietz@onevision.com>
-	    Ozkan Sezer  <sezeroz@gmail.com>
-
-	* include/: Change DISCLAIMER to DISCLAIMER.PD.
-	* crt/: Change DISCLAIMER to DISCLAIMER.PD.
-
-2010-01-15  Philippe Dunski  <koala01@free.fr>
-
-	* crt/stdlib.h (rand_s): New prototype.
-
-2010-01-15  Kai Tietz  <kai.tietz@onevision.com>
-
-	* COPYING: Change license to ZPL 2.1.
-
-2010-01-12  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* mingw-w64-headers/dirent.h: synchronized with the mingw.org version
-	for correct operation with mingw-3.1x version requirements.
-	* mingw-w64-crt/misc/dirent.c: reverted revision 76 change for bug
-	#1801043, not valid any longer. (do we manually need to copy that
-	field???)
-
-2010-01-04  Roland Schwingel  <roland.schwingel@onevision.com>
-
-	* include/winternal.h (SYSTEM_HANDLE_INFORMATION): New structure.
-	(SYSTEM_HANDLE_ENTRY): Likewise.
-	(SYSTEM_INFORMATION_CLASS): Add SystemHandleInformation.
-	(SYSTEM_PROCESS_INFORMATION): Improve member information according to
-	information found in msdn.
-
-2010-01-04  Kai Tietz  <kai.tietz@onevision.com>
-
-	* crt/_mingw.h (__int128): Guard typedef by
-	__SIZEOF_INT128__ to support upcoming __int128 type
-	support of gcc 4.6 version.
-
diff --git a/mingw-w64-headers/crt/_mingw_mac.h b/mingw-w64-headers/crt/_mingw_mac.h
index e5f0120..f8d40c3 100644
--- a/mingw-w64-headers/crt/_mingw_mac.h
+++ b/mingw-w64-headers/crt/_mingw_mac.h
@@ -13,7 +13,7 @@
 #define __MINGW64_VERSION_MAJOR	2
 #define __MINGW64_VERSION_MINOR	0
 #define __MINGW64_VERSION_STR	__MINGW64_STRINGIFY(__MINGW64_VERSION_MAJOR) "." __MINGW64_STRINGIFY(__MINGW64_VERSION_MINOR)
-#define __MINGW64_VERSION_STATE	"rc4"
+#define __MINGW64_VERSION_STATE	"stable"
 
 /* mingw.org's version macros: these make gcc to define
    MINGW32_SUPPORTS_MT_EH and to use the _CRT_MT global
diff --git a/mingw-w64-headers/direct-x/ChangeLog b/mingw-w64-headers/direct-x/ChangeLog
index e69de29..53902ec 100644
--- a/mingw-w64-headers/direct-x/ChangeLog
+++ b/mingw-w64-headers/direct-x/ChangeLog
@@ -0,0 +1,367 @@
+2010-09-20  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* d3dtypes.h, d3d8types.h, d3d9types.h (D3DCLEAR_TARGET): Remove
+	the guard.
+	(D3DCLEAR_ZBUFFER, D3DCLEAR_STENCIL): Likewise.
+
+2010-08-07  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* Sync with Wine release 1.2.0.
+	* d3d10shader.h: Fix some defines (parts from wine git commit
+	a9e792d6d342c8a68f8802b549fd50de11f77153)
+	* xinput.h: Fix typo in comment.
+
+2010-08-06  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* d3dtypes.h (LPD3DVECTOR): Guard.
+	* d3d8types.h (D3DVECTOR): Guard.
+
+2010-08-04  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* d3dtypes.h, d3d8types.h, d3d9types.h (D3DCLEAR_TARGET): Guard.
+	(D3DCLEAR_ZBUFFER, D3DCLEAR_STENCIL): Likewise.
+
+	* d3d8types.h, d3d9types.h (D3DMULTISAMPLE_FORCE_DWORD): Fix as
+	0x7fffffff.
+
+	* d3d.h (INTERFACE, IDirect3D): Undef INTERFACE before IDirect3D.
+
+	* d3dhal.h (D3DDEVICEDESC_V1): Change BOOL to WINBOOL.
+	(LPD3DHAL_GLOBALDRIVERDATA): Guard.
+	(LPD3DHAL_CALLBACKS): Guard.
+	(D3DHAL_DP2OPERATION): Remove the D3DDP2OP_RESERVED0 and D3DDP2OP_EXT
+	enumerated values which are not documented anymore.
+
+	* dinput.h: Add proper DIRECTINPUT_VERSION guards.
+
+	* dinput.h: Add DIPROPCALPOV, from an old patch submitted to Wine:
+	http://www.winehq.org/pipermail/wine-patches/2004-September/012790.html
+
+	* dinput.h: Add DIPROPPOINTER, from an old patch submitted to Wine:
+	http://www.winehq.org/pipermail/wine-patches/2004-September/012790.html
+	also see MSDN:
+	http://msdn.microsoft.com/en-us/library/ee416867(VS.85).aspx
+
+	* dinput.h: Add DIPROPCPOINTS, see MSDN:
+	http://msdn.microsoft.com/en-us/library/ee416867(VS.85).aspx
+
+	* dinput.h: Add missing constants required for dxdiag from r/os
+	svn@33119:
+	(DIPROP_CALIBRATION): Restrict to DIRECTINPUT_VERSION >= 0x050a.
+	(DIPROP_GUIDANDPATH): Likewise.
+	(DIPROP_INSTANCENAME): New for DIRECTINPUT_VERSION >= 0x050a.
+	(DIPROP_PRODUCTNAME): Likewise.
+	(DIPROP_JOYSTICKID): New for DIRECTINPUT_VERSION >= 0x05B2.
+	(DIPROP_GETPORTDISPLAYNAME): Likewise.
+	(DIPROP_PHYSICALRANGE): New for DIRECTINPUT_VERSION >= 0x0700.
+	(DIPROP_LOGICALRANGE): Likewise.
+	(DIPROP_KEYNAME): Restrict to DIRECTINPUT_VERSION >= 0x0800.
+	(DIPROP_CPOINTS): New for DIRECTINPUT_VERSION >= 0x0800.
+	(DIPROP_APPDATA): Likewise.
+	(DIPROP_SCANCODE): Likewise.
+	(IPROP_VIDPID): Likewise.
+	(DIPROP_USERNAME): Likewise.
+	(DIPROP_TYPENAME): Likewise.
+
+	* dsound.h (DSBNOTIFICATIONS_MAX): Define as 100000UL.
+	(INTERFACE, IDirectSound): Undef INTERFACE before IDirectSound.
+
+	* ddraw.h (DDARGB, DDRGBA): Add from MSDN,
+	http://msdn.microsoft.com/en-us/library/aa921041.aspx
+
+2010-08-04  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* ddrawi.h (DDSCAPSEX): Move from here ...
+	* ddraw.h (DDSCAPSEX):  ...  to here.
+	(DDSCAPS2): Update the reserved dwCaps4 field acc. to MSDN :
+	http://msdn.microsoft.com/en-us/library/ff550292(VS.85).aspx
+
+2010-08-04  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* ddrawi.h: VIDMEM_ISDISABLED is the wrong macro name, it should be
+	VIDMEM_HEAPDISABLED according to MSDN:
+	http://msdn.microsoft.com/en-us/library/ff570171(VS.85).aspx
+
+2010-08-02  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* _mingw_dxhelper.h: Sync with latest _mingw.h changes:
+	(NONAMELESSUNION): If the compiler is MSVC and the MS extensions are
+	disabled, define it.
+	(DUMMYUNIONNAMEX): Remove, not used or needed.
+	(DUMMYSTRUCTNAMEX): Likewise.
+	(DUMMYUNIONNAME1): Add a note that only Wine uses this variant.
+	(DUMMYSTRUCTNAME1): Likewise.
+	(DUMMYUNIONNAME6): Define.
+	(DUMMYUNIONNAME7): Define.
+	(DUMMYUNIONNAME8): Define.
+	(DUMMYUNIONNAME9): Define.
+
+2010-07-30  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* _mingw_dxhelper.h (NONAMELESSSTRUCT, NONAMELESSUNION): If one is
+	defined make sure the other is defined, too. Fixes the mess caused
+	by NONAMELESSSTRUCT which isn't used by any others, so just rely on
+	NONAMELESSUNION.
+
+	mingw.org compatibility macros for anonymous unions from _mingw.h:
+	(_ANONYMOUS_UNION): New.
+	(_ANONYMOUS_STRUCT): New.
+	(_UNION_NAME): New.
+	(_STRUCT_NAME): New.
+	(__ANONYMOUS_DEFINED): New, guarding the above.
+
+2010-07-04  Ozkan Sezer <sezeroz@gmail.com>
+
+	* dmdls.h (_DMUS_REGION): WLOOP is typedef'ed as struct _rloop in
+	dls1.h. Changed type of WLOOP[1] from WLOOP to struct _rloop for
+	__cplusplus compatibility.
+
+2010-06-24  Ozkan Sezer <sezeroz@gmail.com>
+
+	* d3dx9.h: Update from wine svn.
+
+2010-06-23  Ozkan Sezer <sezeroz@gmail.com>
+
+	* _mingw_dxhelper.h: Update DUMMYSTRUCTNAME* macros from _mingw.h.
+	* ddraw.h (MAKEFOURCC): Change ifdef guard from __MAKEFOURCC__DEFINED__
+	to simply MAKEFOURCC.
+	* d3d9types.h (MAKEFOURCC): Likewise.
+	* d3d8types.h (MAKEFOURCC): Add ifdef guards.
+
+2010-06-22  Jacek Caban  <jacek@codeweavers.com>
+	* d3d10.h, d3d10.idl, d3deffect.h, d3d10misc.h, d3d10shader.h: Initial
+	import from Wine.
+	* dxgi.h, dxgi.idl, dxgitype.h, dxgitype.idl, xinput.h: Likewise.
+
+2010-06-22  Jacek Caban  <jacek@codeweavers.com>
+
+	* downloadmgr.idl, downloadmgr.h: Move to IDL SDK.
+
+2010-06-21  Jonathan Yong  <jon_y@sourceforge.net>
+
+	Silence some warnings
+	* d3d9types.h (MAKEFOURCC): Guard with __MAKEFOURCC__DEFINED__
+	ifdefs.
+	* ddraw.h (MAKEFOURCC): Likewise.
+	(INTERFACE, IDirectDrawPalette): Undef INTERFACE before
+	IDirectDrawPalette
+	* d3d9.h (INTERFACE, IDirect3D9): Undef INTERFACE before IDirect3D9.
+	* dvdmedia.h (MPEG2VIDEOINFO): Add new structure.
+
+2010-06-14  Ozkan Sezer <sezeroz@gmail.com>
+
+	* ddraw.h: Define __DDRAW_INCLUDED__ for compatibility.
+	* dinput.h: Define __DINPUT_INCLUDED__ for compatibility.
+	* dsconf.h: Define __DSCONF_INCLUDED__ for compatibility.
+	* dsound.h: Define __DSOUND_INCLUDED__ for compatibility.
+
+2010-06-12  Ozkan Sezer <sezeroz@gmail.com>
+
+	* _mingw_dxhelper.h: Update DUMMYSTRUCTNAME* macros from _mingw.h.
+	* amvideo.h, d3dx9core.h, d3dx9tex.h, dvdmedia.h, errors.h: Include
+	_mingw_dxhelper.h for wine macros.
+
+2010-05-17  Ozkan Sezer <sezeroz@gmail.com>
+
+	* qedit.idl: Add from wine sources for PR/3001189.
+	* qedit.h: Generate.
+	* docobj.h: Delete, already present in the main headers.
+	* docobj.idl: Delete.
+
+2010-05-13  Ozkan Sezer <sezeroz@gmail.com>
+
+	* Sync with wine-1.1.44 release version.
+
+2010-04-17  Ozkan Sezer <sezeroz@gmail.com>
+
+	* d3dx9shape.h: added from the wine-1.1.43 sources.
+	* Sync with wine-1.1.43 release version.
+
+2010-04-03  Ozkan Sezer <sezeroz@gmail.com>
+
+	* Sync with wine-1.1.42 release version.
+
+2010-03-26  Ozkan Sezer <sezeroz@gmail.com>
+
+	* d3dx9effect.h: Sync'ed with wine git repo.
+
+2010-03-25  Ozkan Sezer <sezeroz@gmail.com>
+
+	* Sync with wine-1.1.41 release version.
+	* d3dx9effect.h: added from the wine sources.
+
+2010-03-15  Ozkan Sezer <sezeroz@gmail.com>
+
+	* d3dx9shader.h (ID3DXConstantTable_SetMatrixTranspose): Fix typo.
+	From wine git commit 8991b214b6a60ccd52c4cf493c0486a8e3728d8f .
+
+2010-03-07  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* dvdevcod.h: Add from sourceware w32api.
+	* edevdefs.h: Ditto.
+
+	* dvdevcod.h: Add copyright notice and remove pragma system_header.
+	* edevdefs.h: Ditto.
+
+2010-02-23  Ozkan Sezer <sezeroz@gmail.com>
+
+	* d3dx9shader.h: Merge d3dx9_36 fix of Christian Costa from wine
+	git-3138ba0d5cfcd37d3b457916240a7e20a08f047c / 2010-02-21: Fix
+	AddRef and Release macros and add IID for ID3DXConstantTable.
+
+2010-02-20  Ozkan Sezer <sezeroz@gmail.com>
+
+	* dvdmedia.h: add from the wine sources.
+	* Sync with wine-1.1.39 release version.
+
+2010-02-14  Ozkan Sezer <sezeroz@gmail.com>
+
+	* amaudio.h: quartz: Fix IAMDirectSound interface definition. (from
+	wine git 28acc8398c58f0326d2e3bb21dd9406b9f480529 / 7 Feb 2010.)
+
+	* d3dx9shader.h: Add definition for ID3DXConstantTable. (from wine
+	git 6b890be5512e748412a0e21ed3f0329f1aef3057 / 11 Feb 2010)
+
+2010-02-12  Ozkan Sezer <sezeroz@gmail.com>
+
+	* dmoreg.h: Make it C++ compatible by adding extern "C" { ... }
+	when __cplusplus ies defined.
+
+2010-02-12  Ozkan Sezer <sezeroz@gmail.com>
+
+	* add dmodshow, medparam and qnetwork *.idl and *.h files from the
+	KDE project.
+	* add amstream and vmr9 *.idl and *.h files from wine sources.
+
+2010-02-12  Ozkan Sezer <sezeroz@gmail.com>
+
+	Merge with the dx headers from wine-1.1.38 including the missing
+	d3drmobj.h, mediaerr.h and mediaobj.h, as well as the new d3dx9
+	additions.
+
+2010-02-11  Ozkan Sezer <sezeroz@gmail.com>
+
+	* dshow.h: Update from wine-1.1.38.
+	* amaudio.h, amvideo.idl, amvideo.h, audevcod.h, errors.h, evcode.h,
+	vfwmsgs.h: Add missing dshow dependency headers from wine-1.1.38.
+
+2010-02-11  Ozkan Sezer <sezeroz@gmail.com>
+
+	* ddstream.h, docobj.h, downloadmgr.h: Regenerate using widl-1.1.38
+	from the latest wine-1.1.38 *.idl files.
+	* ddstream.idl, docobj.idl, downloadmgr.idl: Add as idl versions.
+
+2010-02-03  Ozkan Sezer <sezeroz@gmail.com>
+
+	* dinput.h: Add DISEQUENCE_COMPARE macro. (wine git, 23 Aug 2009,
+	a0449a5f64934f6cadd274f6c9442dd72a87b1e8)
+	* dinput.h: Fix _DIACTIONA and _DIACTIONW definitions to match PSDK
+	(dwSemantic). (wine git e1d6e3b258278b0aa456e9ea7a34dcf56598298d)
+	* dsound.h: Fix a dsound define (IDirectSound3DBuffer_SetConeAngles).
+	(wine git, 19 Nov 2009, cd143fb5bf1c4f68b805c06ca33272132f20d653).
+	Also fixed its !__cplusplus || CINTERFACE case which is missed in the
+	wine repo.
+
+2009-04-07  Ozkan Sezer <sezeroz@gmail.com>
+
+	* _mingw_dxhelper.h: New. Holds the DUMMYUNIONNAME and some Wine
+	  compatibility macros.
+	* d3d8types.h, d3d9types.h, d3dhal.h, d3dtypes.h, ddraw.h, ddrawi.h:
+	  #include _mingw_dxhelper.h instead of defining DUMMYUNIONNAME stuff
+	  in each file.
+	* dinput.h, dplay.h, dplobby.h, dsdriver.h: Likewise.
+	* ddraw.h, dinput.h, dplobby.h, dsound.h, dxerr8.h, dxerr9.h: bite the
+	  bullet and use the WINELIB_* macros we just added to _mingw_dxhelper.h
+	  instead of using UNICODE ifdefs. smaller diffs between the Wine source
+	  tree and ours and this will help us with easier merging with the Wine
+	  changes in the future..
+
+2009-04-05  Ozkan Sezer <sezeroz@gmail.com>
+
+	* d3d8types.h, d3d9types.h: Remove misspelled constants as they exist
+	  correctly spelled (wine git d476313a49c1b46eeef390c79cadd72cd3eb217d).
+	* ddraw.h: Better match the PSDK types, re order a few things (wine git
+	  5b375aec71419a5a5bb57a42293ef348d6dc96a8).
+	* dinput.h: Add missing IID_IDirectInput8 definitions (wine git
+	  59c18ef56d3d33b98e319e8c0cd30c24fc363e4e).
+	* dinput.h: Other bits and pieces from wine git: Add the DIPROP_KEYNAME
+	  property for keyboard device (d939367ac8fc1e7c7461008c86557fd870c4fbe4),
+	  add DISCL_NOWINKEY define (eb3028acc080922996b04f4e0cb36440680fe876),
+	  add some defines for EnumDevicesBySemantics
+	  (80c2cabab451b749efb768403d68ccddfede71d9).
+	  TODO: we _must_ revisit to double check the version ifdefs again.
+	* dls1.h, dls2.h, dmdls.h, dmerror.h, dmplugin.h, dmusbuff.h: Fix license
+	  headers that mistakenly use GPL instead of LGPL.
+	* dmusicc.h, dmusicf.h, dmusici.h, dmusics.h: Likewise.
+	* dmdls.h, dmerror.h, dmplugin.h, dmusicc.h, dmusicf.h, dmusici.h, dmusics.h:
+	  more long to LONG changes from wine git repository.
+	* dmoreg.h: Likewise.
+	* dmoreg.h: Fix the DMOGetName() prototype (wine git: 
+	  d223716b7bcde8839c741d83865b95c990a8abcc).
+	* dpaddr.h: Fix some typos (wine 9f3c91e41f82ba302afad386aa1be58d6dec2b23).
+	* dplay.h: Add missing defs (4ab75e121426d8840b6bfb196cef45506091fd25.)
+	* dplay.h: Fix the definition of DirectPlayCreate 
+	  (wine git 5dc0d4d1ed2de76f21ba4f5298ba9ab251c6fd83).
+	* dpnathlp.h: update prototype of DirectPlayNATHelpCreate() 
+	  (wine git ab62cd360f611ea2cc806acee044a7ea25773fd8).
+	* dsound.h: added missing A/W function / type definitions 
+	  (wine git 375f8ba23761d75230805e86bc057ef7755cb57c).
+	* dmusici.h: less diff with the wine tree, sigh....
+	* dxfile.h: Fix IDirectXFileDataReference macros (wine git 
+	  b939b8d3452e6ccabde236a2087046c1649343d2,
+	  8597d42cf5f3fe194bd88ccb7ff922e547c44e6d).
+
+2009-04-04  Ozkan Sezer <sezeroz@gmail.com>
+
+	* d3d.h, d3d8.h, d3d9.h, dmplugin.h, dmusicc.h, dmusicf.h, dmusici.h:
+	  Add the missing COM_NO_WINDOWS_H definition (wine git
+	  6688acce7dbb00ceea4e755fe0f4a771a5520c24).
+	* d3d8.h, d3d9.h: Add missing include directives (wine git
+	  56f7209a949a1805d80ae0a59e093bbe2857677e).
+	* d3d9types.h: Fix the value of D3DFVF_POSITION_MASK (wine git
+	  d359a7813fe3d7acd8d3791fe63a4e44bb22ebb2).
+	* d3d8types.h, d3d9types.h: Fix the D3DFMT_XXX constant declarations
+	  (wine git d4ca34dd9bf98ea71226460092c7095847b97509).
+	* d3d.h: Fix method calling macros for IDirect3DTexture (wine git
+	  e169bb0a7f204ebe0f3053d824a1177bc1dedc65) and for 
+	  IDirect3DViewport3_GetViewport (wine git 
+	  7c8fa9c24f5d6d4e22dec148ffecefc9a4262a27).
+	* d3dtypes.h: Change long to LONG for Win64 compatibility (wine git
+	  3d94f5efc29b43c72e9574ca6c7ee88a69e28b73).
+	* d3dx8core.h: Make C++ compatible (wine git 
+	  91d3a794e8b756dbcb7047c77acf1a7f862627dd), remove some extraneous
+	  #include directives (wine git 
+	  7e34c708c1b3bdbb7d4921c1153403a8d8840b29) and fix 
+	  D3DXAssembleShaderFromFileA/W prototypes (wine git
+	  3d962e27ed69829645f3c8f99c17087f92d89e01).
+	* d3d8types.h, d3d9types.h, d3dhal.h, d3dtypes.h, ddrawi.h, dinput.h:
+	  Add the missing DUMMYUNIONNAME1 macro.
+	* dplay.h, dplobby.h: Likewise.
+
+2009-02-20  Kai Tietz  <kai.tietz@onevision.com>
+
+	* dinput.h (DIK_...): Add additional keyboard scan codes provided
+	by http://www.alrj.org/docs/hardware/keycode.txt
+
+	PA/2619828
+	a bunch of directx header fixes from the wine git repository:
+	* ddraw.h, dinput.h: Add the missing COM_NO_WINDOWS_H definition
+	  (wine git 6688acce7dbb00ceea4e755fe0f4a771a5520c24)
+	* ddraw.h: Fix the name of DDSPD_IUNKNOWNPOINTER
+	  (wine git 47b6392b44dca86b8c61daa902bd35e73cca5e2f)
+	* ddraw.h: Define DD_OK to S_OK instead of 0. Add define for DD_FALSE.
+	  (wine git fd4a8941032458a9b2870d0068e6fb020a9c9e0c)
+	* ddraw.h: Fix a IDirectDrawSurface4 method (EnumAttachedSurfaces) prototype.
+	  (wine git 6bdaaa74f3310da48790c3122786aa764f4e221a)
+	* ddraw.h: Fix the EnumOverlayZOrders prototype.
+	  (wine git 9a080691c6904c0da762690312cc86ee96326dbc)
+	* ddraw.h: Fix the IDirectDraw4_RestoreAllSurfaces macro.
+	  (wine git c2e5752ac62e646bcb46c0741cd0083179e3c9ed)
+	* dinput.h: Fix IDirectInputEffect_GetEffectStatus macro definitions.
+	  (wine git 2a0e659335ecf1d8967c75c9efe164c2d9d0214c)
+	* dsound.h: Update prototypes for IDirectSoundBuffer::Lock/Unlock.
+	  (wine git 9b4f99782ef27239927a0c5d0ae8e788df17cb76)
+	* dinput.h: Revert Wine's version ifdef removal
+	  (wine git bf08b35c0730636ab3dbc4dee0a9f6fa28113b7a). also add
+	  a dinput8 ifdef to DIDEVICEOBJECTDATA for the uAppData member.
+
diff --git a/mingw-w64-headers/direct-x/ChangeLog.2010 b/mingw-w64-headers/direct-x/ChangeLog.2010
deleted file mode 100644
index 53902ec..0000000
--- a/mingw-w64-headers/direct-x/ChangeLog.2010
+++ /dev/null
@@ -1,367 +0,0 @@
-2010-09-20  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* d3dtypes.h, d3d8types.h, d3d9types.h (D3DCLEAR_TARGET): Remove
-	the guard.
-	(D3DCLEAR_ZBUFFER, D3DCLEAR_STENCIL): Likewise.
-
-2010-08-07  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* Sync with Wine release 1.2.0.
-	* d3d10shader.h: Fix some defines (parts from wine git commit
-	a9e792d6d342c8a68f8802b549fd50de11f77153)
-	* xinput.h: Fix typo in comment.
-
-2010-08-06  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* d3dtypes.h (LPD3DVECTOR): Guard.
-	* d3d8types.h (D3DVECTOR): Guard.
-
-2010-08-04  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* d3dtypes.h, d3d8types.h, d3d9types.h (D3DCLEAR_TARGET): Guard.
-	(D3DCLEAR_ZBUFFER, D3DCLEAR_STENCIL): Likewise.
-
-	* d3d8types.h, d3d9types.h (D3DMULTISAMPLE_FORCE_DWORD): Fix as
-	0x7fffffff.
-
-	* d3d.h (INTERFACE, IDirect3D): Undef INTERFACE before IDirect3D.
-
-	* d3dhal.h (D3DDEVICEDESC_V1): Change BOOL to WINBOOL.
-	(LPD3DHAL_GLOBALDRIVERDATA): Guard.
-	(LPD3DHAL_CALLBACKS): Guard.
-	(D3DHAL_DP2OPERATION): Remove the D3DDP2OP_RESERVED0 and D3DDP2OP_EXT
-	enumerated values which are not documented anymore.
-
-	* dinput.h: Add proper DIRECTINPUT_VERSION guards.
-
-	* dinput.h: Add DIPROPCALPOV, from an old patch submitted to Wine:
-	http://www.winehq.org/pipermail/wine-patches/2004-September/012790.html
-
-	* dinput.h: Add DIPROPPOINTER, from an old patch submitted to Wine:
-	http://www.winehq.org/pipermail/wine-patches/2004-September/012790.html
-	also see MSDN:
-	http://msdn.microsoft.com/en-us/library/ee416867(VS.85).aspx
-
-	* dinput.h: Add DIPROPCPOINTS, see MSDN:
-	http://msdn.microsoft.com/en-us/library/ee416867(VS.85).aspx
-
-	* dinput.h: Add missing constants required for dxdiag from r/os
-	svn@33119:
-	(DIPROP_CALIBRATION): Restrict to DIRECTINPUT_VERSION >= 0x050a.
-	(DIPROP_GUIDANDPATH): Likewise.
-	(DIPROP_INSTANCENAME): New for DIRECTINPUT_VERSION >= 0x050a.
-	(DIPROP_PRODUCTNAME): Likewise.
-	(DIPROP_JOYSTICKID): New for DIRECTINPUT_VERSION >= 0x05B2.
-	(DIPROP_GETPORTDISPLAYNAME): Likewise.
-	(DIPROP_PHYSICALRANGE): New for DIRECTINPUT_VERSION >= 0x0700.
-	(DIPROP_LOGICALRANGE): Likewise.
-	(DIPROP_KEYNAME): Restrict to DIRECTINPUT_VERSION >= 0x0800.
-	(DIPROP_CPOINTS): New for DIRECTINPUT_VERSION >= 0x0800.
-	(DIPROP_APPDATA): Likewise.
-	(DIPROP_SCANCODE): Likewise.
-	(IPROP_VIDPID): Likewise.
-	(DIPROP_USERNAME): Likewise.
-	(DIPROP_TYPENAME): Likewise.
-
-	* dsound.h (DSBNOTIFICATIONS_MAX): Define as 100000UL.
-	(INTERFACE, IDirectSound): Undef INTERFACE before IDirectSound.
-
-	* ddraw.h (DDARGB, DDRGBA): Add from MSDN,
-	http://msdn.microsoft.com/en-us/library/aa921041.aspx
-
-2010-08-04  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* ddrawi.h (DDSCAPSEX): Move from here ...
-	* ddraw.h (DDSCAPSEX):  ...  to here.
-	(DDSCAPS2): Update the reserved dwCaps4 field acc. to MSDN :
-	http://msdn.microsoft.com/en-us/library/ff550292(VS.85).aspx
-
-2010-08-04  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* ddrawi.h: VIDMEM_ISDISABLED is the wrong macro name, it should be
-	VIDMEM_HEAPDISABLED according to MSDN:
-	http://msdn.microsoft.com/en-us/library/ff570171(VS.85).aspx
-
-2010-08-02  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* _mingw_dxhelper.h: Sync with latest _mingw.h changes:
-	(NONAMELESSUNION): If the compiler is MSVC and the MS extensions are
-	disabled, define it.
-	(DUMMYUNIONNAMEX): Remove, not used or needed.
-	(DUMMYSTRUCTNAMEX): Likewise.
-	(DUMMYUNIONNAME1): Add a note that only Wine uses this variant.
-	(DUMMYSTRUCTNAME1): Likewise.
-	(DUMMYUNIONNAME6): Define.
-	(DUMMYUNIONNAME7): Define.
-	(DUMMYUNIONNAME8): Define.
-	(DUMMYUNIONNAME9): Define.
-
-2010-07-30  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* _mingw_dxhelper.h (NONAMELESSSTRUCT, NONAMELESSUNION): If one is
-	defined make sure the other is defined, too. Fixes the mess caused
-	by NONAMELESSSTRUCT which isn't used by any others, so just rely on
-	NONAMELESSUNION.
-
-	mingw.org compatibility macros for anonymous unions from _mingw.h:
-	(_ANONYMOUS_UNION): New.
-	(_ANONYMOUS_STRUCT): New.
-	(_UNION_NAME): New.
-	(_STRUCT_NAME): New.
-	(__ANONYMOUS_DEFINED): New, guarding the above.
-
-2010-07-04  Ozkan Sezer <sezeroz@gmail.com>
-
-	* dmdls.h (_DMUS_REGION): WLOOP is typedef'ed as struct _rloop in
-	dls1.h. Changed type of WLOOP[1] from WLOOP to struct _rloop for
-	__cplusplus compatibility.
-
-2010-06-24  Ozkan Sezer <sezeroz@gmail.com>
-
-	* d3dx9.h: Update from wine svn.
-
-2010-06-23  Ozkan Sezer <sezeroz@gmail.com>
-
-	* _mingw_dxhelper.h: Update DUMMYSTRUCTNAME* macros from _mingw.h.
-	* ddraw.h (MAKEFOURCC): Change ifdef guard from __MAKEFOURCC__DEFINED__
-	to simply MAKEFOURCC.
-	* d3d9types.h (MAKEFOURCC): Likewise.
-	* d3d8types.h (MAKEFOURCC): Add ifdef guards.
-
-2010-06-22  Jacek Caban  <jacek@codeweavers.com>
-	* d3d10.h, d3d10.idl, d3deffect.h, d3d10misc.h, d3d10shader.h: Initial
-	import from Wine.
-	* dxgi.h, dxgi.idl, dxgitype.h, dxgitype.idl, xinput.h: Likewise.
-
-2010-06-22  Jacek Caban  <jacek@codeweavers.com>
-
-	* downloadmgr.idl, downloadmgr.h: Move to IDL SDK.
-
-2010-06-21  Jonathan Yong  <jon_y@sourceforge.net>
-
-	Silence some warnings
-	* d3d9types.h (MAKEFOURCC): Guard with __MAKEFOURCC__DEFINED__
-	ifdefs.
-	* ddraw.h (MAKEFOURCC): Likewise.
-	(INTERFACE, IDirectDrawPalette): Undef INTERFACE before
-	IDirectDrawPalette
-	* d3d9.h (INTERFACE, IDirect3D9): Undef INTERFACE before IDirect3D9.
-	* dvdmedia.h (MPEG2VIDEOINFO): Add new structure.
-
-2010-06-14  Ozkan Sezer <sezeroz@gmail.com>
-
-	* ddraw.h: Define __DDRAW_INCLUDED__ for compatibility.
-	* dinput.h: Define __DINPUT_INCLUDED__ for compatibility.
-	* dsconf.h: Define __DSCONF_INCLUDED__ for compatibility.
-	* dsound.h: Define __DSOUND_INCLUDED__ for compatibility.
-
-2010-06-12  Ozkan Sezer <sezeroz@gmail.com>
-
-	* _mingw_dxhelper.h: Update DUMMYSTRUCTNAME* macros from _mingw.h.
-	* amvideo.h, d3dx9core.h, d3dx9tex.h, dvdmedia.h, errors.h: Include
-	_mingw_dxhelper.h for wine macros.
-
-2010-05-17  Ozkan Sezer <sezeroz@gmail.com>
-
-	* qedit.idl: Add from wine sources for PR/3001189.
-	* qedit.h: Generate.
-	* docobj.h: Delete, already present in the main headers.
-	* docobj.idl: Delete.
-
-2010-05-13  Ozkan Sezer <sezeroz@gmail.com>
-
-	* Sync with wine-1.1.44 release version.
-
-2010-04-17  Ozkan Sezer <sezeroz@gmail.com>
-
-	* d3dx9shape.h: added from the wine-1.1.43 sources.
-	* Sync with wine-1.1.43 release version.
-
-2010-04-03  Ozkan Sezer <sezeroz@gmail.com>
-
-	* Sync with wine-1.1.42 release version.
-
-2010-03-26  Ozkan Sezer <sezeroz@gmail.com>
-
-	* d3dx9effect.h: Sync'ed with wine git repo.
-
-2010-03-25  Ozkan Sezer <sezeroz@gmail.com>
-
-	* Sync with wine-1.1.41 release version.
-	* d3dx9effect.h: added from the wine sources.
-
-2010-03-15  Ozkan Sezer <sezeroz@gmail.com>
-
-	* d3dx9shader.h (ID3DXConstantTable_SetMatrixTranspose): Fix typo.
-	From wine git commit 8991b214b6a60ccd52c4cf493c0486a8e3728d8f .
-
-2010-03-07  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* dvdevcod.h: Add from sourceware w32api.
-	* edevdefs.h: Ditto.
-
-	* dvdevcod.h: Add copyright notice and remove pragma system_header.
-	* edevdefs.h: Ditto.
-
-2010-02-23  Ozkan Sezer <sezeroz@gmail.com>
-
-	* d3dx9shader.h: Merge d3dx9_36 fix of Christian Costa from wine
-	git-3138ba0d5cfcd37d3b457916240a7e20a08f047c / 2010-02-21: Fix
-	AddRef and Release macros and add IID for ID3DXConstantTable.
-
-2010-02-20  Ozkan Sezer <sezeroz@gmail.com>
-
-	* dvdmedia.h: add from the wine sources.
-	* Sync with wine-1.1.39 release version.
-
-2010-02-14  Ozkan Sezer <sezeroz@gmail.com>
-
-	* amaudio.h: quartz: Fix IAMDirectSound interface definition. (from
-	wine git 28acc8398c58f0326d2e3bb21dd9406b9f480529 / 7 Feb 2010.)
-
-	* d3dx9shader.h: Add definition for ID3DXConstantTable. (from wine
-	git 6b890be5512e748412a0e21ed3f0329f1aef3057 / 11 Feb 2010)
-
-2010-02-12  Ozkan Sezer <sezeroz@gmail.com>
-
-	* dmoreg.h: Make it C++ compatible by adding extern "C" { ... }
-	when __cplusplus ies defined.
-
-2010-02-12  Ozkan Sezer <sezeroz@gmail.com>
-
-	* add dmodshow, medparam and qnetwork *.idl and *.h files from the
-	KDE project.
-	* add amstream and vmr9 *.idl and *.h files from wine sources.
-
-2010-02-12  Ozkan Sezer <sezeroz@gmail.com>
-
-	Merge with the dx headers from wine-1.1.38 including the missing
-	d3drmobj.h, mediaerr.h and mediaobj.h, as well as the new d3dx9
-	additions.
-
-2010-02-11  Ozkan Sezer <sezeroz@gmail.com>
-
-	* dshow.h: Update from wine-1.1.38.
-	* amaudio.h, amvideo.idl, amvideo.h, audevcod.h, errors.h, evcode.h,
-	vfwmsgs.h: Add missing dshow dependency headers from wine-1.1.38.
-
-2010-02-11  Ozkan Sezer <sezeroz@gmail.com>
-
-	* ddstream.h, docobj.h, downloadmgr.h: Regenerate using widl-1.1.38
-	from the latest wine-1.1.38 *.idl files.
-	* ddstream.idl, docobj.idl, downloadmgr.idl: Add as idl versions.
-
-2010-02-03  Ozkan Sezer <sezeroz@gmail.com>
-
-	* dinput.h: Add DISEQUENCE_COMPARE macro. (wine git, 23 Aug 2009,
-	a0449a5f64934f6cadd274f6c9442dd72a87b1e8)
-	* dinput.h: Fix _DIACTIONA and _DIACTIONW definitions to match PSDK
-	(dwSemantic). (wine git e1d6e3b258278b0aa456e9ea7a34dcf56598298d)
-	* dsound.h: Fix a dsound define (IDirectSound3DBuffer_SetConeAngles).
-	(wine git, 19 Nov 2009, cd143fb5bf1c4f68b805c06ca33272132f20d653).
-	Also fixed its !__cplusplus || CINTERFACE case which is missed in the
-	wine repo.
-
-2009-04-07  Ozkan Sezer <sezeroz@gmail.com>
-
-	* _mingw_dxhelper.h: New. Holds the DUMMYUNIONNAME and some Wine
-	  compatibility macros.
-	* d3d8types.h, d3d9types.h, d3dhal.h, d3dtypes.h, ddraw.h, ddrawi.h:
-	  #include _mingw_dxhelper.h instead of defining DUMMYUNIONNAME stuff
-	  in each file.
-	* dinput.h, dplay.h, dplobby.h, dsdriver.h: Likewise.
-	* ddraw.h, dinput.h, dplobby.h, dsound.h, dxerr8.h, dxerr9.h: bite the
-	  bullet and use the WINELIB_* macros we just added to _mingw_dxhelper.h
-	  instead of using UNICODE ifdefs. smaller diffs between the Wine source
-	  tree and ours and this will help us with easier merging with the Wine
-	  changes in the future..
-
-2009-04-05  Ozkan Sezer <sezeroz@gmail.com>
-
-	* d3d8types.h, d3d9types.h: Remove misspelled constants as they exist
-	  correctly spelled (wine git d476313a49c1b46eeef390c79cadd72cd3eb217d).
-	* ddraw.h: Better match the PSDK types, re order a few things (wine git
-	  5b375aec71419a5a5bb57a42293ef348d6dc96a8).
-	* dinput.h: Add missing IID_IDirectInput8 definitions (wine git
-	  59c18ef56d3d33b98e319e8c0cd30c24fc363e4e).
-	* dinput.h: Other bits and pieces from wine git: Add the DIPROP_KEYNAME
-	  property for keyboard device (d939367ac8fc1e7c7461008c86557fd870c4fbe4),
-	  add DISCL_NOWINKEY define (eb3028acc080922996b04f4e0cb36440680fe876),
-	  add some defines for EnumDevicesBySemantics
-	  (80c2cabab451b749efb768403d68ccddfede71d9).
-	  TODO: we _must_ revisit to double check the version ifdefs again.
-	* dls1.h, dls2.h, dmdls.h, dmerror.h, dmplugin.h, dmusbuff.h: Fix license
-	  headers that mistakenly use GPL instead of LGPL.
-	* dmusicc.h, dmusicf.h, dmusici.h, dmusics.h: Likewise.
-	* dmdls.h, dmerror.h, dmplugin.h, dmusicc.h, dmusicf.h, dmusici.h, dmusics.h:
-	  more long to LONG changes from wine git repository.
-	* dmoreg.h: Likewise.
-	* dmoreg.h: Fix the DMOGetName() prototype (wine git: 
-	  d223716b7bcde8839c741d83865b95c990a8abcc).
-	* dpaddr.h: Fix some typos (wine 9f3c91e41f82ba302afad386aa1be58d6dec2b23).
-	* dplay.h: Add missing defs (4ab75e121426d8840b6bfb196cef45506091fd25.)
-	* dplay.h: Fix the definition of DirectPlayCreate 
-	  (wine git 5dc0d4d1ed2de76f21ba4f5298ba9ab251c6fd83).
-	* dpnathlp.h: update prototype of DirectPlayNATHelpCreate() 
-	  (wine git ab62cd360f611ea2cc806acee044a7ea25773fd8).
-	* dsound.h: added missing A/W function / type definitions 
-	  (wine git 375f8ba23761d75230805e86bc057ef7755cb57c).
-	* dmusici.h: less diff with the wine tree, sigh....
-	* dxfile.h: Fix IDirectXFileDataReference macros (wine git 
-	  b939b8d3452e6ccabde236a2087046c1649343d2,
-	  8597d42cf5f3fe194bd88ccb7ff922e547c44e6d).
-
-2009-04-04  Ozkan Sezer <sezeroz@gmail.com>
-
-	* d3d.h, d3d8.h, d3d9.h, dmplugin.h, dmusicc.h, dmusicf.h, dmusici.h:
-	  Add the missing COM_NO_WINDOWS_H definition (wine git
-	  6688acce7dbb00ceea4e755fe0f4a771a5520c24).
-	* d3d8.h, d3d9.h: Add missing include directives (wine git
-	  56f7209a949a1805d80ae0a59e093bbe2857677e).
-	* d3d9types.h: Fix the value of D3DFVF_POSITION_MASK (wine git
-	  d359a7813fe3d7acd8d3791fe63a4e44bb22ebb2).
-	* d3d8types.h, d3d9types.h: Fix the D3DFMT_XXX constant declarations
-	  (wine git d4ca34dd9bf98ea71226460092c7095847b97509).
-	* d3d.h: Fix method calling macros for IDirect3DTexture (wine git
-	  e169bb0a7f204ebe0f3053d824a1177bc1dedc65) and for 
-	  IDirect3DViewport3_GetViewport (wine git 
-	  7c8fa9c24f5d6d4e22dec148ffecefc9a4262a27).
-	* d3dtypes.h: Change long to LONG for Win64 compatibility (wine git
-	  3d94f5efc29b43c72e9574ca6c7ee88a69e28b73).
-	* d3dx8core.h: Make C++ compatible (wine git 
-	  91d3a794e8b756dbcb7047c77acf1a7f862627dd), remove some extraneous
-	  #include directives (wine git 
-	  7e34c708c1b3bdbb7d4921c1153403a8d8840b29) and fix 
-	  D3DXAssembleShaderFromFileA/W prototypes (wine git
-	  3d962e27ed69829645f3c8f99c17087f92d89e01).
-	* d3d8types.h, d3d9types.h, d3dhal.h, d3dtypes.h, ddrawi.h, dinput.h:
-	  Add the missing DUMMYUNIONNAME1 macro.
-	* dplay.h, dplobby.h: Likewise.
-
-2009-02-20  Kai Tietz  <kai.tietz@onevision.com>
-
-	* dinput.h (DIK_...): Add additional keyboard scan codes provided
-	by http://www.alrj.org/docs/hardware/keycode.txt
-
-	PA/2619828
-	a bunch of directx header fixes from the wine git repository:
-	* ddraw.h, dinput.h: Add the missing COM_NO_WINDOWS_H definition
-	  (wine git 6688acce7dbb00ceea4e755fe0f4a771a5520c24)
-	* ddraw.h: Fix the name of DDSPD_IUNKNOWNPOINTER
-	  (wine git 47b6392b44dca86b8c61daa902bd35e73cca5e2f)
-	* ddraw.h: Define DD_OK to S_OK instead of 0. Add define for DD_FALSE.
-	  (wine git fd4a8941032458a9b2870d0068e6fb020a9c9e0c)
-	* ddraw.h: Fix a IDirectDrawSurface4 method (EnumAttachedSurfaces) prototype.
-	  (wine git 6bdaaa74f3310da48790c3122786aa764f4e221a)
-	* ddraw.h: Fix the EnumOverlayZOrders prototype.
-	  (wine git 9a080691c6904c0da762690312cc86ee96326dbc)
-	* ddraw.h: Fix the IDirectDraw4_RestoreAllSurfaces macro.
-	  (wine git c2e5752ac62e646bcb46c0741cd0083179e3c9ed)
-	* dinput.h: Fix IDirectInputEffect_GetEffectStatus macro definitions.
-	  (wine git 2a0e659335ecf1d8967c75c9efe164c2d9d0214c)
-	* dsound.h: Update prototypes for IDirectSoundBuffer::Lock/Unlock.
-	  (wine git 9b4f99782ef27239927a0c5d0ae8e788df17cb76)
-	* dinput.h: Revert Wine's version ifdef removal
-	  (wine git bf08b35c0730636ab3dbc4dee0a9f6fa28113b7a). also add
-	  a dinput8 ifdef to DIDEVICEOBJECTDATA for the uAppData member.
-
diff --git a/mingw-w64-headers/idl/ChangeLog b/mingw-w64-headers/idl/ChangeLog
index e69de29..8ec8315 100644
--- a/mingw-w64-headers/idl/ChangeLog
+++ b/mingw-w64-headers/idl/ChangeLog
@@ -0,0 +1,6 @@
+2010-06-22  Jacek Caban  <jacek@codeweavers.com>
+	* fusion.idl, mscoree.idl, optary.idl, wincodec.idl, xmllite.idl: Initial import from Wine.
+
+2010-06-22  Jacek Caban  <jacek@codeweavers.com>
+	* downloadmgr.idl: Moved to IDL SDK.
+
diff --git a/mingw-w64-headers/idl/ChangeLog.2010 b/mingw-w64-headers/idl/ChangeLog.2010
deleted file mode 100644
index 8ec8315..0000000
--- a/mingw-w64-headers/idl/ChangeLog.2010
+++ /dev/null
@@ -1,6 +0,0 @@
-2010-06-22  Jacek Caban  <jacek@codeweavers.com>
-	* fusion.idl, mscoree.idl, optary.idl, wincodec.idl, xmllite.idl: Initial import from Wine.
-
-2010-06-22  Jacek Caban  <jacek@codeweavers.com>
-	* downloadmgr.idl: Moved to IDL SDK.
-
diff --git a/mingw-w64-libraries/libmangle/ChangeLog b/mingw-w64-libraries/libmangle/ChangeLog
index e69de29..36cd9e9 100644
--- a/mingw-w64-libraries/libmangle/ChangeLog
+++ b/mingw-w64-libraries/libmangle/ChangeLog
@@ -0,0 +1,27 @@
+2010-07-23  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* include/libmangle.h: Rename libmangle_gc_context to
+	libmangle_gc_context_t to better conform to standards.
+	Likewise for libmangle_gc to libmangle_gc_t.
+	Likewise for libmangle_tokens to libmangle_tokens_t.
+	* src/m_token.h: Likewise.
+	* src/m_ms.h: Likewise.
+	* src/m_token.c: Likewise.
+	* src/m_ms.c: Likewise.
+
+2010-07-22  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* include/libmangle.h: Rename pGcElem to libmangle_gc.
+	Rename sGcCtx to libmangle_gc_context.
+	Rename pMToken to libmangle_tokens.
+	Rename release_gc to libmangle_release_gc.
+	Rename generate_gc to libmangle_generate_gc.
+	Rename dump_tok to libmangle_dump_tok.
+	Rename print_decl to libmangle_print_decl.
+	Rename decode_ms_name to libmangle_decode_ms_name.
+	Rename sprint_decl to libmangle_sprint_decl.
+	Rename encode_ms_name to libmangle_encode_ms_name.
+	* src/m_token.h: Likewise.
+	* src/m_ms.h: Likewise.
+	* src/m_token.c: Likewise.
+	* src/m_ms.c: Likewise.
diff --git a/mingw-w64-libraries/libmangle/ChangeLog.2010 b/mingw-w64-libraries/libmangle/ChangeLog.2010
deleted file mode 100644
index 36cd9e9..0000000
--- a/mingw-w64-libraries/libmangle/ChangeLog.2010
+++ /dev/null
@@ -1,27 +0,0 @@
-2010-07-23  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* include/libmangle.h: Rename libmangle_gc_context to
-	libmangle_gc_context_t to better conform to standards.
-	Likewise for libmangle_gc to libmangle_gc_t.
-	Likewise for libmangle_tokens to libmangle_tokens_t.
-	* src/m_token.h: Likewise.
-	* src/m_ms.h: Likewise.
-	* src/m_token.c: Likewise.
-	* src/m_ms.c: Likewise.
-
-2010-07-22  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* include/libmangle.h: Rename pGcElem to libmangle_gc.
-	Rename sGcCtx to libmangle_gc_context.
-	Rename pMToken to libmangle_tokens.
-	Rename release_gc to libmangle_release_gc.
-	Rename generate_gc to libmangle_generate_gc.
-	Rename dump_tok to libmangle_dump_tok.
-	Rename print_decl to libmangle_print_decl.
-	Rename decode_ms_name to libmangle_decode_ms_name.
-	Rename sprint_decl to libmangle_sprint_decl.
-	Rename encode_ms_name to libmangle_encode_ms_name.
-	* src/m_token.h: Likewise.
-	* src/m_ms.h: Likewise.
-	* src/m_token.c: Likewise.
-	* src/m_ms.c: Likewise.
diff --git a/mingw-w64-tools/gendef/ChangeLog b/mingw-w64-tools/gendef/ChangeLog
index e69de29..fb002c8 100644
--- a/mingw-w64-tools/gendef/ChangeLog
+++ b/mingw-w64-tools/gendef/ChangeLog
@@ -0,0 +1,54 @@
+2010-09-01  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* configure.ac: Rework to avoid using user variables.
+	* Makefile.am: Likewise.
+	* configure: Regenerate.
+	* Makefile.in: Likewise.
+
+2010-08-29  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* src/fsredir.c (doredirect): Use GetModuleHandleW instead of LoadLibraryA.
+
+2010-07-23  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* src/gendef.c (decode_mangle): Adjust libmangle_gc_context to
+	libmangle_gc_context_t and libmangle_tokens to libmangle_tokens_t
+	to reflect API change in libmangle.
+
+2010-07-22  Kai Tietz  <kai.tietz@onevision.com>
+
+	* src/gendef.c (dump_def): Fix output of @0 for 64-bit.
+
+2010-07-22  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* src/gendef.c (decode_mangle): Rename sGcCtx to libmangle_gc_context.
+	Rename pMToken to libmangle_tokens.
+	Rename decode_ms_name to libmangle_decode_ms_name.
+
+2010-05-01  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* src/fsredir.h (doredirect): Declare.
+	* src/fsredir.c (doredirect): New.
+	(undoredirect): Likewise.
+	* src/gendef.c: (main): Use doredirect.
+	(show_usage): Add new option.
+	(opt_chain): Handle new option.
+
+2010-03-20  Kai Tietz  <kai.tietz@onevision.com>
+
+	* src/gendef_def.c (gendef_getsymbol_info): Handle ordinals forwarders,
+	too.
+
+2010-02-28  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* src/gendef.c (load_pep): always set gDta to NULL after freeing it.
+	(main): Likewise.
+
+2010-02-23  Kai Tietz  <kai.tietz@onevision.com>
+
+	* src/gendef.c (no_forward_output): New variable
+	for option -f/--no-forward-ouput.
+	(opt_chain): Handle new options.
+	(add_export_list): Handle no_forward_output.
+	(show_usage): Add new option.
+
diff --git a/mingw-w64-tools/gendef/ChangeLog.2010 b/mingw-w64-tools/gendef/ChangeLog.2010
deleted file mode 100644
index fb002c8..0000000
--- a/mingw-w64-tools/gendef/ChangeLog.2010
+++ /dev/null
@@ -1,54 +0,0 @@
-2010-09-01  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* configure.ac: Rework to avoid using user variables.
-	* Makefile.am: Likewise.
-	* configure: Regenerate.
-	* Makefile.in: Likewise.
-
-2010-08-29  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* src/fsredir.c (doredirect): Use GetModuleHandleW instead of LoadLibraryA.
-
-2010-07-23  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* src/gendef.c (decode_mangle): Adjust libmangle_gc_context to
-	libmangle_gc_context_t and libmangle_tokens to libmangle_tokens_t
-	to reflect API change in libmangle.
-
-2010-07-22  Kai Tietz  <kai.tietz@onevision.com>
-
-	* src/gendef.c (dump_def): Fix output of @0 for 64-bit.
-
-2010-07-22  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* src/gendef.c (decode_mangle): Rename sGcCtx to libmangle_gc_context.
-	Rename pMToken to libmangle_tokens.
-	Rename decode_ms_name to libmangle_decode_ms_name.
-
-2010-05-01  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* src/fsredir.h (doredirect): Declare.
-	* src/fsredir.c (doredirect): New.
-	(undoredirect): Likewise.
-	* src/gendef.c: (main): Use doredirect.
-	(show_usage): Add new option.
-	(opt_chain): Handle new option.
-
-2010-03-20  Kai Tietz  <kai.tietz@onevision.com>
-
-	* src/gendef_def.c (gendef_getsymbol_info): Handle ordinals forwarders,
-	too.
-
-2010-02-28  Ozkan Sezer  <sezeroz@gmail.com>
-
-	* src/gendef.c (load_pep): always set gDta to NULL after freeing it.
-	(main): Likewise.
-
-2010-02-23  Kai Tietz  <kai.tietz@onevision.com>
-
-	* src/gendef.c (no_forward_output): New variable
-	for option -f/--no-forward-ouput.
-	(opt_chain): Handle new options.
-	(add_export_list): Handle no_forward_output.
-	(show_usage): Add new option.
-
diff --git a/mingw-w64-tools/genidl/ChangeLog b/mingw-w64-tools/genidl/ChangeLog
index e69de29..31594d0 100644
--- a/mingw-w64-tools/genidl/ChangeLog
+++ b/mingw-w64-tools/genidl/ChangeLog
@@ -0,0 +1,12 @@
+2010-08-29  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* src/fsredir.c (doredirect): Use GetModuleHandleW instead of LoadLibraryA.
+
+2010-05-01  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+	* src/fsredir.h (doredirect): Declare.
+	* src/fsredir.c (doredirect): New.
+	(undoredirect): Likewise.
+	* src/genidl.c: (main): Use doredirect.
+	(show_usage): Add new option.
+	(scanArgs): Handle new option.
diff --git a/mingw-w64-tools/genidl/ChangeLog.2010 b/mingw-w64-tools/genidl/ChangeLog.2010
deleted file mode 100644
index 31594d0..0000000
--- a/mingw-w64-tools/genidl/ChangeLog.2010
+++ /dev/null
@@ -1,12 +0,0 @@
-2010-08-29  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* src/fsredir.c (doredirect): Use GetModuleHandleW instead of LoadLibraryA.
-
-2010-05-01  Jonathan Yong  <jon_y@users.sourceforge.net>
-
-	* src/fsredir.h (doredirect): Declare.
-	* src/fsredir.c (doredirect): New.
-	(undoredirect): Likewise.
-	* src/genidl.c: (main): Use doredirect.
-	(show_usage): Add new option.
-	(scanArgs): Handle new option.