summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2009-07-09Remove obsolete option weechat.color.nicklist_separatorSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-28Add french translation of Plugin API ReferenceSebastien Helleu
2009-06-23Fix display of description when it is NULL (with /help option)Sebastien Helleu
2009-06-21Disable layout saving by defaultSebastien Helleu
2009-06-21Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechatSebastien Helleu
2009-06-21Fix bug after /upgrade on buffers with free content (bug #26020)Sebastien Helleu
2009-06-21Fix some memory leaks in command hook (completion templates), buffer ↵Sebastien Helleu
closing, partial completion
2009-06-17Fix translation bug in help of command /inputSebastien Helleu
2009-06-14Do not auto-load hidden files in script plugins (bug #21390)Sebastien Helleu
2009-06-14Add new option weechat.look.hotlist_names_merged_buffersSebastien Helleu
2009-06-14Add option "-merged" for /buffer clearSebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ↵Sebastien Helleu
version any more (API comparison is enough)
2009-06-10Fix help of /wait command (missing '/' in examples)Sebastien Helleu
2009-06-10Display error if command "/key bind" has not enough argumentsSebastien Helleu
2009-06-10Rename option weechat.completion.nick_completor to nick_completerSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-06-04Fix bug with /buffer close N1-N2Sebastien Helleu
2009-06-02Fix set of color options with ++N or --N, to add/subtract integer value to colorSebastien Helleu
2009-06-02Add note about alt+k for binding keys in /help keySebastien Helleu
2009-05-28Convert all docs to asciidoc format, add scripting guideSebastien Helleu
2009-05-21Fix jump to previous buffer with alt-digitSebastien Helleu
2009-05-19Add new command /wait (schedule a command execution in future)Sebastien Helleu
2009-05-19Fix crash with /upgrade (problem when closing buffers)Sebastien Helleu
2009-05-18Add argument with buffer number/range for command "/buffer close" (task ↵Sebastien Helleu
#9390, task #7239)
2009-05-18Add option weechat.look.jump_previous_buffer_when_closingSebastien Helleu
2009-05-18Add option weechat.history.max_visited_buffersSebastien Helleu
2009-05-18Add new keys to move into last visited buffers (alt + "<", alt + ">"), come ↵Sebastien Helleu
back to last visited buffer when closing a buffer
2009-05-17Add signals "key_bind" and "key_unbind"Sebastien Helleu
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-12Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer ↵Sebastien Helleu
number or previous buffer This will switch to buffer #N or previously displayed buffer if current buffer is #N (it uses option weechat.look.jump_current_to_previous_buffer). Default keys alt-1 to alt-0 are now /buffer *N
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-05-09Add completion %(irc_privates), used by /buffer (completes with channels and pv)Sebastien Helleu
2009-05-09Fix completion with non-latin nicks (bug #18993)Sebastien Helleu
2009-05-08Improve display of filter indicator in status bar, add option for colorSebastien Helleu
2009-05-05Add description of notify levels in /help bufferSebastien Helleu
2009-05-04Remove messages displayed when hiding/showing a barSebastien Helleu
2009-05-03Fix help of /set command (remove french words)Sebastien Helleu
2009-05-03Add error message when option is unknown for /key commandSebastien Helleu
2009-04-26Remove time in weechat.log file when dumping data (crash or user is asking dump)Sebastien Helleu
2009-04-26Fix 0 byte alloc in command templateSebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-24Fix typo: easyly -> easilySebastien Helleu
2009-04-24Remove notify plugin (moved to core)Sebastien Helleu
2009-04-21Add new option weechat.look.jump_current_to_previous_bufferSebastien Helleu
2009-04-15Remove *.upgrade files in weechat dir after /upgradeSebastien Helleu
2009-04-15Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower()Sebastien Helleu
2009-04-14Fix text search in buffer with some utf-8 chars (bug #25649)Sebastien Helleu
2009-04-11Fix completion for /key unbindSebastien Helleu
2009-04-11Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmpSebastien Helleu