summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-01 23:07:00 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-01 23:07:00 -0800
commit914c6f2a179c9f8ed0718c8e8c4e237222f9089f (patch)
treefbec5f4a1199d545d7c0033045081c35a2fa8841 /ChangeLog
parent57c258b48499c98dc316e14973e5c88a4986f7d7 (diff)
downloadtxr-914c6f2a179c9f8ed0718c8e8c4e237222f9089f.tar.gz
txr-914c6f2a179c9f8ed0718c8e8c4e237222f9089f.tar.bz2
txr-914c6f2a179c9f8ed0718c8e8c4e237222f9089f.zip
* txr.1: Started Lisp documentation. Updated description of
symbol syntax.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d23bf83d..2e07cbc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-12-01 Kaz Kylheku <kaz@kylheku.com>
+ * txr.1: Started Lisp documentation. Updated description of
+ symbol syntax.
+
+2011-12-01 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (int_str): Return nil rather than 0 if no digits are extracted
at all.