Update documentation for mouse events.
[enjoyable.git] / Resources / Help / Contents / Resources / English.lproj / pgs / whatsnew.html
diff --git a/Resources/Help/Contents/Resources/English.lproj/pgs/whatsnew.html b/Resources/Help/Contents/Resources/English.lproj/pgs/whatsnew.html
new file mode 100644 (file)
index 0000000..a299806
--- /dev/null
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+    <head>
+        <title>What's New in Enjoyable</title>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+        <link href="../sty/default.css"
+        rel="stylesheet"
+        type="text/css"
+        media="all"/>
+    </head>
+    
+    <body>
+        <a name="whatsnew"></a>
+        
+        <div id="navbox">
+            <div id="navleftbox">
+                <a class="navlink_left"
+                    href="help:anchor='home' bookID='com.yukkurigames.Enjoyable.help'">
+                    Home
+                </a>
+            </div>
+        </div>
+        
+        <div id="headerbox">
+            <div id="iconbox">
+                <img id="iconimg"
+                src="../gfx/Icon.png"
+                alt="Icon"
+                height="32" width="32"/>
+            </div>
+            <h1>What's New in 1.1</h1>
+        </div>
+        
+        <ul>
+            <li>
+                The system menu bar now contains a status item when
+                Enjoyable is running. You can enable and disable it
+                and change mappings from this item. It flashes briefly
+                when the mapping changes automatically.
+            </li>
+            <li>
+                The middle mouse button, mouse buttons 4 and 5, and
+                horizontal scroll wheels can be simulated.
+            </li>
+            <li>
+                Many mouse issues have been fixed.  Click-and-drag,
+                double-click, and other combined mouse gestures work
+                correctly in most applications other than Enjoyable
+                itself.
+            </li>
+            <li>
+                Automatic switching for applications with ambiguous
+                names (e.g. "Flash Player") has been improved. You can
+                now also name a mapping after the application's
+                filename.
+            </li>
+        </ul>
+    </body>
+</html>
\ No newline at end of file