summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-08-26 14:36:53 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-08-26 14:36:53 +0000
commitf3499bc61cd525e6d342854ebe212d4c977662dc (patch)
tree97d471be3079c5b494abbd4ff688fec5b7be8fad /ChangeLog
parentf865dc1d5ebe04cb07c43406e53490bee2659df2 (diff)
downloadpcsxr-f3499bc61cd525e6d342854ebe212d4c977662dc.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@27779 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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.