diff options
author | sabetts <sabetts> | 2003-10-15 22:26:19 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-10-15 22:26:19 +0000 |
commit | 0064759b73fd747eda2b28d5d89ab7d5c3cacba9 (patch) | |
tree | 31c46c07f0cd495e02958c5693001c5cd70398ff /ChangeLog | |
parent | f6780b3be38416b4a533de850f546c6f8aa8c5b8 (diff) | |
download | ratpoison-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-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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. |