Update ChangeLog

This commit is contained in:
Tatsuya Kinoshita
2021-03-30 23:16:02 +09:00
parent 540eb60fdd
commit 8908705927

View File

@@ -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> 2021-03-29 Tatsuya Kinoshita <tats@debian.org>
* main.c: Prevent GC warnings of repeated allocation. * main.c: Prevent GC warnings of repeated allocation.