diff options
author | sabetts <sabetts> | 2000-10-15 23:12:33 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-10-15 23:12:33 +0000 |
commit | 17b9be354e5b1f2b5db4d3e044435698a17b2be6 (patch) | |
tree | 320b59f9613bcd60e87ba929c357b59b1dc19e9c | |
parent | 8adb6de4f3310672589eb27cf4fc161e46d81cdd (diff) | |
download | ratpoison-17b9be354e5b1f2b5db4d3e044435698a17b2be6.zip |
*** empty log message ***
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/ChangeLog | 5 |
3 files changed, 11 insertions, 1 deletions
@@ -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. + |