diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-04-05 13:45:15 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-04-05 13:45:15 +0000 |
commit | 8276cf5afa1097605fb94a2395d51b78ff8e6a13 (patch) | |
tree | 801495aa6203ea671b0043a58c0e44380848c7fd /ChangeLog | |
parent | Use Strcatc and Strnulterm in base64_encode (diff) | |
download | w3m-8276cf5afa1097605fb94a2395d51b78ff8e6a13.tar.gz w3m-8276cf5afa1097605fb94a2395d51b78ff8e6a13.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2021-04-05 Tatsuya Kinoshita <tats@debian.org> + + * etc.c: Use Strcatc and Strnulterm in base64_encode. + + * Str.h: New macro Strcatc and Strnulterm. + +2021-04-05 bptato <nincsnevem662@gmail.com> + + * etc.c, file.c, proto.h, terms.c: Return Str from base64_encode. + Fix base64 padding could be applied incorrectly. + Fix extraction of first gif frame for animations in put_image_kitty. + 2021-04-03 Tatsuya Kinoshita <tats@debian.org> * file.c, table.c, table.h: |