From 7c233b6590b9bd6711a7dfbb4301b8d06ee43a4c Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 Jan 2023 19:30:58 +0900 Subject: [PATCH] Update ChangeLog --- ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index b0b3667..22710d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2023-01-04 Tatsuya Kinoshita + + * po/de.po, po/it.po, po/ja.po, po/sv_SE.po, po/w3m.pot, po/zh_CN.po: + * po/zh_TW.po: Update PO strings. + + * doc/MANUAL.html, doc/README.img, libwc/wc_types.h, main.c, rc.c: + English fixes. + cf. https://github.com/tats/w3m/pull/241 + +2023-01-04 Rene Kita + + * rc.c: Remove unused variable. + * table.c: Remove a warning for bzero with GCC 12. + * file.c: Fix potential null pointer dereference. + * .github/workflows/build.yml: + Don't error out on deprecated declaration warnings. + Origin: https://github.com/tats/w3m/pull/255 + cf. https://github.com/tats/w3m/issues/252 + +2023-01-04 nico + + * doc/MANUAL.html, doc/w3m.1, fm.h, main.c, rc.c, terms.c: + Add high-intensity colors option and cli flag. + Origin: https://github.com/tats/w3m/pull/251 + +2023-01-04 Trafficone + + * doc/README.SSL, doc/README.keymap, doc/README.menu: Translate from + doc-jp. + * doc/README.cookie, doc/README.func, doc/README.img, doc/README.m17n: + * doc/README.passwd: Clarified wording. Minor grammar changes. + Origin: https://github.com/tats/w3m/pull/241 + 2022-12-25 Tatsuya Kinoshita * configure: Update configure with acinclude.m4.