summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3cd98d9..1adad9f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,11 @@ November 27, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* po/update-pot.sh: Include files from plugins/dfcdrom/cdrcfg-0.1df.
* po/pcsx.pot, po/zh_CN.po, po/zh_TW.po, po/pt_BR.po: Updated.
* plugins/dfcdrom/cdr.h: Moved global variables into cdr-linux.c.
+ * plugins/dfxvideo/draw.c: Removed the screensaver disabling code.
+ * plugins/dfxvideo/Makefile.am: Don't link against Xtst.
+ * gui/LnxMain.c: Disable screensaver in the main emu, so that it will be
+ effective in all of the plugins.
+ * gui/Makefile.am: Added -lXext -lXtst.
November 26, 2009 Wei Mingzhi <weimingzhi@gmail.com>