aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2015-08-21 10:16:15 +0000
committerTatsuya Kinoshita <tats@debian.org>2015-08-21 10:16:15 +0000
commit5d4d27af7fde801d86d34e4b38829fa7dd4638e4 (patch)
treea5f6d20b45504386b2532f49afb0299d643cb401
parentFix unknown key in keymap.lynx (diff)
downloadw3m-5d4d27af7fde801d86d34e4b38829fa7dd4638e4.tar.gz
w3m-5d4d27af7fde801d86d34e4b38829fa7dd4638e4.zip
Update ChangeLog
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba22b4c..54ad88b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-08-21 Tatsuya Kinoshita <tats@debian.org>
+
+ * doc-jp/keymap.lynx, doc/keymap.lynx: Fix unknown key.
+ Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/265144
+ Bug: https://sourceforge.net/p/w3m/bugs/48/
+
2015-08-11 David Crosby <dave@dafyddcrosby.com>
Fix resource leaks, dead assignments, divide-by-zero, and so on.
@@ -105,6 +111,7 @@
* main.c: Fix that SGR style mouse handler has off-by-one problem.
cf. https://github.com/tats/w3m/issues/5
Origin: https://gist.github.com/ttdoda/30c189a63d483beeb207
+ Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/1390768
Bug: https://sourceforge.net/p/w3m/patches/65/
2015-07-31 yshl <yshl@takechiyo.net>