summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-04-29 15:34:14 +0000
committersabetts <sabetts>2006-04-29 15:34:14 +0000
commitcad59769b61b4ccd618f72355d1011eaf0008b96 (patch)
tree829036de11ca152cb17af6935db6d0547126bb59 /ChangeLog
parent36f998eb7c667d913cc398881b3b304f242898d8 (diff)
downloadratpoison-cad59769b61b4ccd618f72355d1011eaf0008b96.zip
* src/bar.c (marked_message): print NULL if msg is null in debug output
* src/actions.c (cmd_getenv): return an empty string for nonexistant env vars. (command): print NULL if rest is null in debug output
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71385de..588c9bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
2006-04-29 Shawn Betts <sabetts@vcn.bc.ca>
+ * src/bar.c (marked_message): print NULL if msg is null in debug output
+
* src/actions.c (cmd_getenv): return an empty string for
nonexistant env vars.
+ (command): print NULL if rest is null in debug output
2006-04-21 Shawn Betts <sabetts@vcn.bc.ca>