summaryrefslogtreecommitdiff
path: root/po/fr.po
AgeCommit message (Collapse)Author
2013-08-04api: add argument "options" in function string_eval_expression, add option ↵Sebastien Helleu
"-c" for command /eval (to evaluate a condition)
2013-08-02core: change the message displayed when passphrase is not given on startupSebastien Helleu
2013-08-02core: change the message displayed on /secure decrypt -discardSebastien Helleu
2013-08-02core: update translationsSebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task ↵Sebastien Helleu
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly).
2013-07-31plugins: remove the demo pluginSebastien Helleu
2013-07-28script: add info about things defined by script in the detailed view of ↵Sebastien Helleu
script (/script show)
2013-07-28api: use pointer for infolist "hook" to return only one hookSebastien Helleu
2013-07-27core: add option "-o" for command /colorSebastien Helleu
2013-07-27irc: display number of ops/halfops/voices on channel join only for supported ↵Sebastien Helleu
modes on server (bug #39582)
2013-07-20aspell: rename option aspell.look.color to aspell.color.misspelled, add ↵Sebastien Helleu
option aspell.color.suggestions
2013-07-20core: update translationsSebastien Helleu
2013-07-20core: add options weechat.look.hotlist_prefix and ↵Sebastien Helleu
weechat.look.hotlist_suffix (task #12730) (patch from Nils Görs)
2013-07-19irc: use lower case at beginning of message when deleting a serverSebastien Helleu
2013-07-18irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)Sebastien Helleu
2013-07-15core: add option weechat.look.key_bind_safeSebastien Helleu
2013-07-11irc: add option irc.look.pv_tagsSebastien Helleu
2013-07-11core: sort config options by name in sourcesSebastien Helleu
2013-07-05core: add completion "-quit" for command /upgradeSebastien Helleu
A "-dummy" option has been added too, just to prevent accidental completion with "-quit" (which is the first option completed). Thanks to stfn for initial patch.
2013-07-02core: add missing period in /help upgradeSebastien Helleu
2013-06-28core: remove obsolete command line option -k/--keysSebastien Helleu
The user's guide is better to view WeeChat default keys.
2013-06-28core: update man page and add translations (in french, german, italian, and ↵Sebastien Helleu
japanese)
2013-06-28core: fix typo in french translation of /help notify (patch #8082)Sebastien Helleu
2013-06-08core: add option weechat.network.proxy_curl (task #12651)Sebastien Helleu
2013-06-08irc: display a warning when the proxy set in a server does not existSebastien Helleu
2013-06-08core: add "proxy" infolist and hdataSebastien Helleu
2013-06-07aspell: add support of enchant library (patch #6858)Sebastien Helleu
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant
2013-06-05core: fix french translation of arguments in /help relaySebastien Helleu
2013-06-05irc: add support of special variables $nick/$channel/$server in commands ↵Sebastien Helleu
/allchan and /allserv
2013-06-02irc: add option irc.look.nick_color_hash: hash algorithm to find nick color ↵Sebastien Helleu
(patch #8062)
2013-05-30relay: fix binding to an IP address (bug #39119)Mantas Mikulėnas
2013-05-29irc: fix multiple nicks in command /query (separated by commas): open one ↵Sebastien Helleu
buffer per nick
2013-05-21core: update translations and auto-generated files with hdata/infolistsSebastien Helleu
2013-05-20Version 0.4.2-devSebastien Helleu
2013-05-20Version 0.4.1Sebastien Helleu
2013-05-11Version 0.4.1-rc2Sebastien Helleu
2013-05-03script: add key alt+A in /help script (thanks ArZa)Sebastien Helleu
2013-05-03core: add options weechat.look.prefix_align_more_after and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more_after
2013-05-01Version 0.4.1-rc1Sebastien Helleu
2013-05-01core: update translationsSebastien Helleu
2013-04-25core: fix typo in /help evalSebastien Helleu
2013-04-23irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)Sebastien Helleu
2013-03-25xfer: add option xfer.file.auto_accept_nicks (patch #7962)Andrew Potter
2013-03-24irc: add option irc.look.display_join_message (task #10895)Sebastien Helleu
2013-03-17irc: add option irc.look.pv_buffer: automatically merge private buffers ↵Sebastien Helleu
(optionally by server) (task #11924)
2013-03-17core: fix typos in french translationsSebastien Helleu
Now flyspell is enabled in my emacs for .po files :)
2013-03-17rmodifier: add info about "groups" in /help rmodifierSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-17core: add support of multiple layouts (task #11274)Sebastien Helleu
2013-03-12irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, ↵Sebastien Helleu
value is now a number of seconds