AboutSummaryRefsLogTreeCommitDiffStats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDale Mellor <hydro23@cdm.(none)>2008-01-26 10:50:59 +0000
committerDale Mellor <dale@rdmp.org>2010-06-12 20:53:36 +0100
commit3094f9b7912ede3f5fc85d97feab1b327960df12 (patch)
tree557fadbea2047b427d71b08c5b0e0480e4e32349 /ChangeLog
parenteb041a75325650e3953c5cc2ad70172e93283d3b (diff)
downloadmcron-3094f9b7912ede3f5fc85d97feab1b327960df12.tar.gz
mcron-3094f9b7912ede3f5fc85d97feab1b327960df12.tar.bz2
mcron-3094f9b7912ede3f5fc85d97feab1b327960df12.zip
Allow files named on command line to have arbitrary names (assume guile input format).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fb1eb7..4e364b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-01-25 Dale Mellor <Dale Mellor <dale_mellor@users.sourceforge.net>>
+ * main.scm (command-type): Files which are listed on the command
+ line are assumed to be guile configurations if they do not end in
+ .guile or .vixie (previously they were silently ignored).
+
* main.scm: Argument to --schedule is no longer optional (the
options system goes really screwy with optional values, usually
pulling the first non-option argument as a value if one was not