diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-09-01 10:44:00 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2020-09-01 10:44:00 +0000 |
commit | 8bc5c9d8442b02209269821d12fadfd32d358d22 (patch) | |
tree | 46ea52a5a3ec4e3e7221ecd86509a286d3348c9f | |
parent | Fix broken Japanese help page, convert to UTF-8 (diff) | |
download | w3m-8bc5c9d8442b02209269821d12fadfd32d358d22.tar.gz w3m-8bc5c9d8442b02209269821d12fadfd32d358d22.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2020-09-01 Tatsuya Kinoshita <tats@debian.org> + + * scripts/w3mhelp-funcdesc.ja.pl.in: + Fix broken Japanese help page, convert to UTF-8. + + * doc-jp/README.func: Add CURSOR_* commands to Japanese README.func. + +2020-08-31 bptato <nincsnevem662@gmail.com> + + * main.c: Removed an unnecessary variable declaration. + + * scripts/w3mhelp.cgi.in: Added the other two commands to w3mhelp. + + * doc-de/README.func, doc/README.func, main.c, proto.h: + * scripts/w3mhelp.cgi.in: + New commands for moving to the top, middle and bottom of buffer. + 2020-08-31 Tatsuya Kinoshita <tats@debian.org> * w3m-doc/README.html, w3m-doc/community.html.in: @@ -38,6 +55,7 @@ the !doctype element from being recognized; the fix is necessary because HTML5 detection dependson checking the !doctype element. Origin: https://github.com/tats/w3m/pull/146 + Bug: https://sourceforge.net/p/w3m/patches/74/ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=290460 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847875 |