summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-03-31core: add non-active merged buffers with activity in hotlist (if another ↵Sébastien Helleu
merged buffer is zoomed) (task #12845) There was a bug with "num_displayed" in buffers when they are merged and that one buffer is zoomed: now the num_displayed is > 0 for the active buffer, and it is set to 0 for all merged non-active buffers (only in case of zoom). A variable "zoomed" has been added in buffers to know if a buffer with this number is zoomed or not (possibly another buffer).
2014-03-30core: use seconds as float number for delay in command /window bare <delay>Sébastien Helleu
2014-03-30irc: allow "$ident" in option irc.network.ban_mask_default (closes #18)Sébastien Helleu
2014-03-30irc: add support of "away-notify" capability (closes #12)Sébastien Helleu
2014-03-30exec: fix typo in /help execSébastien Helleu
2014-03-29doc: update Japanese auto-generated filesSebastien Helleu
2014-03-30core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-29core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup"Sebastien Helleu
2014-03-28doc: remove tags "translation missing" in french FAQSebastien Helleu
2014-03-28doc: add question about terminal focus in FAQSebastien Helleu
2014-03-27doc: update German auto-generated file with exec commandSebastien Helleu
2014-03-27doc: update auto-generated files with hdataSebastien Helleu
2014-03-26doc: use command /script in question about installation of scripts (FAQ)Sebastien Helleu
2014-03-26doc: add command to install script buffers.pl (FAQ)Sebastien Helleu
2014-03-26doc: add link to WeeChat doc page (FAQ)Sebastien Helleu
2014-03-25doc: replace links to weechat.org/scripts by command "/script search" (FAQ)Sebastien Helleu
2014-03-25doc: replace links to remote GUIs by link to features page (FAQ)Sebastien Helleu
2014-03-25core: add buffer property "clear"Sebastien Helleu
2014-03-25exec: add options -nf and -cl/-nocl in command /execSebastien Helleu
-nf: create a new buffer with free content -cl: clear new buffer -nocl: append in new buffer
2014-03-24doc: add bare display in questions about copy/paste and click on long URLs (FAQ)Sebastien Helleu
2014-03-23doc: update German auto-generated filesSebastien Helleu
2014-03-23doc: update German documentationnils_2
2014-03-23doc: update German faqnils_2
2014-03-23doc: update German documentationnils_2
2014-03-23doc: update the contribute chapter in developer's guideSebastien Helleu
2014-03-23doc: update Japanese auto-generated filesSebastien Helleu
2014-03-23core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-22doc: replace "echo -e" with "printf" in user's guideSebastien Helleu
2014-03-22irc: replace "user" by "nick" in description of commandsSebastien Helleu
2014-03-22irc: fix arguments in /help unquiet: at least one nick/host is requiredSebastien Helleu
2014-03-22irc: update description of some commandsSebastien Helleu
2014-03-22irc: add command /unquiet (closes #36)Sebastien Helleu
2014-03-21core: fix typo in /help commandSebastien Helleu
2014-03-20doc: update question about messages displayed on channel join (FAQ)Sebastien Helleu
2014-03-20doc: update list of actions executed when a trigger is called (user's guide)Sebastien Helleu
2014-03-20doc: add plugins trigger/exec in CMake options and list of default plugins ↵Sebastien Helleu
(user's guide)
2014-03-20api: add support of nested variables in function string_eval_expression and ↵Sebastien Helleu
command /eval (closes #35)
2014-03-20doc: update German auto-generated filesSebastien Helleu
2014-03-19irc: fix typo in /help allpvSebastien Helleu
2014-03-19irc: add command /allpv (task #13111)Sebastien Helleu
2014-03-19core: add key alt-j,alt-f to jump to first buffer, change command for jump ↵Sebastien Helleu
to last buffer New key alt-j,alt-f is bound by default to "/buffer -". The existing key alt-j,alt-l is now bound by default to "/buffer +".
2014-03-19doc: update Japanese auto-generated filesSebastien Helleu
2014-03-19core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-18core: update German translationsSebastien Helleu
2014-03-17trigger: set default variable "tg_remaining_calls" for regex in timer callbackSebastien Helleu
2014-03-17irc: fix typo in /help kickbanSebastien Helleu
2014-03-17exec: don't use shell by default when executing commands (for security reasons)Sebastien Helleu
It is possible to force shell by default with this command: /set exec.command.default_options "-sh"
2014-03-17script: set option script.scripts.cache_expire to 1440 by defaultSebastien Helleu
2014-03-17doc: update German auto-generated filesSebastien Helleu
2014-03-17core: fix typo in French translation of /help loggerSebastien Helleu