Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-04 | core: replace "behaviour" by "behavior" | Sebastien Helleu | |
2013-08-04 | core: change color format for options from `${xxx}` to `${color:xxx}` | Sebastien Helleu | |
Options affected: - weechat.look.buffer_time_format - weechat.look.prefix_action - weechat.look.prefix_error - weechat.look.prefix_join - weechat.look.prefix_network - weechat.look.prefix_quit | |||
2013-08-02 | core: rename binary and man page from "weechat-curses" to "weechat" (task ↵ | Sebastien Helleu | |
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly). | |||
2013-07-31 | core: do not build man page by default | Sebastien Helleu | |
2013-07-31 | core: add cmake option ENABLE_MAN to compile man page (on by default) | Sebastien Helleu | |
For configure, the option is "--disable-man". | |||
2013-07-20 | aspell: rename option aspell.look.color to aspell.color.misspelled, add ↵ | Sebastien Helleu | |
option aspell.color.suggestions | |||
2013-05-20 | Version 0.4.2-dev | Sebastien Helleu | |
2013-05-20 | Version 0.4.1 | Sebastien Helleu | |
2013-05-11 | Version 0.4.1-rc2 | Sebastien Helleu | |
2013-05-03 | core: add options weechat.look.prefix_align_more_after and ↵ | Sebastien Helleu | |
weechat.look.prefix_buffer_align_more_after | |||
2013-05-01 | doc: add relay message "_nicklist_diff" in NEWS | Sebastien Helleu | |
2013-05-01 | Version 0.4.1-rc1 | Sebastien Helleu | |
2013-04-29 | core: make nick prefix/suffix dynamic (move options from irc plugin to core, ↵ | Sebastien Helleu | |
add logger options) (bug #37531) | |||
2013-03-24 | core: mention unit (minutes) for old option "irc.network.lag_disconnect" | Sebastien Helleu | |
2013-03-24 | lua: remove use of functions for API constants | Sebastien Helleu | |
2013-03-12 | irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, ↵ | Sebastien Helleu | |
value is now a number of seconds | |||
2013-02-26 | core: update header in ChangeLog and NEWS | Sebastien Helleu | |
2013-02-23 | irc: hide passwords in commands or messages sent to nickserv with modifiers ↵ | Sebastien Helleu | |
(bug #38346) New modifiers: "irc_command_auth" and "irc_message_auth". Option removed: irc.look.hide_nickserv_pwd New option: irc.look.nicks_hide_password | |||
2013-02-20 | core: reformat NEWS file, add subsections | Sebastien Helleu | |
2013-02-19 | guile: fix arguments given to callbacks (separate arguments instead of one ↵ | Sebastien Helleu | |
list with arguments inside), guile >= 2.0 is now required (bug #38350) Unfortunately this breaks compatibility with existing guile scripts, but this change is needed to keep consistency with other scripting languages. Now guile >= 2.0 is required, WeeChat can not compile any more with guile 1.8. | |||
2013-01-20 | Version 0.4.1-dev | Sebastien Helleu | |
2013-01-20 | Version 0.4.0 | Sebastien Helleu | |
2013-01-14 | Version 0.4.0-rc3 | Sebastien Helleu | |
2013-01-10 | core: replace "behaviour" by "behavior" | Sebastien Helleu | |
2013-01-05 | Version 0.4.0-rc2 | Sebastien Helleu | |
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-26 | Version 0.4.0-rc1 | Sebastien Helleu | |
2012-12-14 | core: remove obsolete file UPGRADE_0.3 (move part of content into file NEWS, ↵ | Sebastien Helleu | |
for version 0.3.0) | |||
2012-12-05 | core: add option "irc.look.display_pv_away_once" in release notes for ↵ | Sebastien Helleu | |
version 0.3.3 | |||
2012-11-18 | core: add version 0.3.9.2 in ChangeLog and NEWS | Sebastien Helleu | |
2012-11-09 | core: add version 0.3.9.1 in ChangeLog and NEWS | Sebastien Helleu | |
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ↵ | Sebastien Helleu | |
"string_eval_expression" in plugin API | |||
2012-10-17 | core: fix typo in NEWS | Sebastien Helleu | |
2012-10-16 | relay: add support of IPv6, new option relay.network.ipv6, add support of ↵ | Sebastien Helleu | |
"ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270) | |||
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), ↵ | Simon Arlott | |
shuffle list of hosts for a same address (task #11205) | |||
2012-09-29 | Version 0.4.0-dev | Sebastien Helleu | |
2012-09-29 | Version 0.3.9 | Sebastien Helleu | |
2012-09-18 | Version 0.3.9-rc2 | Sebastien Helleu | |
2012-08-30 | Version 0.3.9-rc1 | Sebastien Helleu | |
2012-08-27 | core: fix asciidoc formatting in NEWS | Sebastien Helleu | |
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-07-07 | irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes ↵ | Sebastien Helleu | |
(task #12022) | |||
2012-07-05 | aspell: add new option aspell.check.enabled, add options ↵ | Sebastien Helleu | |
enable/disable/toggle for command /aspell, display aspell status with /aspell (task #11988) New options in command /aspell: - "enable": enable aspell - "disable": disable aspell - "toggle": toggle aspell Options renamed in command /aspell: - "enable" renamed to "setdict" (set dictionary for current buffer) - "disable" renamed to "deldict" (delete dictionary used on current buffer) - "dictlist" renamed to "listdict" (show installed dictionaries) | |||
2012-06-14 | core: fix typo in NEWS | Sebastien Helleu | |
2012-06-14 | core: add missing header in NEWS | Sebastien Helleu | |
2012-06-14 | core: add options for horizontal/vertical separators between split windows ↵ | Sebastien Helleu | |
in NEWS | |||
2012-06-03 | Version 0.3.9-dev | Sebastien Helleu | |
2012-06-03 | Version 0.3.8 | Sebastien Helleu | |
2012-05-22 | Version 0.3.8-rc2 | Sebastien Helleu | |
2012-05-15 | Version 0.3.8-rc1 | Sebastien Helleu | |