From 07a53f4d340997d12f91d9c751515e4b8977efd3 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 25 Dec 2022 10:33:51 +0900 Subject: [PATCH] Update ChangeLog --- ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/ChangeLog b/ChangeLog index c4bad95..b0b3667 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2022-12-25 Tatsuya Kinoshita + + * configure: Update configure with acinclude.m4. + +2022-12-25 Sam James + + * acinclude.m4: Fix configure tests broken with Clang 16. + Origin: https://github.com/tats/w3m/pull/248 + +2022-12-25 Rin Okuyama + + * image.c, terms.c: + For sixel, no need to round image size to multiple of character size. + Origin: https://github.com/tats/w3m/pull/246 + + * image.c: Display resized image for OSC 5379 (mlterm). + Origin: https://github.com/tats/w3m/pull/245 + +2022-12-25 Rene Kita + + * doc/README.siteconf: Say what the comment character is. + Use the comment character in Examples. + Origin: https://github.com/tats/w3m/pull/237 + + * main.c: Retry if loading of a file fails when argv_is_url. + Origin: https://github.com/tats/w3m/pull/235 + Bug-Debian: https://github.com/tats/w3m/issues/210 + Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537761 + Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946440 + +2022-12-25 NRK + + * image.c: remove duplicate declaration. + * cookie.c, entity.c, file.c, frame.c, func.c, image.c, linein.c: + * mailcap.c, main.c, rc.c, rc.h, table.c, terms.c, terms.h: + * w3mbookmark.c, w3mhelperpanel.c: + fix all -Wmissing-prototypes warnings. + * file.c, history.c, history.h, indep.c, indep.h, mailcap.c, proto.h: + * rc.c, terms.c, url.c: fix some -Wstrict-prototypes warnings. + Origin: https://github.com/tats/w3m/pull/234 + +2022-12-25 Rene Kita + + * .github/workflows/build.yml: + Add GitHub Action to build source when pushing. + Origin: https://github.com/tats/w3m/pull/228 + 2022-12-21 Tatsuya Kinoshita * po/de.po, po/it.po, po/ja.po, po/sv_SE.po, po/w3m.pot, po/zh_CN.po: