summaryrefslogtreecommitdiff
path: root/src/core/wee-config.c
AgeCommit message (Expand)Author
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), ad...Sebastien Helleu
2010-09-27Add new option weechat.look.input_share (task #9228)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-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-04Move options weechat.color.nicklist_prefix to irc pluginSebastien Helleu
2010-05-26Add new option weechat.look.confirm_quitSebastien Helleu
2010-05-01Move option irc.color.item_buffer_name_ssl to core (new name: weechat.color.s...Sebastien Helleu
2010-04-28Add keys for undo/redo changes on command line (default: ctrl/alt + underscor...Sebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-31Fix help of option weechat.plugin.autoloadSebastien Helleu
2010-03-31Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" a...Sebastien Helleu
2010-03-26Fix bug with writing of configuration files when disk is full (bug #29331)Sebastien Helleu
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add examp...Sebastien Helleu
2010-03-23Remove WeeChat sloganSebastien Helleu
2010-03-22Add new option weechat.color.nicklist_offlineSebastien Helleu
2010-03-22Remove obsolete option weechat.color.nicklist_moreSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-03Set option weechat.look.read_marker_always_show to off by defaultSebastien Helleu
2010-03-03Add new option weechat.look.read_marker_always_showSebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-02-09Add new option weechat.look.time_format to customize default format for date/...Sebastien Helleu
2010-01-26Send signal "day_changed" even if option weechat.look.day_change is set to offSebastien Helleu
2010-01-26Add signal "day_changed", allow date format in logger options path and mask (...Sebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-14Add new option weechat.color.status_timeSebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on IR...Sebastien Helleu
2009-10-30Fix message "Day changed to", sometimes displayed at wrong time (bug #26959)Sebastien Helleu
2009-10-14Fix bug with URL selection in some terminals (caused by horizontal lines) (bu...Sebastien Helleu
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-09-19Fix terminal title bug: do not reset it when option weechat.look.set_title is...Sebastien Helleu
2009-08-29Add 2 new options: weechat.look.prefix_align_more and weechat.look.prefix_buf...Sebastien Helleu
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-28Rename function string_explode to string_splitSebastien Helleu
2009-06-21Disable layout saving by defaultSebastien 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
2009-05-18Add option weechat.look.jump_previous_buffer_when_closingSebastien Helleu
2009-05-18Add option weechat.history.max_visited_buffersSebastien Helleu
2009-05-17Add signals "key_bind" and "key_unbind"Sebastien Helleu
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-12Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer numb...Sebastien Helleu