From 97c7d9b410dbaba87b1bef3f0ca62dd328e4f60f Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 6 Feb 2021 13:12:41 +0900 Subject: Update ChangeLog --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 95f5f43..c674fd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2021-02-06 Tatsuya Kinoshita + + * po/de.po, po/ja.po, po/w3m.pot, po/zh_CN.po, po/zh_TW.po: + Update PO strings. + + * rc.c: Update option setting strings for inline image display method. + +2021-02-06 bptato + + Improved inline image protocol support + Origin: https://github.com/tats/w3m/pull/161 + + * rc.c: Clarify inline image setting's wording. + + * etc.c: Use GC_MALLOC_ATOMIC_IGNORE_OFF_PAGE for allocating memory + for base64 encoding. + + * etc.c, proto.h: base64_encode: fix input and output length types. + + * etc.c, file.c, proto.h: Some cleanup for base64_encode. + + * etc.c, file.c, fm.h, image.c, mimehead.c, proto.h, rc.c, terms.c: + Support iTerm2 graphics protocol, replace encodeB with base64_encode. + + * image.c, rc.c: Avoid having external programs download images. + + * fm.h, image.c, main.c, rc.c: + sixel and osc5379 image display protocols can be chosen in options. + 2021-01-18 Tatsuya Kinoshita * file.c: Disable
behaves as
. -- cgit v1.2.3