summaryrefslogtreecommitdiff
path: root/doc/fr/autogen/user/weechat_options.txt
AgeCommit message (Collapse)Author
2011-02-22Replace char "/" by ":" to specify background in nick colorsSebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-05Add option weechat.look.read_marker_string, use option hline_char for ↵Sebastien Helleu
horizontal bar separators only
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-05Fix french translation of description for option weechat.color.chat_nickSebastien Helleu
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-07Add color support in option weechat.look.buffer_time_formatSebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function ↵Sebastien Helleu
string_has_highlight_regex in plugin API (task #10321)
2010-11-18Update user guideSebastien Helleu
2010-11-18Fix infinite loop on gnutls handshake when connecting with SSL to server on ↵Gu1ll4um3r0m41n
wrong port or server with SSL problems (bug #27487)
2010-11-09Add note about "%h" replaced by WeeChat home in some optionsSebastien Helleu
2010-10-12Add new option weechat.look.hotlist_unique_numbers (task #10691)Sebastien Helleu
2010-10-02Add new option weechat.look.prefix_align_min (task #10650)Sebastien Helleu
2010-09-28New value for option weechat.look.input_share (none, commands, text, all), ↵Sebastien Helleu
add new option weechat.look.input_share_overwrite (boolean)
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu
2010-09-20Fix formatting bug in html doc with description of options (bug #31076)Sebastien Helleu
2010-08-14Add help about values for /help weechat.look.buffer_notify_defaultSebastien Helleu
2010-07-12Add new option weechat.look.align_end_of_linesSebastien Helleu
2010-06-04Move options weechat.color.nicklist_prefix to irc pluginSebastien Helleu
Options renamed or removed: - weechat.color.nicklist_prefix1 renamed to irc.color.nick_prefix_op - weechat.color.nicklist_prefix2 renamed to irc.color.nick_prefix_halfop - weechat.color.nicklist_prefix3 renamed to irc.color.nick_prefix_voice - weechat.color.nicklist_prefix4 renamed to irc.color.nick_prefix_user - weechat.color.nicklist_prefix5 removed
2010-05-26Add new option weechat.look.confirm_quitSebastien Helleu
2010-05-01Move option irc.color.item_buffer_name_ssl to core (new name: ↵Sebastien Helleu
weechat.color.status_name_ssl)
2010-04-28Add keys for undo/redo changes on command line (default: ctrl/alt + ↵Sebastien Helleu
underscore) (task #9483)
2010-03-31Fix help of option weechat.plugin.autoloadSebastien Helleu
2010-03-31Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" ↵Sebastien Helleu
as joker and "!" to prevent a plugin from being autoloaded (task #6361) Some examples for option weechat.plugin.autoload: - load all plugins (default): "*" - load only alias, charset, irc and logger: "alias,charset,irc,logger" - load all plugins but not lua and tcl: "*,!lua,!tcl" - load all plugins but not perl and python: "*,!p*" (not recommended because new future plugins may begin with "p") - do not load any plugin (weechat core alone is not really useful eheh): "!*"
2010-03-23Remove WeeChat sloganSebastien Helleu
2010-03-23Reformat examples in help of some commandsSebastien Helleu
2010-03-22Fix typos in /help window and /help loggerSebastien Helleu
2010-03-22Add list of tags in /help filterSebastien Helleu
2010-03-22Add new option weechat.color.nicklist_offlineSebastien Helleu
2010-03-04Update user guideSebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions ↵Sebastien Helleu
string_is_command_char and string_input_for_buffer in plugin and script API
2010-02-09Add new option weechat.look.time_format to customize default format for ↵Sebastien Helleu
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
2009-12-14Add new option weechat.color.status_timeSebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on ↵Sebastien Helleu
IRC server (CertFP) (task #7492) (patch from kolter)
2009-10-14Fix bug with URL selection in some terminals (caused by horizontal lines) ↵Sebastien Helleu
(bug #27700)
2009-08-29Add 2 new options: weechat.look.prefix_align_more and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more
2009-08-29Add new option weechat.look.prefix_buffer_align_maxSebastien Helleu
2009-08-09Remove obsolete option weechat.color.input_nickSebastien Helleu
2009-07-22Add new option weechat.look.search_text_not_found_alertSebastien Helleu
2009-07-09Remove obsolete option weechat.color.nicklist_separatorSebastien Helleu
2009-06-23Add new option irc.color.item_channel_modesSebastien Helleu
2009-06-14Add new option weechat.look.hotlist_names_merged_buffersSebastien Helleu
2009-06-10Rename option weechat.completion.nick_completor to nick_completerSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-28Convert all docs to asciidoc format, add scripting guideSebastien Helleu