summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: