summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63768c4f..bbc41652 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+August 26, 2009 Wei Mingzhi <weimingzhi@gmail.com>
+
+ * win32/pcsx.rc: Completed the Cheat Search dialog.
+ * win32/resource.h: Likewise.
+ * win32/gui/CheatDlg.c: Implemented the Cheat Search dialog. Fixed MinGW
+ compilation issue.
+ * win32/gui/pcsx.dev: Fixed Dev-C++ build.
+ * win32/WndMain.c: Moved Language menu into the Config menu.
+ * gui/CheatDlg.c: Clamp values when editing value in Cheat Search dialog.
+ * doc/tweaks.txt: Added instructions to allow CD-DA playing when using
+ image files (as suggested by dario86).
+
August 24, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* win32/gui/WndMain.c: Set the language to the OS language by default.