summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-28 21:46:05 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-28 21:46:05 -0800
commitc71cdf1461646ecaf56969d18bcc629039d7148d (patch)
tree0d340ab7ff9f621a71aa86a58f648e6010775374 /ChangeLog
parent8513e2e828aaefb9a5d0b7a5426ec433c2f69293 (diff)
downloadtxr-c71cdf1461646ecaf56969d18bcc629039d7148d.tar.gz
txr-c71cdf1461646ecaf56969d18bcc629039d7148d.tar.bz2
txr-c71cdf1461646ecaf56969d18bcc629039d7148d.zip
* debug.c: Missing d command implemented.
Condense the output to 8 times the screen width, for more context. Condense the output in vertical mode (when the entire input line is shown) not only character mode. * lib.c (remq, remql, remqual): New functions. * lib.h (remq, remql, remqual): Declared.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b99044a..2e65b7c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-02-28 Kaz Kylheku <kaz@kylheku.com>
+
+ * debug.c: Missing d command implemented.
+ Condense the output to 8 times the screen width, for more context.
+ Condense the output in vertical mode (when the entire input line
+ is shown) not only character mode.
+
+ * lib.c (remq, remql, remqual): New functions.
+
+ * lib.h (remq, remql, remqual): Declared.
+
2012-02-29 Kaz Kylheku <kaz@kylheku.com>
Version 59