summaryrefslogtreecommitdiff
path: root/doc/fr
AgeCommit message (Collapse)Author
2015-08-15irc: update help on option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
Remove mention of WeeChat <= 1.2 since the behavior is not exactly the same as old versions (when the option is enabled): only the channel/message are decoded/encoded and not the nick/host.
2015-08-14irc: add option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
This is a workaround (disabled by default) to join and chat on ISO encoded channels (or another charset different from UTF-8). This option may be removed in future if a better solution is implemented.
2015-08-11core: add completion "colors" (closes #481)Sébastien Helleu
2015-08-08core: update translationsSébastien Helleu
2015-08-08Merge pull request #476 from sim642/alias-exampleSébastien Helleu
core: update examples of alias add commands
2015-08-08doc: update auto-generated files with hdataSébastien Helleu
2015-08-07core: update translationsSébastien Helleu
2015-08-06core: update examples of alias add commandsSimmo Saan
2015-08-03core: update options supporting secured data in /help secureSébastien Helleu
2015-07-28doc: update default keys to start/stop search of text in buffer (user's guide)Sébastien Helleu
2015-07-26core: update translationsSébastien Helleu
2015-07-26core: add option weechat.look.key_grab_delay to set the default delay when ↵Sébastien Helleu
grabbing a key with alt-k
2015-07-24doc: update default keybinds for "alt-j NN"Simmo Saan
2015-07-20alias: add options "add", "addcompletion" and "del" in command /alias, ↵Sébastien Helleu
remove command /unalias (closes #458)
2015-07-18core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 ↵Sébastien Helleu
on Linux/BSD) (closes #465) The calls to select() are replaced by poll(), which doesn't have limitation on file descriptor number.
2015-07-14core: add option weechat.look.confirm_upgrade (closes #463)Sébastien Helleu
2015-07-12doc: add Cygwin packages in user's guideSébastien Helleu
2015-07-10irc: evaluate content of server option "nicks"Sébastien Helleu
2015-07-04api: fix type of value returned by function util_get_time_stringSébastien Helleu
2015-07-04doc: update functions strcasestr, utf8_prev_char, utf8_next_char and ↵Sébastien Helleu
utf8_add_offset in plugin API reference
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char ↵Sébastien Helleu
and utf8_add_offset
2015-07-03api: fix type of value returned by function strcasestrSébastien Helleu
2015-06-30api: add support of evaluated sub-strings and current date/time in function ↵Sébastien Helleu
string_eval_expression() and command /eval
2015-06-29doc: add question about unicode chars and libc (wcwidth) in FAQSébastien Helleu
2015-06-28doc: remove tag "translation missing" in French man pageSébastien Helleu
2015-06-27irc: decode/encode only text in IRC messages and not the headers (bug ↵Sébastien Helleu
#29886, closes #218, closes #451)
2015-06-27xfer: evaluate content of options xfer.file.download_path and ↵Sébastien Helleu
xfer.file.upload_path (issue #388)
2015-06-24doc: update examples for functon string_eval_path_home() in plugin API referenceSébastien Helleu
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-06-23core: fix help of /eval commandSébastien Helleu
2015-06-23core: allow pointer as list name in evaluation of hdata (closes #450)Sébastien Helleu
2015-06-21script: rename option script.scripts.dir to script.scripts.path (issue #388)Sébastien Helleu
2015-06-20logger: evaluate content of option logger.file.path (issue #388)Sébastien Helleu
2015-06-19script: evaluate content of option script.scripts.dir (issue #388)Sébastien Helleu
2015-06-06core: add signal "signal_sighup"Sébastien Helleu
2015-06-04core: replace "create" by "add" in messages and docs for IRC servers and proxiesSébastien Helleu
2015-05-17doc: replace PREFIX with CMAKE_INSTALL_PREFIX in list of cmake options ↵Sébastien Helleu
(user's guide)
2015-05-17doc: replace PREFIX with CMAKE_INSTALL_PREFIX in cmake instructions (closes ↵Sébastien Helleu
#354)
2015-05-17doc: sort directories and files, reformat emacs lisp example in developer's ↵Sébastien Helleu
guide
2015-05-17doc: update list of repositories in developer's guideSébastien Helleu
2015-05-15doc: add missing file test-arraylist.cpp in developer's guideSébastien Helleu
2015-05-13doc: add relay in list of main features (user's guide)Sébastien Helleu
2015-05-05doc: harmonize size of bar filling examples (user's guide)Sébastien Helleu
2015-05-01doc: merge min/max version columns into a single column in dependencies ↵Sébastien Helleu
(user's guide)
2015-05-01core: add signals "signal_sigterm" and "signal_sigquit" (closes #114)Sébastien Helleu
2015-04-26api: add support of environment variables in function ↵Sébastien Helleu
string_eval_expression() and command /eval (issue #388)
2015-04-26doc: fix French translations in function string_eval_expression (plugin API ↵Sébastien Helleu
reference)
2015-04-26doc: fix typo in function string_eval_expression (plugin API reference)Sébastien Helleu
2015-04-26core: add support of full color option name in command /eval and API ↵Sébastien Helleu
function string_eval_expression()
2015-04-26api: add support of full color option name in function color()Sébastien Helleu