summaryrefslogtreecommitdiff
path: root/src/plugins/alias
AgeCommit message (Expand)Author
2019-06-07alias: remove default aliases /AME and /AMSGjesopo
2019-04-25cmake: allow custom libdir (fix #1341)Ryan Farley
2019-03-24core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...Sébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-14core: reinitialize config file pointer to NULL after an error on section crea...Sébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-08-12alias: add infolist "alias_default" (list of default aliases)Sébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-06-25fset: shift plugins priority to insert fset plugin between buflist and fifoSébastien Helleu
2017-06-12alias: fix message in case of error in command /alias addcompletionSébastien Helleu
2017-03-25buflist: load plugin after some other plugins by shifting plugins prioritySébastien Helleu
2017-03-25alias: check that alias pointer is not NULL in function "alias_free"Sébastien Helleu
2017-01-22core, alias: add xgettext comment on some command help stringsSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-11-29core: add optional command prefix in completion templates "commands", "plugin...Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-05alias: do not allow slashes and spaces in alias name (closes #646)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-09-12alias: display completion in /alias list (closes #518)Sébastien Helleu
2015-09-12alias: fix indentation errorSébastien Helleu
2015-08-06core: update examples of alias add commandsSimmo Saan
2015-07-20alias: add options "add", "addcompletion" and "del" in command /alias, remove...Sébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-07-04alias: remove unused function alias_get_final_command()Sébastien Helleu
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-27alias: rename callback for infolist "alias"Sébastien Helleu
2014-11-22api: return value in function command(), remove WeeChat error after command c...Sébastien Helleu
2014-05-13alias: add default alias "msgbuf" (send text to a buffer)Sébastien Helleu
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-02-21alias: use same return code and message in all commands when arguments are wr...Sebastien Helleu
2014-02-20alias: change default command for alias /beep to "/print -beep"Sebastien Helleu
2014-02-04alias: add default alias /beep => /print -stderr \aSebastien Helleu
2014-01-18core: reformat hook_command argumentsSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-09alias: remove unneeded warning, do not load plugin when options can not be in...Sebastien Helleu
2013-10-05core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in...Sebastien Helleu
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-03-10alias: mention local variables of buffer in /help aliasSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-20alias: improve completion of command /aliasSebastien 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-02alias: give higher priority to aliases (2000) so that they take precedence ov...Sebastien Helleu