summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-08-28script: add option "script.look.display_source" (display source code with ↵Sebastien Helleu
detail of script, enabled by default)
2012-08-27api: allow update for some variables of hdata, add new functions ↵Sebastien Helleu
hdata_update and hdata_set
2012-08-22irc: generate alternate nicks dynamically when all nicks are already in use ↵Sebastien Helleu
(task #12209)
2012-08-22doc: add question about size of input bar in FAQSebastien Helleu
2012-08-21script: add options -o and -i for /script listSebastien Helleu
2012-08-21script: add option script.look.quiet_actions (no messages when ↵Sebastien Helleu
installing/removing/loading/unloading scripts on script buffer)
2012-08-20irc: move options weechat.look.nickmode{_empty} to ↵Sebastien Helleu
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs) The option irc.look.nick_mode has a new type: integer with values: none/prefix/action/both (default is "prefix", which is old behaviour).
2012-08-20script: add focus info for mouse on script buffer, add two default mouse ↵Sebastien Helleu
bindings: left button = select line, right button = install/remove script
2012-08-18script: add key alt+L to reload script, allow input on script buffer for ↵Sebastien Helleu
actions on script, add option script.look.use_keys
2012-08-18script: add option "search" for command /script (completion with script tags)Sebastien Helleu
2012-08-17doc: fix typo in keys for mouse contextSebastien Helleu
2012-08-17script: add option "reload" for command /script, fix completion of /script, ↵Sebastien Helleu
add examples in /help script
2012-08-17core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers ↵Sebastien Helleu
with free content
2012-08-16script: add option script.look.translate_descriptionSebastien Helleu
2012-08-16api: add info "locale" for info_get (locale used to translate messages)Sebastien Helleu
2012-08-15script: add status "a" (autoloaded) for scriptsSebastien Helleu
2012-08-14doc: update japanese translations and docsRyuunosuke Ayanokouzi
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)
2012-08-13doc: update japanese user's guide and FAQRyuunosuke Ayanokouzi
2012-08-11doc: compile japanese user's guide with autotoolsSebastien Helleu
2012-08-08core: fix connection to host in child process when socket is non-blocking ↵Sebastien Helleu
(with or without proxy)
2012-08-08scripts: add signals for scripts loaded/unloaded/installed/removedSebastien Helleu
2012-08-07doc: add japanese user's guide (patch #7827)Sebastien Helleu
2012-08-07doc: fix name of lists in hdata with scripts (plugin API reference)Sebastien Helleu
2012-08-04api: add new function util_version_numberSebastien Helleu
2012-08-04doc: fix gnutls dependency in user guideSebastien Helleu
2012-08-04doc: update dependencies in user guide (add zlib, gnutls is used in irc and ↵Sebastien Helleu
relay plugins)
2012-08-03doc: update german translations, FAQ and user guideNils Görs
2012-08-03doc: fix typo in FAQSebastien Helleu
2012-08-03scripts: add hdata with list of scripts for each languageSebastien Helleu
2012-08-03doc: fix typo in FAQSebastien Helleu
2012-08-02doc: fix C example of weechat_charset_set and weechat_iconv_to_internal ↵stfn
(plugin API reference)
2012-08-02core: remove directory "src/plugins/scripts", move script plugins in ↵Sebastien Helleu
"src/plugins"
2012-08-01core: add option weechat.startup.sys_rlimit to set system resource limits ↵Sebastien Helleu
for WeeChat process
2012-07-30doc: update italian translations and docsMarco Paolone
2012-07-30doc: update italian docsMarco Paolone
2012-07-29core: add option "swap" for command /buffer (task #11373)Nils Görs
2012-07-27irc: add help on values for option irc.look.nick_completion_smartSebastien Helleu
2012-07-27doc: update german translations and docsNils Görs
2012-07-27relay: add support of SSL (for irc and weechat protocols), new option ↵Sebastien Helleu
relay.network.ssl_cert_key (task #12044)
2012-07-23doc: add missing argument "pos_option_name" in function ↵Sebastien Helleu
"config_search_with_string" (plugin API reference)
2012-07-23relay: add "tags_array" in data sent for message id "_buffer_line_added" ↵Sebastien Helleu
(WeeChat protocol)
2012-07-21core: add hdata "hotlist"Sebastien Helleu
2012-07-20relay: add object type "arr" (array) in WeeChat protocolSebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-07-17doc: remove warning about relay protocol in developmentSebastien Helleu
2012-07-16core: fix french translation of /help repeatSebastien Helleu
2012-07-15irc: describe possible values in /help irc.look.display_awaySebastien Helleu
2012-07-13core: add command line option "-r" ("--run-command") in man pageSebastien Helleu
2012-07-13core: add command line option "-r" (or "--run-command") to run command(s) ↵Peter Boström
after startup of WeeChat