aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index 1c84af189..035126606 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,10 @@
+2003-02-22 David Shaw <[email protected]>
+
+ * ttyio.c (tty_print_utf8_string, tty_print_utf8_string2): Use 0
+ to indicate a string with no maximum size. This prevents early
+ truncation of strings that contain control chars which are
+ expanded into \xXX form.
+
2002-12-26 David Shaw <[email protected]>
* iobuf.c (iobuf_flush): Only print debug info if debugging is on.