From 53d323453d78a6d449f9957586c33dddfffa5616 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Thu, 17 Feb 2022 00:27:20 +0900 Subject: [PATCH] Update ChangeLog --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13bb394..4eac75d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2022-02-16 Rene Kita + + * acinclude.m4, configure: Do not use imlib2-config. + imlib2-config was dropped by Imlib2: + https://git.enlightenment.org/legacy/imlib2.git/commit/?id=e9d84bd2163e6fab494b5ce5cc8830a54ff97765 + Origin: https://github.com/tats/w3m/pull/215 + + * file.c: Ignore tokens that look like HTML, but are not. + Origin: https://github.com/tats/w3m/pull/217 + Bug-Debian: https://github.com/tats/w3m/issues/200 + 2021-10-26 Kuang-che Wu * istream.c: fix StrStream memory leak. @@ -7,7 +18,7 @@ Fix stack overflow due to closing dd tags Origin: https://github.com/tats/w3m/pull/202 - Bug: https://github.com/tats/w3m/issues/198 + Bug-Debian: https://github.com/tats/w3m/issues/198 * file.c: Fix description title rendering (again).