aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.