diff --git a/ChangeLog b/ChangeLog index 51e57d5..bb7eca7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2021-02-14 bptato + + Improve description list rendering + Origin: https://github.com/tats/w3m/pull/167 + Bug-Debian: https://github.com/tats/w3m/issues/162 + + * html.c: Fix a mistake I made with and tags. + + * file.c, tests/dl.expected, tests/dl.html: Nested
s. + + * file.c, tests/dl.expected, tests/dl.html: Fix
. + + * tests/dl.expected, tests/dl.html:
test. + + * file.c, html.c, html.h, tagtable.tab: + Improve description list rendering. + 2021-02-13 Tatsuya Kinoshita * acinclude.m4, configure: Minor fixes for ./configure --help.