summaryrefslogtreecommitdiff
path: root/doc/fr
AgeCommit message (Expand)Author
2012-09-20core: fix IPv6 example in /proxy commandstfn
2012-09-19charset: allow "UTF-8" in charset encoding options (still forbidden in decodi...Sebastien Helleu
2012-09-18irc: fix rejoin of channels with a key, ignore value "*" sent by server for k...Peter Boström
2012-09-04doc: update hdata "script_script" in plugin API referenceSebastien Helleu
2012-09-04core: add signals for plugins loaded/unloadedSebastien Helleu
2012-08-30core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu
2012-08-30script: add diff between current script and version in repositorySebastien Helleu
2012-08-28script: add option "script.look.display_source" (display source code with det...Sebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-22irc: generate alternate nicks dynamically when all nicks are already in use (...Sebastien Helleu
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 installing/rem...Sebastien Helleu
2012-08-20irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...Sebastien Helleu
2012-08-20script: add focus info for mouse on script buffer, add two default mouse bind...Sebastien Helleu
2012-08-18script: add key alt+L to reload script, allow input on script buffer for acti...Sebastien Helleu
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, a...Sebastien Helleu
2012-08-17core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers wi...Sebastien Helleu
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-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...Sebastien Helleu
2012-08-08core: fix connection to host in child process when socket is non-blocking (wi...Sebastien Helleu
2012-08-08scripts: add signals for scripts loaded/unloaded/installed/removedSebastien 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 r...Sebastien Helleu
2012-08-03scripts: add hdata with list of scripts for each languageSebastien Helleu
2012-08-02doc: fix C example of weechat_charset_set and weechat_iconv_to_internal (plug...stfn
2012-08-01core: add option weechat.startup.sys_rlimit to set system resource limits for...Sebastien Helleu
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-27relay: add support of SSL (for irc and weechat protocols), new option relay.n...Sebastien Helleu
2012-07-23doc: add missing argument "pos_option_name" in function "config_search_with_s...Sebastien Helleu
2012-07-21core: add hdata "hotlist"Sebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien 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" (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-07-07core: add option weechat.look.jump_smart_back_to_buffer (jump back to initial...Nils Görs
2012-07-07irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (...Sebastien Helleu
2012-07-06doc: update note about WeeChat version at beginning of FAQSebastien Helleu
2012-07-06doc: fix name of option in question about memory usage (FAQ)Sebastien Helleu
2012-07-05core: add default key alt+"s" (toggle aspell)Sebastien Helleu
2012-07-05aspell: add new option aspell.check.enabled, add options enable/disable/toggl...Sebastien Helleu
2012-07-05doc: fix C example of weechat_hook_process_hashtable (plugin API reference)stfn