summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/weechat_options.txt
AgeCommit message (Collapse)Author
2012-12-01core: add color support in options ↵Nils Görs
weechat.look.prefix_{action|error|join|network|quit} (task #9555)
2012-08-20irc: move options weechat.look.nickmode{_empty} to ↵Sebastien Helleu
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs) The option irc.look.nick_mode has a new type: integer with values: none/prefix/action/both (default is "prefix", which is old behaviour).
2012-08-01core: add option weechat.startup.sys_rlimit to set system resource limits ↵Sebastien Helleu
for WeeChat process
2012-07-07core: add option weechat.look.jump_smart_back_to_buffer (jump back to ↵Nils Görs
initial buffer after reaching end of hotlist) The option is "on" by default, which is old behaviour.
2012-06-10core: add horizontal separator between windows, two new options to toggle ↵Sebastien Helleu
horizontal/vertical separators between windows New boolean options, enabled by default: - weechat.look.window_separator_horizontal - weechat.look.window_separator_vertical
2012-06-09core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg ↵Sebastien Helleu
for highlight when nick is offline)
2012-06-09core: add options to use different color for offline nicks in prefix (patch ↵Sebastien Helleu
from Nei) (task #11109) New options: - weechat.look.color_nick_offline: boolean to enable feature (off by default) - weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix)
2012-04-11core: fix help of option weechat.completion.nick_completerSebastien Helleu
2012-04-07core: convert options weechat.look.prefix_align_more and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more from boolean to string (task #11197)
2012-03-28core: add option weechat.look.prefix_same_nick (hide or change prefix on ↵Sebastien Helleu
messages whose nick is the same as previous message) (task #11965)
2012-03-23core: add a connection timeout for child process in hook_connect (bug #35966)Sebastien Helleu
2012-03-09core: improve and fix bugs on standard paste and bracketed pasteSebastien Helleu
Changes: - wait control sequence for end of bracketed paste (and only after, check if we should ask confirmation to user) - add option weechat.look.paste_bracketed_timer_delay to force the end of bracketed paste if the control sequence for end of bracketed paste was not received in time - in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for one line (ask for one line only if paste_max_lines=0) - fix bugs with mintty: bracketed paste should be ok every time (even if some codes are sometimes partially received, WeeChat will now handle that properly); the standard paste often fails (due to bug in mintty, which sends paste very slowly to remote app); so the bracketed paste mode is highly recommended with mintty - after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will undo whole paste, not chars one by one
2012-03-04core: fix typo in help of option weechat.look.paste_bracketed (bug #35717)Sebastien Helleu
2012-03-04core: rename option weechat.look.bracketed_paste_mode to ↵Sebastien Helleu
weechat.look.paste_bracketed
2012-03-04core: add support of terminal "bracketed paste mode" (task #11316)Sebastien Helleu
2012-01-22core: add support of flags in regular expressions and highlight options, add ↵Sebastien Helleu
irc options to customize/disable default nick highlight (task #11128) New functions in C plugin API: - string_regex_flags - string_regcomp New irc options: - irc.look.highlight_server - irc.look.highlight_channel - irc.look.highlight_pv Regex flags are supported in following options/commands: - option weechat.look.highlight - option weechat.look.highlight_regex - options irc.look.highlight_{server|channel|pv} - option relay.network.allowed_ips - core command /filter - irc command /list - irc command /ignore - rmodifier command /rmodifier
2011-12-25core: change mouse state when option weechat.look.mouse is changedSebastien Helleu
2011-12-07core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, ↵Sebastien Helleu
restore old behaviour before fix of bug #25555 in version 0.3.5)
2011-11-15core: allow list for option weechat.plugin.extension (makes weechat.conf ↵Sebastien Helleu
portable accross Un*x and Windows) (task #11479)
2011-11-12core: add new option weechat.completion.base_word_until_cursor: allow ↵Sebastien Helleu
completion in middle of words (enabled by default) (task #9771)
2011-11-12doc: add anchors for config file options in user's guideSebastien Helleu
2011-11-05core: rename options weechat.history.{max_lines|max_minutes} to ↵Sebastien Helleu
weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}
2011-11-01core: add option weechat.history.max_minutes: maximum number of minutes in ↵Sebastien Helleu
history per buffer (task #10900) (patch from Quentin Pradet)
2011-09-24core: update help of option weechat.look.color_basic_force_boldSebastien Helleu
2011-09-24core: add new option weechat.look.color_basic_force_bold, off by default: ↵Sebastien Helleu
bold is used only if terminal has less than 16 colors (patch #7621)
2011-09-23core: change default value for option weechat.look.color_inactive_buffer to offSebastien Helleu
2011-09-22core: add options weechat.look.color_inactive_window/buffer, fix bugs with ↵Sebastien Helleu
inactive colors
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line
2011-08-26core: add new options weechat.look.bar_more_left/right/up/downSebastien Helleu
2011-08-26core: add new option weechat.look.item_buffer_filterSebastien Helleu
2011-08-26core: change default value of option weechat.network.gnutls_ca_file to ↵Sebastien Helleu
"/etc/ssl/certs/ca-certificates.crt"
2011-07-28core: improve mouse support: process utf-8 codes, add option ↵Sebastien Helleu
weechat.look.mouse_timer_delay, remove key meta2-M, fix problem with iso chars when grabbing mouse codes
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵Sebastien Helleu
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional)
2011-06-29core: add new option weechat.look.separator_vertical, rename option ↵Sebastien Helleu
weechat.look.hline_char to weechat.look.separator_horizontal
2011-06-13core: add option "tags" for command /debugSebastien Helleu
2011-06-13core: add option weechat.look.eat_newline_glitch (disabled by default, can ↵Sebastien Helleu
cause display bugs)
2011-04-24core: add option weechat.look.hotlist_add_buffer_if_awaySebastien Helleu
2011-04-17core: add automatic reset of color pairs, new option ↵Sebastien Helleu
weechat.look.color_pairs_auto_reset
2011-04-11core: add messages counts in hotlist for each buffer, option ↵Sebastien Helleu
weechat.look.hotlist_buffer_separator and tag "notify_none" New options: - weechat.look.hotlist_buffer_separator - weechat.look.hotlist_count_max - weechat.look.hotlist_count_min_msg - weechat.color.status_count_msg - weechat.color.status_count_private - weechat.color.status_count_highlight - weechat.color.status_count_other
2011-03-18Add new option weechat.look.highlight_tags (force highlight on tags)Sebastien Helleu
2011-03-07Add chars "`" and "_" in default value of option ↵Sebastien Helleu
weechat.completion.nick_ignore_chars
2011-02-24Replace char "%" by "!" for reverse video in color attributesSebastien Helleu
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)
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)