diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-03-30 14:16:02 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-03-30 14:16:02 +0000 |
commit | 890870592716a95bd17bb3a1cd9f472cc90a3652 (patch) | |
tree | e840a944a90e88b45bbceb3859208099e0ff6023 /ChangeLog | |
parent | Treat table height as int instead of short (diff) | |
download | w3m-890870592716a95bd17bb3a1cd9f472cc90a3652.tar.gz w3m-890870592716a95bd17bb3a1cd9f472cc90a3652.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |