summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
AgeCommit message (Expand)Author
2012-08-15core: fix alignment of command arguments for scripts (in /help command)Sebastien Helleu
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-07-29core: add option "swap" for command /buffer (task #11373)Nils Görs
2012-07-13core: add command line option "-r" (or "--run-command") to run command(s) aft...Peter Boström
2012-07-09core: add function "hook_set" in plugin API, add "subplugin" in hooks (set by...Peter Boström
2012-06-04core: reallow names beginning with "#" for bars, proxies and filtersSebastien Helleu
2012-05-05core: add description of "command" in /help keySebastien Helleu
2012-04-03core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ...Sebastien Helleu
2012-03-09core: improve and fix bugs on standard paste and bracketed pasteSebastien Helleu
2012-03-04core: add support of terminal "bracketed paste mode" (task #11316)Sebastien Helleu
2012-02-20core: remove obsolete option "scroll_unread" in completion of /input (option ...Sebastien Helleu
2012-01-24core: move option "scroll_unread" from command /input to /windowSebastien Helleu
2012-01-22core: add support of flags in regular expressions and highlight options, add ...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-25core: change mouse state when option weechat.look.mouse is changedSebastien Helleu
2011-12-17core: display an error and do nothing for command "/unset *"Sebastien Helleu
2011-12-15core: display error about main buffer in command "/buffer close N" (or N1-N2)...Sebastien Helleu
2011-12-07core: add option "hooks" for command /debugSebastien Helleu
2011-11-21core: add "full_name" in buffer structureSebastien Helleu
2011-11-17core: apply filters after full reload of configuration files (with /reload) (...Sebastien Helleu
2011-11-15core: allow list for option weechat.plugin.extension (makes weechat.conf port...Sebastien Helleu
2011-11-08core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/...Sebastien Helleu
2011-11-07core: remove error displayed by /buffer after successful jump to buffer by na...Sebastien Helleu
2011-11-07core: display error in command /buffer if arguments are wrong (bug #34180)Sebastien Helleu
2011-10-29core: display a message when mouse state is changed with command /mouseSebastien Helleu
2011-10-29core: add optional arguments for command /plugin load/reload/autoloadSebastien Helleu
2011-10-27core: update examples in /help filterSebastien Helleu
2011-10-27core: remove wrong example in /help bar (scroll bar using buffer name)Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-30core: fix sentence in /help upgradeSebastien Helleu
2011-09-22core: remove compilation warnings about unused return values of functionsSebastien Helleu
2011-08-26core: fix typo in /help keySebastien Helleu
2011-08-20core: add functions "key_bind" and "key_unbind" in plugin APISebastien Helleu
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-08-16core: allow name of buffer for command /buffer clear (task #11269)Sebastien Helleu
2011-08-15core: allow a second area for keys in context "mouse" (for drag & drop betwee...Sebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ...Sebastien Helleu
2011-08-09core: allow send of hsignal instead of command for keys in context "mouse"Sebastien Helleu
2011-08-09core: add new command /repeat (execute a command several times)Sebastien Helleu
2011-08-08core: add optional buffer name for area "chat" in keys of mouse contextSebastien Helleu
2011-08-07core: fix typo in /help upgradeSebastien Helleu
2011-08-06core: add note about SSL connections in /help upgradeSebastien Helleu
2011-08-05core: save and restore layout for buffers and windows on /upgradeSebastien Helleu
2011-08-04core: add missing return after call to gui_buffer_unmerge_all()Sebastien Helleu
2011-08-04core: add option -all for command /buffer unmergeSebastien Helleu
2011-08-04doc: replace ">=" and "<=" by UTF-8 chars in docsSebastien Helleu
2011-08-01core: add info about position where mouse button is released in hook_focus (f...Sebastien Helleu
2011-07-30core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right cl...Sebastien Helleu
2011-07-30core: fix memory leak in command /cursorSebastien Helleu
2011-07-30core: cosmetic changes in /help keySebastien Helleu