aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f11829..a648cbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2021-03-30 Tatsuya Kinoshita <tats@debian.org>
+
+ * table.c, table.h: Treat table height as int instead of short.
+ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952
+
+ * history.c, history.h, textlist.c, textlist.h:
+ Treat textlist item number as int instead of short.
+ cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952
+
2021-03-29 Tatsuya Kinoshita <tats@debian.org>
* main.c: Prevent GC warnings of repeated allocation.