summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-09-09 23:26:47 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-09-09 23:26:47 +0000
commit82c414bb0203677cc11c50489314b7316de7720d (patch)
tree101c3dad52988b10b76d32c2ffdf3fb7d0211e4b /util
parent6120b03ec1df3a08be8d8c05dace88d746d08ba9 (diff)
Initial commit, for the Openbox 2.1.0 release
Diffstat (limited to 'util')
-rw-r--r--util/epist/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/util/epist/ChangeLog b/util/epist/ChangeLog
new file mode 100644
index 00000000..bf6df707
--- /dev/null
+++ b/util/epist/ChangeLog
@@ -0,0 +1,36 @@
+2.1.0
+
+ * Improved parser: much better error reporting for
+ malformed files, most tokens are now case
+ insensitive. (Marius)
+
+ * Added configuration code and options {} block in
+ the config file (Marius)
+
+ * Added chain timeout; (time after which a started
+ chain is automatically cancelled) enabled with the
+ chainTimeout option. (Marius)
+
+ * 2d matrix workspace navigation code. Enabled with
+ the workspaceRows option, uses the
+ {prev,next}Workspace{Row,Column} actions. (Scott, Marius)
+
+ * Added stacked window cycling. Enable with the
+ stackedCycling option. (Marius, Ben)
+
+ * New actions: showRootMenu, showWorkspaceMenu,
+ toggleDecorations (Ben)
+
+ * Fixed some internal inconsistencies in action names (Marius)
+
+ * Added cancelChain action - users can cancel chains
+ explicitly (Marius)
+
+ * Added toggleGrabs action - can be bound to a key (Marius)
+ to temporarily disable epist bindings.
+
+ * Added/improved command line parameter handling (Ben)
+
+ * Added code to handle windows which don't specify
+ the input focus. (Ben)
+