diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-14 16:35:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-14 16:35:06 +0200 |
commit | 92940e52f1e30e4021555deefbf16ffd0e318c1b (patch) | |
tree | fed35d6ed59cf2a0ea155bf61ecd1a3e3e9a662d /ChangeLog | |
parent | 3379ac47578cbc6fd9e1260ab9a27b84244772b6 (diff) | |
download | weechat-92940e52f1e30e4021555deefbf16ffd0e318c1b.zip |
Do not auto-load hidden files in script plugins (bug #21390)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= FlashCode <flashcode@flashtux.org> -v0.3.0-dev, 2009-06-13 +v0.3.0-dev, 2009-06-14 Version 0.3.0 (under dev!) @@ -38,6 +38,7 @@ Version 0.3.0 (under dev!) protocol), go.py (quick jump to buffers), buffers.pl (sidebar with list of buffers), iset.pl (set options interactively), weetris.pl (tetris-like game), mastermind.pl, ... +* scripts: do not auto-load hidden files (bug #21390) * api: add hooks: command, timer, file descriptor, process, connection, print, signal, config, completion, modifier, info, infolist * api: new plugin API with many new functions: hooks, buffer management and |