summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-24 21:47:25 +0000
committerrcyeske <rcyeske>2001-02-24 21:47:25 +0000
commitbef606ab426fd0a8234970da06c5d3fd1e150880 (patch)
tree25c33d9fda0fa429f6ddb1b7ac934ffca417c6cb
parentd0da7f4c96c1bda168b176257b6e06800e943f7d (diff)
downloadratpoison-bef606ab426fd0a8234970da06c5d3fd1e150880.zip
tweaks
-rw-r--r--NEWS5
-rw-r--r--README2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 60dd0bc..1639023 100644
--- a/NEWS
+++ b/NEWS
@@ -79,7 +79,11 @@ ratpoison now outputs user error messages.
All fixed length buffer sizes in window names that resulted in
curious segfaults have been fixed.
+** Themes support
+C preprocessor based window manager themes are now supported. See
+src/conf.h and src/themes.h.
+
* Changes Singe 0.0.4
** added --kill and --restart
These command line options allow the restarting and killing of a
@@ -89,6 +93,7 @@ running ratpoison process.
This is pretty annoying if you're using anything other than keyboard
apps. It is disabled by default.
+
* Changes Since 0.0.3
** Added --enable-debug
This turns on debugging messages
diff --git a/README b/README
index fcffce0..00e5462 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ Building
ratpoison uses autoconf. To build it:
-$ configure && make
+$ ./configure && make
if you want to install it, simply type 'make install' as a privileged user: