aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-01-02 00:02:26 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-01-02 00:02:26 +0000
commitbcb8d0562d475cd7dfd0334e07d33c644d8546a5 (patch)
tree1931420e2af643cdbb61d6cd01b93b7ba0471b83
parentUpdate ChangeLog (diff)
downloadw3m-bcb8d0562d475cd7dfd0334e07d33c644d8546a5.tar.gz
w3m-bcb8d0562d475cd7dfd0334e07d33c644d8546a5.zip
Update NEWS for 0.5.3+git20210102
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6cc597f..7a215e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Debian's w3m 0.5.3+git20210102
+
+* new features
+ - support links containing divs for HTML5
+ - rudimentary support for HTML5 tags: figure, figcaption, and section
+ - enhance the behaviour of the q tag when m17n and Unicode are configured
+ - support for file://hostname/... URLs
+ - new commands CURSOR_TOP, CURSOR_MIDDLE, and CURSOR_BOTTOM
+ - new option space_autocomplete, disabled by default
+* bug fixes
+ - fix and improve broken Gopher support, enabled by default
+ - change the encoding of the Japanese document files to UTF-8
+ - use the default ciphers without SSL_CTX_set_cipher_list for OpenSSL 1.1
+ - fix compilation errors due to sys_errlist and longjmp
+ - define X_DISPLAY_MISSING when configure --without-x for Imlib2
+ - avoid the -l option of the man command for w3mman
+ - fix some source formatting in the manual
+ - show keyboard shortcuts in a consistent order in help
+ - fix traditional Chinese translation
+ - drop obsolete w3m-doc
+
Debian's w3m 0.5.3+git20200502
* bug fixes