From c71cdf1461646ecaf56969d18bcc629039d7148d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 28 Feb 2012 21:46:05 -0800 Subject: * 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b99044a..2e65b7c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2012-02-28 Kaz Kylheku + + * 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 Version 59 -- cgit v1.2.3