Age | Commit message (Expand) | Author |
2009-06-21 | Disable layout saving by default | Sebastien Helleu |
2009-06-21 | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat | Sebastien Helleu |
2009-06-21 | Fix bug after /upgrade on buffers with free content (bug #26020) | Sebastien Helleu |
2009-06-21 | Fix some memory leaks in command hook (completion templates), buffer closing,... | Sebastien Helleu |
2009-06-17 | Fix translation bug in help of command /input | Sebastien Helleu |
2009-06-14 | Do not auto-load hidden files in script plugins (bug #21390) | Sebastien Helleu |
2009-06-14 | Add new option weechat.look.hotlist_names_merged_buffers | Sebastien Helleu |
2009-06-14 | Add option "-merged" for /buffer clear | Sebastien Helleu |
2009-06-12 | Remove variable with "WeeChat required version" in plugins, do not compare ve... | Sebastien Helleu |
2009-06-10 | Fix help of /wait command (missing '/' in examples) | Sebastien Helleu |
2009-06-10 | Display error if command "/key bind" has not enough arguments | Sebastien Helleu |
2009-06-10 | Rename option weechat.completion.nick_completor to nick_completer | Sebastien Helleu |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu |
2009-06-04 | Fix bug with /buffer close N1-N2 | Sebastien Helleu |
2009-06-02 | Fix set of color options with ++N or --N, to add/subtract integer value to color | Sebastien Helleu |
2009-06-02 | Add note about alt+k for binding keys in /help key | Sebastien Helleu |
2009-05-28 | Convert all docs to asciidoc format, add scripting guide | Sebastien Helleu |
2009-05-21 | Fix jump to previous buffer with alt-digit | Sebastien Helleu |
2009-05-19 | Add new command /wait (schedule a command execution in future) | Sebastien Helleu |
2009-05-19 | Fix crash with /upgrade (problem when closing buffers) | Sebastien Helleu |
2009-05-18 | Add argument with buffer number/range for command "/buffer close" (task #9390... | Sebastien Helleu |
2009-05-18 | Add option weechat.look.jump_previous_buffer_when_closing | Sebastien Helleu |
2009-05-18 | Add option weechat.history.max_visited_buffers | Sebastien Helleu |
2009-05-18 | Add new keys to move into last visited buffers (alt + "<", alt + ">"), come b... | Sebastien Helleu |
2009-05-17 | Add signals "key_bind" and "key_unbind" | Sebastien Helleu |
2009-05-17 | Fix typo: formated -> formatted | Sebastien Helleu |
2009-05-12 | Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer numb... | Sebastien Helleu |
2009-05-10 | Add function window_set_title in API (task #9361) | Sebastien Helleu |
2009-05-09 | Add completion %(irc_privates), used by /buffer (completes with channels and pv) | Sebastien Helleu |
2009-05-09 | Fix completion with non-latin nicks (bug #18993) | Sebastien Helleu |
2009-05-08 | Improve display of filter indicator in status bar, add option for color | Sebastien Helleu |
2009-05-05 | Add description of notify levels in /help buffer | Sebastien Helleu |
2009-05-04 | Remove messages displayed when hiding/showing a bar | Sebastien Helleu |
2009-05-03 | Fix help of /set command (remove french words) | Sebastien Helleu |
2009-05-03 | Add error message when option is unknown for /key command | Sebastien Helleu |
2009-04-26 | Remove time in weechat.log file when dumping data (crash or user is asking dump) | Sebastien Helleu |
2009-04-26 | Fix 0 byte alloc in command template | Sebastien Helleu |
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu |
2009-04-24 | Fix typo: easyly -> easily | Sebastien Helleu |
2009-04-24 | Remove notify plugin (moved to core) | Sebastien Helleu |
2009-04-21 | Add new option weechat.look.jump_current_to_previous_buffer | Sebastien Helleu |
2009-04-15 | Remove *.upgrade files in weechat dir after /upgrade | Sebastien Helleu |
2009-04-15 | Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower() | Sebastien Helleu |
2009-04-14 | Fix text search in buffer with some utf-8 chars (bug #25649) | Sebastien Helleu |
2009-04-11 | Fix completion for /key unbind | Sebastien Helleu |
2009-04-11 | Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmp | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |
2009-04-07 | Some improvements on key bindings | Sebastien Helleu |
2009-04-05 | Fix creation of integer options, when created from a script plugin (if string... | Sebastien Helleu |
2009-04-04 | Check that callback value is not NULL in hook functions | Sebastien Helleu |