summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-13 07:37:26 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-13 07:37:26 -0700
commit7dcbe6987807654578b6c8ddb740dd246ad66229 (patch)
treeb40de159deaf92233e8b91c6ff7ff1d8008fae7d /ChangeLog
parentf57d6a2b3c292a94b61b07b0087e95fa2f8ea6bd (diff)
downloadtxr-7dcbe6987807654578b6c8ddb740dd246ad66229.tar.gz
txr-7dcbe6987807654578b6c8ddb740dd246ad66229.tar.bz2
txr-7dcbe6987807654578b6c8ddb740dd246ad66229.zip
New --lisp option: treat unsuffixed files as Lisp.
* txr.c (help): Added help text. (txr_main): Handle lisp option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c77bec71..35f28093 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2015-06-13 Kaz Kylheku <kaz@kylheku.com>
+ New --lisp option: treat unsuffixed files as Lisp.
+
+ * txr.c (help): Added help text.
+ (txr_main): Handle lisp option.
+
+2015-06-13 Kaz Kylheku <kaz@kylheku.com>
+
* txr.c (txr_main): Handle Lisp files.
2015-06-13 Kaz Kylheku <kaz@kylheku.com>