diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-11-11 10:32:47 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2020-11-11 10:32:47 +0000 |
commit | 751513a29a6960e49c9400f93ca48d1eb40de610 (patch) | |
tree | e26e90391908c6001b8bdb0637cf02da97038a25 | |
parent | Fix compilation errors when USE_GOPHER and not USE_M17N (diff) | |
download | w3m-751513a29a6960e49c9400f93ca48d1eb40de610.tar.gz w3m-751513a29a6960e49c9400f93ca48d1eb40de610.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2020-11-11 Tatsuya Kinoshita <tats@debian.org> + + * file.c, proto.h: + Fix compilation errors when USE_GOPHER and not USE_M17N. + +2020-11-11 bptato <nincsnevem662@gmail.com> + + Support Gopher search and binary files. + Origin: https://github.com/tats/w3m/pull/154 + + * url.c: Remove useless loop. + + * file.c: Remove unnecessary file_unquote call. + + * url.c: Remove unnecessary variable assignment. + + * file.c, proto.h, url.c: + Support Gopher items search (7) and binary file (9). + 2020-10-24 Tatsuya Kinoshita <tats@debian.org> * acinclude.m4, configure: Enable Gopher support by default. |