diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-05 17:05:49 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-05 17:05:49 +0200 |
commit | 94fbbc0a7fc89cc6ddbf45c366464ae0cb1ae7fa (patch) | |
tree | 6fe3f090b797eef75b452d098774fdf7b90a9bf9 /ChangeLog | |
parent | cb18bdb10b1dfc6b4f53585ea162961e826f0146 (diff) | |
download | weechat-94fbbc0a7fc89cc6ddbf45c366464ae0cb1ae7fa.zip |
Use of hashtable for local variables of buffers
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.3.3-dev, 2010-06-18 +v0.3.3-dev, 2010-07-05 Version 0.3.3 (under dev!) @@ -16,6 +16,7 @@ Version 0.3.3 (under dev!) * core: fix crash with hook_process (when timer is called on a deleted hook process) * core: fix display bug with attributes like underlined in bars (bug #29889) +* core: add hashtables with new functions in plugin API * api: add function "string_expand_home", fix bug with replacement of home in paths * irc: use empty real name by default in config, instead of reading real name |