From d5055e61716f00530d26da51498119b485b44e14 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 21 Dec 2022 20:42:58 +0900 Subject: [PATCH] Update ChangeLog --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9331fda..c4bad95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +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: + * po/zh_TW.po: Update PO strings. + +2022-12-21 Rene Kita + + * etc.c, fm.h, history.c, rc.c: + Add option to set directory for temporary files. + Origin: https://github.com/tats/w3m/pull/219 + cf. https://github.com/tats/w3m/issues/130 + +2022-12-21 Yash Lala + + * rc.c: Use `Strnew_charp()` to create `char *` instead of `strdup()`. + + * rc.c: + refactor: Substitute some clunky code with a `strdup()`. + + * doc/FAQ.html, doc/MANUAL.html, doc/w3m.1, rc.c: + Set `rc_dir` based on `W3M_DIR` environment variable. + Origin: https://github.com/tats/w3m/pull/207 + cf. https://github.com/tats/w3m/issues/130 + 2022-12-20 Tatsuya Kinoshita * etc.c: Fix potential overflow in checkType.