summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-14 07:22:41 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-14 07:22:41 -0800
commit4a2d84b3dcfed6226b95c4cc32dd3d58bc848868 (patch)
tree9dc2963031faf918fe550f6ce485d8807306edc0 /ChangeLog
parent39e8945ea0d268ddad1706423e62240fa56f767d (diff)
downloadtxr-4a2d84b3dcfed6226b95c4cc32dd3d58bc848868.tar.gz
txr-4a2d84b3dcfed6226b95c4cc32dd3d58bc848868.tar.bz2
txr-4a2d84b3dcfed6226b95c4cc32dd3d58bc848868.zip
* txr.1: Wrote missing documentation for throw, throwf and error.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecdf8971..fe500cfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-01-14 Kaz Kylheku <kaz@kylheku.com>
+ * txr.1: Wrote missing documentation for throw, throwf and error.
+
+2014-01-14 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c (stdio_seek): After a successful seek, discard the character
that may have been put back with unget_char.