summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-17 01:03:49 +0000
committersabetts <sabetts>2001-09-17 01:03:49 +0000
commit30059e1fb5dc3373c0bef39080a69d614a20ba82 (patch)
tree2f70ab9c9d41df4958fa9c83fe1897606380f8e2 /ChangeLog
parentcd269f1a481cf2ad46a9c170e6021d5b24755eb4 (diff)
downloadratpoison-30059e1fb5dc3373c0bef39080a69d614a20ba82.zip
* src/actions.c (update_all_gcs): new function
(cmd_deffont): update the graphics contexts. * src/actions.c (spawn): Only call setsid if it exists. (spawn): Only call setpgid if it exists. (spawn): if setpgid doesn't exist, try setpgrp.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 852dff1..27ef7a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-09-16 shawn <sabetts@diggin.lamenet.tmp>
+ * src/actions.c (update_all_gcs): new function
+ (cmd_deffont): update the graphics contexts.
+
* src/list.c (format_window_name): Use 2 character escape codes,
like printf. Dependant code updated.