aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2015-08-08 22:15:30 +0000
committerTatsuya Kinoshita <tats@debian.org>2015-08-08 22:15:30 +0000
commitf406349f54c611024b88bb8e3b39550fc473be66 (patch)
tree421c942238ccac49e96e70faa47a2dad9990bef1 /ChangeLog
parentSupport sgrmouse for skip_escseq (diff)
downloadw3m-f406349f54c611024b88bb8e3b39550fc473be66.tar.gz
w3m-f406349f54c611024b88bb8e3b39550fc473be66.zip
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f4c5f5..dcbd234 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2015-08-09 Egmont Koblinger <egmont@users.sourceforge.net>
+
+ * terms.c: Support sgrmouse for skip_escseq.
+ Origin: https://sourceforge.net/p/w3m/patches/65/#e2aa
+
+ * menu.c: Adjust comments for keymaps.
+ Origin: https://sourceforge.net/p/w3m/patches/65/#e2aa
+
+2015-08-09 Tatsuya Kinoshita <tats@debian.org>
+
+ * keybind_lynx.c: Support sgrmouse for Lynx-like key binding.
+ cf. https://sourceforge.net/p/w3m/patches/65/
+
+2015-08-09 IWAMOTO Kouichi <sue@iwmt.org>
+
+ * menu.c: Support SGR style mouse handler for menu.
+ cf. https://github.com/tats/w3m/issues/5
+ Origin: https://gist.github.com/ttdoda/83fbcf676a21da28432b
+ Bug: https://sourceforge.net/p/w3m/patches/65/
+
2015-08-06 Richard Quirk <richard@quirk.es>
Fix problems reported by cppcheck, clang --analyze and gcc warnings.