summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39f38b2b..fe4be800 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2012-02-12 Kaz Kylheku <kaz@kylheku.com>
+ * debug.c (breakpoints, last_command): linkage changed to static.
+ (cols): New static variable.
+ (debug): Print context intelligently, fitting into the width of
+ the screen.
+ (debug_init): Try to get terminal width, from the COLUMNS variable.
+
+2012-02-12 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (lazy_flatten): Bugfix: function was assuming that
the input is a list, and not handling the case
atom -> (atom) like its non-lazy counterpart.