diff --git a/ChangeLog b/ChangeLog index 4e132c4..21398f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2021-04-05 Tatsuya Kinoshita + + * etc.c: Use Strcatc and Strnulterm in base64_encode. + + * Str.h: New macro Strcatc and Strnulterm. + +2021-04-05 bptato + + * 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 * file.c, table.c, table.h: