summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-09 07:51:47 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-09 07:51:47 -0700
commit7301f71181073b0567fa9aa285cff58b7653a67d (patch)
tree5cfdb2fbd3efe1dbbda22d51b5bff3cbceb3fd9d /ChangeLog
parent7660e90e5815154df9ddf5d8f2b52031e7956557 (diff)
downloadtxr-7301f71181073b0567fa9aa285cff58b7653a67d.tar.gz
txr-7301f71181073b0567fa9aa285cff58b7653a67d.tar.bz2
txr-7301f71181073b0567fa9aa285cff58b7653a67d.zip
* txr.c (txr_main): New option --args.
Also, put in missing check for -f being erroneously clumped. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 828d16e6..1c26ff56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-06-09 Kaz Kylheku <kaz@kylheku.com>
+ * txr.c (txr_main): New option --args.
+ Also, put in missing check for -f being erroneously clumped.
+
+ * txr.1: Documented.
+
+2014-06-09 Kaz Kylheku <kaz@kylheku.com>
+
The dumping of bindings and printing of false must now
be explicitly requested by the -B option.