diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-10-24 06:25:22 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2020-10-24 06:27:12 +0000 |
commit | 6c3f11731d5a293326aa284a29a4863439c18a30 (patch) | |
tree | e2493b9500bcfacd7ac8fa142feef215bd7f8db4 | |
parent | Enable Gopher support by default (diff) | |
download | w3m-6c3f11731d5a293326aa284a29a4863439c18a30.tar.gz w3m-6c3f11731d5a293326aa284a29a4863439c18a30.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2020-10-24 Tatsuya Kinoshita <tats@debian.org> + + * acinclude.m4, configure: Enable Gopher support by default. + +2020-10-24 bptato <nincsnevem662@gmail.com> + + Fix broken Gopher support. + Origin: https://github.com/tats/w3m/pull/152 + Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742455 + + * file.c, url.c: + Moved back filetype indicator to the beginning of file names. + + * file.c: Improved gopher directory display. + + * file.c, url.c: Improved gopher support. + 2020-09-28 Tatsuya Kinoshita <tats@debian.org> * scripts/w3mman/w3mman.in: Accept section "l" for w3mman. |