summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-07-28 15:36:39 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-07-28 15:36:39 +0200
commit51ef22c2845892c6cee078ec29807fc0d1ecf29e (patch)
treef1d3c72d45d3324cd0ddc4c82df6676637cae4d7 /ChangeLog
parent17037e32d8a6d54fd7e25c2a5fa81ea6a39cf66d (diff)
downloadweechat-51ef22c2845892c6cee078ec29807fc0d1ecf29e.zip
core: improve mouse support: process utf-8 codes, add option weechat.look.mouse_timer_delay, remove key meta2-M, fix problem with iso chars when grabbing mouse codes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d8cb7741..ee12786b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,15 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.3.6-dev, 2011-07-27
+v0.3.6-dev, 2011-07-28
Version 0.3.6 (under dev!)
--------------------------
* core: allow buffer name in /buffer close
-* core: add support of mouse: new command /mouse, new option weechat.look.mouse
- and new key context "mouse" (task #5435)
+* core: add support of mouse: new command /mouse, new key context "mouse",
+ new options weechat.look.mouse and weechat.look.mouse_timer_delay (task #5435)
* core: add command /cursor (free movement of cursor on screen), with key
context "search"
* core: automatic scroll direction in /bar scroll (x/y is now optional)