From 17b9be354e5b1f2b5db4d3e044435698a17b2be6 Mon Sep 17 00:00:00 2001 From: sabetts Date: Sun, 15 Oct 2000 23:12:33 +0000 Subject: *** empty log message *** --- NEWS | 5 +++++ configure.in | 2 +- src/ChangeLog | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/ChangeLog 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 + + * main.c, data.h, events.c: Added ability to kill and hup running + ratpoison processes. + -- cgit v1.2.3