Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-08 | core: add option weechat.network.proxy_curl (task #12651) | Sebastien Helleu | |
2013-05-28 | core: set options weechat.look.color_inactive_{buffer|window} to "on" by default | Sebastien Helleu | |
2013-05-18 | core: update italian translations | Marco Paolone | |
2013-05-03 | core: add options weechat.look.prefix_align_more_after and ↵ | Sebastien Helleu | |
weechat.look.prefix_buffer_align_more_after | |||
2013-05-02 | doc: update auto-generated files with options | Sebastien Helleu | |
2013-02-03 | core: update italian translations | Marco Paolone | |
2013-02-01 | core: add info about doc and function to read in /help ↵ | Sebastien Helleu | |
weechat.completion.default_template | |||
2013-01-04 | core: fix help of option weechat.color.separator | Sebastien Helleu | |
2012-12-01 | core: add color support in options ↵ | Nils Görs | |
weechat.look.prefix_{action|error|join|network|quit} (task #9555) | |||
2012-08-20 | irc: 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-01 | core: add option weechat.startup.sys_rlimit to set system resource limits ↵ | Sebastien Helleu | |
for WeeChat process | |||
2012-07-30 | doc: update italian translations and docs | Marco Paolone | |
2012-07-07 | core: 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-10 | core: 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-09 | core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg ↵ | Sebastien Helleu | |
for highlight when nick is offline) | |||
2012-06-09 | core: 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-16 | doc: update italian translations and user guide | Marco Paolone | |
2012-04-11 | core: fix help of option weechat.completion.nick_completer | Sebastien Helleu | |
2012-04-07 | core: convert options weechat.look.prefix_align_more and ↵ | Sebastien Helleu | |
weechat.look.prefix_buffer_align_more from boolean to string (task #11197) | |||
2012-03-28 | core: 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-23 | core: add a connection timeout for child process in hook_connect (bug #35966) | Sebastien Helleu | |
2012-03-09 | core: improve and fix bugs on standard paste and bracketed paste | Sebastien 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-04 | core: fix typo in help of option weechat.look.paste_bracketed (bug #35717) | Sebastien Helleu | |
2012-03-04 | core: rename option weechat.look.bracketed_paste_mode to ↵ | Sebastien Helleu | |
weechat.look.paste_bracketed | |||
2012-03-04 | core: add support of terminal "bracketed paste mode" (task #11316) | Sebastien Helleu | |
2012-02-06 | core: update italian translations | Marco Paolone | |
2012-01-22 | core: 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 | |||
2012-01-16 | core: update italian translations | Marco Paolone | |
2011-12-25 | core: change mouse state when option weechat.look.mouse is changed | Sebastien Helleu | |
2011-12-07 | core: 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-17 | doc: update italian translations and docs | Marco Paolone | |
2011-11-15 | core: allow list for option weechat.plugin.extension (makes weechat.conf ↵ | Sebastien Helleu | |
portable accross Un*x and Windows) (task #11479) | |||
2011-11-12 | core: add new option weechat.completion.base_word_until_cursor: allow ↵ | Sebastien Helleu | |
completion in middle of words (enabled by default) (task #9771) | |||
2011-11-12 | doc: add anchors for config file options in user's guide | Sebastien Helleu | |
2011-11-05 | core: rename options weechat.history.{max_lines|max_minutes} to ↵ | Sebastien Helleu | |
weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes} | |||
2011-11-01 | core: add option weechat.history.max_minutes: maximum number of minutes in ↵ | Sebastien Helleu | |
history per buffer (task #10900) (patch from Quentin Pradet) | |||
2011-10-21 | doc: update italian translations and docs | Marco Paolone | |
2011-10-06 | doc: update italian translations | Sebastien Helleu | |
2011-09-24 | core: update help of option weechat.look.color_basic_force_bold | Sebastien Helleu | |
2011-09-24 | core: 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-23 | core: change default value for option weechat.look.color_inactive_buffer to off | Sebastien Helleu | |
2011-09-22 | core: add options weechat.look.color_inactive_window/buffer, fix bugs with ↵ | Sebastien Helleu | |
inactive colors | |||
2011-09-22 | core: 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-09-17 | doc: update italian translations and docs | Sebastien Helleu | |
2011-08-26 | core: add new options weechat.look.bar_more_left/right/up/down | Sebastien Helleu | |
2011-08-26 | core: add new option weechat.look.item_buffer_filter | Sebastien Helleu | |
2011-08-26 | core: change default value of option weechat.network.gnutls_ca_file to ↵ | Sebastien Helleu | |
"/etc/ssl/certs/ca-certificates.crt" | |||
2011-08-15 | doc: update italian translations, user guide and FAQ | Sebastien Helleu | |
2011-07-28 | core: 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-26 | core: 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) |