diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-09-02 11:29:17 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2020-09-02 11:33:45 +0000 |
commit | 4bc1efeb0d1b89647365cae9f4dbb34d3df87aeb (patch) | |
tree | 6e450697098c78e250ed8169168818d2339d9332 /ChangeLog | |
parent | Merge pull request #149 from bptato/master (diff) | |
download | w3m-4bc1efeb0d1b89647365cae9f4dbb34d3df87aeb.tar.gz w3m-4bc1efeb0d1b89647365cae9f4dbb34d3df87aeb.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2020-09-02 bptato <nincsnevem662@gmail.com> + + * fm.h, linein.c, rc.c: New option space_autocomplete. + Space is now entered in URL fields instead of triggering file + completion, old behavior can be toggled via options. + Origin: https://github.com/tats/w3m/pull/149 + 2020-09-01 Tatsuya Kinoshita <tats@debian.org> * scripts/w3mhelp-funcdesc.ja.pl.in: @@ -7,6 +14,9 @@ 2020-08-31 bptato <nincsnevem662@gmail.com> + New commands CURSOR_TOP, CURSOR_MIDDLE and CURSOR_BOTTOM. + Origin: https://github.com/tats/w3m/pull/148 + * main.c: Removed an unnecessary variable declaration. * scripts/w3mhelp.cgi.in: Added the other two commands to w3mhelp. |