summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-10-15 22:26:19 +0000
committersabetts <sabetts>2003-10-15 22:26:19 +0000
commit0064759b73fd747eda2b28d5d89ab7d5c3cacba9 (patch)
tree31c46c07f0cd495e02958c5693001c5cd70398ff /ChangeLog
parentf6780b3be38416b4a533de850f546c6f8aa8c5b8 (diff)
downloadratpoison-0064759b73fd747eda2b28d5d89ab7d5c3cacba9.zip
* src/globals.c (rp_hook_db): add hooks quit and restart
(rp_quit_hook): new global (rp_restart_hook): likewise * src/events.c (handle_signals): call the restart and quit hooks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 733dfd3..1313f01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2003-10-15 Shawn Betts <sabetts@vcn.bc.ca>
+
+ * src/globals.c (rp_hook_db): add hooks quit and restart
+ (rp_quit_hook): new global
+ (rp_restart_hook): likewise
+
+ * src/events.c (handle_signals): call the restart and quit hooks
+
+2003-09-24 Shawn Betts <sabetts@vcn.bc.ca>
+
+ * contrib/clickframe.pl: put the patch at the end of the file and
+ make it runnable through patch.
+
+ * contrib/Makefile.am (EXTRA_DIST): add clickframe.pl
+ (pkgdata_DATA): likewise
+
2003-09-21 Shawn Betts <sabetts@vcn.bc.ca>
* src/bar.c (prepare_bar): move and resize the window before mapping it.