summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-12-15core: add support of logical and/or for argument "tags" in function hook_printSebastien Helleu
2013-12-15core: add buffer property "highlight_tags_restrict", rename option irc.look.h...Sebastien Helleu
2013-12-14core: add logical "and" between tags in filters, weechat.look.highlight_tags ...Sebastien Helleu
2013-12-13core: rename options save/reset to add/del in command /layoutSebastien Helleu
2013-12-11core: update ChangeLogSebastien Helleu
2013-12-11core: fix text emphasis with wide chars on screen like japanese (patch #8253)...Sebastien Helleu
2013-12-08core: add signal "buffer_cleared"Sebastien Helleu
2013-12-08core: remove option on /unset of plugin description option (plugins.desc.xxx)...Sebastien Helleu
2013-12-07irc: rename option irc.look.ban_mask_default to irc.network.ban_mask_defaultSebastien Helleu
2013-12-07irc: add option irc.look.ban_mask_default (bug #26571)Sebastien Helleu
2013-12-06irc: add option irc.network.lag_maxSebastien Helleu
2013-12-05irc: fix ignore on a host without nickSebastien Helleu
2013-12-04core: add buffer property "day_change" to hide messages for the day change in...Sebastien Helleu
2013-12-02core: use syntax key[xxx] for key bindings in ChangeLog and NEWSSebastien Helleu
2013-12-01core: replace default key ctrl+"c", "u" by ctrl+"c", "_" for underlined text ...Sebastien Helleu
2013-12-01irc: use color code 0x1F (ctrl-_) for underlined text in input line (same cod...Sebastien Helleu
2013-12-01core: replace default key ctrl+"c", "r" by ctrl+"c", "v" for reverse video in...Sebastien Helleu
2013-12-01irc: use color code 0x16 (ctrl-V) for reverse video in messagesSebastien Helleu
2013-12-01core: add missing access to hdata "buffer_visited"Sebastien Helleu
2013-12-01core: fix random crash when closing a bufferSebastien Helleu
2013-11-30irc: use option irc.network.colors_send (instead of receive) when displaying ...Sebastien Helleu
2013-11-30aspell: fix detection of nicks with non-alphanumeric charsSebastien Helleu
2013-11-28core: revert check of layout when switching to a buffer using value "auto" in...Sebastien Helleu
2013-11-28python: fix load of scripts with python >= 3.3Sebastien Helleu
2013-11-23irc: fix memory leak when checking the value of ssl_priorities option in serversSebastien Helleu
2013-11-23irc: fix memory leak when a channel is deletedSebastien Helleu
2013-11-22core: fix crash on /buffer close core.weechatSebastien Helleu
2013-11-19guile: disable guile gmp allocator (fix crash on unload of relay plugin) (bug...Pierre Carru
2013-11-17core: add option "libs" for command /debug, add signal "debug_libs"Sebastien Helleu
2013-11-14core: apply color attributes when clearing a window (patch #8236) (patch from...Sebastien Helleu
2013-11-13core: set option weechat.look.paste_bracketed to "on" by defaultSebastien Helleu
2013-11-12core: fix truncated text when pasting several long lines (bug #40210)Sebastien Helleu
2013-11-09core: rename option weechat.look.set_title to weechat.look.window_title (eval...Sebastien Helleu
2013-11-09core: add infos "term_width" and "term_height"Sebastien Helleu
2013-11-09api: add support of infos with format `${info:name,arguments}` in function st...Sebastien Helleu
2013-11-09api: add support for C++ pluginsstfn
2013-11-09core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" (pat...Sebastien Helleu
2013-11-09core: create .conf file with default options only if the file does not exist ...Sebastien Helleu
2013-11-08core: add shared strings in ChangeLog for version 0.4.2Sebastien Helleu
2013-11-08core: fix highlight on action messages: skip the nick at beginning to prevent...Sebastien Helleu
2013-11-07irc: fix groups in channel nicklist when reconnecting to a server that suppor...Sebastien Helleu
2013-11-06core: use one line titles and less chars for delimited blocks/tables in Chang...Sebastien Helleu
2013-11-05core: add default keys alt+home/end and alt+F11/F12 for xtermSebastien Helleu
2013-11-03api: fix read of arrays in hdata functions hdata_<type> (bug #40354)Sebastien Helleu
2013-11-02core: add support of italic text (requires ncurses >= 5.9 patch 20130831)Sebastien Helleu
2013-10-27irc: fix auto-switch to channel buffer when doing /join channel (without "#")Sebastien Helleu
2013-10-27core: remove version/date in ChangeLog/NEWS (let asciidoc set that with attri...Sebastien Helleu
2013-10-27core: fix auto-apply of window layout in current window when option irc.look....Sebastien Helleu
2013-10-26core: fix bind of keys in cursor/mouse context when key starts with "@" (remo...Sebastien Helleu
2013-10-24lua: fix crash on calls to callbacks during load of scriptSebastien Helleu