summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2013-10-19core: fix truncated prefix when filters are toggled (bug #40204)Sebastien Helleu
2013-10-08irc: add option irc.look.notice_welcome_tagsSebastien Helleu
2013-10-08irc: add server option "default_msg_kick" to customize default kick/kickban m...Sebastien Helleu
2013-10-06core: add options to customize default text search in buffersSebastien Helleu
2013-10-06Version 0.4.3-devSebastien Helleu
2013-10-06Version 0.4.2Sebastien Helleu
2013-10-05relay: fix decoding of websocket frames when there are multiple frames in a s...Sebastien Helleu
2013-10-03irc: fix reconnection to server using IPv6 (bug #38819, bug #40166)Sebastien Helleu
2013-09-30core: clear whole line before displaying content instead of clearing after th...Sebastien Helleu
2013-09-24core: fix time displayed in status bar (it was one second late) (bug #40097)Sebastien Helleu
2013-09-20Version 0.4.2-rc2Sebastien Helleu
2013-09-20aspell: fix detection of word start/end when there are apostrophes or minus c...Sebastien Helleu
2013-09-19core: fix memory leak on unhook of a print hook (if using tags)Sebastien Helleu
2013-09-03core: rename options weechat.look.day_change_message(2) to weechat.look.day_c...Sebastien Helleu
2013-09-02Version 0.4.2-rc1Sebastien Helleu
2013-09-02core: fix computation of columns in output of /help (take care about size of ...Sebastien Helleu
2013-09-02core: add option weechat.look.day_change_message2Sebastien Helleu
2013-08-28irc: add option irc.look.notice_welcome_redirect to automatically redirect ch...Sebastien Helleu
2013-08-26logger: add option "flush" for command /loggerSebastien Helleu
2013-08-25core: fix evaluation of expressions with parenthesesSebastien Helleu
2013-08-25core: display day change message dynamically (do not store it as a line in bu...Sebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-08-18irc: replace default prefix modes "qaohvu" by the standard ones "ov" when PRE...Sebastien Helleu
2013-08-18core: add split of IRC messages for commands (de)op/halfop/voice in ChangeLogSebastien Helleu
2013-08-17core: add search of regular expression in buffer, don't reset search type on ...Sebastien Helleu
2013-08-16core: add text emphasis in messages when searching text in bufferSebastien Helleu
2013-08-10core: fix random crash on "/buffer close" with a buffer number (or a range of...Sebastien Helleu
2013-08-10core: optimize the removal of lines in buffers (a lot faster to clear/close b...Sebastien Helleu
2013-08-10core: update ChangeLog with changes on hashtablesSebastien Helleu
2013-08-05rmodifier: add option "missing" for command /rmodifierSebastien Helleu
2013-08-04core: change color format for options from `${xxx}` to `${color:xxx}`Sebastien Helleu
2013-08-04core: fix asciidoc formatting in ChangeLogSebastien Helleu
2013-08-04api: add support of colors with format "${color:xxx}" in function string_eval...Sebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien Helleu
2013-08-02core: add task #7395 in ChangeLogSebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task #11...Sebastien Helleu