summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-08-17scripts: fix crash with scripts not auto-loaded having a buffer opened after ...Sebastien Helleu
2011-08-16core: allow name of buffer for command /buffer clear (task #11269)Sebastien Helleu
2011-08-09core: add new command /repeat (execute a command several times)Sebastien Helleu
2011-08-08core: use arguments for infolist "window" to return only one window by numberSebastien Helleu
2011-08-08irc: send WHO command to check away nicks only if channel was not partedSebastien Helleu
2011-08-05core: save and restore layout for buffers and windows on /upgradeSebastien Helleu
2011-08-05core: fix bugs with automatic layout (bug #26110), add support of merged buff...Sebastien Helleu
2011-08-04core: add option -all for command /buffer unmergeSebastien Helleu
2011-08-02core: fix crash when invalid UTF-8 chars are inserted in command line (bug #3...Sebastien Helleu
2011-08-02core: stop horizontal bar scroll at the end of content (for bars with horizon...Sebastien Helleu
2011-07-30core: update ChangeLogSebastien Helleu
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-07-28core: improve mouse support: process utf-8 codes, add option weechat.look.mou...Sebastien Helleu
2011-07-27core: allow buffer name in /buffer closeSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-07-18irc: fix crash when malformed IRC message 352 (WHO) is received (bug #33790)Sebastien Helleu
2011-07-13irc: fix crash when command "/buffer close" is used in a server command to cl...Sebastien Helleu
2011-07-12core: fix completion for command arguments when same command exists in many p...Sebastien Helleu
2011-07-10irc: fix crash when /join command is executed on a non-irc buffer (bug #33742)Sebastien Helleu
2011-07-10relay: fix bug with self nick when someone changes its nick on channel (bug #...Sebastien Helleu
2011-07-05core: add context "search" for keys (to define keys used during search in buf...Sebastien Helleu
2011-06-29core: add new option weechat.look.separator_vertical, rename option weechat.l...Sebastien Helleu
2011-06-28irc: fix bug with comma in irc color code: do not strip comma if it is not fo...Sebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-22core: fix freeze when hook_fd is called with a bad file/socket (bug #33619)Sebastien Helleu
2011-06-22irc: add prefix "#" for all channels on join (if no prefix given)Sebastien Helleu
2011-06-21core: fix bug with option weechat.look.hotlist_count_max (value+1 was used)Sebastien Helleu
2011-06-16irc: switch to buffer on /join #channel if channel buffer already existsSebastien Helleu
2011-06-16irc: update host of nicks on manual /whoSebastien Helleu
2011-06-15core: add local variable "highlight_regex" in buffersSebastien Helleu
2011-06-13core: add option "tags" for command /debugSebastien Helleu
2011-06-13core: add option weechat.look.eat_newline_glitch (disabled by default, can ca...Sebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-06-01core: fix bug with new line inserted at end of each line displayed (set eat_n...Sebastien Helleu
2011-06-01core: add option "infolists" for command /debugSebastien Helleu
2011-05-26relay: fix memory leak on plugin load (free raw messages)Sebastien Helleu
2011-05-26relay: fix memory leak (free some parsed messages) (bug #33387)Sebastien Helleu
2011-05-26irc: fix memory leak in message parser (when called from other plugins like r...Sebastien Helleu
2011-05-26irc: fix memory leak on plugin unload (free ignores)Sebastien Helleu
2011-05-18logger: add option logger.file.flush_delay (task #11118)Sebastien Helleu
2011-05-16core: add horizontal scrolling for buffers with free content (command /window...Sebastien Helleu
2011-05-15api: fix bug with function config_set_desc_plugin (use immediately descriptio...Sebastien Helleu
2011-05-15Version 0.3.6-devSebastien Helleu
2011-05-15Version 0.3.5Sebastien Helleu
2011-05-08Version 0.3.5-rc3Sebastien Helleu
2011-05-06irc: fix parsing of message 332 when no topic neither colon are found (bug wi...Sebastien Helleu
2011-05-02irc: fix nick color in private when option irc.look.nick_color_force is changedSebastien Helleu
2011-05-01Version 0.3.5-rc2Sebastien Helleu
2011-04-29irc: fix tags for messages sent with /msg command (bug #33169)Sebastien Helleu
2011-04-28irc: add new options irc.color.topic_old and irc.color.topic_newSebastien Helleu