diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-14 14:15:47 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-14 14:15:47 +0000 |
commit | d72429971dc8d09bf3f97e54e44102df76696585 (patch) | |
tree | 7d34be838f41d1c3179b71705cceabd2fce752d0 /ChangeLog | |
parent | Merge pull request #167 from bptato/master (diff) | |
download | w3m-d72429971dc8d09bf3f97e54e44102df76696585.tar.gz w3m-d72429971dc8d09bf3f97e54e44102df76696585.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2021-02-14 bptato <nincsnevem662@gmail.com> + + 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 </dd> and </dt> tags. + + * file.c, tests/dl.expected, tests/dl.html: Nested <dl>s. + + * file.c, tests/dl.expected, tests/dl.html: Fix <dl compact>. + + * tests/dl.expected, tests/dl.html: <dl> test. + + * file.c, html.c, html.h, tagtable.tab: + Improve description list rendering. + 2021-02-13 Tatsuya Kinoshita <tats@debian.org> * acinclude.m4, configure: Minor fixes for ./configure --help. |