summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-01-20core: add missing formatting chars in ChangeLogSebastien Helleu
2013-01-20core: update ChangeLogSebastien Helleu
2013-01-20Version 0.4.1-devSebastien Helleu
2013-01-20Version 0.4.0Sebastien Helleu
2013-01-18core: fix infinite loop when a regex gives an empty match (bug #38112)Sebastien Helleu
2013-01-17core: update ChangeLogSebastien Helleu
2013-01-14Version 0.4.0-rc3Sebastien Helleu
2013-01-14core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug #3...Sebastien Helleu
2013-01-12guile: fix bad conversion of shared strings (replace calls to scm_i_string_ch...Sebastien Helleu
2013-01-12core: fix line returned when clicking on a bar (according to position and fil...Sebastien Helleu
2013-01-11Revert "aspell: store dictionaries in buffer local variable "aspell_dict""Sebastien Helleu
2013-01-11relay: fix duplicated messages sent to irc clients (when messages are redirec...Sebastien Helleu
2013-01-10aspell: store dictionaries in buffer local variable "aspell_dict"Sebastien Helleu
2013-01-10core: replace "behaviour" by "behavior"Sebastien Helleu
2013-01-10core: add bug #31572 (fixed) in ChangeLogSebastien Helleu
2013-01-10Revert "perl: simplify code to load scripts"Sebastien Helleu
2013-01-09perl: simplify code to load scriptsNei
2013-01-08perl: display script filename in error messagesNei
2013-01-08perl: fix calls to callbacks during load of script when multiplicity is disab...Nei
2013-01-06api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and hook...Sebastien Helleu
2013-01-06irc: fix display of actions (/me) when they are received from a relay client ...Sebastien Helleu
2013-01-05Version 0.4.0-rc2Sebastien Helleu
2013-01-05core: fix refresh of bars when applying layout (bug #37944, bug #37952)Sebastien Helleu
2013-01-04core: add buffer pointer in arguments for signals "input_search", "input_text...Sebastien Helleu
2013-01-04aspell: ignore self and remote nicks in private buffersSebastien Helleu
2013-01-01aspell: add signal "aspell_suggest" (sent when new suggestions are displayed)Sebastien Helleu
2013-01-01core: fix scroll to bottom of window (default key: alt+end) when line display...Sebastien Helleu
2013-01-01core: fix scroll in buffer after enabling/disabling some filters (if scroll i...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-26Version 0.4.0-rc1Sebastien Helleu
2012-12-25xfer: fix memory leak when refreshing xfer bufferSebastien Helleu
2012-12-25relay: fix memory leak when adding hdata to a message (weechat protocol)Sebastien Helleu
2012-12-25irc: fix memory leak when updating modes of channelSebastien Helleu
2012-12-25core: fix memory leak in case of error when building content of bar item for ...Sebastien Helleu
2012-12-25core: fix detection of command in input: a single command char is considered ...Nils Görs
2012-12-24relay: add backlog, options and server capability "server-time" for irc proto...Sebastien Helleu
2012-12-24irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for co...Sebastien Helleu
2012-12-23relay: fix crash after /upgrade when a client is connectedSebastien Helleu
2012-12-20core: search for a fallback template when a no template is matching command a...Sebastien Helleu
2012-12-20core: add option "diff" for command /set (list options with changed value)Peter Boström
2012-12-19core: fix refresh of windows after split (fix bug with horizontal separator b...Sebastien Helleu
2012-12-19core: fix stuck mouse (patch from Nei) (bug #36533)Sebastien Helleu
2012-12-19script: fix scroll with mouse when window with script buffer is not the curre...Sebastien Helleu
2012-12-19core: fix default mouse buttons actions for script buffer (focus the window b...Sebastien Helleu
2012-12-17xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logNSebastien Helleu
2012-12-16irc: return git version in CTCP VERSION and FINGER by default, add "$git" and...Sebastien Helleu
2012-12-16core: add git version in build, display it in "weechat-curses --help" and /ve...Sebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-12-07core: fix scroll of one page down when weechat.look.scroll_page_percent is le...Sebastien Helleu
2012-12-05irc: read local variable "autorejoin" in buffer to override server option "au...Nils Görs