summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2013-08-04core: replace "behaviour" by "behavior"Sebastien Helleu
2013-08-04core: 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-02core: 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-31core: do not build man page by defaultSebastien Helleu
2013-07-31core: add cmake option ENABLE_MAN to compile man page (on by default)Sebastien Helleu
For configure, the option is "--disable-man".
2013-07-20aspell: rename option aspell.look.color to aspell.color.misspelled, add ↵Sebastien Helleu
option aspell.color.suggestions
2013-05-20Version 0.4.2-devSebastien Helleu
2013-05-20Version 0.4.1Sebastien Helleu
2013-05-11Version 0.4.1-rc2Sebastien Helleu
2013-05-03core: add options weechat.look.prefix_align_more_after and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more_after
2013-05-01doc: add relay message "_nicklist_diff" in NEWSSebastien Helleu
2013-05-01Version 0.4.1-rc1Sebastien Helleu
2013-04-29core: make nick prefix/suffix dynamic (move options from irc plugin to core, ↵Sebastien Helleu
add logger options) (bug #37531)
2013-03-24core: mention unit (minutes) for old option "irc.network.lag_disconnect"Sebastien Helleu
2013-03-24lua: remove use of functions for API constantsSebastien Helleu
2013-03-12irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, ↵Sebastien Helleu
value is now a number of seconds
2013-02-26core: update header in ChangeLog and NEWSSebastien Helleu
2013-02-23irc: 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-20core: reformat NEWS file, add subsectionsSebastien Helleu
2013-02-19guile: 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-20Version 0.4.1-devSebastien Helleu
2013-01-20Version 0.4.0Sebastien Helleu
2013-01-14Version 0.4.0-rc3Sebastien Helleu
2013-01-10core: replace "behaviour" by "behavior"Sebastien Helleu
2013-01-05Version 0.4.0-rc2Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-26Version 0.4.0-rc1Sebastien Helleu
2012-12-14core: remove obsolete file UPGRADE_0.3 (move part of content into file NEWS, ↵Sebastien Helleu
for version 0.3.0)
2012-12-05core: add option "irc.look.display_pv_away_once" in release notes for ↵Sebastien Helleu
version 0.3.3
2012-11-18core: add version 0.3.9.2 in ChangeLog and NEWSSebastien Helleu
2012-11-09core: add version 0.3.9.1 in ChangeLog and NEWSSebastien Helleu
2012-11-02core: add command /eval, use expression in conditions for bars, add function ↵Sebastien Helleu
"string_eval_expression" in plugin API
2012-10-17core: fix typo in NEWSSebastien Helleu
2012-10-16relay: 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-14api: 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-29Version 0.4.0-devSebastien Helleu
2012-09-29Version 0.3.9Sebastien Helleu
2012-09-18Version 0.3.9-rc2Sebastien Helleu
2012-08-30Version 0.3.9-rc1Sebastien Helleu
2012-08-27core: fix asciidoc formatting in NEWSSebastien Helleu
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-07-07irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes ↵Sebastien Helleu
(task #12022)
2012-07-05aspell: 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-14core: fix typo in NEWSSebastien Helleu
2012-06-14core: add missing header in NEWSSebastien Helleu
2012-06-14core: add options for horizontal/vertical separators between split windows ↵Sebastien Helleu
in NEWS
2012-06-03Version 0.3.9-devSebastien Helleu
2012-06-03Version 0.3.8Sebastien Helleu
2012-05-22Version 0.3.8-rc2Sebastien Helleu
2012-05-15Version 0.3.8-rc1Sebastien Helleu