aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordolio <dolio>2004-09-18 00:13:15 +0000
committerdolio <dolio>2004-09-18 00:13:15 +0000
commit34c09f7b7fdc0fd96fd4adf69a00f295858ac11a (patch)
tree66f7636248d0729430337d70affe4441b333a542 /ChangeLog
parentChanged the usage function to display information on the available options. (diff)
downloadxcman-34c09f7b7fdc0fd96fd4adf69a00f295858ac11a.tar.gz
xcman-34c09f7b7fdc0fd96fd4adf69a00f295858ac11a.tar.bz2
xcman-34c09f7b7fdc0fd96fd4adf69a00f295858ac11a.tar.xz
Added various options for client-side shadows (offset, opacity,
blur-radius) based on the work of Thomas Luebking, along with the man entries and usage information to go along with them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ee365e..d2a4ed3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-09-17 Dan Doel <dolio@case.edu>
+ * xcompmgr.c: (win_extents), (usage), (main):
+ Added various client-side shadow options (opacity, offset, radius)
+ based on the work of Thomas Luebking.
+ * xcompmgr.1:
+ Added descriptions of the options in the man page.
+
+2004-09-17 Dan Doel <dolio@case.edu>
+
* xcompmgr.c: (usage):
Changed the usage function to describe the available options.