summaryrefslogtreecommitdiff
path: root/doc/fr
AgeCommit message (Collapse)Author
2011-02-22Replace char "/" by ":" to specify background in nick colorsSebastien Helleu
2011-02-21Allow relative size for command /window resizeSebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-10Add option "memory" to command /debugSebastien Helleu
2011-02-09Update german translationsSebastien Helleu
2011-02-08Fix typo: half channel operator -> channel half-operatorSebastien Helleu
2011-02-08Fix typo in /help color: minimum color number for alias is 0 and not 1Sebastien Helleu
2011-02-07Remove unneeded spacesSebastien Helleu
2011-02-07Improve display of commands lists in /help (add arguments -list and -listfull)Sebastien Helleu
2011-02-05Add option weechat.look.read_marker_string, use option hline_char for ↵Sebastien Helleu
horizontal bar separators only
2011-02-05Add color "gray", fix white background (use white instead of gray)Sebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with ↵Sebastien Helleu
same name (for same command name in many plugins)
2011-02-02Add note about package "ncurses-term" in user guide and FAQ for 256 colorsSebastien Helleu
2011-02-02Rename options add/del by alias/unalias in command /colorSebastien Helleu
2011-02-01Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) ↵Sebastien Helleu
(bug #32216)
2011-01-31Add some chars after cursor when scrolling input line: new option ↵Sebastien Helleu
weechat.look.input_cursor_scroll (bug #21391)
2011-01-31Dynamically allocate color pairsSebastien Helleu
This commit introduces major changes in 256 colors support: - extended colors can be used without being added with command "/color add" - background color is now allowed for nick colors (using slash separator)
2011-01-26Fix typos in config functions in plugin API referenceSebastien Helleu
2011-01-25Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API referenceSebastien Helleu
2011-01-18Enlarge table with list of $TERM for colors in user guideSebastien Helleu
2011-01-09Add some features in FAQ (256 colors, IRC proxy, redirection of IRC commands)Sebastien Helleu
2011-01-05Fix french translation of description for option weechat.color.chat_nickSebastien Helleu
2011-01-04Add note about term option for .screenrc file in FAQSebastien Helleu
2011-01-04Add note about term option for .screenrc file in user guideSebastien Helleu
2011-01-04Add doc about 256 colors in user guide and FAQSebastien Helleu
2011-01-02Add function "hashtable_set_pointer" in plugin APISebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2011-01-01Update command /color in user guideSebastien Helleu
2011-01-01Add new command /colorSebastien Helleu
2010-12-27Add option "-server" to command /join (task #10837)Sebastien Helleu
2010-12-26Add question about gdb and threads error in FAQSebastien Helleu
2010-12-26Add info "weechat_upgrading", signal "upgrade_ended", display duration of ↵Sebastien Helleu
upgrade
2010-12-20Replace the 10 nick color options and number of nick colors by a single ↵Sebastien Helleu
option "weechat.color.chat_nick_colors" (comma separated list of colors)
2010-12-20Add 256 colors supportSebastien Helleu
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos
2010-12-17Add command line option "-c" (or "--colors") to display default colors in ↵Sebastien Helleu
terminal
2010-12-11Add date format for logger masks in user guideSebastien Helleu
2010-12-10Change font used in doc for default keybindingsSebastien Helleu
2010-12-09Add option "-switch" to commands /connect and /reconnectSebastien Helleu
2010-12-07Add color support in option weechat.look.buffer_time_formatSebastien Helleu
2010-12-07Update required version of asciidoc to build doc (now 8.5.0)Sebastien Helleu
2010-12-06Add note about automatic unhook for function hook_process in plugin API ↵Sebastien Helleu
reference
2010-12-06Fix unstranslated string in french user guideSebastien Helleu
2010-12-06Add doc about relay plugin in user guideSebastien Helleu
2010-12-06Add some custom css styles for asciidocSebastien Helleu
2010-12-06Add example for irc proxy in /help relaySebastien Helleu
2010-12-04Fix typos in scripting guideSebastien Helleu
2010-12-02Add question about key to jump to buffer 11 (or higher) in FAQSebastien Helleu
2010-12-02Replace "receiver" by "target" in help of some IRC commandsSebastien Helleu
2010-11-29Fix /help notice: receiver can be nick or channelSebastien Helleu
2010-11-29Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"Sebastien Helleu