summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
AgeCommit message (Expand)Author
2013-01-01core: update copyright datesSebastien Helleu
2012-12-20core: improve completion of commands /help, /mute and /setSebastien Helleu
2012-12-20core: add template %(windows_numbers) for first argument of command /windowSebastien Helleu
2012-12-20core: group templates of command /mouse into a single templateSebastien Helleu
2012-12-20core: add option "diff" for command /set (list options with changed value)Peter Boström
2012-12-16core: add git version in build, display it in "weechat-curses --help" and /ve...Sebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-02core: use high priority (50000) for commands /command and /input so that an a...Sebastien Helleu
2012-11-27core: do not display default value for options plugins.* in output of /setSebastien Helleu
2012-11-27core: display default values for changed config options in output of /setPeter Boström
2012-11-02core: expand buffer local variables in evaluation of expressions (command /ev...Sebastien Helleu
2012-11-02core: support many commands in /eval (separated by semicolons)Sebastien Helleu
2012-11-02core: add command /eval, use expression in conditions for bars, add function ...Sebastien Helleu
2012-10-18core: add option "-quit" for command /upgrade (save session and quit without ...Sebastien Helleu
2012-09-20core: fix IPv6 example in /proxy commandstfn
2012-08-30core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu
2012-08-20core: fix quote used in /help option for values (type integer with strings)Sebastien Helleu
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