Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-12 | Add new option weechat.look.hotlist_unique_numbers (task #10691) | Sebastien Helleu | |
2010-10-02 | Add new option weechat.look.prefix_align_min (task #10650) | Sebastien Helleu | |
2010-09-28 | New value for option weechat.look.input_share (none, commands, text, all), ↵ | Sebastien Helleu | |
add new option weechat.look.input_share_overwrite (boolean) | |||
2010-09-27 | Add new option weechat.look.input_share (task #9228) | Sebastien Helleu | |
2010-08-14 | Add help about values for /help weechat.look.buffer_notify_default | Sebastien Helleu | |
2010-07-12 | Add new option weechat.look.align_end_of_lines | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-06-04 | Move options weechat.color.nicklist_prefix to irc plugin | Sebastien 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-26 | Add new option weechat.look.confirm_quit | Sebastien Helleu | |
2010-05-01 | Move option irc.color.item_buffer_name_ssl to core (new name: ↵ | Sebastien Helleu | |
weechat.color.status_name_ssl) | |||
2010-04-28 | Add keys for undo/redo changes on command line (default: ctrl/alt + ↵ | Sebastien Helleu | |
underscore) (task #9483) | |||
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-03-31 | Fix help of option weechat.plugin.autoload | Sebastien Helleu | |
2010-03-31 | Improve 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-26 | Fix bug with writing of configuration files when disk is full (bug #29331) | Sebastien Helleu | |
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add ↵ | Sebastien Helleu | |
examples in /help key Note: old option "reset" for /key has been renamed to "resetall". | |||
2010-03-23 | Remove WeeChat slogan | Sebastien Helleu | |
2010-03-22 | Add new option weechat.color.nicklist_offline | Sebastien Helleu | |
2010-03-22 | Remove obsolete option weechat.color.nicklist_more | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-03-03 | Set option weechat.look.read_marker_always_show to off by default | Sebastien Helleu | |
2010-03-03 | Add new option weechat.look.read_marker_always_show | Sebastien Helleu | |
2010-03-02 | Add 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-09 | Add 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) | |||
2010-01-26 | Send signal "day_changed" even if option weechat.look.day_change is set to off | Sebastien Helleu | |
2010-01-26 | Add signal "day_changed", allow date format in logger options path and mask ↵ | Sebastien Helleu | |
(task #9430) | |||
2010-01-24 | Remove evil tabs in sources | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-12-14 | Add new option weechat.color.status_time | Sebastien Helleu | |
2009-11-07 | Check SSL certificates and use self-signed certificate to auto identify on ↵ | Sebastien Helleu | |
IRC server (CertFP) (task #7492) (patch from kolter) | |||
2009-10-30 | Fix message "Day changed to", sometimes displayed at wrong time (bug #26959) | Sebastien Helleu | |
2009-10-14 | Fix bug with URL selection in some terminals (caused by horizontal lines) ↵ | Sebastien Helleu | |
(bug #27700) | |||
2009-10-04 | Fix compilation under Cygwin (patch #6916) | Sebastien Helleu | |
2009-09-19 | Fix terminal title bug: do not reset it when option weechat.look.set_title ↵ | Sebastien Helleu | |
is off (bug #27399) | |||
2009-08-29 | Add 2 new options: weechat.look.prefix_align_more and ↵ | Sebastien Helleu | |
weechat.look.prefix_buffer_align_more | |||
2009-08-29 | Add new option weechat.look.prefix_buffer_align_max | Sebastien Helleu | |
2009-08-09 | Remove obsolete option weechat.color.input_nick | Sebastien Helleu | |
2009-07-22 | Add new option weechat.look.search_text_not_found_alert | Sebastien Helleu | |
2009-07-09 | Remove obsolete option weechat.color.nicklist_separator | Sebastien Helleu | |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu | |
2009-06-21 | Disable layout saving by default | Sebastien Helleu | |
2009-06-14 | Add new option weechat.look.hotlist_names_merged_buffers | Sebastien Helleu | |
2009-06-10 | Rename option weechat.completion.nick_completor to nick_completer | Sebastien Helleu | |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-05-28 | Convert all docs to asciidoc format, add scripting guide | Sebastien Helleu | |
2009-05-18 | Add option weechat.look.jump_previous_buffer_when_closing | Sebastien Helleu | |
2009-05-18 | Add option weechat.history.max_visited_buffers | Sebastien Helleu | |
2009-05-17 | Add signals "key_bind" and "key_unbind" | Sebastien Helleu | |
2009-05-17 | Fix typo: formated -> formatted | Sebastien Helleu | |
2009-05-12 | Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer ↵ | Sebastien Helleu | |
number or previous buffer This will switch to buffer #N or previously displayed buffer if current buffer is #N (it uses option weechat.look.jump_current_to_previous_buffer). Default keys alt-1 to alt-0 are now /buffer *N |