summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.in2
-rw-r--r--src/ChangeLog5
3 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index adcb9be..c18a2ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
ratpoison NEWS --- history of user-visible changes. -*- outline -*-
+* Changes Singe 0.0.4
+** added --kill and --restart
+These command line options allow the restarting and killing of a
+running ratpoison process.
+
* Changes Since 0.0.3
** Added --enable-debug
This turns on debugging messages
diff --git a/configure.in b/configure.in
index df0ad42..d943d0b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/main.c)
-AM_INIT_AUTOMAKE(ratpoison, 0.0.4)
+AM_INIT_AUTOMAKE(ratpoison, 0.0.5)
AM_CONFIG_HEADER(src/config.h)
diff --git a/src/ChangeLog b/src/ChangeLog
new file mode 100644
index 0000000..4a60d19
--- /dev/null
+++ b/src/ChangeLog
@@ -0,0 +1,5 @@
+2000-10-15 shawn <sabetts@vcn.bc.ca>
+
+ * main.c, data.h, events.c: Added ability to kill and hup running
+ ratpoison processes.
+