summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
AgeCommit message (Expand)Author
2010-02-09Add new option weechat.look.time_format to customize default format for date/...Sebastien Helleu
2010-02-09Rename command /silence to /muteSebastien Helleu
2010-02-09Add new command /silenceSebastien Helleu
2010-02-02Add option "switch_active_buffer_previous" for command /input (task #10141)Sebastien Helleu
2010-02-02Add missing option "switch_active_buffer" in /help input and completion of co...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-18Add optional arguments in /help quitSebastien Helleu
2009-12-16Add option "term" for command /debug: display infos about terminal and availa...Sebastien Helleu
2009-12-16Display "Commands..:" only if internal/other commands are found with /helpSebastien Helleu
2009-12-03Fix buffer used by some input functions called via plugin API with buffer poi...Sebastien Helleu
2009-11-01Fix typos in french translation and in /help windowSebastien Helleu
2009-10-05Add option grab_key_command for /input (bound by default to alt-k)Sebastien Helleu
2009-09-04Fix typos in some messagesSebastien Helleu
2009-07-09Add note about special chars that must be escaped in /help filterSebastien Helleu
2009-06-23Fix display of description when it is NULL (with /help option)Sebastien Helleu
2009-06-17Fix translation bug in help of command /inputSebastien Helleu
2009-06-14Add option "-merged" for /buffer clearSebastien Helleu
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-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-06-04Fix bug with /buffer close N1-N2Sebastien Helleu
2009-06-02Add note about alt+k for binding keys in /help keySebastien 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 #9390...Sebastien Helleu
2009-05-18Add new keys to move into last visited buffers (alt + "<", alt + ">"), come b...Sebastien Helleu
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 numb...Sebastien Helleu
2009-05-09Add completion %(irc_privates), used by /buffer (completes with channels and pv)Sebastien 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-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-24Remove notify plugin (moved to core)Sebastien Helleu
2009-04-11Fix completion for /key unbindSebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-07Some improvements on key bindingsSebastien Helleu
2009-03-29Fix help of /buffer commandSebastien Helleu
2009-03-21Add new command /version, add count of /upgrade, fix bugs with command execSebastien Helleu
2009-03-21Add color around plugin name in help for commandsSebastien Helleu
2009-03-20Add buffer name completion for command /filterSebastien Helleu
2009-03-15Add key alt+'=' in /help filterSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-03-06Add new hook type "process": launch command with fork and catch result (rc/st...Sebastien Helleu
2009-02-26Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ...Sebastien Helleu
2009-02-22Add missing option "toggle" in /help barSebastien Helleu